@charset "utf-8";
/* CSS Document */

.contentArea { margin-top: 1.5em; }

.contentArea th { text-align: left; }

.contentArea .red { color: #d10019; }

.contentArea TABLE.contentTitle {
	width: 100%;
	color: #0057a3;
	margin-bottom: 1.5em;
}

.contentArea TABLE.contentTitle H1 {
	margin-bottom: 3px;
	padding-left: 12px;
}
.contentArea TABLE.contentTitle H2 {
	margin: 0;
	padding-left: 12px;
	font-weight: normal;
}

.contentArea .contentLeft {
	padding: 20px 12px 0;
	background-color: #e9e9ea;
}

.contentArea .contentRight {
	width: 168px;
	padding: 0px 12px;
	padding-right: 0;
}

.contentArea .tab_block {
	position: absolute;
	margin-top: -10px;
}


/** Tabs **/
.tab, .tab_inactive { float:left; cursor: pointer; }

.contentBox TABLE.contentTitle .tab TD { padding: 0; }
.contentBox TABLE.contentTitle .tab_inactive TD { padding: 0; }

.tab .left {
	background: url(../../images/layout/tab_left.gif) no-repeat 0 0;
	height: 24px;
	width: 2px;
}
.tab .center {
	background: url(../../images/layout/tab_center.gif) repeat-x 0 0;
	height: 24px;
	padding: 2px 10px!important;
}
.tab .right {
	background: url(../../images/layout/tab_right.gif) no-repeat right 0;
	height: 24px;
	width: 2px;
}

.tab_inactive .left {
	background: url(../../images/layout/tab_left_inactive.gif) no-repeat 0 0;
	height: 24px;
	width: 2px;
}
.tab_inactive .center {
	background: url(../../images/layout/tab_center_inactive.gif) repeat-x 0 0;
	height: 24px;
	padding: 2px 10px!important;
}
.tab_inactive .right {
	background: url(../../images/layout/tab_right_inactive.gif) no-repeat right 0;
	height: 24px;
	width: 2px;
}
