/* START BASE CSS */

* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica,Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

html, body {
	background-color: #3a434c;
	color: #8e9296;
	height: 100%;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: bottom;
}

a:link {text-decoration: none; color : #767c83}
a:visited {text-decoration: none; color : #767c83}
a:active {text-decoration: none; color : #a2a4a7}
a:hover, a.selected {text-decoration: none; color : #a2a4a7}

a img, img { border: none; }

/* END BASE CSS */

/* START LAYOUT CSS */

#wrapper {
	width: 100%;
	background-color: #242d38;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	min-height: 25px;
}

#nav {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	text-transform: uppercase;
	line-height: 18px;
}

#left_top {
	vertical-align: top;	
}

#left_bottom {
    vertical-align: bottom;
}

.left_column {
	width: 157px;
	padding: 0px 5px 0px 0px;
}

#right {
	width: 80px;
	padding: 0px 0px 0px 10px;
	vertical-align: bottom;
}

#content {
	width: 535px;
	height: 535px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	text-align: justify;
	background-color: #3a434c;
	vertical-align: middle;

}

#footer {
	padding: 12px 80px 16px 160px;
	text-align: center;
}

#thumbnail_grid {
	clear: right;
}

#thumbnail_grid td {
	padding: 10px 10px 0px 0px;
}

/* END LAYOUT CSS */

.bb {
	color: #8f98a1;
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
}

.copy, .editor {
	color: #8e9296;
	background-color: #FFFFFF;
	padding: 95px;
	height: 345px;
}

.upper {
	text-transform: uppercase;
	padding: 0px 5px 0px 0px;

}

.alert, .red, .missing {
	color: #FF0000;
}

input.alert, input.red, input.missing {
	color: #000000;
	background-color: #FF0000;
}

table.centered_table {
	//width: 100%;
	margin: 5px;
}

table.centered_table td {
	text-align:center;
	vertical-align:middle;
	padding: 2px;
}
