/* CSS Document */

html,body {
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(../gfx/bg_main2.gif);
	background-attachment:fixed;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.blink { color: #000000; display: inline; }
.error {color: #FF9900; font-weight:bold; font-size: 18px;} 

/*  MENUS  */

.menu0 { width:160px; font-size:10px; text-align:left; height: 19px; padding: 6px 0 0 10px; border-bottom:#000 solid 1px; font-weight:bold;  }
.menu1 { width:132px; font-size:10px; text-align:left; height: 19px; padding: 6px 0 0 10px; border-bottom:#000 solid 1px; font-weight:bold; }

.bg_0 { background-image: url(../gfx/but_bg_0.gif); }
.bg_1 { background-image: url(../gfx/but_bg_1.gif); }
.bg_2 { background-image: url(../gfx/but_bg_2.gif); }
.bg_3 { background-image: url(../gfx/but_bg_3.gif); }
.bg_4 { background-image: url(../gfx/but_bg_4.gif); }
.bg_5 { background-image: url(../gfx/but_bg_5.gif); }
.bg_6 { background-image: url(../gfx/but_bg_6.gif); }
.bg_7 { background-image: url(../gfx/but_bg_7.gif); }
.bg_8 { background-color:#CC1511; color:#FFFFFF; }

.prof_top { height:13px; background-color: #F0F0F0; padding:1px; margin:0 0 5px 0; text-align:center;}
.prof_top2 { height:13px; background-color: #F0F0F0; padding:1px; margin:0 0 5px 0; text-align:left;}

.keyword1 {width:117px; height:17px; float:left; text-align:center; font-size: 10px; background-color:#FFF; padding-top:4px; border-left: 1px solid #666; border-bottom: 1px solid #666;}
.keyword2 {width:117px; height:17px; float:left; text-align:center; font-size: 10px; background-color: #FFFF99; padding-top:4px; border-left: 1px solid #666; border-bottom: 1px solid #666;}
.keyword1:hover {background: #DFDFDF; }
.keyword2:hover {background: #DFDFDF; }

	
/*  LINKS  */	 
	 
a:link {
	color: #000; 
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #000;
	}
a:hover {
	text-decoration: underline;
	color: #000;
	}
a:active {
	text-decoration: none;
	color: #000;
	}
a.link:link {
	color: #000;
	text-decoration: underline;
	}
a.link:visited {
	text-decoration: underline;
	color: #000;
	}
a.link:hover {
	text-decoration: none;
	color: #666;
	}
a.link:active {
	text-decoration: underline;
	color: #000;
	}
	
	/* UNDERLINED LINK - WHITE */

a.active:link {
	text-decoration: underline;
		color: #FFF;
	}
a.active:visited {
	text-decoration: underline;
		color: #FFF;
	}
a.active:hover {
	text-decoration: none;
		color: #FFF;
	}
a.active:active {
	text-decoration: underline;
		color: #FFF;
	}
	
	/* HIDDEN LINK - WHITE */

a.inactive:link {
	text-decoration: none;
		color: #FFF;
	}
a.inactive:visited {
	text-decoration: none;
		color: #FFF;
	}
a.inactive:hover {
	text-decoration: underline;
		color: #FFF;
	}
a.inactive:active {
	text-decoration: none;
		color: #FFF;
	}
	

a.link2:link {
	color: #CCC;
	text-decoration: underline;
	}
a.link2:visited {
	text-decoration: underline;
	color: #CCC;
	}
a.link2:hover {
	text-decoration: none;
	color: #CCC;
	}
a.link2:active {
	text-decoration: underline;
	color: #CCC;
	}
a.link3:link {
	color: #E6E6E6;
	text-decoration: none;
	}
a.link3:visited {
	text-decoration: none;
	color: #E6E6E6;
	}
a.link3:hover {
	text-decoration: underline;
	color: #E6E6E6;
}
a.link3:active {
	text-decoration: none;
	color: #E6E6E6;
	}

/*  PAGETOP  */

#maintop {
	height:25px; 
	background-color: #FFF; 
	border-bottom: #000 solid 1px; 
	background-image:url(../gfx/top_bg.gif);
	}
 
#pagetop {
	width:auto;
	font-weight:bold; 
	border-bottom: 1px solid #000; 
	height: 20px; 
	padding: 5px 0 0 10px;
	text-align:left;
	}
 
	
/*  FORMS  */

form {
	margin: 0px;
}

textarea {
	font-size: 9px;
	border: 1px solid #999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

select {
	border: 1px solid #999;
	background-color:#CCC;
	color:#000;
	font-size: 10px;
	}

input {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}


/*  HEADERS  */

#header { 
	width:auto;
	clear:both; 
	height:19px;
	font-size:11px; 
	font-weight:bold;
	text-align:left; 
	border-bottom: 1px solid #666; 
	border-top: 1px solid #999; 
	padding: 5px 10px 0 10px; 
	
	}
	
	.pad_10 {
	margin: 10px 10px 10px 10px;
	}
	
	.pad_0 {
	margin: 10px 0 10px 0;
	}

	
#header3 { 
	width:auto;
	height:20px;
	font-size:11px; 
	font-weight:bold;
	text-align:left; 
	border-bottom: 1px dashed #CCC; 
	padding: 5px 0 0 0; 
	}
	
#header4 { 
	float:right; 
	margin-left:10px;
	width: 440px;
	height:19px;
	font-size:11px; 
	font-weight:bold;
	text-align:left; 
	border-bottom: 1px solid #666; 
	border-top: 1px solid #999; 
	padding: 5px 0 0 10px; 
	background-image: url(../gfx/butbg.gif); 
	}
	
/*  SEPARATORS  */

.block {
	color: #FFFF99;
	font-weight: bold;
}

.bar {
	height:1px;
	clear:both;
	border-bottom:dashed #999999 1px;
	margin: 10px 0 10px 0;
	}
	
.bar2 {
	height:20px;
	border-bottom:dashed #999999 1px;
	}
	
.bar3 {
	height:40px;
	border-bottom:dashed #999999 1px;
	}



/*  BORDERS  */

#admin { 
	clear:both; 
	height:19px;
	font-size:11px; 
	font-weight:bold;
	text-align:left; 
	border-bottom: 1px solid #666; 
	border-top: 1px solid #999; 
	padding: 5px 0 0 10px; 
	margin: 10px 0 10px 0;
	background-color: #EBEBEB;
	}
	
/*  TEXT  */

.text0 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.text1 {
	font-size: 9px;
}

#maintext { float:left; margin-left:10px; text-align:justify; width:430px; height:265px; padding: 0 10px 0 10px; background-image:url(../gfx/prof/back.gif); background-repeat:no-repeat; overflow:auto; overflow-y:auto;
}

/* search page */
.search1 {width: 125px; height:20px; float:left; clear:left; text-align:left; font-weight:bold; padding: 5px 0 0 0; margin: 0 0 5px 0;}
.search2 {background-color:#333;}
.search3 {width: 468px; height:20px; float:left; text-align:left; padding: 3px 0 2px 0; margin: 0 0 5px 0;}


.model {width: 138px; height: 115px; border: 1px solid #999; text-align: center; float: left; font-size: 9px; margin: 0 0 11px 9px; }


	
	
	
 
 
.table_guide { border: 1px dashed #000; background-color:#FFF; }


.guide_cell { background-color: #EEE;}
.guide_cell2 { height:19px; font-weight:bold; border-bottom: 1px solid #CCC; padding: 5px 0 0 0; }
.guide_cell3 { height:19px; font-weight:bold; padding: 5px 0 0 0; }
.guide_warning { border: dashed 1px #000; background-color: #FFFFBF;}
.header_div { clear:both; margin: 10px 0 10px 0; height: 5px;}

.menu_select { text-align: left; height:24px; padding: 6px 0 0 9px; border-bottom: 1px solid #333; background-image: url(../gfx/menubg.gif); font-size:9px; }
.menu_select2 { text-align: left; height:19px; padding: 6px 0 0 9px; border-bottom: 1px solid #333; background-image: url(../gfx/menubg.gif); font-size:9px; }
.menu_alert { text-align: left; height:19px; padding: 6px 0 0 10px; border-bottom: 1px solid #333; background-image: url(../gfx/but_bg_alert.gif); font-size:10px; font-weight:bold; }

.sub_menu { font-size:10px; text-align:justify; padding: 10px 10px 10px 10px; }

.nav2 { font-weight:bold;
font-size:10px;
 }
 
 .spacer { margin: 1px 0 1px 0; clear:both;  };




.mini_div {
	color: #999;
}
.menudiv1 {
	color: #666666;
	font-weight:bold;
	font-size:10px;
}

.showtop {
	font-size: 10px;
	font-weight:bold;
	margin: 0 0 10px 0;
	color:#FFF;
}

/* main structure */
#wrapper {width: auto; margin: 0 auto;  text-align: left; }

#mainpos {clear:left; margin:0 auto;} 


#subleft {float: left; height:18px; padding:6px 0 0 10px; font-size: 9px; color: #FFFFFF;}
#sub { text-align:center; height:18px; padding:6px 0 0 10px; font-size: 9px; color: #FFFFFF;}
#subright {float: left; height:18px; padding:6px 10px 0 10px; font-size: 9px; color: #FFFFFF;}
#subright1 {float: right; height:18px; padding:6px 10px 0 0; font-size: 9px; color: #FFFFFF;}
#subright2 {float: right; height:18px; padding:6px 10px 0 0; font-size: 9px; color: #FFFFFF;}

/* profiles layout */
.profpre1 { float:left; width:138px; height:175px; text-align:center; border: 1px solid #999; font-size:9px; margin: 0 4px 11px 7px; background-image: url(../gfx/prof_on.jpg); }

.profpre0 { float:left; width:138px; height:175px; text-align:center; border: 1px solid #999; font-size:9px; margin: 0 4px 11px 7px; background-image: url(../gfx/prof_off.jpg);}


.profimg {margin-top:10px; text-align:center; height: 95px; width: 115px;}
.profimg2 {text-align:center; height: 95px; width: 115px; float:left; }

/* profile */
.contact {padding-top:5px; padding-left:10px; text-align:center; border: 1px solid #666; height:20px; background-color:#333;}

/* info view */
.profcent {float: none; width: 593px; }
.profinf {float: left; width: 593px; border: 1px solid #999; font-size: 9px; margin-bottom: 11px; }



.myopt {float:left; text-align:center; width:15%;}
.myopt2 {float:left; text-align:center; width:15.5%;}
.mydiv {float:left; width:1%; color: #999}

.separator {
	clear: both;
	float: none;
	height: 10px;
	background: url(../gfx/sep_bg.gif);
}
.img {
	width:70px;
	margin-right: 10px;
	float:left;
}

.txt {
	float: none;
}
.cell_brdr {
	border: 1px solid #999999;
}

.speak {width:111px; height:20px; float:left; border: 1px solid #999; text-align:left; margin-bottom:5px; margin-right:5px;font-size: 10px; background-color: #CCC;}

.submit {
	font-size:11px;
}

.submit_alert {
	color: #000;
	border: 1px solid #000;
	font-size:10px;
	background-color:#CCC;
	background-image: url(../gfx/but_bg_alert.gif);
	height: 25px;
}
.search {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	background-color: #666666;
}

/* account */
.phodis {height:75px; text-align:left; padding:5px; border: 1px solid #666; margin: 0 10px 0 10px; }
	.phosee {height:75px; width:85px; text-align:center; background-color:#666; margin-right:10px; float:left;}
/* #img {margin-top: expression(( 75 - this.height ) / 2); }  */
.phofrm {float:left;}
	.pholis {width:90px; height:15px; float:left; clear:left; padding: 2px 0 0 0;}
	.phoact {width:325px;text-align:left; height:15px; float:left; padding: 2px 0 0 0;}
	.phodo {width:65px;text-align:left; height:15px; float:left; padding: 2px 0 0 0;}
	.phochg {width:65px;}
	.phodel {width:65px; border: #FF0000 solid 1px;}
	.phook {width:65px; background-color:#66CC00;}

.success {width:auto; background-color:#CC1511; color:#FFF; height:20px; font-weight:bold; padding-top:5px; text-align:center}


.mini {
	font-size: 9px;
	color: #666;
}
.mini2 {
	font-size: 9px;
	color: #000;
}
