html{
	background-image:url(images/background.gif);
	background-repeat:repeat;
	}
	
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	
	}
	
h1{
	font-size:2.4em;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	padding-top:10px;
	}	
h2{
	font-size:1.3em;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	}
h3{
	font-size:1.2em;
	letter-spacing:1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px 0 20px 0;
	}
h4{
	
	letter-spacing:1px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#B03786;
	font-weight:bold;
	padding:5px 10px;
	margin-top:10px;
	}	
a{
	color:#B03786;
	}
a:hover{
	color:#000;
	}		
p{
	padding:5px 0 10px 0;
	}
ul{
	list-style:outside;
	}
ul li{
	list-style:disc;
	margin-left:15px;
	}		
.clear{
	clear:both;
	}	
.pink{
	color:#6B0B5A;
	}
	
.cancel{
	margin-right:20px;
	}	
#logout a{
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/bt_logout.gif) no-repeat 0 -28px;
	height:28px;
	width:63px;
	float:left;
	}	
#logout a:hover{	
	background:url(images/bt_logout.gif) no-repeat 0 0px;
	}		
a#add_alert{
	position:absolute;
	right:30px;
	top:40px;
	}			
/* WRAP */
#wrap{
	margin:0 auto;
	width:1000px;
	text-align:left;
	position:relative;
	
	}
/* LOGO */	
#logo{
	width:234px;
	float:right; 
	height:109px;
	padding-top:10px;
	padding-right:10px;
	}
/* MENU */	
#menu{
	float:left;
	width:700px;
	padding-left:20px;
	padding-top:90px;
	}
#menu ul{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	width:640px;
	}
#menu ul li{
	list-style:none;
	padding:0 5px 0 0;
	float:left;
	margin-left:0px;
	}
#menu a{
	display:block;
     float:left;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	}
#menu a#home{
	background:url(images/bt_home.gif) no-repeat 0 -35px;
	width:108px;
	}	
#menu a#home:hover,#menu a#home.selected{
	background:url(images/bt_home.gif) no-repeat 0 0px;
	}
	
#menu a#adrs{
	background:url(images/bt_adrs.gif) no-repeat 0 -35px;
	width:108px;
	}	
#menu a#adrs:hover,#menu a#adrs.selected{
	background:url(images/bt_adrs.gif) no-repeat 0 0px;
	}
	
#menu a#pqcs{
	background:url(images/bt_pqcs.gif) no-repeat 0 -35px;
	width:108px;
	}	
#menu a#pqcs:hover,#menu a#pqcs.selected{
	background:url(images/bt_pqcs.gif) no-repeat 0 0px;
	}
	
#menu a#contact{
	background:url(images/bt_contact.gif) no-repeat 0 -35px;
	width:108px;
	}	
#menu a#contact:hover,#menu a#contact.selected{
	background:url(images/bt_contact.gif) no-repeat 0 0px;
	}
	
#menu a#account{
	background:url(images/bt_account.gif) no-repeat 0 -35px;
	width:145px;
	}	
#menu a#account:hover,#menu a#account.selected{
	background:url(images/bt_account.gif) no-repeat 0 0px;
	}	
/* CONTENT */	
#content{
	float:left;
	padding:20px 20px 40px 20px;
	width:960px;
	background:#fff;
	position:relative;
	}
.content_left_home{
	width:640px;
	float:left;
	}
.content_right_home{
	width:260px;
	float:right;
	}
.content_left_text{
	float:left;
	width:300px;
	}
.content_right_text{
	float:right;
	width:300px;
	}	
.content_left{
	width:420px;
	float:left;
	padding:20px 20px;
	margin-top:10px;
	background:#F8EFF2;
	}
.content_right{
	width:420px;
	float:right;
	padding:20px 20px;
	margin-top:10px;
	background:#F8EFF2;
	}				
/* LOG IN FORM */
#login{
	background:#F8EFF2;
	padding:20px;
	width:220px;
	float:left;
	color:#932E71;
	}
#login h4{
	font-weight:bold;
	border-bottom:1px solid #D89BC3;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	background:none;
	color:#932E71;
	}	
#login label{
	font-weight:bold;
	font-size:.8em;
	}
#login input.text{
	width:220px;
	background:#fff !important;
	border:1px solid #D89BC3;
	}	
#login input.submit{
	float:right;
	}	
/* ADR SUBMIT FORM */

#adr_submit label,#contact_form label{
	float:left;
	width:200px;
	color:#932E71;
	}
#adr_submit label.error{
	color:#FF0000;
	margin-left:200px;
	}	
#adr_submit input.text,#adr_submit textarea,#contact_form input.text,#contact_form textarea{
	width:210px;
	background:#fff !important;
	border:1px solid #D89BC3;
	}
#adr_submit textarea,#contact_form textarea{
	height:70px;
	}
#contact_form{
	padding-top:20px;
	}	
#contact_form label{
width:60px;
}
#contact_form textarea{
	height:120px;
	width:355px;
}
#contact_form label.error{
	margin-left:60px;
	width:200px;
	color:#FF0000;
}
/*TBLE REPORTER */
table.table_reporter{
	
	border:1px solid #D89BC3;
	margin-top:20px;
	}
table.table_reporter th{
	background:#F8EFF2;
	color:#B03786;
	font-weight:bold;
	}
table.table_reporter th.thaction{
	width:140px;
	}
table.table_reporter th.thdate{
	width:150px;
	}	
table.table_reporter td,table.table_reporter th{
	padding:6px 20px;
	border:1px solid #D89BC3;
	}
table.table_reporter a{
	padding:5px 10px;
	background:#D89BC3;
	color:#fff;
	text-decoration:none;
	}	
table.table_reporter a:hover{
	background:#B03786;
	
	}		
/* FOOTER */										
#footer{
	text-align:center;
	color:#999;
	background:#fff;
	width:1000px;
	margin:0 auto;
	font-size:.8em;
	position:relative;
	padding-bottom:5px;
	}
#footer a{
	color:#999;
	}
#footer a:hover{
	color:#000;
	}
p.mandatory{
	padding:2px 0;
	font-size:.7em;
	color:#999;
	}
	
.row1 {
	background-color:#fff;
	}

.row0 {
	background-color:#eee;
	}
	
/*tooltip*/
a.tooltip,a.tooltip1{color:#666; text-decoration:none;

}
a.tooltip:hover,a.tooltip1:hover {background:#FBEEEE; text-decoration:none; color:#DC2341;} /*BG color is a must for IE6*/
a.tooltip1:hover {background:#ECD0D5;} /*BG color is a must for IE6*/
a.tooltip span,a.tooltip1 span {display:none; padding:2px 3px; margin-left:8px; width:250px;}
a.tooltip:hover span,a.tooltip1:hover span{display:inline; position:absolute; background:#fff; border:1px solid #666; color:#666; padding:7px;}