/* 

CSS Stylesheet for a ECMS controls 

Make sure to use class names for all HTML elements (A, TD, etc.)
so the client's CSS will be independed of ours!

*/

.ecms, TD.ecms, DIV.ecms, SPAN.ecms
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: black;
}
.ecmsWhite, TD.ecmsWhite, DIV.ecmsWhite, SPAN.ecmsWhite
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: white;
}
H1.ecms
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12pt;
	color: steelblue;
}
H2.ecms
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12pt;
	color: steelblue;
}
H3.ecms
{
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 10pt;
	color: steelblue;
}
.ecms A:link
{
	color: steelblue;
	text-decoration: none;
}	
.ecms A:visited
{
	color: steelblue;
	text-decoration: none;
}	
.ecms A:active
{
	color: steelblue;
	text-decoration: none;
}	
.ecms A:hover
{
	color: orange;
	text-decoration: underline;
}
.ecms UL LI
{
	list-style-type: square;
}	
.ecms UL LI LI
{
	list-style-type: disc;
}	
.ecms UL LI LI LI
{
	list-style-type: circle;
}	
.ecms IMG
{
	margin: 0px;
}
.ecmsHighlightContent
{
	border-right: red 1px dashed;
	border-top: red 1px dashed;
	border-left: red 1px dashed;
	border-bottom: red 1px dashed;
}
.ecmsFloatingCalendar
{
	position:absolute;
	 z-index :auto;  
}
.ecmsFloatingCalendarContainer
{
	position:absolute;
	 z-index :100;
	 overflow:visible;
	  
}
.ecmsTreeViewUnselected
{
	font-family: Verdana, Arial;
	font-weight: normal;
}
.ecmsFloatTitle
{
	border-right: royalblue 1px solid;
	border-top: royalblue 1px solid;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 10pt;
	border-left: royalblue 1px solid;
	color: gainsboro;
	border-bottom: royalblue 1px solid;
	font-family: Arial;
	background-color: steelblue;
	font-size: 10pt;
	cursor: move;
}
.ecmsFloatBody, TD.ecmsFloatBody, DIV.ecmsFloatBody, SPAN.ecmsFloatBody
{
	font-size: 10pt;
	background-color: #ffffff;
	overflow: auto;
}
.ecmsFloatFooter
{
	border-right: gainsboro thin;
	padding-right: 5px;
	border-top: gainsboro thin;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: gainsboro thin;
	padding-top: 2px;
	border-bottom: gainsboro thin;
	background-color: gainsboro;
}
.ecmsFloat
{
	border-right: royalblue 1px solid;
	padding-right: 0px;
	border-top: royalblue 1px solid;
	display: block;
	padding-left: 0px;
	left: 5px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: royalblue 1px solid;
	padding-top: 0px;
	border-bottom: royalblue 1px solid;
	font-family: Arial;
	position: absolute;
	top: 5px;
	background-color: white;
	z-index: 999;
}
.ecmsGridHeader, TD.ecmsGridHeader, DIV.ecmsGridHeader, SPAN.ecmsGridHeader
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: white;
}
.ecmsGridHeader A:link
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}	
.ecmsGridHeader A:visited
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}	
.ecmsGridHeader A:active
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: white;
	text-decoration: none;
}	
.ecmsGridHeader A:hover
{
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: yellow;
	text-decoration: underline;
}
