/* 
Content Manager 2.0 Basic Style Sheet

All content manager elements are based off of this stylesheet
*/

.cmTitle
{
	font-weight: bold;
	font-size: 20px;
	font-family: 'Times New Roman' , Arial;
}

.cmText
{
	font-size: 15px;
	font-family: 'Times New Roman' , Arial;
}

.cmTextBox
{
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	width: 400px;
	
}

.cmTextBoxMulti
{
	font-size: 11px;
	font-family: Arial;
	width: 400px;
	height: 150px;
}

.cmTextBoxPassword
{
	font-size: 11px;
	font-family: Arial;
}

.cmListBox
{
	width: 300px;
	height: 100px;
	font-size: 11px;
	font-family: Arial;
}

.cmLabel
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

.cmCopyright
{
	font-size: 10px;
	font-family: Arial;
	color: #a9a9a9;
}

.cmAlink
{
	text-decoration: none;	
	font-size: 12px;
	color: #ff9933;
	font-family: Arial;
}

.cmAlink:link
{
}

.cmAlink:hover
{
	color: #cc6600;
}

.cmAlink:visited
{
}

.cmAlink:active
{
}

.menuadvantage
{
	font-family: "Century Gothic";
	background-color: #ED2123;
	font-size: small;
}

.menuadvantage:hover
{
	color: #d3d3d3;
}

.menu
{
	text-decoration: none;	
	font-size: small;
	color: #FFFFFF;
	font-family: "Century Gothic";
}

.menu:hover
{
	color: #d3d3d3;
}


.cmAListlink
{
	text-decoration: none;
	font-size: 12px;
	color: white;
	font-family: "Century Gothic";
}

.cmAListlink:link
{
}

.cmAListlink:hover
{
	color: #d3d3d3;
}

.cmAListlink:visited
{
}

.cmAListlink:active
{
}

.cmAListTitle
{
	font-weight: bold;
	font-size: 16px;
	font-family: 'Century Gothic' , Arial;
	color: Silver;
	padding-bottom: 6px;
	padding-top: 0px;
}

#cmListSection
{
	width: 200px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	font-family: 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
}

#cmListSection ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
		
#cmListSection li 
{
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#cmListSection li a 
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #cmListSection li a 
{
	width: auto;
}

#cmListSection li a:hover 
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
