@import "background.css";
@import "print.css";

body
{
    margin: 0px 0px 0px 0px;
}
td, p, a, input, select
{
    font-family: Tahoma;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}
a.hover
{
    text-decoration: underline;
}
a.link, a.visited, a.active
{
    text-decoration: underline;
}
.Heading
{
    font-size: 12px;
color:Black;
}
.TextWhite
{
    color: #FFFFFF;
}
.Link
{
    color: #FB5C00;
}
.Footer
{
    color: #878787;
    font-weight: bold;
}
/* 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;
}
/* 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 */           