@charset "utf-8";
body,td,th {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FFF;
	background-image: url(/templates/Custom/scandisplay/images/sitebg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.sidebg1 {
	background-image: url(/templates/Custom/scandisplay/images/sidebg1.png);
	background-repeat: no-repeat;
}
.sidebg2 {
	background-image: url(/templates/Custom/scandisplay/images/sidebg2.png);
	background-repeat: no-repeat;
}
.searchbg {
	background-image: url(/templates/Custom/scandisplay/images/search2.png);
	background-repeat: repeat-x;
}
.searchbox {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333;
	background-image: url(/templates/Custom/scandisplay/images/searchbg.png);
	background-repeat: no-repeat;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #FFF;
	border: 1px solid #333;
	background-position: 5px center;
	width: 200px;
	height: 20px;
	text-indent: 20;
	clip: rect(auto,auto,auto,auto);
	text-align: left;
}
.pagebg {
	background-image: url(/templates/Custom/scandisplay/images/pagebg.png);
	background-repeat: repeat-x;
}
a:link {
	color: #CD142A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CD142A;
}
a:hover {
	text-decoration: underline;
	color: #CD142A;
}
a:active {
	text-decoration: none;
	color: #CD142A;
}

hr {
	color: #a2adb3;
	background-color: #a2adb3;
	height: 1px;
	border: 0px;
	width: 100%;
}

/*Normal fonts - These must be present in the editor css file also*/
.heading{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold; 

}

.normal{
	color: #666666;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}

.normal_white{
	color: #ffffff;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
}


.small{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.bold{
	font-weight:bold;
}

.italic{
	font-style:italic;
}

.underline{
	text-decoration: underline;
}

.required{
	color: #ff0000;
}

.menu{
	font-family: Arial; font-size: 10px; color: #FFFFFF; 
}

a.menu:link {color: #ffffff; text-decoration: none;} 
a.menu:visited {color: #ffffff; text-decoration: none;} 
a.menu:active {color: #ffffff; text-decoration: none;} 
a.menu:hover {color:#ffffff;text-decoration: none;}

/*
Button text and position
*/
.menu_table{
	border-width:0;
	border-style:none;
	border-collapse: collapse;
	}
.menu_cell{
 border-width:1px;
 border-style:none;
 border-collapse: collapse;
 background: url(/templates/Custom/scandisplay/images/menu_bg.jpg);	
}

.menu_cell_over{
 border-width:0;
 border-style:none;
 border-collapse: collapse;
background: url(/templates/Custom/scandisplay/images/menu_bg_over.jpg);	

}

.menu_cell_inner{
 text-indent: 0px;
 border-width: 0px;
 border-style:none;
 border-collapse: collapse;
 font-family: Tahoma,Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color:#ffffff;
 text-decoration: none 
}

.menu_cell_inner_over{
 text-indent: 0px;
 border-width: 0px;
 border-style:none;
 border-collapse: collapse;
 font-family: Tahoma,Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
  color:#ffffff;
 text-decoration: none 
}

.menu_text_position{
position:relative;
top:+4;
text-align: center;
}