
/* layout */
html, body {
    margin: 0;
    padding: 0;
}

body {
    text-align: left;
    color: #000;
    background-color: white;
    width: 100%;
}

#container {
    font-family: Arial, sans-serif;
    font-size: 1em;
    min-height:100%;
}

iframe,
video,
div.csc-textpic .csc-textpic-imagewrap img,
img,
#header,
#left,
#footer,
#right,
#clearfooter ,
.csc-uploads {
    display: none;
}

#content {
	padding: 10px;
}

.textboxFixedHeight .textboxLink,
.tx-powermail > .powermail_form > h3, 
.textBox .csc-header,
.textBox .csc-content-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.textboxFixedHeight {
	min-height: auto;
}

.textboxFixedHeight .textboxLink {
	position: static;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4 {
	width: 100%;
}

/* hyperlinks */
a {
    color: #069;
}

