/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


/***********************************************/
/* Basic Elements                              */
/***********************************************/ 
body {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}
 
h5{
	color: #000000; 
	font-size:13px;
	padding:20px 0px 10px 0px; margin:0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
	font-size: 11px;
}

hr {
	padding: 0px;
	margin: 0px;
	color: #000000;
}
 
/***********************************************/
/* Main Layout Divs                            */
/***********************************************/
#wrapper {
	margin: 0px;
	width: 100%;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	color: #333;
	width: 100%;
	float: left;
	border: 0px solid #ccc;
	height: 100px;
}
#leftcolumn {
	float: left;
	margin-left:10px;
	width: 220px; /*Width of left column*/
}
#rightcolumn {
	margin-left: 250px; /*Set left margin to LeftColumnWidth*/
	padding-right:10px;
}

#content {
	border: 1px solid #999999;
	margin-bottom:10px;
}

#footer {
	width: 100%;
	height:27px;
	clear: both;
	color: #333;
	border: 0px solid #ccc;
}


/***********************************************/
/* Sub Layout Divs                             */
/***********************************************/


/***********************************************/
/* Tables				                               */
/***********************************************/


/***********************************************/
/* Classes        			                       */
/***********************************************/
.adminHeading {
	font-weight: bold;
	color: #000000;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.adminHeadingSmall {
	font-weight: bold;
	color: #0050bd;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
.borderBottomAdmin {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.borderBottomWhite {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.borderPic {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.detailZoom{
	border: 1px solid #999999;
	background-color: #F7F7F7;
	visibility: hidden;
	position:absolute;
	padding: 10px;
	z-index:10;
}

.formButton { 
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;	
	font-size: 11px; 
	border: outset 1; 
	color: #444444; 
	background-color: #EFEFEF;
	height: auto;
	width: auto;
}
.formButtonOver {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CDCDCD;
	border: outset 1;
	color: #444444;
	height: auto;
	width: auto;
}
.formField {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	background-image: url(/media/images/shadeform.gif);	
}
.formFieldOver {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	background-image: url(/media/images/shadeform.gif);	
}
.tdCell {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.tdCellOver {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #F7FBEA; 
	color: #000000; 
	cursor: hand;
}
.tdCellDeclinedOver {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #FFCCD0; 
	color: #000000; 
	cursor: hand;
}
.textBlack {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.textBlack a:link {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}
.textBlack a:visited {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}
.textBlack a:hover {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
	text-decoration: underline;
	font-weight: bold;	
}
.textGrey {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
.textGrey a:link {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
.textGrey a:visited {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
.textGrey a:hover {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #555555;
	text-decoration: underline;
	font-weight: normal;
}
.textError {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;	
	font-style: italic;
}