/* to make things easier default margin and padding to 0 */
blockquote,body,caption,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,ul,ol,li,p,pre,textarea,table,td,th {
    margin:0;
    padding:0;
}

body{
    margin:0;
    padding:30px;
	background-color: #000000;
    font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	height: 100%;
/*text-align:center;*/
}

.top	{
	padding: 5px;
	height: 80px;
	background-color: #CC9966;
	border-bottom: 1px solid #000000;
}
	
.login_cont	{
	width: 450px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border: 1px solid black;
}

.reg_cont	{
	width: 450px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 1px solid black;
}

.login_cont_main	{
	background-color: #E3E3E3;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
}

.main_cont	{
	background-color: #E3E3E3;
	clear: both;
}

.left_menu	{
	float: left;
	width: 180px;
	margin:0;
	height: 100%;
	padding: 20px; 
}

.main	{
	padding: 20px;
	margin-left: 200px;
	min-height: 350px;
	border-left: 1px solid #000000;
}

.bottom	{
	padding: 5px 20px 5px 20px;
	background-color: #CC9966;
	clear: left;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

ul.thick	{
	line-height: 22px;
}

ul.alignr	{
	text-align: right;
}

li	{
	list-style-type:none;
}

li.thin	{
	line-height: 1.1em;
}

li.sub	{
	text-indent: 5px;
	border-left: 1px solid black;
}

li.indent10	{
	text-indent: 10px;
}

li.high	{
	padding-top: 10px;
}

li.new_head	{
	padding-top: 10px;
}

a {
    color: #000;
	text-decoration: none;
}

a:hover {
    color: red;
	text-decoration: underline;
}

a.spec:hover {
	color: #000;
	text-decoration: none;
}

.fieldFormat {
		background-color: #FFFFFF;
		font-family: Arial, sans-serif;
		border: #535353 1px solid;
		font-size: 1em;
		color: #000000;
		height: 15px;
} 

.buttonFormat {
		background: #4C8AD0;
		font-family: Arial, sans-serif;
		border-top: #000000 2px groove;
		border-left: #000000 2px groove;
		border-bottom: #000000 2px solid;
		border-right: #000000 2px solid;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		padding: 1px 4px;
		margin: 0;
		text-decoration: none;
} 

.buttonFormat:hover {
		background: #1F58A4;
		font-family: Arial, sans-serif;
		border-top: #000000 2px groove;
		border-left: #000000 2px groove;
		border-bottom: #000000 2px solid;
		border-right: #000000 2px solid;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		padding: 1px 4px;
		margin: 0;
		text-decoration: none;
} 

.buttonFormat:active {
		background-color: #4C8AD0;
		font-family: Arial, sans-serif;
		border-bottom: #000000 2px ridge;
		border-right: #000000 2px ridge;
		border-top: #000000 2px solid;
		border-left: #000000 2px solid;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		padding: 1px 4px;
		text-decoration: none;
}

.formButtons	{
	height: 40px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 40px;
	padding-top: 10px;
}

#logintable	{
	margin-top: 10px;
}

#logintable	td	{
	padding: 5px 0px 5px 5px;
	text-align: right;
}

fieldset#login	{
	padding-left: 10px;
	padding-right: 20px;
}

img { behavior: url(iepngfix.htc);	
}

.m_width	{
	width: 600px;
}

/*****COMMON DEFS*****/
.msg_box,
.msg_box300,
.msg_box400,
.box300,
.box400,
h2, p, 
fieldset,	
#listtable	{
	margin-bottom: 10px;
}

.msg_box,
.msg_box300,
.msg_box400,
.box300,
.box400,
.smallbox,	
fieldset	{
	text-align: left;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black;
}


p.msg_text	{
	margin-bottom: 5px;
}

/*****BOXES*****/
.msg_box	{
	height: auto;
}

.msg_box div#head	{
	padding: 0;
}

.msg_box div#text	{
	border-top: 1px solid black;
	padding: 5px;
}

.msg_box300	{
	width: 300px;
	height: auto;
}

.msg_box300 div#head	{
	padding: 0;
}

.msg_box300 div#text	{
	border-top: 1px solid black;
	padding: 5px;
}

.msg_box300 div#code	{
	border-top: 1px solid black;
	padding: 3px;
}

.msg_box400	{
	width: 400px;
	height: auto;
}

.msg_box400 div#head	{
	padding: 0;
}

.msg_box400 div#text	{
	border-top: 1px solid black;
	padding: 5px;
}

.msg_box400 div#code	{
	border-top: 1px solid black;
	padding: 3px;
}

