@charset "utf-8";
body,td,th {
	font-family: Verdana;
	font-size: 11px;
}
th {
	text-align:center;
}

/* CSS Document */

a
{
	color: #47b;
	text-decoration: none;
	font-family: Calibri;
}
a:hover
{
	color: #126;
	font-family: Calibri;
}
a:active {
	color: #00F;
}
a.main_menu {
	padding:5px;
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
a.main_menu:hover {
	border: 1px solid #FFF;
}
a.main_menu:active {
	color: #BBB;
}
#gagal_login {
	font-weight: bold;
}


a.promo {
	font-family: Verdana;
	font-size: 11px;
}
a.promo:hover {
	font-family: Verdana;
	font-size: 11px;
}
.submenuhover {
	background-color: #999;
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana;
	font-size: 10px;
	color: #47b;
	border-color: #47b;
}
.submenuhover:hover {
	background-color:#eee;
}
.submenu {
	background-color: #ccc;
	padding: 0 15px;
	border:1px solid #47b;
	font-family: Verdana;
	font-size: 10px;
	color: #47b;
}
.submenu:hover {
	background-color:#eee;
}
.menu1 {
	background-image: url(Images/bgmenu1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	font-family: Calibri;
}
.menu2 {
	background-image: url(Images/bgmenu2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	font-family: Calibri;
}
#partner {
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
}
#title {
	font-weight:bold;
	font-family: Verdana;
	font-size: 18px;
	padding-left: 15px;
}
#copy {
	font-family:Verdana;
	font-size:11px;
	color:#666;
}
#fae {
	font-family:Calibri;
	color:#D9241D;
	font-size:25px;
}
#menuSisfo {
	cursor:default;
	height:20px;
	background-image:url(Images/navigator/testinactiveright.bmp);
	background-repeat:no-repeat;
	background-position:right center;
	border-bottom:solid 1px;
	vertical-align:middle;
	color: #000;
}
#menuSisfo:hover {
	color: #555555;
}
#tableHeader {
	padding:5px;
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #C60309;
}

.masterTable table tr{
  border-bottom:1px solid #C60309;
  border-left:1px solid #C60309;
}
#userName {
	padding:5px;
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.main_menu {
	padding:5px;
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.master-container {
	width:762px;
	overflow:auto;
}
input.distinguish {
	background:none;
	border:none;
	color: #47b;
	text-decoration: none;
	font-family: Calibri;
	font-size: 11px;
	cursor:pointer;
	margin:0;
}
input.distinguish:hover {
	color: #126;
}
form .error {
	background:#FAA;
}
.gridview th {
	color: #FFF;
	background-color: #C60309;
	text-align: center;
	border:1px solid white;
	border-collapse:collapse;
	padding:2px 5px;
}
.msg {
	padding:5px;
	margin:2px;
}
.msg.error {
	color:#F00;
	background-color:#FF9;
	font-weight:bold;
	border:1px solid #F90;
	text-align:center;
}
.msg.valid {
}
input.error,
select.error,
textarea.error {
	background-color:#F66;
}