/* 
	********************************************************************************  
		GENERAL STYLES 
	********************************************************************************  
*/
body { 
  	font-family: "Lucida Sans Unicode",Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  	font-size:small;
  	background-image: url(../Images/Background-Page.png);
  	color:#EAECE1;
}

td {
	/*font-family: Verdana, , Arial, helvetica, sans-serif;*/
}

th {
	/*font-family: Verdana, Geneva, Arial, helvetica, sans-serif;*/
}

hr{
	color:#7D7F69;
}
h1,h2,h3,h4{
	margin-top:4px; 
	margin-bottom:4px;
}

a:link{
	color:#EEE639; 
}

a:visited {
	color: #EAECE1; 
}

/* 
	********************************************************************************  
		SPECIFIC STYLES 
	********************************************************************************  
*/

#tbl_main{
	width:950px;
	background-color:#646555;
}
tr.header1{ 
	height:112px;
	vertical-align:bottom;
} 
tr.header2{
	height:257px;
}
tr.maincontent{
	/*For overall height of 1024*/
	/*height:435px;*/
	/*For overall height of 950 (same as width)*/
	height:361px;
	vertical-align:top;
	
}
tr.footer{
	height:220px;
}
td.header1col1{
	width:358px;
}
td.header1col2{
	width:592px;
	background-image:url(../Images/banner_right.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.contentpanel{
	padding-left:7px;
	padding-top:2px;
	padding-right:7px;
	padding-bottom:2px;
	text-align:justify;
}

hr.headerunderline{
	/*color:#EEE639; */
	color:#4E4E44;
	size:1;
	 
}
.specialtext{
	/*color:#D0C643;*/
	color:#EEE639;
}
.dairymonthtext{ 
	/*font-size:medium;*/
	font-weight:bold;
	/*color:#EEE639;*/
	/*color:#EEE639;*/
	color:#FFFFFF;
}
table.diarytable{ 
	/*border:#CCCCCC solid 1px;*/
	border:#4E4E44 solid 1px;
	/*border:#EEE639 solid 1px;*/
	background-color:#777769;
}
.dairyheaderrow{
	background-color:#333300;
}
.dairydatarow{
	/*background-color:#333300;*/
	border:solid #CCCCCC 1px;
}

.note{
	font-size:x-small;
}

a.footerlink:link{
	font-size:8pt;
	text-align:right;
	color:#656654;
	text-decoration:none;
}
a.footerlink:visited{
	font-size:8pt;
	text-align:right;
	color:#656654;
	text-decoration:none;
}

