
body {
	background-image: url(./img/bg.jpg); 
}

body textarea{
	font-family: monospace; 
}


#mainPane { 
	width: 99%; 
	height: 100%; 
	position: absolute;
}

.g_12 {
	color: #999; 
	font-size: 12px; 
	font-family: arial;
}

.a_input {
	margin-top: 4px; 
	padding-right: 20px; 
	width: 138px; 
	font-family: arial; 
	font-size: 12px; 
	background-image: url(./img/arrow.jpg); 
	background-position: right center; 
	background-repeat: no-repeat; 
	border: 1px solid #99c;
}

.selectorAWrapper {
	position: relative;
	width: 158px;
	height: 20px;

	margin: 0; 
	padding: 0;
	
	font-family: Helvetica, Arial; 
	font-size: 4px; 
	color: #9999CC;
	
	border: 1px solid #99c;
	text-align: left;
	vertical-align: middle;
}

.selectorALabel {
	vertical-align: middle;
	font-family: Helvetica, Arial; 
	font-size: 12px; 
	color: #9999CC;
	padding-top: 4px;
}

.selectorAInput {
	width: 138px;
	height: 18px;
	
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	font-family: Helvetica, Arial; 
	font-size: 12px;
	color: #222266;
}

.selectorAButton {
	width: 20px;
	height: 20px;
	
	background: transparent;
	padding: 0;
	margin: 0;
	vertical-align: top;
	
	float: right;
	
	cursor:pointer;
	border: 0;
}

.menu {
	font-family: arial; 
	font-size: 12px; 
	padding-top: 10px; 
	padding-left: 12px; 
	color: #99c;
}

.menu a {
	font-family: arial; 
	font-size: 12px;
	color: #99c; 
	
	text-decoration: none;
}

.menu a:hover {
	font-family: arial; 
	font-size: 12px;
	color: #77b; 
	
	text-decoration: underline;
}


table.main {
	border-width: 0px; 
	padding: 0px; 
	margin: 0px; 
	border-collapse: collapse;
	width: 100%; 
	height: 100%;
}

tr.topRow {
	height: 129px;
}

td.topLeftCol {
	margin: 0;
	padding: 0;
	white-space: nowrap; 
	width: 189px;
	vertical-align: bottom;
}

td.vSeparatorTopCol {
	margin: 0;
	padding: 0;
	white-space: nowrap; 
	width: 33px;
	min-width: 33px;
	vertical-align: bottom;
}

td.topRightCol {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: bottom;
}



tr.hSeparatorRow {
	height: 42px;
}

td.hSeparatorLeftCol {
	margin: 0;
	padding: 0;
	white-space: nowrap; 
	width: 189px;
	vertical-align: bottom;
}

td.hSeparatorCrossCol {
	margin: 0px;
	padding: 0;
	white-space: nowrap; 
	width: 33px;
	vertical-align: bottom;
}

td.hSeparatorMidCol {
	margin: 0;
	padding: 0;
	white-space: nowrap; 

	background-image: url(./img/bg_a_horizontal.gif);
	background-position: left top; 
	background-repeat: repeat-x; 
	width: 100%;
	vertical-align: bottom;
}

td.hSeparatorRightCol {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: 76px; 
	vertical-align: bottom;
}



tr.midRow {
	height: 100%;
}

td.midLeftCol {
	margin: 0;
	padding: 0;
	white-space: nowrap; 
	width: 189px;
	vertical-align: top;
}

td.vSeparatorMidCol {
	margin: 0;
	padding: 0;
	white-space: nowrap; 
	width: 33px;
	min-width: 33px;

	background-image: url(./img/bg_a_vertical.gif);
	background-position: right top; 
	background-repeat: repeat-y; 
}

td.midRightCol {
	margin: 0;
	padding: 0;
	white-space: nowrap; 
	vertical-align: top;
}


tr.bottomRow {
	height: 31px;
	min-height: 31px;
	vertical-align: bottom;
}

td.vSeparatorBottomCol {
	margin: 0;
	padding: 0;
	white-space: nowrap; 
	width: 33px;
	min-width: 33px;
	vertical-align: top;
}




div.logo {
	position: relative;
	width: 189px; 
	height: 129px;
	right: 0px;
	bottom: 0px;
}

img.logoImg {
	width: 151px; 
	height: 108px;
}

div.topMenu {
	position: relative;
	width: 100%; 
	height: 129px;
	bottom: 0px;
	left: 0px; 
}

div.sideMenu {
	position: relative;
	width: 189px;
	top: 0px;
	right: 0px; 
}

div.content {
	position: relative;
	width: 100%;
	height:	100%;
	top: 0px;
	left: 0px;
}

#contentPane {
	position: relative;
	width: 100%;
	height:	100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	white-space: normal;
	text-align: left;
}

table.contentTable {
	border-width: 0px; 
	padding: 0px; 
	margin: 0px; 
	border-collapse: collapse;
	width: 100%; 
	height: 100%;
}

tr.contentTopRow {
}

td.contentTopCol {
	margin: 0;
	padding: 3px;
	white-space: nowrap;
	vertical-align: top; 
}

tr.contentBottomRow {
	height: 60px;
}

td.contentBottomCol {
	margin: 0;
	padding: 3px;
	white-space: nowrap; 
}

.titleA {
	color: #333366; 
	font-family: arial; 
	font-size: 13px; 
	text-align: center;
}

#sideMenuContainer {
	width: 163px;
	overflow: hidden;
}

.headerInfomation {
	color: #999; 
	font-size: 9px; 
	font-family: arial;
}

.headerInfomation a {
	color: #999; 
	font-size: 9px; 
	font-family: arial;
	
	text-decoration: none;
}

.headerInfomation a:hover {
	color: #777; 
	font-size: 9px; 
	font-family: arial;
	
	text-decoration: underline;
}

.topMenuItem {
	color: #999; 
	font-size: 12px; 
	font-family: arial;
}

.topMenuItem a {
	color: #999; 
	font-size: 12px; 
	font-family: arial;

	text-decoration: none;
}

.topMenuItem a:hover {
	color: #777; 
	font-size: 12px; 
	font-family: arial;

	text-decoration: underline;
}
.loginform {
	font-family: arial; 
	font-size: 12px; 
	color: #99c;
}
.loginform_existing_customer {
	width: 230px;
	height: 100px;
}
.loginform_new_customer {
	width: 230px;
	height: 400px;
}
.loginform_input {
	border: 1px solid #333365;
	width: 120px;
}
.loginform_row {
	height: 30px;
}
.header {
	color: #333366;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}
.header_14 {
	color: #333366;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.grayText_12 {
	font-family: Arial; 
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.blueLink_12 {
	font-family: Arial; 
	font-size: 12px;
	font-weight: normal;
	color: #9999CC;
	text-decoration: underline;
}
.styled_button {
	border: none;
	font-size: 12px;
	font-family: Arial;
	color: #333366;
	font-weight: bold;
	background: white;
	cursor: pointer;
}

.styled_button:hover {
	border: none;
	font-size: 12px;
	font-family: Arial;
	color: #555588;
	font-weight: bold;
	text-decoration: underline;
	background: white;
	cursor: pointer;
}

.logout:hover{
	text-decoration: underline;
	cursor: pointer;
}