@charset "utf-8";
/* CSS Document */

.contentArea {}

.contentArea th { text-align: left; }

.contentArea .red { color: #d10019; }

.contentArea TABLE.title {
	background: #d9e2eb;
	width: 100%;
	height: 26px;
	border: 1px solid #FFFFFF;
}

.contentArea TABLE.title H1 {
	margin-bottom: 0;
	padding-left: 12px;
	color: #003971;
}

.contentArea .contentRight {
	padding: 25px 23px;;
	background-color: #e9e9ea;
}

.contentArea .contentLeft {
	width: 220px;
	padding: 25px 12px 25px 12px;; 
}

.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;
}
