body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
	font-size: 12px;
	font-weight: normal;
	background: #CCCCCC;
}

h1,h2,h3,h4,h5,h6{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 3px;
	color: #006600;
}

a:link		{ color: #006600 }
a:visited	{ color: #006600 }
a:hover		{ color: #009900 }

p{
	font-size: 12px;
}

ul{
	margin-top: 0cm;
	margin-bottom: 0cm;
	font-size: 12px;
}

.navigate			{ color: #006600 }
.navigate a			{ color: #005500 }
.navigate a:link	{ color: #005500 }
.navigate a:visited	{ color: #004400 }
.navigate a:hover	{ color: #DDFFDD }

.button {border:1px solid; background: #ffc; color:#060;} /*separate 
because IE ignores all styles if an attribute selector is in the same 
selector set*/
input[type="submit"] {border:1px solid; background: #fcc; color:#060;}
.larger input, .larger select {font-size: 1.5em;}
.smaller input, .smaller select {font-size: 75%;}
.fixed input, .fixed select {font-size: 10px;}

.mainPageBigText{
	color: #EDE032;
	font-size: 22px;
	font-weight: normal;
}
.templateHeaderTable{
	 border-width: 0px;
	 border-spacing: 0px;
	 padding: 0px;
	 background-color: #006600;
}

.infoheader{
	padding: 3px 3px 3px 3px;
	color: #000000;
	background: #EADF15;
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
}
.infoframe{
	padding: 0px 0px 0px 0px;
	color: #000000;
	background: #EADF15;
}
.infobody{
	padding: 3px 5px 3px 5px;
	color: #000000;
	font-size: 12px;
	background: #eeeeee;
	vertical-align: top;
}
.tableshadowv{
	width: 6px;
	height: 100%;
/*	background: url('images/shadow_v.jpg') repeat-y; */
}
.tableshadowh{
	width: 100%;
	height: 6px;
/*	background: url('images/shadow_h.jpg') repeat-x; */
}
.dataheader{
	padding: 3px 3px 3px 3px;
	color: white;
	background: #9804BD;
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
}
.dataframe{
	padding: 0px 0px 0px 0px;
	color: #000000;
	background: #9804BD;
}
.databody{
	padding: 3px 5px 3px 5px;
	color: #000000;
	font-size: 12px;
	background: #eeeeee;
	vertical-align: top;
}
.datatableTitle{
	font-size: 10px;
	font-weight: bold;
	color: #222222;
}
.datatableRank{
	font-size: 10px;
}
.datatableText{
	font-size: 10px;
	color: #444444;
}
.datatableNumber{
	font-size: 10px;
	color: #444444;
}
.datatableCount{
	font-size: 10px;
	color: #888888;
}
.CandizzTableHeader{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: bold;
}
.CandizzTable{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.SideMenuHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px; font-weight: bold;
	background: #006600; color: white;
	padding: 3px 0px 3px;
}
.SideMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.SideMenu a:link{
	text-decoration: none;
	color: #006600;
}
.SideMenu a:visited{
	text-decoration: none;
	color: #006600;
}
.SideMenu a:hover{
	text-decoration: none;
	color: #009900;
}
.SideMenu ul{
	list-style: none;
	margin-left: 0;
	display: inline;
}
.SideMenu li{
	margin-left: 0;
	padding: 3px 3px 3px 3px;
}
.historyList {
}
.historyHeader {
	font-weight: bold;
}
form#login { 
 background-color: #FFFFFF; 
 color: #000000; 
 border: 1px solid #999999; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 text-align: left; 
}

#login .text {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 6px;
 width: 40px;
 height: 6px;
 margin-right: 0px; 
}