@import "background.css";
@import "print.css";


.imgblock {
	/*display: block;*/
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 2px;
	text-decoration: none;
}

.custInput {
	border: 1px solid #666666;
}

/*.custButton {
	font-size:  9px;
	color: #FFFFFF;
	background-color: #8CAC3F;
	border: 1px solid #669900;
}*/

.custButton {
	color: #FFFFFF;
	background-color: #8CAC3F;
	font-size: 10px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}


.custButton:hover {
	color: #FFFFFF;
	background-color: #003366;
}

.RightHeader {
	font-size: 16px;
	font-weight: normal;
	color: #888888;
	padding-top: 22px;
	padding-bottom: 5px;
	/*background:url(upload/setup_files/Spacergrey.gif) bottom repeat-x;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}

.FooterSiteLinks {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #999999;
}
.FooterSiteLinks   a  {
	color: #999999;
}
.FooterSiteLinks a:hover {
	color: #CC0000;
}

strong {
	color: #336600;
	font-size: 14px;
}

#RotatingBgImages {
	height: 442px;
	overflow: hidden;
}

.CountDownTimer {
    width: 531px;
    color: #FFFFFF;
    font-size: 24px;
    height: 48px;
    position:relative;
    text-align: center;
    padding-top: 8px;
}

body, td {
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

A:VISITED, A:LINK, A:FOCUS, A:ACTIVE {
	color : #df0000;
}

A:HOVER, A:FOCUS {
	color : #336699;
}


h1 {font-size: 16px;}
h2 {font-size: 18px;
	font-weight: normal;
	color: #336699;
	font-family: Trebuchet MS, Arial, Geneva, Helvetica;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;}
h3 {font-size: 14px;}
h4 {font-size: 13px; color : #336699;}
h5 {font-size: 12px; color : #336699;}


CountDownTimer {COLOR: #ffffff; FONT-SIZE: 24px;
}

A {
	text-decoration: underline;
	border-style: none none none none;
	border-width: thin thin thin thin;
}

img { 
	text-decoration: none; 
	border-style: none; 
	border-width: medium 
}

/* Control Specific */
input.submit, input.button, select
{
	text-align:	center;
	background: #eaeaea;
	font-size: 12px; 
	margin-bottom:	2pt;
	border-top: solid 1px #fff;
	border-bottom: solid 2px #888;
	border-left: solid 1px #fff;
	border-right: solid 2px #888;
	padding: 0.04em;
}

input.file, input.text, input.checkbox, input.radio, select, textarea  {
	border: 1 solid #76B9D2;
	z-index:1;
	font-size: 12px; 
	padding: 0.15em;
}
/* Ends Control Specific */

/* Rhino Specific Stylesheet DONOT DELETE */
.rhino_heading {
	font-weight : bolder;
}

a.rhino_readmore {	
	color : black;
}

a.rhino_readmore:hover {
	color : red;
}

.error, .required, .rhino_price  {
	font-weight : bold;
	color: Red;
	padding: 2px;
}	

.rhino_option_bold {
	text-decoration: underline;
}


/* End Rhino Specific */        