/* Default Stylesheet */

/** BODY ELEMENTS **/
body {

}

/** MAIN CONTAINERS **/
div#container {
	width: 100%;

}

div#header {
		
}

div#header-in {
	margin: 10px;
	padding: 20px;
	background-color: #eee;
}

div#content-wrap {
		
}

div#content {
	margin: 0 260px 0 0;
}

div#content-in {
	margin: 10px;
	padding: 20px;
	border: 1px solid #000;
}

div#column {
	width: 255px;
}

div#column-in {
	margin: 0 10px 0 0;
	padding: 20px;
	border: 1px solid #000;
}

div#footer {
	
}

div#footer-in {
	margin: 10px 10px 0 10px;
	padding: 20px;
	background-color: #eee;
}

/** SUB CONTAINERS **/
* { }






/** LISTS **/
* { }
ul { margin: 5px; }
li { list-style-type: square; margin: 5px; }





/** TYPOGRAPHY **/
* { }

/** FORMS **/
* { }







/** TABLES **/
* { }

table#nicetable	{border-collapse:collapse;}
thead#nicetable th {
	font-weight:bold;
	text-align:left;
	background:#878878;
	color:#fff;
	padding:8px 4px 4px 8px;
}
thead#nicetable th.null {background:#fff;}
tbody#nicetable th {
	font-weight:bold;
	text-align:left;
	background:#EDEEDE;
	color:#333;
	padding:4px;
	border-bottom:1px solid #878878;
	border-right:1px solid #878878;
}
tbody#nicetable td {
	color:#333;
	padding:4px;
	border-right:1px solid #878878;
	border-bottom:1px solid #878878;
}

tbody#nicetable td.on {background:#BBEEEE;}
thead#nicetable th.on {background:#FFADB8; color:#000;}
tbody#nicetable th.on {background:#FFADB8;}





/** END **/
