@charset "utf-8";
/* CSS Document */

body {
	background:#dadada;
	font-size:11px;
	font-family:Tahoma, Arial, sans-serif;
	margin:0px;
	color:#989797;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 10px;
	color: silver;
	padding-bottom:4px;
	border-bottom:1px solid #dadada;
	padding:10px 0px 4px 10px;
}

.header {
	background:#e5e5e5;
	height:129px;
}

.header01 {
	width:970px;
	margin:0px auto 0px auto;
	border-top:3px solid #00bced;
}

.headerContent {
	border-top:6px solid #e5e5e5;
	border-bottom:1pz solid #e5e5e5;
	background:white;
	height:120px;
}

.headerBar {
	background:#dadada;
	height:39px;
}

.headerBar01 {
	width:970px;
	margin:0px auto 0px auto;
	border-top:1px solid #dadada;
}

.headerBarContent {
	background:white;
	height:39px;
}

.footer {
	border-top:1px solid #cfcfcf;
	padding-bottom:60px;
	background:#e5e5e5;
}

.footerContent {
	background:white;
	width:970px;
	margin:0px auto 0px auto;
}

.footerContentBottom {
	width:970px;
	margin:17px auto 0px auto;
}

.link {
	font-size:14px;
	color:#3c6b77;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}

.link2 {
	font-size:14px;
	color:#585858;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}

.mainmenu {
	margin:0px;
	padding:0px;
	float:left; 
}

.mainmenu li {
	list-style-image:none;
	display:inline;
	list-style-type:none;
}

.txtSearch {
	border:1px solid #dadada;
	width:186px;
	color:#9a9d9e;
	font-size:11px;
	font-family:Tahoma, sans-serif;
	line-height:21px;
	height:17px;
	padding:4px 0px 1px 10px;
	margin:0px;
	float:left;
}

.txt {
	border:1px solid #dadada;
	width:165px;
	color:#9a9d9e;
	font-size:12px;
	font-family:Tahoma, sans-serif;
	line-height:15px;
	height:15px;
	padding:2px 0px 1px 5px;
	margin:0px;
}

.btnSearch {
	background:url(../images/btn_search.jpg) no-repeat;
	height:24px;
	width:74px;
	border:none;
	float:right;
	margin-right:15px;
	cursor:pointer;
}

.btnSubmit {
	background:url(../images/btn_login.jpg) no-repeat;
	height:24px;
	width:101px;
	border:none;
}

.player {
	width:970px;
	margin:0px auto 0px auto;
}

.content {
	background:white;
	width:970px;
	margin:0px auto 0px auto;
	margin-top:7px;
}

.contentTitle{
	background:url(../images/content_title_bg.jpg) repeat-x;
	height:41px;
	width:auto;
	color:#3c6b77;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	line-height:40px;
	padding-left:17px;
}

.leftColumn {
	padding:9px 8px 9px 7px;
	float:left;
	width:675px;
}

.rightColumn {
	padding:9px 8px 9px 0px;
	float:right;
	width:271px;
}

.box {
	border:1px solid #cfcfcf;
	width:auto;
}

.boxRight {
	border:1px solid #cfcfcf;
	width:auto;
	padding:10px 9px 10px 9px;
}

.box  .boxtitle{
	background:url(../images/content_title_bg.jpg) repeat-x;
	height:41px;
	width:auto;
	color:#3c6b77;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, sans-serif;
	line-height:40px;
	padding-left:17px;
}

.boxContent {
	padding:10px 10px 16px 16px;
	font-size:11px;
	color:#46565a;
	font-family:Tahoma, sans-serif;
}

.title {
	font-weight:bold;
	color:#191919;
	margin-top:10px;
	font-size:11px;
}

/* Slide Webisode CSS */

.stepcarousel{
	position: relative; 
	overflow: scroll; 
	width: 660px; 
	height:172px;
	font-size:10px;
	color:#46565a;
	font-family:Tahoma, sans-serif;
	margin-bottom:15px;
}

.stepcarousel .belt{
	position: absolute; 
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden; 
	margin: 15px 18px 15px 15px;
	border-right:1px solid #dadada;
	width:150px;
}

.stepcarousel .panel span{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
	display:block;
}

.navButtonNext {
	cursor:pointer;
	display:block;
	float:right;
	margin:10px 10px 10px 0px;
}

.navButtonPrev {
	cursor:pointer;
	display:block;
	float:left;
	margin:10px 0px 10px 10px;
}

/* Slide Webisode CSS */

.paging {
	margin-top:15px;
	color:#488b94;
	margin-left:15px;
	padding-bottom:15px;
}

.paging a {
	color:#488b94;
	padding:2px;
	text-decoration:none;
}

.paging a:hover {
	color:black;
}

.paging .selected {
	padding:2px;
	text-decoration:none;
	color:black;
}

.error {
	font-size:11px;
	color:red;
}	

.catlist {
	background:url(../images/cat_bg.jpg) no-repeat;
	width:244px;
	height:26px;
	line-height:26px;
	margin-top:3px;
	cursor:pointer;
}

.catlist a{
	font-size:13px;
	font-family:Arial, sans-serif;
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
}

.catlist:hover {
	background:url(../images/cat_bg_hover.jpg) no-repeat;
	width:244px;
	height:26px;
	line-height:26px;
	margin-top:3px;
	cursor:pointer;
}

.success {
	font-size:11px;
	color:green;
	font-weight:bold;
	margin-bottom:10px;
}

.field {
	margin:7px 0px 7px 0px;
	border-bottom:1px solid #cccccc;
	padding-bottom:7px;
}

.fieldTitle {
	font-weight:bold;
	margin:5px 0px 2px 0px;
	float:left;
	width:120px;
	line-height:18px;
	color:#303030;
}

.txt3 {
	border:1px solid #87c7d6;
	background:#c3e4ec;
    font-size:14px;
    margin:4px 5px 4px 5px;
    color:#3c6b77;
	font-family:"Trebuchet MS", Tahoma;
}