.box300	{
	width: 300px;
	height: auto;
}

.box300 div#head	{
	font-size: 1.1em;
	padding: 3px;
}

.box300 div#text	{
	border-top: 1px solid black;
	padding: 5px;
}

.box400	{
	width: 400px;
	height: auto;
}

.box400 div#head	{
	font-size: 1.1em;
	padding: 3px;
}

.box400 div#text	{
	border-top: 1px solid black;
	padding: 5px;
}

.extrabox	{
	width: 180px;
	border: 1px solid black;
	padding: 5px 5px 5px 5px;
}

.smallbox {
	width: 230px;
	height: 65px;
	margin-left: 100px;
	padding: 5px;
}

/*****TABLES*****/
#listtable	{
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

#listtable caption{
	text-align: left;
    border-top: 1px solid black;
	border-right: 2px solid black;
	border-left: 1px solid black;
	padding: 3px;
}

#listtable th{
	background-color:#9FD9FB;
	text-align: left;
    border-left: 1px solid black;
	border-bottom: 1px solid black;
    padding: 2px 5px 2px 5px;
    white-space: nowrap;
	font-size: 1.1em;
}

#listtable th.first{
	background-color:#FFFFFF;
    border-left: 1px solid black;
	border-bottom: 1px solid black;
    padding: 2px 5px 2px 5px;
    white-space: nowrap;
	font-size: 1.1em;
	font-weight: normal;
}

#listtable td{
    border-left: 1px solid black;
    padding:2px 5px 2px 5px;
    white-space: nowrap;
}

#listtable tr.even_row{
    background-color:#FEF8C5;
}

#listtable tr.odd_row{
    background-color:#DDDDDD;
}

#listtable tr.even_row:hover{
    background-color:#D7FB9F;
}

#listtable tr.odd_row:hover{
    background-color:#D7FB9F;
}

/*****BACKGROUNDS*****/
.grey_bg	{
	background-color: #BBBBBB;
}

.lgrey_bg	{
	background-color: #DDDDDD;
}

.ll_grey_bg	{
	background-color: #EFEFEF;
}

.lblue_bg	{
	background-color: #9FD9FB;
}

.black_bg	{
	background-color: #000000;
}

.brown_bg	{
	background-color: #CC9966;
}

.lgreen_bg	{
	background-color: #D7FB9F;
}

.lyellow_bg	{
	background-color: #FBF19F;
}

.ll_yellow_bg	{
	background-color: #FEF8C5;
}

.login_top_bg	{
	background: white url('../images/login_top_450_90.jpg') scroll no-repeat 0 0;
}

.login_center_bg	{
	background: white url('../images/login_center_450_600.jpg') scroll repeat 0 0;
}

.green_mosaic_bg	{
	background: white url('../images/green_mosaic.jpg') scroll repeat 0 0;
}

.grey_mosaic_bg	{
	background: white url('../images/grey_mosaic.jpg') scroll repeat 0 0;
}

.white80bg	{
		background-image: url(../images/white_80_opac.png);
		background-repeat: repeat;
}

.white60bg	{
		background-image: url(../images/white_60_opac.png);
		background-repeat: repeat;
}

.white30bg	{
		background-image: url(../images/white_30_opac.png);
		background-repeat: repeat;
}

.blue30bg	{
		background-image: url(../images/blue_30_opac.png);
		background-repeat: repeat;
}

.yellow30bg	{
		background-image: url(../images/yellow_30_opac.png);
		background-repeat: repeat;
}

/*TEXT*/
.bold 	{
	font-weight: bold;
}

.times	{
	font-family: Times New Roman, serif;
}

.text12	{
	font-size: 12pt;
}

.text11	{
	font-size: 11pt;
}

.text_small	{
	font-size: 0.8em;	
}

/*COLORS*/
.red	{
	color: #AB0000;
}

/*EXTRA*/

.noBorder	{
	border: 0;
}

.floatl	{
	float: left;
}

.floatr	{
	float: right;
}

.clear_b	{
	clear: both;
}

.noPad	{
	padding: 0;
}

.pad_r_5	{
	padding-right: 5px;
}

.pad_r_10	{
	padding-right: 10px;
}

.pad_l5_r10	{
	padding-left: 5px;
	padding-right: 10px;
}

.pad_rb_10	{
	padding-right: 10px;
	padding-bottom: 10px;
}

.marg_t_10	{
	margin-top: 10px;
}

/*ALIGN*/
.alignc	{
	text-align: center;
}

.alignl	{
	text-align: left;
}

.valignc	{
	vertical-align: middle;
}

.valignt	{
	vertical-align: top;
}