body 
{
	margin: 0; 	padding: 0;
	font: normal .90em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #666666;
	text-align: left;
	background: #FFF;
}

/* headers */
h1, h2, h3 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color:#222;
	letter-spacing:-1px;
}
h1 { font-size: 1.7em; } 
h2 { font-size: 1.5em; color:#74743D; }
h3 { font-size: 1.5em; color:#C34E23; font-weight: normal; letter-spacing: 0px;}


#header
{
	background: #3F1204 repeat-x 0px 0px;
	height: 90px;
	text-align: left;
}
#header #logo {
	position: absolute;	
	font: normal 40px/65px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px; 
	color: #FFF;
	background: #3F1204 repeat-x left top;
	border: 1px solid #4E460F;
	height: 65px;
	padding: 0 10px;
	margin: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 18px; left: 0px;
}

#header #logo span
{
	color: #F3A251;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 230px; /*Set left margin to LeftColumnWidth*/
overflow:hidden;
}

#leftcolumn
{
	FONT-SIZE: 75%;
	float: left;
	width: 230px; /*Width of left column*/
	margin-left: -100%;
	background: #FCFCF9;
	border: 1px solid #EFEFEF;
}




.menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 10px;
	}
	
#leftcolumn h2 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	/* color: #74743D; */ 	
	color: #6C6E3A;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}


#contentcolumn h1 { 
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #222; 	
	padding: 0 0 5px 0;
	margin: 0 15px 15px 15px;
	letter-spacing:-1px;
	background:url(images/bk_dotted.gif) bottom left repeat-x;
}




#leftcolumn ul {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#leftcolumn ul li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#leftcolumn ul a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding:.3em 0 .3em 10px;		
	width: 94%;
}
#leftcolumn ul a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}

	
	
	








#leftcolumn H2 {
	margin:2px;
}



/*
#current A {
	BORDER-RIGHT: #999 2px dotted; BORDER-TOP: #999 2px dotted; BORDER-LEFT: #999 2px dotted; COLOR: #ffffff! important; BORDER-BOTTOM: #999 2px dotted; BACKGROUND-COLOR: #999999! important
}
*/

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


input
{
	padding: 2px;
	font: normal 1.2em Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	color: #666666;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}

select
{
	padding: 2px;
	font: normal 1.0em Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	color: #666666;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
}

label {
	display:inline;
	font-weight:bold;
	margin:0px  3px 0px 3px;
	padding: 0px 3px 0px 3px; 
}

input.button
{
	margin: 0;
	font: bold 1.2em Arial, Sans-serif;
	border: 1px solid #000000;
	padding: 2px 3px;
	cursor: hand;
}







		
		
		.textboxro
{
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1.2em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
}



a.tooltip {
  z-index:24;
  color:#FF5E2F;
  position:relative;
  text-decoration:none;
	border-bottom: none;
}

a.tooltip:hover {
  z-index:25;
  text-decoration:none;
	border-bottom: none;
	background-color:Transparent;
}

a.tooltip span {
  display:none;
}

a.tooltip:hover span {
  position:absolute;
  top:2em;
  left:0em;
  border:1px solid #F0D070;
  padding:3px;
  display:block;
  width:245px;
  color:#D0A010;
  background-color:#FFFFE4;
}







a.date-picker {
	width: 26px;
	height: 15px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(images/calendar.gif) no-repeat; 
}
a.date-picker:hover
{
	width: 26px;
	height: 15px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(images/calendar.gif) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.popup-calendar-wrapper {
	position: relative;
}
div.date-picker-holder input {
	float: left;
	margin: 0px 5px;
	background: lightgrey;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0; /* value for IE */
	padding: 4px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}

.datereceiver
{
	display:inline;
	float:left;
	padding: 0px 5px;
}


a.orangelink {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

a.orangelink:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}



#footer
{
	margin-top:50px;
	padding-top:10px;
	padding-bottom:10px;
	border-top: solid 2px black;
	background: #f5f5f5 repeat-x 0px 0px;
	clear: both;
	margin: 0;
	font: normal .95em 'Trebuchet MS' , Tahoma, sans-serif;
	text-align: center;
}


/*
MEDIAGROOVE
http://icant.co.uk/csstablegallery/index.php?css=79#r79
*/

table {
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
thead th {
	background: url(images/bg_th.jpg) repeat-x right;
	height: 47px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}
tbody tr {
background: url(images/bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url(images/bg_td2.jpg) repeat-x;
}


tbody td.noborder 
{
	border-right: none;
	border-top:none;
}

tbody td.noborderupdown
{
	border-top: none;
	border-bottom: none;
}


tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}





tfoot th {
	background: url(images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(images/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
