* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333333;
	font-family:tahoma,verdana,helvetica,arial,sans-serif;
	font-size:10px;
	margin: 0px;
	text-align: center; /*for IE6 */
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #75B8BD;
	text-decoration:none;
}
a img {
	border:none;
}

img {
	border: none;
}

p {
	font-size: 11px;
	color: #333333;
	line-height: 17px;
	padding-left: 20px;
	border: none;
	
}

h1 {
	font-size: 18px;
	color: #404040;
	font-variant: small-caps;
	padding-top: 20px;
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
	color: #303030;
	padding: 20px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

td {
	vertical-align: top;
	text-align: left;
}

ul {
	margin-left: 20px;
	padding: 0px;
	list-style: square;	
	/* list-style-image: url(../img/bullet.gif);*/
}

ul li {                
	font-size: 12px;
	color: #aaaaaa;
	line-height: 19px;
	padding: 0px 0px 5px 5px;

}

input {
	border: 1px solid #888888;
	height: 14px;
	font-family: tahoma, verdana, arial;
	font-size: 11px;	
	padding: 3px 0px 0px 2px;
	color: #333333;
}

select {
	border: 1px solid #888888;
	height: 20px;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #333333;
}

textarea {
	font-family: tahoma, verdana, arial;
	font-size: 11px;	
	padding: 3px 0px 0px 2px;
	overflow: auto;
}

.checkbox {
	border: 0px;
}
/* Classes */

.bold {
	font-weight: bold;
}
.white {
	color: #EEEEEE;
}

.red {
	color: #DF2222;
}

.black {
	color: #333333;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}

.stdP {
	width: auto;
	border: 0px solid red;
}

.tab1 {
	padding-left: 20px;
}
.highlight {
	font-weight: bold;
	color: #00004F;	
}

.pageTable {
	position: relative;
	width: 800px; 
	border: 0px solid red;
}

.leftCol {
	width: 592px;
	padding-left: 20px;
	overflow: hidden;
	border: 1px solid red;
}

.rightCol {
	width: 260px;
	text-align: center;
	padding-top: 20px;
	border: 1px solid red;
}

.sideImage {
	border: 2px solid #cccccc;
}

.errorSection {
	background-color: #F9E897;
	padding: 10px;

}

.errorCaption {
	color: #660000;
	font-size: 12px;
	font-weight: bold;
}

#errorList li {
	padding: 5px;
	color: #000000;
	font-weight: bold;
}

.btnSignIn {
	width: 106px;
	height: 45px;
	border: 0px;
}



/* Global Table */
#globalTbl {
	width: 801px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse: collapse;
	background-repeat: repeat-y;	
	border: 0px solid red;
}

#globalTbl td {
	border: 0px solid red;
}

#header {         
	height: 122px;
	width: inherit;
	background-image: url('../img/bg_header.jpg');
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: left;
	border: 0px solid red;
}

#menuList {
	float: right;
	right: 0px;
	list-style:none;	     
	border: 0px solid red;
}

#menuList li {  
	float: left;
	height: 45px;
	line-height: 0px;
	padding: 0px;	
	margin: 0px;            
	border: 0px solid red;
}

#pageCell {
	height: 500px;

}

.pageTable tr{
	padding: 0px;
	border: 0px;
}


/* IS THIS USED? 
#content {
	height: 500px;
	width: inherit;
	background-image: url('../img/content_bg.jpg');
	background-repeat: repeat-y;
	padding: 0px 40px 0px 40px;
}

*/

.rowSpace {
	display: block;
	clear: both;
	height: 40px;
}


.fldLbl {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #656565;
	text-decoration: none;
	text-align: left;
	height: 12px;
	width: auto;
}



/****************  BLOCK [ 1 ] ****************/
.colLen1 {
	display:block;
	float:	left;
	width:	30px;
	height:	35px;
}
.th1 {
	width:35px;
	background-color:#000000;
}
.td1 {
	display:block;
	padding-left: 5px;
	width:35px;
	height: 17px;
	border-left: 1px solid #999999;
}
.label1 {
	display:block; 
	float:left; 
	width:30px; 
	text-align:left; 
	font-weight:bold;
color: #656565;
}
.field1 {
	width:	10px;
}
.list1 {
	width:	10px;
	height: 21px;
}

/****************  BLOCK [ 2 ] ****************/
.colLen2 {
	display:block;
	float:	left;
	width:	50px;
	height:	35px;
}
.th2 {
	width:55px;
	background-color:#000000;
}
.td2{
	padding-left: 5px;
	width:55px;
	height: 17px;
	border-left: 1px solid #999999;
}
.label2 {
	display:block; 
	float:left; 
	width:45px; 
	text-align:left; 
	font-weight:bold;
color: #656565;
}
.field2 {
	width:	30px;
}
.list2 {
	width:	30px;
	height: 21px;
}


