﻿/* 
Content Manager 2.0 Basic Style Sheet

All content manager elements are based off of this stylesheet
*/

.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
{
	text-align: left;
}

.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
{
	text-decoration: bold;
	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: 1px;
	color: #29521b;
	padding-bottom: 0px;
	padding-top: 0px;
	text-decoration: underline;
	height: 0px;
}

#cmListSection
{
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}

#cmListSection ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
		
#cmListSection li 
{
	margin: 0;
}

#cmListSection li a 
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	width: 100%;
	text-decoration: none;
}

html>body #cmListSection li a 
{
	width: auto;
}

#cmListSection li a:hover 
{
}

.cmAPageLink
{
	text-decoration: none;	
	font-family: Arial;
}

.cmAPageLink:link
{
}

.cmAPageLink:hover
{
}

.cmAPageLink:visited
{
}

.cmACurrentPageLink
{
	text-decoration: none;	
	font-family: Arial;
	font-weight: bold;
	
}

.cmACurrentPageLink:link
{
	color: #ebb408;
}

.cmACurrentPageLink:hover
{
}

.cmACurrentPageLink:visited
{
}

.cmTVNode
{
	font-family: Arial;
	font-size: small;
	color: Black;
}

.cmTVSelectedNode
{
	font-family: Arial;
	border-style:solid;
	border-width:thin;
	border-color:Orange;
}

.cmGroupTitle
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica;
	padding-bottom: 6px;
	padding-top: 6px;
}

.cmGroupCategory
{
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica;
	padding-bottom: 12px;
}

.cmGroupList
{
	border-style: ridge;
	width: 200px;
}

.cmGroupList td
{
	padding-bottom: 10px;
}

.cmGroupItemList
{
	border-style:ridge;
}

.cmGroupItemLink
{
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica;
}

.cmGroupItemLink:hover
{
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica;
	color:Navy;
}

.cmGroupCategoryLink
{
	font-weight: bold;
	font-size: 16px;
	font-family:  Arial, Helvetica;
}

.cmGroupCategoryLink:hover
{
	font-weight: bold;
	font-size: 16px;
	font-family:  Arial, Helvetica;
	color: Navy;
}

.cmGroupDetailItemList td
{
	padding-bottom: 10px;
}

.cmUlink
{
	text-decoration: none;	
	font-size: 12px;
	color:  Blue;
	font-family: Arial;
}

.cmUlink:link
{
	color: Blue;
}

.cmUlink:hover
{
	text-decoration: bold;
	color: Green;
}

.cmUlink:visited
{
	color: Navy;
}

.cmUlink:active
{
	color: Green;
}

.cmDropdown
{
	border-style:ridge;
}
	
div.cmEditPanel
{
	border: 1px solid black;
	overflow: auto;
	width: 500px;
	height: 300px;
}

td.cmEditPanel
{
	border: 1px solid black;
	overflow: auto;
	width: 500px;
}

.cmImgEdit
{ 
	border-style:solid;
	border-width:1px;
	border-color:Black;
	background-color:lightgrey;
}

.cmImgTitle
{
	font-family:Arial;
	font-size:10px;
	text-align:center;
}

.cmImgDisplay
{
}

.cmTable
{
	width:100%;
	border-style:solid;
	font-family:Arial;
	border-color:Navy;
}

.cmTableRow
{
	border-style:solid;
	border-color:Navy;
}

.cmTableHeader, .cmTableHeader a
{
	background-color: Gray;
	color:Black;
	text-decoration:none;
}

.cmDetailView
{
	border-style:solid;
	border-width:thin;
	border-color:Navy;
	width:70%;
}

.cmFileMgrFldr:link
{
	color:Black;
}

.cmFileMgrCurrentFldr:link
{
	color:Blue;
	font-weight:bold;
}

.cmFileMgrActionMenu
{
	border-style: solid;
	border-width: 2px;
	border-color: Black;
	background-color: #ccccff;
	font-family: Arial;
	font-size: 12px;
	color: black;
}

.cmFileMgrFrame
{
	border-right-style:none;
	border-left-style:solid;
	border-top-style:solid;
	border-bottom-style:solid;
	border-color:Black;
	border-width:2px;
}


.cmFileMgrFileFrame
{
	border-style:solid;
	border-color:Black;
	border-width:2px;
}

.cmGVFileList, .cmGVFileList a
{
	font-family: Arial;
	font-size: small;
	color: Black;
}

.cmGVFileListSelected
{
	font-family: Arial;
	background-color: Orange;
}

.cmGVFileListHeader
{
	font-family: Arial;
	font-weight: bold;
}

.cmGVFileListAlternate, .cmGVFileListAlternate a
{
	font-family: Arial;
	font-size: small;
	color:black;
	background-color:whitesmoke;
}

.advListSelected
{
}

.advListCurrentItem 
{
}

.gvEvents
{
	width:100%;
}

