@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-image: url(../images/uec-v2r1_c1s1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
ul, ol, dl { 
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 960px;
	margin: 0 auto; 
}
.header {
	height: 21px;
}
.sidebar1 {
	float: left;
	width: 331px;
	margin: 0px;
	padding: 0px;
}
.sidebar1 p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.sidebar1 img {
	margin: 0px;
	padding: 0px;
}
.content {
	width: 629px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-image: url(../images/uec-v2r2_c8s1.jpg);
	background-repeat: no-repeat;
	min-height: 460px;
}
.content h1 {
	text-align: right;
	padding: 5px;
	margin: 0px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}
/* ~~ The footer ~~ */
.footer {
	position: relative;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.footer ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer li {
	display: inline;
	list-style-type: none;
	margin: 10px;
}

.footer2 {
	font-size: 10px;
	color: #CCC;
	text-align: center;
	padding-top: 8px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#uecv2r3_c3s1 {
	margin-top: -5px;
}

#sp1 { height: 28px;}


/* ~~ The modal ~~ */
	.modal {
	background-color:#fff;
	display:none;
	width:750px;
	padding:15px;
	text-align:left;
	border:2px solid #333;
	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
	}
	
	.modal h2 {
	border-bottom:1px solid #333;
	font-size:20px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}

	.modal p {
	font-size: 12px;
	color: #666;
	padding-bottom: 10px;
	}

	.modal .formcol {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	min-height: 30px;
	}
	
	.styled {
	width: 70px;
	float:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

	.modal b {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	}
	
	.modal input[type="text"] {
	width: 260px;
	margin-left: 10px;
	float:left;
	}

	.modal input[name="_city"] {
	width: 70px;
	float:left;
	}
	.modal input[name="_country"] {
	width: 70px;
	float:left;
	}

	.modal texarea {
	width: 240px;
	float:left;
	}
	/* use a semi-transparent image for the overlay */
	#overlay {
		background-image:url(http://static.flowplayer.org/img/overlay/transparent.png);
		color:#efefef;
		height:450px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap {
		height:541px;
		overflow-y:auto;
	}