body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.MainBody {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_body.gif) repeat-x top;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.MainBodyCT {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/mainbodyct_bg.gif) repeat-x top;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.BodyTable {
	height: 100%;
	width: 950px;
}
.Normal {
	font-size: 12px;
}
#MainMenus {
	position:relative;
	width:329px;
	height:115px;
	z-index:2;
	top: 0px;
}
#CotentTable {
	z-index: 1;
	position: relative;
	width: 100%;
	display: block;
	height: 100%;
}
.OutsideBody {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_body.gif) repeat-x bottom;
	display: block;
	top: 0px;
	z-index: 5;
	position: relative;
}

.LoginBar {
	height: 60px;
}

.HomeInsertPane {
	height: 370px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
.ContentPane {
	height: 100%;
	padding-top: 10px;
}
.TopMenus {
	height: 30px;
}
.TopMenuCT {
	height: 131px;
	background: url(images/topmenu_bg.jpg) no-repeat center top;
}
.TopMenuBG {
	background: url(images/Menus/topmenu_bg.png) repeat-x;
}
.LeftPane {
	padding-top: 285px;
}
.Headings {
	padding-top: 15px;
	padding-bottom: 15px;
}



.Footer {
	background: #7bc0f0;
	height: 70px;
	width: 100%;
	border-top: 4px solid #accfe8;
}
.FooterTable {
	width: 950px;
	height: 82px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.FooterDIV {
	background: url(images/footer_bg.gif) repeat-x;
	padding-top: 6px;
	display: block;
	height: 82px;
}
.ScrollTable {
	font: 12px/20px Arial, Helvetica, sans-serif;
	height: 180px;
}
.ScrollTable th {
	border-bottom: 1px dotted #CCC;
	height: 70px;
}
#NewsVertical {
	width: 455px;
	height: 180px;
	display: block;
	overflow: hidden;
	position: relative;
}
#TickerVertical {
 width: 300px  height: 300px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	display: block;
	color: #333333;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 0px 0px 4px;
	float: left;
	width: 450px;
}
.news_style {
	display:none;
}
.news_show {
	background-color: white;
	color:black;
	width:450px;
	height:210px;
	font: normal 100% "Arial", "Lucida Grande", Verdana, Sans-Serif;
	overflow: auto;
}
.news_mark {
	background-color:white;
	font: normal 70% "Arial", "Lucida Grande", Verdana, Sans-Serif;
	border: 0px solid gray;
	width:450px;
	height:35px;
	color:black;
	text-align:center;
}
.news_title {
	font: bold 120% "Arial", "Lucida Grande", Verdana, Sans-Serif;
	border: 0px solid gray;
	padding: 5px 0px 9px 5px;
	color:black;
	width: 450px;
}
.news_show img {
	margin-left: 5px;
	margin-right: 5px;
}
.buttondiv {
	position: absolute;
	/*float: left;*/
/*top: 169px;*/
padding: 5px;
	background-color:white;
	border: 1px solid gray;
	/*border-top-color: white;*/
border-top:none;
	height:20px;
	width: 80px;
	left: 656px;
}

/*   TABS  */
.Head {
	font: bold 12pt Arial, Helvetica, sans-serif;
	color: #21c5dd;
	text-decoration: none;
}
ol#TabsHolder {
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #EBEBEB;
}
ol#TabsHolder li {
	background: #bdf url(images/tabs.png);
	float: left;
	margin: 0 1px 0 0;
	padding-left: 10px;
	list-style: none;
}
ol#TabsHolder a {
	background: url(images/tabs.png) 100% 0;
	color: #666;
	display: block;
	float: left;
	height: 30px;
	padding-right: 10px;
	text-decoration: none;
	font: normal 11px/30px Arial, Helvetica, sans-serif;
	outline: none;

}
ol#TabsHolder li.CurrentTab {
	background-color: #48f;
	background-position: 0 -60px;
	text-decoration: none;
}
ol#TabsHolder li.CurrentTab a {
	background-position: 100% -60px;
	color: #FFF;
	font-weight: normal;
	outline: none;
}
div.TabContent {
	clear: left;
	padding: 0px;
	margin: 0px;
	width: 590px;
}
/*   FORMS DESIGN  */
.FormTable {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	width: auto;
}
.FormDropDownList, .FormMultipleSelect {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
}
.FormLabel {
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
}
.FormLabelCell {
	vertical-align: top;
	padding-top: 5px;
}
.FormTextBox, .FormDropDownList {
	width: 100%;
	border: 1px solid #999999;
}
.FormSubmit {
	margin-left: 200px;
	width: 100px;
	height: 30px;
}
