/***************************************************/
* {
	font-family: "Trebuchet MS", arial;
	color: #999;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
	vertical-align: baseline;
}

html, body {line-height: 1}
html, body.FramedPage{width:100%;height:100%;padding:0px;margin:0px;overflow:hidden;}

hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}

/***************************************************/
body {
	background: #dbf4ff url(../images/bg.gif) repeat-x top; 
	text-align: center;
}

/***************************************************/
.tabs {
	margin-top: 10px;
	margin-left: 10px;
//	width: 420px;
	overflow: hidden;
}

.tabs li {
	float: left;
//	float: center;
	display: inline;
	margin-left: 1px;
	text-align: center;
	overflow: hidden;
	font-size: 11px;
}

.tabs li a {
//	float: left;
	float: center;
	display: block;
	color: #336699;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 26px;
	height: 26px;
	background: url(../images/tab.gif) repeat-x top;
}

.tabs li a:hover {
	display: block;
	color: #5ea2e7;
}

.tabs li a.selected {
	display: block;
	background: url(../images/tab.gif) repeat-x bottom;
	color: #FFF;
}

.tabs li a.selected:hover {
	display: block;
	background: url(../images/tab.gif) repeat-x bottom;
	color: #FFF;
}


/***************** CSS For TAB Content *******************/
.tabcontent {
	display: none;
	background: #FFF url(../images/tabtop.gif) repeat-x top;
	border: 1px solid #eee;
	border-top: 0;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	font-size: 11px;
	height: 100%;
	width: 100%;
}

.tabcontent a, .tabcontent a strong {
	color: #2c78b9;
	line-height: 1.4em;
}

.tabcontent a:hover, .tabcontent a:hover strong {
	color: #5ea2e7;
}

.tabcontent ul li {
	display: block;
	background: url(../images/bullet.gif) no-repeat;
	background-position: left 5px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	color: #999;
	line-height: 1.4em;
	font-size: 11px
}

.tabcontent ul li a {
	color: #2c78b9;
	line-height: 1.4em;
}

.tabcontent ul li a:hover {
	color: #5ea2e7;
}

.tabcontent ul li span {
	display: block;
	color: #999;
}

/***************** CSS For TAB Content *******************/
@media print {
	.tabcontent {
	display: block !important;
	}
}

/* BEGIN IFRAME */
#iframe {
	width: 100%;
	border: 0px;
	overflow: visible;
}
/* END IFRAME */
