/* CSS Document */

.tableTRProperty {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0099FF;
	border-bottom-width: 1px;
	font-size: 10px;
	vertical-align: middle;
}
.tableTDPropertyRightBorder {
	border-top-style: none;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 1px;
	font-size: 10px;
	vertical-align: middle;
	padding-right: 3px;
	padding-left: 3px;
}

.tableTRPropertyRightBorder {
	border-top-style: none;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0099FF;
	border-width: 1px;
	font-size: 10px;
	vertical-align: middle;
}
.tableTRPropertyRightBorderNoPadd {

	border-top-style: none;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0099FF;
	border-width: 1px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
.TableHeaderCenter {
	vertical-align: bottom;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.TableHeaderCenterRightBorder {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-style: none;
	border-left-style: none;
	border-width: 1px;
	padding-right: 3px;
	padding-left: 3px;

	text-align: center;
	font-size: 10px;
	font-weight: bold;
}


.TableHeaderLeft {
	vertical-align: bottom;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-width: 1px;
	text-align: Left;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
}

.TableHeaderLeftNoPadd {
	vertical-align: bottom;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-width: 1px;
	text-align: Left;
	font-size: 10px;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}


.mainArea {
	padding-top : 21px;
	padding-bottom : 21px;
	padding-left : 14px;
	padding-right : 14px;
	text-align : left;
	background : url(/images/logo_bg.gif);
	background-repeat : no-repeat;
	background-color : #FFFFFF;

}

.menuArea {
	padding-top : 0px;
	padding-bottom : 15px;
	padding-left : 0px;
	padding-right : 0px;
	text-align : left;
	background : url(/images/subMenu2_bg.png);
	background-repeat : repeat-x;
	background-color : #FFFFFF;
}

.columnTable {
	background-color : #F7F7F7;
	width: 200px;
	margin-left : 0px;
	margin-bottom : 14px;
	margin-right : 0px;
	margin-top : 0px;
	border : #D8D8D8;
	border-style : solid;
	border-width : 1px;
}

.careerTable {
	background-color : #F7F7F7;
	margin-left : 0px;
	margin-bottom : 14px;
	margin-right : 0px;
	margin-top : 0px;
	border : #D8D8D8;
	border-style : solid;
	border-width : 1px;
}

.columnTH {
	background-color : #C3D1E5;
	padding-top : 7px;
	padding-bottom : 7px;
	padding-left : 7px;
	padding-right : 7px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 100%;
	font-weight : bold;
	text-align : left;
}

.columnTD {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 7px;
	padding-right : 7px;
}

.sideColumnTable {
	background-color : #F7F7F7;
	width: 200;
	margin-left : 21px;
	margin-bottom : 14px;
	margin-right : 0px;
	margin-top : 0px;
	border : #D8D8D8;
	border-style : solid;
	border-width : 1px;
}
.sideColumnTablehome {
	background-color : #F7F7F7;
	width: 275px;
	margin-left : 12px;
	margin-bottom : 14px;
	margin-right : 0px;
	margin-top : 0px;
	border : #D8D8D8;
	border-style : solid;
	border-width : 1px;
}

.sideColumnTH {
	background-color : #C3D1E5;
	padding-top : 7px;
	padding-bottom : 7px;
	padding-left : 7px;
	padding-right : 7px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 100%;
	font-weight : bold;
	text-align : left;
}

.sideColumnTD {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 7px;
	padding-right : 7px;
}

