﻿@charset "utf-8";

body, img  {
	text-align: center;
	margin: 0px;
	padding-top:5px;
	padding-left:5px;
	font: normal 14px Arial, Helvetica, sans-serif;
}

a 
{
	color: #fc7216;
}

/*
.wrapper {
	text-align: left;
	width: 980px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 100%;
}

.go {
	height: 22px;
	width: 33px;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	background: url(/WebSite_Platform/images/btn_go.gif);
	text-align: center;
	border-style: none;
}

*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footer 
{
	border-top: 1px solid gray;
	text-align: center;
	margin-top:15px;
	font-size: 12px;
	height: 54px;
	color: #C1C0C0;
}
.footer a {
	color: #6c6c6c;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 37px;
}
.footer p {
	font-size: 12px;
	margin: -8px 0px 0px;
}

.errMsg {
	font-size:10px;
	color:Red;
	float:left;
	margin-left:10px;
}

.pointer {
	cursor:pointer;
}

.udi_items p a {
	color: #fc7216;
}


/******************************** Platform new  *******************************/

.over
{
	position:absolute;

}

.wrapper {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 100%;
}

.header {
	height: 203px;
	width: 950px;
	background: url(/images/header.jpg) no-repeat right top;
	float: left;
}

.logo {
	float: left;
	margin-top: 5px;
}

.logo img {
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	border-style: none;
}

.main_menu 
{
	margin-left:20px;
	margin-right:20px;
	padding: 5px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
}

.main_menu a 
{
	padding-right: 10px;
	padding-left: 10px;
	color: #6b6b6b;
	font-size: 14px;
	text-decoration:none;
}

.main_menu .sel 
{
	font-weight:bold;
}
.main_menu a:hover {
	color: #FD8501;
	text-decoration:none;
}


.homepage_title 
{
	margin-top:5px;
	height: 73px;
	width: 950px;
	background: url(/images/title_background.jpg) no-repeat;
	display: block;
	float: none;
	text-align: left;
	padding-left: 38px;
	padding-top:23px;
	font-size: 24px;
	font-weight:bold;
	color:#666666;
}


.page_title 
{
	margin-top:5px;
	height: 73px;
	width: 950px;
	background: url(/images/title_background.jpg) no-repeat;
	display: block;
	float: none;
	text-align: left;
	padding-left: 38px;
	padding-top:32px;
	font-size: 24px;
	font-weight:bold;
	color:#666666;
}

/*
.h_menu
{
	padding: 5px;
	font-size:12px;
}

.h_menu p 
{
	margin-left:15px;
}
*/

.main
{
	/*background:black;*/
}

.top_menu
{
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}

.top_menu a 
{
	margin-left:30px;
	color: #6b6b6b;
	font-size: 14px;
	text-decoration:none;
}

.top_menu .sel
{
	font-weight:bold;
}

.left_menu
{
	text-align:left;
}


.left_menu .root_item
{
	font-size:14px; 
	padding-left:10px;
	padding-bottom:15px;	
}

.left_menu .root_item .sel
{
	font-weight:bold;
}

.left_menu .child_item
{
	font-size:12px; 
	margin-left:20px;
	padding-top:10px;
}

.left_menu .child_item .sel
{
	font-weight:bold;
}


.main_content
{
	/*background: orange; */
	text-align:left;
}

.main_ads
{
}
	
.main_ads p
{
	margin-bottom: 10px;

}


table.standAlone 
{
	margin-top: 20px;
	border:1px solid #CCC;
	width:560px;
}

table.standAlone tr
{
	vertical-align: top;
	padding-top:3px;
	padding-bottom:3px;
}

table.standAlone td
{
	border:1px solid #CCC;
	padding:7px;
}

div.footerSpacer
{
	height:20px;
}


div.autosize { display: table; width: 1px; }
div.autosize > div { display: table-cell; }

div.subTitle
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px;
}


/************************************************ orange buttons ************************************************/

.orange_btn_300
{
	background: url(/images/Btn_orange_300px.gif) no-repeat right top; 
	font-size:12px; 
	color:White; 
	font-weight: bold; 
	padding:3px;
	border-style:none;
}

.orange_btn_300 a
{
	text-decoration:none;
	color:White;
}

.orange_btn_200
{
	background: url(/images/Btn_orange_200px.gif) no-repeat right top; 
	font-size:12px; 
	color:White; 
	font-weight: bold; 
	padding:3px;
	border-style:none;
}

.orange_btn_200 a
{
	text-decoration:none;
	color:White;
}

.orange_btn_150
{
	background: url(/images/Btn_orange_15px.gif) no-repeat right top; 
	font-size:12px; 
	color:White; 
	font-weight: bold; 
	padding:3px;
	border-style:none;
}

.orange_btn_150 a
{
	text-decoration:none;
	color:White;
}

