@charset "utf-8";
/* CSS Document */

/*--- Site body, background color of the site*/
body {
	background-color:#CCC; 
	background-image: url(\images\Raptor-toolsSiteSpecificImages\bckgrImg.png);
	background-repeat:repeat-x;
	font-family: Verdana,Arial,Helvetica,Tahoma;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center; /*important! to center website with fixed width*/
}
img{
	border:0px;
}
/*--- Standard Links ---*/
a {
color:#999;
text-decoration:none;
}
a:hover {
	color:#F90;
	text-decoration:none;
}
a:focus{
	outline: medium none;
}
#toplinks, a.toplinks, a.toplinks:active, a.toplinks:visited {
	color:#F90;
	font-size:10px;
	text-decoration:none;
}
a.toplinks:hover{
	color:#666;
}
/*--- Control the menu ---*/
#topsubmenucontrol {
	margin-top:1px;
}
#menulinks, a.menulinks, a.menulinks:active, a.menulinks:visited {
	color:#cccccc;
	font-size:11px;
	text-decoration:none;
}
a.menulinks:hover{
	color:#ff9900;
}
#submenulinks, a.submenulinks, a.submenulinks:active, a.submenulinks:visited {
	color:#333;
	font-size:1em;
	text-decoration:none;
}
a.submenulinks:hover{
	color:#990000;
}
/*--- Breadcrumbs ---*/
#breadcrumbsdiv{
	position:relative;
	top:-15px;
	left:15px;
	text-align:left;
	width:740px;
	height:auto;
	font-size:10px;
	display:none;
	float:right;
}
a.breadcrumbsdiv, a.breadcrumbsdiv:active, a.breadcrumbsdiv:hover, a.breadcrumbsdiv:visited {
	font-size:10px;
}
#breadcrumbslink, a.breadcrumbslink, a.breadcrumbslink:active, a.breadcrumbslink:visited {
	color:#999999;
	text-decoration:none;
}
#breadcrumbslink:hover {
	color:#999999;
	text-decoration:underline;
}
.breadcrumbslabel {
	color:#999999;
	text-decoration:none;
}
/*--- Search module ---*/
input.quicksearchinput {
	border:1px solid #ccc;
	float:left;
	height:18px;
	width:130px;
	background-image:url(\images\Raptor-toolsSiteSpecificImages\searchBack_01.jpg); /* background in the searchbox*/
	background-repeat:repeat-x;
}
/*--- Header ---*/
#headerlogo1{
	width:330px;
	height:38px;
	float:left;
	background-color:#fff;
}
#headermiddletop{
	width:458px;
	height:108px;
	float:left;
	background-image:url(\images\Raptor-toolsSiteSpecificImages\headerGradation.png); /* a top frame for the site */
	background-repeat:repeat-x;
}
#headerleftline{
	width:20px;
	height:38px;
	float:left;
	background-image:url(\images\Raptor-toolsSiteSpecificImages\wrapBorderLeft.png);
	background-repeat:repeat-y;
}
#headerrightline{
	width:20px;
	height:38px;
	float:left;
	background-image:url(\images\Raptor-toolsSiteSpecificImages\wrapBorderRight.png);
	background-repeat:repeat-y;
}
/*--- MAIN MENU ---*/
#topmenudivleft {
	background-image:url(\images\Raptor-toolsSiteSpecificImages\wrapBorderLeft.png);
	background-repeat:repeat-y;
	float:left;
	height:100%;
	width:20px;
}
#topmenudivright {
	background-image:url(\images\Raptor-toolsSiteSpecificImages\wrapBorderRight.png);
	background-repeat:repeat-y;
	float:left;
	height:100%;
	width:20px;
}
/*--- CONTENT ---*/
#bodydivmiddleleft {
	background-image:url(\images\Raptor-toolsSiteSpecificImages\wrapBorderLeft.png);
	background-repeat:repeat-y;
	float:left;
	height:100%;
	width:20px;
}
#bodydivmiddleright {
	background-image:url(\images\Raptor-toolsSiteSpecificImages\wrapBorderRight.png);
	background-repeat:repeat-y;
	float:left;
	height:100%;
	width:20px;
}
/*--- BOTTOM ---*/
#bodydivbottommiddle {
	background-image:url(\images\Raptor-toolsSiteSpecificImages\footerShadow.png);
	background-repeat:repeat-x;
	float:left;
	height:81px;
	width:700px;
}
/*--- FOOTER --*/
#footerdiv {
	width:100%;
}
#extendedfooterdiv {
	color:#999;
	padding-right:15px;
	text-align:center;
	width:100%;
	font-size:9px;
}
/*--- TABLE ---*/
td.welcome{
	background-image:url(\images\Raptor-toolsSiteSpecificImages\banerImg.png);
}
td.banerRibbon{
	background-image:url(\images\Raptor-toolsSiteSpecificImages\banerRibbon.png);
	background-repeat:repeat-x;
}
