/* 
Content Manager 2.0 Basic Style Sheet

All content manager elements are based off of this stylesheet
*/

.gallerybreadcrumb{
	font-size : 9px;
	font-weight : bold;
	padding-left : 1px;
	padding-right : 1px;
}

.gallerypage{
	font-size : 9px;
	font-weight : normal;
	padding-left : 1px;
	padding-right : 1px;
	color: #000000;
}

.gallerypagecurrent{
	font-size : 11px;
	font-weight : bold;
	padding-left : 1px;
	padding-right : 1px;
	color: #800000
	background-color: #C08F95;
}

.galleryfolder{
	font-size : 11px;
	font-weight : normal;
	padding-left : 1px;
	padding-right : 1px;
}


.cmULlist
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: darkorange;
	list-style-image: none;
	list-style-type: square;
}

.cmTitle
{
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica;
	padding-bottom: 12px;
	padding-top: 6px;
}

.cmText
{
	font-size: 15px;
	font-family: Arial, Helvetica;
}

.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: #cc9933;
	font-family: Arial;
}

.cmAlink:link
{
	color: #cc9933;
}

.cmAlink:hover
{
	color: #cc6600;
}

.cmAlink:visited
{
	color: #cc9933;
}

.cmAlink:active
{
	color: #cc9933;
}

.cmAListlink
{
	text-decoration: none;
	font-size: 12px;
	color: blue;
	font-family: Arial;
}

.cmAListlink:link
{
}

.cmAListlink:hover
{
	color: #000099;
}

.cmAListlink:visited
{
}

.cmAListlink:active
{
}

.cmAListTitle
{
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #98012E;
}

#cmListSection
{
	width: 17em;
	padding: 0 0 1em 0;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

#cmListSection ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
		
#cmListSection li 
{
	margin: 0;
}

#cmListSection li a 
{
	display: block;
	padding: 8px 5px 8px 0.5em;
	border-left: 10px solid #98012E;
	background-color: #ddcd9e;
	color: #98012E;
	text-decoration: none;
	width: 100%;
}

html>body #cmListSection li a 
{
	width: auto;
}

#cmListSection li a:hover 
{
	border-left: 10px solid #006862;
	background-color: #ddcd9e;
	color: #006862;
}
