/* CSS Document */
body{
	/*background:#ecf0f6;*/
	background-color:#EEEEEE;
	color:#000000;
	font-size:12px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin:6px;
	padding:0;
}
td.topLeft{
	width:3px;
	height:25px;
	background-image:url(img/blackStyle/topLeft.gif);
}
td.topRight{
	width:3px;
	height:25px;
	background-image:url(img/blackStyle/topRight.gif);
}
td.topMiddle{
	height:25px;
	background-image:url(img/blackStyle/topMiddle.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
	font-size:13px;
}
td.middleLeft{
	width:3px;
	background-image:url(img/blackStyle/middleLeft.gif);
}
td.middleMiddle{
	background-color:#FFF;
}
td.middleRight{
	width:3px;
	background-image:url(img/blackStyle/middleLeft.gif);
}
td.bottomLeft{
	width:3px;
	height:6px;
	background-image:url(img/blackStyle/bottomLeft.gif);
}
td.bottomMiddle{
	background-repeat:repeat-x;
	background-image:url(img/blackStyle/bottomMiddle.gif);
	height:6px;
}
td.bottomRight{
	width:3px;
	height:6px;
	background-image:url(img/blackStyle/bottomRight.gif);
}
#tabs {
	line-height: normal;
	margin: 0 0 -6px 12%;
	width:100%;
	text-align:center;
}

.rtl #tabs {
	margin: 0 7px -6px 0;
}

#tabs ul {
	margin:0;
	padding: 0;
	list-style: none;

}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;	
}



.rtl #tabs a {
	float: right;
}

.rtl #tabs a span {
	float: right;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span, .rtl #tabs a span { float:none;}
/* End hack */

#tabs a:hover span {
	color: #FFF;
}

#tabs .activetab a {
	background-position: 0 0;
}

#tabs .activetab a span {
	background-position: 100% 0;
	padding-bottom: 5px;
	color: #FFF;
}

#tabs a:hover {
	background-position: 0 -70px;
}

#tabs a:hover span {
	background-position: 100% -70px;
}

#tabs .activetab a:hover span {
	background-position: 100% -70px;
	padding-bottom: 5px;
	color: #FFF;
}

#linkbar{
	color:#FFF;
	background:#098DCE;
	text-align:center;
}

#linktable{
	margin-top:-1px;
	border-bottom: 1px #77d2ff solid;
	border-top: 1px #77d2ff solid;
	background:#FFF;
}

#linkbar a{
	margin-right:5px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
#linkbar a:hover{
	color:#CCCCCC;
}

#tabs a {
	float: left;
	background:url("img/blackStyle/bg_tabs1.gif") no-repeat 0% -35px;
	margin: 0 1px 0 0;
	padding: 0 0 0 7px;
	text-decoration: none;
	position: relative;
}

#tabs a span {
	float: left;
	display: block;
	background: url("img/blackStyle/bg_tabs2.gif") no-repeat 100% -35px;
	padding: 7px 10px 4px 4px;
	color: #FFF;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
