@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: MyriadProSemiBold;
	src: url(fonts/MYRIADPRO-SEMIBOLD.ttf)
}

@font-face {
	font-family: MyriadPro;
	src: url(fonts/MYRIADPRO-REGULAR.OTF)
}

* {
	font-family: Arial;
}

body {
	background: url(../images/dps/bg.jpg);
	padding-top: 15px;
}

a {
	text-decoration: none;
	color: #074375;
}

.loginDiv {
	width: 430px;
}

.cancelClass {
	text-align: center;
	color: #727B98;
	text-decoration: underline;
	width: 660px;
}


#id_login_div {
	text-align: center;
	margin-top: 65px;
	margin-left: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 20px;
	background: url(../images/dps/table.jpg);
	background-repeat: no-repeat;

}

a:hover {
	text-decoration: none;
	color: #EC5600;
}

img {
	border: none;
}

table.main {
	margin: 10px auto 0px auto;
	width: 667px;
	height: 24px;
	border-collapse: collapse;
}

table.main td {
	padding: 0px;
}

#headImg {
	width: 669px;
	height: 24px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 10px 10px 0 0;
	padding: 0 0 0 36px;
	position: relative;
}

#headImg::before {
	content: url("../images/dps/key.png");
	position: absolute;
	top: 0;
	left: 0;
	background: #515151;
	width: 23px;
	height: 22px;
	border-radius: 10px 0 0 0;
	padding: 2px 0 0 3px;
}

.webLangTitle {
	font-weight: bold;
	color: #595959;
	font-size: 20px;
}

.webLangTitle span {
	text-transform: capitalize;
}

.b4 {
	width: 2px;
	font-size: 1pt;
	background-color: #f4f4f4;
}

.c60 {
	font-size: 1pt;
	width: 1px;
	background-color: #ffffff;
}

.b6 {
	width: 1px;
	font-size: 1pt;
	background-color: #ffffff;
}

.logo {
	width: 249px;
}

.txtPad {
	width: 650px;
	vertical-align: center;
}

.note {
	color: #555d76;
	font: 10px;
	width: 250px;
}

#table_sel {
	width: 510px;
	height: 281px;
	valign: bottom;
	margin-top: 50px;
	margin-left: 80px;
	background: url(../images/dps/table.jpg);
	background-repeat: no-repeat;
}

.tableBody {
	width: 510px;
	height: 281px;
	valign: bottom;
	margin-top: 20px;
	margin-left: 60px;
	padding-left: -65px;
	background: url(../images/dps/table.jpg);
	background-repeat: no-repeat;
}

.tableBodyRow {
	height: 38px;

}

.tableBodyTitle {
	margin-top: 15px;
	font-weight: bolder;
	padding-left: 20px;
	font-size: 18px;
	color: #667;
}

.tableLabel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #333;

}

table.sel td.c8 {
	width: 600px;
	color: #888888;
	font-size: 12pt;
}

.b5 {
	width: 2px;
	background-color: #a5a5a5;
	font-size: 4pt;
}

.c4 {
	width: 1px;
	height: 70px;
	background-color: #ffffff;
}

.c8 {
	font-size: 12px;
	text-align: left;
	/*	width : 1px;
*/
	font-color: #555d76;
}

.c9 {
	text-align: left;
	font-size: 3px;
}

#id_massage {
	width: 650px;
	margin: 0 auto;
}

.webLangTitle {
	width: 650px;
	margin: 0 auto;
}

.shadow {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	border-radius: 0 0 7px 7px;
	background: #FFF;

}

.loginCopyright {
	color: #595959;
	font-size: 14px;
	padding: 5px 10px;
}

#languageTitle span {
	color: #A6A7A7;
}

#languageTitle {
	font-family: MyriadPro;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CF0821;
}