body, input, select, textarea{
	font-family : tahoma, verdana, arial;
}
span.name{
	font-weight: bold;
	font-size: 16pt;
	color: #ffffff;
}
span.company{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
}
td.info{
	font-weight: normal;
	font-size: 9pt;
	color: #003895;
}
td.center{
	margin:0;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	background-color: #ffffff;
}
table.header-ltr, tr.header-ltr{
	background-color:#39497A;
	background-image:url(../images/header_back.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:100%;
	width:100%;
}
td.headerl-ltr{
	margin:0;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position:left top;
}
table.footer-ltr{
	background-color: #39497A;
	background-image: url(../images/footer_back.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-color: #1c8ecd;
	border-top-width: 0.01em;
	height:100%;
	width:100%;
}
td.footerl-ltr
{
	margin:0;
	font-size: .7em;
	font-family: verdana, tahoma, arial;
	padding-right: 7px;
	color: #ffffff;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position:left top;
	text-align: right;
}
table.header-rtl, tr.header-rtl{
	background-color:#39497A;
	background-image:url(../images/header_back.png);
	background-repeat:repeat-x;
	background-position:right top;
	height:100%;
	width:100%;
}
td.headerl-rtl{
	margin:0;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	background-image: url(../images/rtl/header.png);
	background-repeat: no-repeat;
	background-position:right top;
}
table.footer-rtl{
	background-color: #39497A;
	background-image: url(../images/footer_back.png);
	background-repeat: repeat-x;
	background-position: right top;
	border-top-color: #1c8ecd;
	border-top-width: 0.01em;
	height:100%;
	width:100%;
}
td.footerl-rtl
{
	margin:0;
	font-size: .7em;
	font-family: verdana, tahoma, arial;
	padding-right: 7px;
	color: #ffffff;
	background-image: url(../images/rtl/footer.png);
	background-repeat: no-repeat;
	background-position:right top;
	text-align: left;
}
input.button{
	cursor: pointer;
	/*font-weight: bold;*/
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #3366cc;
	background-image: url(../images/button-back.gif);
	cursor: pointer;
	background-repeat: repeat-x;
	height: 20px;
	background-color: #cee7ff;
	text-align: center;
	width: 85px;
	white-space: nowrap;
}
input.txt{
	border: black 1px solid;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	width: 170;
}
input.lgstxt{
	border: black 1px solid;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	width: 207;
}
td.caption{
    font-size: 8pt;
    color: black;
    height:20px;
    font-weight: bold;
}
tr.login-head{
	height:25px;
}
.login-head td{
	background-image: url(../images/login-title.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 8pt;
    color: black;
    font-weight: bold;
	padding-left:10px;
	padding-right:10px;
}
td.login-image{
	vertical-align: middle;
	width: 20%;
}
td.login{
	vertical-align: middle;
	border: 1px solid #5a7ebf;
	width: 80%;
}
select{
width: 170;
font-size: 11px;
}

div.infodiv{
	width: 100%;
	border: 1px solid #919276;
	background-color: #ffffcc;
}
div.msgtitle{
	padding-left: 5px;
	font-size: 8pt;
	background-color: #ffffcc;
	height: 16px;
	color: black;
	font-weight: bold;
	border-bottom:1px solid #919276;
}
div.errordiv{
	width: 100%;
	min-height: 16;
	padding-left: 10px;
}
td.msgimg{
	padding-left: 1px;
	height: 16px;
	width: 26px;
	text-align: center;
}
td.errmsg{
	padding-left: 1px;
	font-size: 8pt;
	color: red;
	height: 17px;
	font-weight: bold;
	cursor:pointer;
}
