@import url(color.css);
@import url(bg.css);
@import url(block.css);
@import url(size.css);
@import url(padding.css);
@import url(ui.css);

body {
	margin:0px;
	padding:0px;
}

iframe {
	overflow:hidden;
}

th, td, div, body, input, textarea, table {
	font-family: verdana, helvetica, arial;
	font-size:12px;
	border-collapse:collapse;
}

p {
	font-family: verdana, helvetica, arial;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #819DB5;
	height: 15px;
}

select {
	border: 1px solid #819DB5;
	height: 19px;
}

textarea {
	border: 1px solid #819DB5;
} 

div{
	margin:0px;
	padding:0px;
}

form {
	display:inline;
}

img {
    border:none;
}

hr {
	border: none;
	border-top: 1px solid #B3CBE8;
}

#fixedbody {
	width:1000px;
	margin:auto;
	padding:0px;
	padding-top: 8px;
}

.ar {
	text-align:right;
}

.ac {
	text-align:center;
}

.vat {
	vertical-align: top;
}

.vam {
	vertical-align: middle;
}

.vab {
	vertical-align: bottom;
}

table.vat td {
	vertical-align: top;
}

.hot, tr.hot td, tr.hot a {
	color: #FF6600;	
}

.b {
	font-weight: bold;	
}
tr.b td {
	font-weight: bold;	
}

a, #tabs2 a {
	color: #003399;
	text-decoration: none;
}
a:hover, #tabs2 a:hover {
	color: #003399;
	text-decoration: underline;
}

a.hot {
	color: #FF6600;	
	text-decoration: none;
}
a.hot:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.white {
	color: #ffffff;	
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;	
	text-decoration: underline;
}

.mandatory {
	color: #FF6600;
}

.border_none {
	border: none;
}
.btn {
	height: 18px;
	cursor: pointer;	
}

.pointer {
	cursor: pointer;	
}

.input_file {
	height: 20px;	
}

.slide_block img {
	border: 1px solid #cccccc;
	margin: 2px;
}

.pointer {
	cursor: pointer;	
}

table.sort_table td {
	border: none;
}


#tabs a.blue {
	color: #0033CC;
}
