/*top right bottom left*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}

html {
	height: 100%;
}

body {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image : url('../images/bg0.gif');
}

img {
	border: 0px;
}

h1 {
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 5px;
}

h2 {
	font-weight: bold;
	font-size: 10pt;
	padding-top: 15px;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #666688;
}

a:hover {
	text-decoration: underline;
	color: #FF9933;
}

p {
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
}
p.error {
	font-weight: bold;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul{
	margin-left: 30px;
}

table {
	border-collapse: collapse
}

th {
	background-color:#96B4C3;
	font-weight: normal;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #8FA1B3;
}

td {
	padding: 3px;
	border: 1px solid #8FA1B3;
}

tr.line0 {
	background-color:#F3F6F8;
}

tr.line1 {
/*	background-color:#E7EEF1; */
	background-color:#F6EDDC; 
}

div.hline{
	clear: both;
	background-color:#96B4C3;
	padding: 3px;
}

div.tr{
	clear: left;
}

div.th{
	float:left;
	width: 150px;
	text-align: right;
	padding: 3px;
}

div.td{
/*	width: 200px;*/
	padding: 3px;
	float:left;
}

.small {
	font-size: 8pt;
}
/*---------------------------------------------------------------------------*/
div.base {
	padding-bottom: 75px;
}

div.content {
	width: 900px;
	margin: auto;
	margin-top: 10px;
}

div.copyright {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-color:#E1E9EE;
	border-top : 1px solid #6A94AA;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 8pt;
}
/*---------------------------------------------------------------------------*/
div.auth {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -150px;
	background-image : url('../images/form/login_bg.gif');
	width: 300px;
	height: 200px;
}

form.auth {
	padding-top: 70px;
	padding-left: 14px;
	text-align: center;
}

div.auth_result {
    padding: 50px 10px 10px 24px;
}

div.auth_cell {
	width: 200px;
	margin: auto;
	padding: 3px;
}
/*---------------------------------------------------------------------------*/
div.panel {
	background-image : url('../images/panel/bg.gif');
	height: 71px;
}
div.panel_logo {
	width: 238px;
	height: 56px;
	float: left;
}

div.panel_ico {
	text-align: right;
	padding-top: 10px; 
}
div.panel_info {
	padding-top: 12px; 
	text-align: right;
	color: #FFFFFF;
}
img.ico {
	vertical-align: middle;
	border: 0px;
}
/*---------------------------------------------------------------------------*/
div.search_cell {
	padding: 3px;
}

div.total
{
	float: left;
	padding-bottom: 10px;
}

div.page_link {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
input.qnt {
	text-align: right;
	vertical-align: middle;
	border: 1px solid #18426b;
	width: 50px;
	padding-right: 2px;
	padding-left: 2px;
}
/*---------------------------------------------------------------------------*/
div.profile_cell {
    width: 350px;
	padding: 3px;
	text-align: right;
}
/*---------------------------------------------------------------------------*/
table.hotoffer, table.hotoffer * {
	border: none;
}
/*---------------------------------------------------------------------------*/
