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

body, td {
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color : #000000;
}

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

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


h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}


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: xx-small; 
	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: xx-small; 
	/*padding: 0.15em;*/
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 11px; color: #000000;
}
/* 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 */     

/* Menu Stuff For Tabs */
#header {
    float:left;
    width:100%;
    background:url("../upload/tabs/bg.gif") /*#C9553C*/
      repeat-x bottom;
    font-size:93%;
    line-height:normal;
    }

#header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
 #header li {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
    float:left;
    background:url("../upload/tabs/left.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }

#header a, #header strong, #header span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	
    display:block;
    background:url("../upload/tabs/right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    }



#header #current {
	
    background-image:url("../upload/tabs/left_on.gif");
    }

  #header #current a {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C9553C;
	font-weight: bold;
    background-image:url("../upload/tabs/right_on.gif");
    padding-bottom:5px;
    } 

.customdarkrow {
	background-color: #DFDFDF;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 11px; color: #000000;
	font-weight: bold; 
}

.customdarkcolumn {
	background-color: #F4F4F4;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 11px; color: #000000;
}

.customlitecolumn {
	background-color: #FAFAFA;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-size: 11px; color: #000000;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 520px; /*Width of Carousel Viewer itself*/
height: 85px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 130px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
