@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}

body,td,div,p,input,select,textarea,file,label{
	font-family:Tahoma, Arial, Verdana, Courier;
	font-size:11px;
	color:#333333;
	font-weight:normal;
}

a{
	color:#26648c;
	text-decoration:none;
}

a img{
	border:0px;
}

a:hover{
	color:#26648c;
	text-decoration:underline;
}

form{
	margin:0px;
}

.paddingBottom{
	padding-bottom:3px;
}

.grayBorderTop{
	border-top:1px solid #dedede;
}

.lightgrayBgWithDottedBorder{
	background:#f6f6f6;
	background-image:url(../images/dotted_line_horizontal.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.whiteBgWithDottedBorder{
	background:#ffffff;
	background-image:url(../images/dotted_line_horizontal.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}

.redBg{
	background:#ec0000;
	color:#FFFFFF;
}
.redLink {
	color:#ec0000;
	font-weight:bold;
}


.textPaddingLineHeight{
	padding:5px;
	line-height:16px;
}

.dropShadowLeftTop{
	background-image:url(../images/dropshadow_LT.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
.dropShadowRightTop{
	background-image:url(../images/dropshadow_RT.jpg);
	background-position:right top;
	background-repeat:repeat-y;
}
.dropShadowBottom{
	background-image:url(../images/dropshadow_B.jpg);
	background-position:right top;
	background-repeat:repeat-x;
}

.footer{
	background:#E6E6E6;
	color:#9A9A9A;
	font-size:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-left:3px solid #ffffff;
	border-right:3px solid #ffffff;
}

.footer a{
	color:#838383;
	text-decoration:none;
}

.footer a:hover{
	color:#5C5C5C;
	text-decoration:none;
}

.lighblueBg{
	background:#e8eff2;
}
.breadCrumb{
	text-decoration:none;
	background:#e7e8e8;
	border-bottom:1px solid #cfd0d0;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	color:#838383;
}

.rightMenu td{
	height:29px;
	padding-left:17px;
	background-image:url(../images/dotted_line_horizontal.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

.rightMenu td a:hover{
	text-decoration:none;
}

.rightMenu .overMenu{
	background-image:url(../images/over_menu.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:29px;
	font-weight:normal;	
	cursor:pointer;
}

.rightMenu .overMenu a{
	text-decoration:none;
	font-weight:normal;
}
.rightMenu .overMenu a:hover{
	text-decoration:none;
	font-weight:normal;
}

.rightMenu .selectedMenu{
	background-image:url(../images/left_menu_selected.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:29px;
	font-weight:bold;	
}

.fieldsBg{
	background:#F5F5F5;
}

.prodNameBg{
	background:#8C8C8C;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}

.prodPriceText{
	color:#ec0000;
	font-weight:bold;
}

.messageBox{
	background-color:#FFFECC;
	border:1px solid #C9C9C9;
	padding:5px;
}

.grayBorder{
	border:1px solid #C9C9C9;
}.heading {
	color:#ec0000;
	font-weight:bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
