/*		Generic classes	*/
/*
The main color is		#5588AA
text color is			#006080
bodycolor				#ffffff	if changed theming is tedius, but possible
Control BG color		#E0EFFF
*/
html, body, form
{
	min-height: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: rgb(10,10,10); /*body font color*/
	border: none;
	font-size: 12px;
	font-family: Georgia;
	background-color: #f6f6f6;
	text-align: center;
}

H1
{
	/*colorable class*/
	color: #a6a6a6;
	font-family: Georgia;
	vertical-align: top;
	font-size: 24px;
	
	margin:5px;
	
}
H2
{
	font-size: 18px;
	height: 0px;
	padding-bottom: 10px;
	
}
h3
{
	font-size: 14px;
}


button
{
	/*colorable class*/
	color: rgb(100,100,100);
	border-style: solid;
	border-width: 1px;
	white-space: nowrap;
	height: 20px; /*vertical-align:sub;r*/ /*removed becaos causing problems with content editor*/
}
input
{
	/*colorable class*/
	border: solid 1px #c6c6c6;
	white-space: nowrap;
	color: rgb(50,50,50);
}
textarea
{
	border-style: solid;
	border-width: 1px;
	border-color:#c6c6c6;
}
select
{
	border-style: solid;
	border-width: 1px;
}
span
{
}

.GoogleAds
{
	font-family: Georgia, Century Gothic, Helvetica;
}
.HighlightHdr
{
	/*colorable class*/
	color: rgb(77,99,11);
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-color: rgb(80,150,10); /*filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr='#CCFF88', endColorStr='#BBDD88', gradientType='0');*/
}

.PortletBanner
{
	/*colorable class*/
	color: #f6f6f6;
	font-family: Arial; /*dont change as the header text is very sensitive in portlets*/
	font-weight: bold;
	background-color: #505050;
	border-style: groove;
	border-width: 1px;
	width: 100%;
	padding-left: 10px;
}

.PortletContent
{
	/*colorable class*/ /*	filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr='#DfFFAA', endColorStr='#EEFFCC', gradientType='1');*/
	color: White;
	border-style: groove;
	border-width: 1px;
	width: 100%;
}
.CurvedPanel
{
	/*colorable class*/
	background-color: #E0EEB5;
	font-size: small;
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 100%;
	color: rgb(10,10,10);
}

.SpecialItem
{
	display: none;
}