@import "print.css";
.imgblock {
	/*display: block;*/
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 4px;
	text-decoration: none;
}

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 : Red;
}


h1 {font-size: 16px;}
h2 {font-size: 15px;}
h3 {font-size: 14px;}
h4 {font-size: 13px;}
h5 {font-size: 12px;}

.copyright {
	font-size: 9px;
	font-weight : bold;
}


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: 1px solid #888;
	border-bottom: solid 2px #888;
	border-left: solid 1px #888;
	border-right: solid 2px #888;
	padding: 0.04em;
}

input.file, input.text, input.checkbox, input.radio, select, textarea  {
	z-index:1;
	font-size: x-small; 
	padding: 0.15em;
}
/* Ends Control Specific */

/* Rhino Specific Stylesheet DONOT DELETE */
.rhino_heading {
	font-weight : bolder;
}

a.gallery_paging:VISITED,a.gallery_paging:LINK,a.gallery_paging:FOCUS,a.gallery_paging:ACTIVE {	
	color : #ffffff;
}

a.gallery_paging:hover {
	color : red;
}

a.rhino_readmore {	
	color : black;
}

a.rhino_readmore:hover {
	color : red;
}



.error, .required, .rhino_price  {
	font-weight : bold;
	color: #BE0A27;
	padding: 2px;
}	

.rhino_option_bold {
	text-decoration: underline;
}
.white {
	color: #ffffff;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}	
	

/* End Rhino Specific */     
