div#tabs {
	height : 40px;
	clear : both;
	text-transform : uppercase;
	margin-top : 1em;
}

div#tabs a.tab {
	float : left;
	height : 38px;	
	color : white;
	width : 126px;
	background-color : #3C3C3C;
	margin-right : 2px;
	text-align : center;
	text-decoration : none;
}


a.tab span {
	width : 126px;
	float : left;
	text-align : center;
	margin-top : 1em;
}

div#tabs a.user:hover {
	color : black;
	background-color : #ffeb00;
}

div#tabs a.project:hover {
	color : black;
	background-color : #009BDF;
}

div#tabs a.practice:hover {
	color : black;
	background-color : #fbae3d;
}

div#tabs a.site:hover {
	color : black;
	background-color : #ff6124;
}

div#tabs a.case:hover {
	color : black;
	background-color : #efe073;
}

div#tabs a.selected:hover {
	color : black;
	background-color : #FF0075;
}


div#tabs a.this {
	height : 40px;
}


/*
.green { margin-right : 2px; background-color : #63c339; }
*/

div#adminpanel {
	width : 960px;
	height : 60px;
	float : left;
	background-color : #3C3C3C;
	color : white;
}

div#adminpanel a.button {
	background-color : #9E9E9E;
	float : left;
	height : 30px;
	margin-top : 1em;
	margin-left : 2em;
	text-transform : uppercase;
	text-decoration : none;
}

div#adminpanel a.button span {
	cursor : pointer;
	float : left;
	margin : 1em 2em;
}

div#adminpanel div.title {
	float : left;
	height : 30px;
	margin-top : 1em;
	margin-left : 2em;
	text-transform : uppercase;
	text-decoration : none;
}

div#adminpanel div.title span {
	float : left;
	margin : 1em 2em;
}


div.selectlist {
	clear : left;
	float : left;
	background-color : #3C3C3C;
	color : white;
	width : 960px;
}

div.selectlist div.column {
	float : left;
	width : 308px;
	margin-right : 6px;
	margin-top : 1em;
	margin-bottom : 1em;
}

div.selectlist div.first {
	margin-left : 6px;
}

div.selectlist a {
	float : left;
	clear : left;
	width : 100%;
	display : block;
	background-color : white;
	color : black;
	text-decoration : none;
	margin-bottom : 2px;
}

div.selectlist a span {
	float : left;
	margin : 0.2em 0.5em;
}


