/***********/
/* general */
/***********/

html, body, div {
	padding: 0px;
	margin: 0px;
}

a {
	color: #eeeeee;
	font-size: 13px;
	text-decoration: none;
}

a:hover {
    color: #cccccc;
}

ul {
	padding-left: 40px;
	margin-left: 0px;
	border: 1px solid green;
}

td {
	padding: 3px;
}

#tag td {
	margin: 0px;
	padding: 0px;
}

/*******/
/* top */
/*******/

div.top {
	background-color: white;
	border-left:2px solid #004C6C;
    border-right:2px solid #004C6C;
    border-top:2px solid #004C6C;
}

#banner_left {
    float:left;
    width: 263px; 
    height:100px;
}

#banner_center {
    text-align: center;
    margin-left: 270px;
    margin-right: 270px;
    height: 100px;
}

#banner_center h1 {
    font: bold 36px Arial;
    color: #004C6C;
    padding: 0.75em 0 0 0;
    margin: 0px;
    white-space: nowrap;
}

#banner_right {
    float:right; 
    width: 263px;
    height:100px;
}

#banner_right div.svine {
	background: url("/img/svine_blue-r.gif") top right no-repeat;
    height: 40px;
    padding-right: 40px;
    margin-right: 58px;
    margin-left: auto;
    width: 120px;
    _width: 160px;
}

#banner_right div.svine span {
	display: block;
	background: url("/img/svine_blue-l.gif") top left no-repeat;
    height: 40px;
    text-align: center;
    padding-left: 40px;
}

#banner_right div.svine span a {
	display: block;
    font: 13px Arial Unicode MS,Arial,sans-serif; 
    padding: 14px 0 9px 0;
    line-height: 17px;
}


#top_menu_div {
	background-color: #004c6c;
	height: 27px;
}

#top_menu_div div {
    float: right;
    margin: 3px;
    height: 21px;
}

#top_menu_div span {
	margin: 0 0 0 4px;
	display: block;
	float: left;
	font: 12px Arial;
	color: eeeeee;
}

#top_menu_div span.top_menu {
    margin-right: 8px; 
}

/**********/
/* middle */
/**********/



.title {
	font: bold 18px Arial;
	color: #eeeeee; 
	text-align: center;
	padding: 15px 0px 20px 0px;
}

div.bg {
   padding: 90px 0px 90px 0px; 
}

div.main {
	background-image: url("/entrance/resources/caodb.jpg");
	background-repeat: no-repeat;
	width: 530px;
	min-height: 250px; 
	_height: 250px;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;	
}

table.form {
	background-color: #004c6c;
	-moz-border-radius: 5px;
	position: relative;
	border: 1px solid #b4b2bc;
	color: #eeeeee;
	font: bold 13px Arial;
	margin-left: auto;
	margin-right: auto;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

/**********/
/* bottom */
/**********/

div.bottom {
	height: 50px;
	background-color: white;
	padding: 5px 10px 0px 0px;
	margin: 0px;
	border-top: 3px solid #004c6c;
	text-align: right;
}

table.bottom {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}