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

.outer-table-border{
	/*
	border:#F00 thin solid;
	*/
}

.blue-line{
	background:url(images/header_03.jpg) no-repeat;
	line-height:15px;
}

.hdr-bg{
	background:url(images/head-bg.jpg) no-repeat;
	/*
	line-height:325px;
	*/
}

.footer-bg{
	background:url(images/line.png) no-repeat;
	width:1000px;
	line-height:6px;
}

.my-menu{
	background:url(images/button.jpg) no-repeat center;
}

.bd-bg{
	/*
	background:url(images/bg.png) repeat-y center top;
	*/
}

.tbl-cell-mov{
	background:url(images/button.jpg) no-repeat center;
}

td.menuon { 
	background:url(images/button.jpg) no-repeat center;
	color: #FFFFFF;
	}

td.menuon a { 
	font: 11px arial, verdana, sans-serif;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:26px;
	font-weight:bold;
	color: #FFF;
	text-decoration: underline;
	}

td.menuoff { 
	background-color: #FFFFFF; 
	color: #000000; 
}

/* Tab's CSS */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 33px;
	float: left;
	padding: 4px 10px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	color:#FFF;
	/*
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background:url(bar.png) no-repeat;
	/*
	background-color: #CCC;
	*/
}

.TabbedPanelsTabSelected {
	background:url(bar.png) no-repeat;
	color:#000;
	/*
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
	*/
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background:url(pic-bg.png) repeat;
	/*
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
	*/
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background:url(tab-bg1.png) no-repeat 12px 18px;
	/*
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	*/
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	width: 140px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background:url(bar.png) no-repeat;
	/*
	background-color: #EEE;
	border-bottom: solid 1px #999;
	*/
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	margin-left:-25px;
	width: 433px;
	height: 290px;

}

/* Tab's CSS */