/****************  BLOCK [ 3 ] ****************/
.colLen3 {
	display:block;
	float:	left;
	width:	80px;
	height:	35px;
}
.th3 {
	width:85px;
	background-color:#000000;
}
.td3 {
	padding-left: 5px;
	width:85px;
	height: 17px;
	border-left: 1px solid #999999;
}
.label3 {
	display:block; 
	float:left; 
	width:75px; 
	text-align:left; 
	font-weight:bold;
	color: #656565;
}
.field3 {
	width:	60px;
}
.list3 {
	width:	60px;
	height: 21px;
}


/****************  BLOCK [ 4 ] ****************/
.colLen4 {
	display:block;
	float:	left;
	width:	100px;
	height:	35px;
}
.th4 {
	width:105px;
	background-color:#000000;
}
.td4 {
	padding: 0px 0px 0px 7px;
	width:105px;
	height: 17px;
	border-left: 1px solid #999999;
}
.label4 {
	display:block; 
	float:left; 
	width:95px; 
	text-align:left; 
	font-weight:bold;
color: #656565;
}
.field4 {
	width:	80px;
}
.list4 {
	width:	80px;
	height: 21px;
}


/****************  BLOCK [ 5 ] ****************/
.colLen5 {
	display:block;
	float:	left;
	width:	150px;
	height:	35px;
}
.th5 {
	width:155px;
	background-color:#000000;
}
.td5 {
	padding-left: 5px;
	width:155px;
	height: 17px;
	border-left: 1px solid #999999;
}
.label5 {
	display:block; 
	float:left; 
	width:145px; 
	text-align:left; 
	font-weight:bold;
color: #656565;
}
.field5 {
	width:	130px;
}
.list5 {
	width:	130px;
	height: 19px;
}



/****************  BLOCK [ 6 ] ****************/
.colLen6 {
	display:block;
	float:	left;
	width:	200px;
	height:	35px;
}
.th6 {
	width:205px;
	background-color:#000000;
}
.td6 {
	padding-left: 	5px;
	width:			205px;
	height:			17px;
	border-left: 	1px solid #999999;
}
.label6 {
	display:block; 
	float:left; 
	width:195px; 
	text-align:left; 
	font-weight:bold;
color: #656565;
}
.field6 {
	width:	180px;
}
.list6 {
	width:	180px;
	height: 21px;
}



/****************  BLOCK [ 7 ] ****************/
.colLen7 {
	display:block;
	float:	left;
	width:	300px;
	height:	35px;
}
.th7 {
	display:block;
	float:left;
	width:305px;
	height: 100%;
	background-color:#000000;
}
.th7 {
	width:305px;
	background-color:#000000;
}
.td7 {
	padding-left: 	5px;
	width:			305px;
	height: 		17px;
	border-left: 	1px solid #999999;
}
.label7 {
	display:block; 
	float:left; 
	width:295px; 
	text-align:left; 
	font-weight:bold;
color: #656565;
}
.field7 {
	width:	280px;
}
.list7 {
	width:	280px;
	height: 21px;
}



/****************  BLOCK [ 8 ] ****************/
.colLen8 {
	display:block;
	float:	left;
	width:	500px;
	height:	35px;
}
.th8 {
	width:505px;
	background-color:#000000;
}
.td8 {
	padding-left: 	5px;
	width:			505px;
	height: 		17px;
	border-left: 	1px solid #999999;
}
.label8 {
	display:block; 
	float:left; 
	width:495px; 
	text-align:left; 
	font-weight:bold;
color: #656565;
}
.field8 {
	width:	480px;
}
.list8 {
	width:	480px;
	height: 21px;
}








#footer {
	height: 130px;
	width: inherit;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #888888;
	line-height: 25px;
}

#footer a {
	color: #60606F;
	text-decoration: underline;
}

#footer a:hover {
	color: #606Fa2;
	text-decoration: underline;
	background-color: #D0DFFF;
}




/** DATA TABLE  : for contents with tabular data**/

.simpleTable {
	position: relative;
	clear: both;
	border-spacing: 0px;
	border-collapse: collapse;
	border-bottom: 2px solid #222222;
	border-right: 2px solid #222222;
	border-top: 2px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;

}

.simpleTable th {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	padding : 10px;
	border-left: 1px solid #888888;
}

.simpleTable th a {
	color: #FFFFFF;
	text-decoration: none;
}

.simpleTable th a:hover {
	color: #AADDFF;
	text-decoration: none;
}

.simpleTable td {
	font-size: 12px;
	color: #333333;
	padding : 5px 10px 5px 10px;
	border-left: 1px solid #888888;
}

.simpleTable .dark{
	background-color: #D4DDEF;
}

.simpleTable .light{
	background-color: #EFEEEE;
	border-bottom: 1px solid #BBBBBB;
}





