/* CSS Document VACATURES */

/* overview */
table.srh_gridtable{
	width:80%;
	border:0px solid #ffffff;
	margin-left: 15px;
	margin-right: 0px;
}

table.srh_top_gridtable{
	width:80%;
	border:0px solid #ffffff;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

td.srh_link_td{
	padding: 5px 10px 0px 30px;
	font-size: 11px;
	color: Red;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

.src_header{
	padding-top: 10px;
	color: #37566E;
	font-weight: bold;
	font-size: 12;
	border-bottom:1px solid;
	border-color: #37566E;
}
.src_title{
	color: #666666;
	font-weight: normal;
	font-size: 11;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.src_txt{
	color: #666666;
	font-weight: normal;
	font-size: 11;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}



a.Content_link_text{
	font-size: 11px;
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}

a.Content_link_text:visited{
	font-size: 11px;
	color: #A52A2A;
	font-weight: bold;
	text-decoration: underline;
}

td.srh_text{
	font-size:12px;
	color:#000000;
	font-weight:normal;
	line-height: 18px;
	padding: 5px 10px 10px 25px;
	text-align:justify;
	border-top:1px solid #BAC2BC;
}

/*  detail */
td.srh_title{
	padding: 5px 10px 0px 30px;
	font-size:16px;
	color:#1F582F;
	font-weight:bold;
	text-transform: uppercase;
}

td.srh_item{
	font-size:11px;
	color:#000000;
	font-weight:bold;
	vertical-align:top;
	line-height: 18px;
	padding: 5px 10px 0px 30px;
	text-align:right;
	border-right: 1px dotted #1F582F;
}

/* **** login **** */

input.in{
	width: 130px;
	font-size: 11px;
}
td.pwd_t_txt{
	color: White;
}
input.btn_login{
	background-color: #68888F;
	border: 1px solid white;
	color: white;
	font-weight: bold;
	font-size: 11px;
}
a.pwd_t_link{
	color: white;
	text-decoration: underline;
}
a.pwd_t_link:visited{
	color: white;
}
a.pwd_t_link:hover{
	color: white;
	text-decoration: none;
}
table.pwd_gridtable{
	width: 300px;
}
table.pwd_gridtable td.pwdlabel{
	font-weight: bold;
	text-align: right;
	width: 100px;
}