/*
	Governs application page layout.
	
	@author Ivan Yeh	
*/
body, td, th, input {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

a,.a {
	color: #084482;
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	font-size: 16px;
	color: #084482;
}

h3 {
	margin-top: 30px;
	font-size: 14px;
	border-bottom: 1px solid #999999;
}

form {
	margin: 0px;
	padding: 0px;
}

.body {
	background: #E7ECEE;
	font-family: arial, verdana, sans-serif;
	margin: 0px;
	font-size: 12px;
}

.page_shadow_left {
	margin: 0px auto 10px auto;
	background: url('../images/page_shadow_left.gif') repeat-y left;
	width: 950px;
}

.page_shadow_right {
	background: url('../images/page_shadow_right.gif') repeat-y right;
}

.page_shadow_bottom {
	background: url('../images/page_shadow_bottom.gif') repeat-x bottom;
}

.page_shadow_left_corner {
	background: url('../images/page_shadow_left_corner.gif') no-repeat bottom left;
}

.page_shadow_right_corner {
	background: url('../images/page_shadow_right_corner.gif') no-repeat bottom right;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
}

.page {
	border-left: 1px solid #A6C4D7;
	border-right: 1px solid #A6C4D7;
	border-bottom: 1px solid #A6C4D7;
	background: url("../images/mesh01.gif") #F0F0F0;
}

.page_tab_bar {
	background: url('../images/tab1_bar.gif') #FFFFFF repeat-x bottom;
	height: 51px;
	vertical-align: top;
}

.page_tab {
	float: left;
	margin-left: 1px;
	cursor: pointer;
}

.header {
	height: 45px;
	background: #FFFFFF;
	padding: 5px 10px 2px 10px;
}

.header td {
	vertical-align: top;
	padding: 5px 10px;
}

.footer {
	text-align: center;
}

.c1 { /* Container type 1; use with tab bar */
	border-left: 1px solid #A6C4D7;
	border-right: 1px solid #A6C4D7;
	border-bottom: 1px solid #A6C4D7;
	padding: 2px;
}

.c2 { /* Container type 2 */
	border-left: 1px solid #A6C4D7;
	border-right: 1px solid #A6C4D7;
	border-bottom: 1px solid #A6C4D7;
	background-color: #E9E9E9;
	padding: 2px;
}

.c3 { /* Container type 3 */
	border: 1px solid #A6C4D7;
	background-color: #F0F7FB;
	padding: 2px;
}

.c4 { /* Container type 4 */
	border: 1px solid #A6C4D7;
	background-color: #FFFFFF;
	padding: 2px;
}

.h3 {
	border: 1px solid #A6C4D7;
	background: url('../images/grad01.gif');
	padding: 2px;
	font-weight: bold;
}

.h4 {
	border-top: 1px solid #A6C4D7;
	border-left: 1px solid #A6C4D7;
	border-right: 1px solid #A6C4D7;
	background: url('../images/grad01.gif') repeat-x;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
}

.h5 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: "Times New Roman", verdana, arial;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	color: #3C3C3C;
}

.horizontal-panel td {
	vertical-align: top;
}

.tab2_bar {
	background: url('../images/tab2_bar.gif') repeat-x bottom;
	height: 38px;
}

.tab2 {
	background: url('../images/tab2.gif') no-repeat;
	width: 83px;
	height: 29px;
	float: left;
	padding-top: 7px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #2B2B2B;
	font-size: 11px;
}

.tab2_selected {
	background: url('../images/tab2_selected.gif') no-repeat;
	width: 83px;
	height: 29px;
	float: left;
	padding-top: 7px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #2B2B2B;
	font-size: 11px;
}

.tab2_float {
	background: url('../images/tab2_float.gif') no-repeat;
	width: 83px;
	height: 29px;
	float: left;
	padding-top: 7px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #2B2B2B;
	font-size: 11px;
}

.tab2_float_selected {
	background: url('../images/tab2_float_selected.gif') no-repeat;
	width: 83px;
	height: 29px;
	float: left;
	padding-top: 7px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #2B2B2B;
	font-size: 11px;
}

.tab2s {
	background: url('../images/tab2s.gif') no-repeat;
	width: 65px;
	height: 29px;
	float: left;
	padding-top: 7px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #2B2B2B;
	font-size: 11px;
}

.tab2s_selected {
	background: url('../images/tab2s_selected.gif') no-repeat;
	width: 65px;
	height: 29px;
	float: left;
	padding-top: 7px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #2B2B2B;
	font-size: 11px;
}

.tab2s_float {
	background: url('../images/tab2s_float.gif') no-repeat;
	width: 65px;
	height: 18px;
	float: left;
	padding-top: 7px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #2B2B2B;
	font-size: 11px;
}

.tab2s_float_selected {
	background: url('../images/tab2s_float_selected.gif') no-repeat;
	width: 65px;
	height: 18px;
	float: left;
	padding-top: 7px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #2B2B2B;
	font-size: 11px;
}

/* Tab style 2 large */
.tab2l {
	background: url('../images/tab2l.gif') no-repeat;
	width: 133px;
	height: 29px;
	float: left;
	padding-top: 7px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #2B2B2B;
	font-size: 11px;
}

.tab2l_selected {
	background: url('../images/tab2l_selected.gif') no-repeat;
	width: 133px;
	height: 29px;
	float: left;
	padding-top: 7px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #2B2B2B;
	font-size: 11px;
}

.btn {
	cursor: pointer;
}

.btn_s, .btnS {
	cursor: pointer;
	width: 70px;
}

.btn_m, .btnM {
	cursor: pointer;
	width: 88px;
}

.btn_l, .btnL {
	cursor: pointer;
	width: 110px;
}

.btn_l_disabled, .btnDisabledL {
	width: 110px;
}

.async-load {
	position: absolute;
	border: 1px solid black;
	padding: 1px 3px;
	color: white;
	background-color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 90px;
}
.ajax-err {
	color: red;
	font-weight: bold;
}

.lbl {
	margin-right: 5px;
}

.cda-only {
	color: red;
}
.fllw {
	margin-left: 3px;
}
.fllw2 {
	margin-left: 10px;
}
.logo a:link, .logo a:visited, .logo a:hover, .logo a:active {
	text-decoration: none;
	font-size: 16px;
	color: #173A4F;
}

.icon1 {
	width: 18px;
	height: 19px;
	margin-right: 5px;
	border: none;
}
