/* CSS Document */

body{
	font-size:12px;
	margin:0px;
	padding:0px;
}
table{
	font-size:12px;
}
input{
	font-size:12px;
	line-height:14px;
	height:22px;
}
select{
	font-size:12px;
	line-height:14px;
	height:22px;
}

a{
	font-size:12px;
}
a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.inputFormat{ 
	border-right: #7b9ebd 1px solid;
	padding-right: 2px;
	border-top: #7b9ebd 1px solid;
	padding-left: 2px;
	font-size: 12px;
	border-left: #7b9ebd 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: #7b9ebd 1px solid;
	font-size:12px;
	height:18px;
}

.repeatx{
	background-repeat:repeat-x;
}
.norepeat{
	background-repeat:no-repeat;
}
.menuBtn{
	text-align:center;
	line-height:23px;
	margin:0px;
	padding:0px;
	border-bottom:#333333 1px solid;
}
.menuBtn a:link{
	display:block;
	width:100%;
	padding-top:2px;
	color:#000000;
	text-decoration:none;
	background:url(images/homepageImage/b2.gif) no-repeat top left;
}
.menuBtn a:visited{
	display:block;
	width:100%;
	padding-top:2px;
	color:#000000;
	text-decoration:none;
	background:url(images/homepageImage/b2.gif) no-repeat top left;
}
.menuBtn a:hover{
	display:block;
	width:100%;
	padding-top:2px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
	background:url(images/homepageImage/b1.gif) no-repeat top left;
}
.activeBtn{
	text-align:center;
	line-height:20px;
	margin:0px;
	padding:0px;
	border-bottom:#FFFFFF 1px solid;
	background:url(images/homepageImage/b1.gif) no-repeat top left;
}
.subMenuActive{
	text-align:center;
	line-height:20px;
	margin:0px;
	padding:0px;
	border-bottom:#DB2B35 1px solid;
	background-image:url(images/s_r4_c15.jpg);
	background-position:0px 1px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.navigaionRows{
	border-bottom:#333333 1px solid;
}
.pbodyleft{
	border-left:#6A6A6A 1px solid;
	border-right:#6A6A6A 1px solid;
}