/* CSS Document */

/* LAYOUT */

#container{
	position:relative;
	margin:0 auto;
	text-align:left;
	width:994px;
}

#maincontent {
/*	background:#9BD1FA;*/
	background:#EBF5FE;
	padding: 20px;
}

fieldset {
	border: 0px;
}

fieldset label {
	float:left;
	width:110px;
	text-align:right;
	margin-right:20px;
	margin-top:3px;
}

.field {
	width: 950px;
	margin-bottom: 3px;
	height: 30px;
}

.field .desc {
	float: right;
	width: 430px;
	margin-left: 20px;
	margin-top:3px;
	color:#9900CC;
}

.field .region {
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
	margin-top:3px;	
}

.field .update {
	float: left;
	width: 190px;
	margin-left: 10px;
	margin-top:3px;
	color:#9900CC;
}


.submitsearch{
	width: 950px;
	margin-bottom: 10px;
	height: 30px;
	text-align: center;
}

input.text {
	float: left;
	width: 300px;
	height: 14px;
	font-size: 12px;
}

input.submit {
	font-size: 12px;
	width: 65px;
}

input.smartseed {
	float: left;
	width: 500px;
	height: 14px;
	font-size: 12px;
}



#nav{
	position:relative;
	min-height:39px;
	height:39px;
	line-height:39px;
/*	background:#BF3717;*/
	background:#0080DB;
}

#nav[id]{
	height:auto;
}

/* ----- TOP MENU ----- */

#menu{
	position:absolute;
	bottom:-1px;
	right:0;
	list-style:none;
	margin:0 10px 0 0;
}

#menu[id]{
	bottom:0px;
}

#menu li{
	float:left;
	display:inline;
	margin:0 4px;
	font-weight:bold;
	color:#FFFFCC;
	line-height:40px;
}

#menu li a{
	display:inline-block;
	text-decoration:none;
	color:#FFCC66;
	font-size:100%;
}

#menu[id] li a{
	display:block;
}

#menu li a:hover{
	color:#FFFFCC;
}

#menu li img{
	margin:11px 0 0 0;
}

/* ----- DROP SHADOWS ----- */

#topShadow{
	background:url(../image/topShadow.png) no-repeat bottom center;
	width:994px;
	margin:0 auto;
	height:10px;
}
* html #topShadow{
	background-image: url(../image/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/topShadow.png");
}

#infoFooter{
	background:url(../image/bottomShadow.png) no-repeat top center;
	width:994px;
	height:10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
* html #infoFooter{
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/bottomShadow.png", sizingMethod="crop");
}

/* INFO */

#info{
	cursor:pointer;
	position:absolute;
	left:50%;
	margin:0 0 0 -500px;
	z-index:10000;
	text-align:left;
}

#smartinfo, #searchinfo {
	visibility:hidden;
	width:994px;
}


#infoContent{
/*	background:#FFF3D2;*/
	background:#FFF7DD;
	padding:25px 25px 15px 25px;
}

#info p{
	margin:1em 0 1em 0;
	text-align:justify;
	font-size: 12px;
}

#info h2{
	margin:0 0 3px 0;
	color:#51739C;
	font-weight:bold;
	font-size: 14px;
}

/* tooltip */

#tooltip{
	position:absolute;
	z-index:100000;
	border:1px solid #45709F;
	border-top:1px solid #6B93BF;
	border-left:1px solid #6B93BF;
	background-color:#5781AF;
	width:300px;
	padding:5px 15px 10px 10px;
	margin:25px 0 0 7px;
	line-height:15px;
	font-size: 12px;
	text-align: left;
	color:#fff;
}
#tooltip h1{
	display:block;
	font-size: 12px;
	font-weight: bold;
	margin:10px 0 10px 0;
}
#tooltip #content {
	letter-spacing:.02em;
}
#tooltip em{
	font-weight: bold;
	color:#CCCC66;
	font-style: normal;
}

a {
	text-decoration: none;
}

#syncontent {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
}

#syn {
	color: red;
}
