body {
	background: url(../images/bg_pattern.gif);
	margin: 0px;
	height: 100%;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 12px;
	}

 .image_border {
  	border: 1px solid rgb(183, 183, 183); 
  	margin: 0pt 10px 10px; 
  	padding: 2px; 
  	background: rgb(255, 255, 255) none repeat scroll 0% 50%; 
  	-moz-background-clip: 
  	-moz-initial; 
  	-moz-background-origin: 
  	-moz-initial; 
  	-moz-background-inline-policy: 
  	-moz-initial;
   	}

#container {
	width: 100%;
	min-height: 100%;
	background: url(../images/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: 50% 50%;	
	}					
*html #container {height:100%;}
	
#container div{
	margin: 0px auto;	
	}	
	
#background {
	width: 850px;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	background:  #fff url('../images/background_bg.gif');
	background-repeat: repeat-y;
	min-height: 100%;
	text-align: center;
	}		
*html #background {height:100%;}
			
#background_full {
	width: 850px;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	background: #fff;
	background-repeat: repeat-y;
	min-height: 100%;
	text-align: center;
	}		
*html #background_full {height:100%}
			
					
#header {
	height: 100px;					
	}
	
#header img {
	border-bottom: 1px solid #ccc;
	
	}
	
#menu {
	height: 25px;	
	border-bottom: 1px solid #ccc;
	background: url(../images/bg_menu.gif) #fff;					
	}

#menu ul {
	vertical-align: middle;
	margin: 0px;
	padding: 5px 8px 0px 0px;
	color: #ccc;
	font-family: Verdana,Century Gothic, sans-serif;
	font-size: 12px;
	text-align: right;
	list-style-type: none;
	}
	
#menu li {display: inline;}
#menu li a:link {color: #036; text-decoration: none; font-weight: 700;}
#menu li a:visited {color: #036; text-decoration: none; font-weight: 700;}
#menu li a:hover {color: #f93; text-decoration: none; font-weight: 700;}
#menu li a#menu_current {color: #f93; text-decoration: none; font-weight: 700;}

#member_actions  {display: inline;}
#member_actions a:link {color: #036; text-decoration: none; font-weight: 700;}
#member_actions a:visited {color: #036; text-decoration: none; font-weight: 700;}
#member_actions a:hover {color: #f93; text-decoration: none; font-weight: 700;}


#intro {display: inline;}
#intro a:link {color: #036; text-decoration: none; font-weight: 700; font-size: 12px;}
#intro a:visited {color: #036; text-decoration: none; font-weight: 700; font-size: 12px;}
#intro a:hover {color: #f93; text-decoration: none; font-weight: 700; font-size: 12px;}
#intro a#current {color: #f93; text-decoration: none; font-weight: 700; font-size: 12px;}

#sidebar_bg {
	width: 183px;
	background: url(../images/bg_subnav_bg.gif);
	float: left;
	min-height: 100%;	
	border: 0px solid;				
	}		
*html #sidebar_bg {height:100%}					
	
#sidebar {
	width: 183px;	
	background: url(../images/bg_subnavf.gif);
	background-repeat: no-repeat;					
	margin: 2px;
	float: left;
	min-height: 385px;
	}		
*html #sidebar {height:385px}
		
#sidebar ul {	
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ccc;
	font-family: Century Gothic, sans-serif;
	font-size: 1.2em;
	text-align: left;
	list-style-type: none;
	font-weight: bold;	
	background: #E3F1FF;
}

#sidebar li{ min-height: 30px; padding: 10px 5px; margin: 0 0 0 0;  background: url("../images/shs_subnav_bg.gif") #E3F1FF; border-top: 1px solid #ccc;/*the border*/}
#sidebar li:hover{ min-height: 30px; padding: 10px 5px; margin: 0 0 0 0;  background: url("../images/shs_subnav_bg.gif") #E3F1FF; border-top: 1px solid #ccc;/*the border*/}

#sidebar li a:link {color: #036; text-decoration: none; }
#sidebar li a:visited {color: #036; text-decoration: none; padding: 5px 0;}
#sidebar li a:hover {color: #f93; text-decoration: none; padding: 5px 0;}
#sidebar li a#sidebar_current {color: #f93; text-decoration: none; padding: 5px 0;}

#sidebar label {
	text-align: left;
	width: 130px;	
	float: left;
	font-weight: normal;
	padding: 4px 0px 0px 4px;	
	color: #000;
	margin: 4px 2px 2px 4px;
	}

.lines {
	border: none 0px;
	border-top: 1px solid #ccc;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin: 0px;
	}

#quick_login {
	margin: 0;
	padding: 0 4px;
	text-align: center;	
	color: #036;	
	font-weight: normal;	
	font: 11px  verdana, sans-serif;
	border: 1px solid #ccc;
	width: 160px;
	background: #DCEEFF;
	}

#quick_login label {
	margin: 0 0 0 9px;
	padding: 0;	
	}

#quick_login .input{
	width: 140px;
	border: 1px solid #ccc;	
	padding: 0;
	margin: 1px 0 4px 0;
	color: #444;		
	}
	
#quick_login h3{	
	font: 12px  arial, sans-serif;
	font-weight: bold;
	margin: 0 0 7Px 0; 
	padding: 0;
	text-align: center;
	}
	
#quick_login .button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	}	

#content {	
	text-align: left;	
	float: right;
	border: 0px solid;
	padding: 0 10px;	
	color: #000;
	width: 645px;
	}	
	
#content_full {	
	text-align: center;
	width: 850px;
	float: right;
	border: 0px solid;
	padding: 0px;	
	color: #000;
	}	

#content_index {
	width: 640px;
	border: 0px solid #000000;	
	margin: 0px 6px;	
	text-align: left;	
	float: left;				
}
					
#content_index h1{
	font-size: 18px;
	font-family: Century Gothic;
	font-weight: 600;
	text-align: left;
	color: #003366;
	margin: 15px 6px 0px 6px;	
}

#content_index h2{
	font-size: 13px;
	font-family: arial, sans-serif;
	font-weight: 600;
	text-align: left;
	color: #ff9933;
	border-bottom: 0px;
	margin: 0px 6px;	
	padding: 0px;
}

#content_index h3{
	font-size: 11px;
	font-family: arial, sans-serif;
	font-weight: 600;
	text-align: left;
	color: #669999;
	border-bottom: 0px;
	margin: 0px 6px;	
	padding: 0px;
}



#content_index p{
	text-align: left;
	font-size: 11px;
	color: #003366;
	margin: 10px 6px 0px 6px;	

}

#content_index a{
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: 600;
	text-align: left;
	color: #ff9933;
	border-bottom: 0px;
	margin: 0px 6px;	
	padding: 0px;		
	text-decoration: none;	
					
	}
	
#content_index a:hover {
	text-decoration: underline;	
	color: #036;	
	}
	
#content_index ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	font-size: 12px;
	color: #036;
	}
	
#content_index li{
	padding-left: 28px;
	margin-left: 5px;
	margin-bottom: 20px;	
	line-height: 17px;					
	}
	
#content_index img {
	margin: 15px 0px 100px 15px;
	}

					
 #footer {
	clear: both;
	height:100px;
	background-repeat: repeat-x;
	background: #fff;
	}
	
*html #footer {height:70px;}

#footer p{	
	margin-top: 25px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ccc;
	font-weight: 700;
	font-size: 11px;	
	}
	
#footer_full p{
	margin-top: 25px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ccc;
	font-weight: 700;
	font-size: 11px;	
	}
	
#footer a:link {color: #ccc; text-decoration: none; font-weight: 700;}
#footer a:visited {color: #ccc; text-decoration: none; font-weight: 700;}
#footer a:hover {color: #f93; text-decoration: none; font-weight: 700;}
	
#footer_full a:link {color: #ccc; text-decoration: none; font-weight: 700;}
#footer_full a:visited {color: #ccc; text-decoration: none; font-weight: 700;}
#footer_full a:hover {color: #f93; text-decoration: none; font-weight: 700;}
				
.debug {
	border: 1px solid red;					
	}	


#content a:link {color: #036; text-decoration: underline; font-weight: 400;}
#content a:visited {color: #036; text-decoration: underline; font-weight: 400;}
#content a:hover {color: #f93; text-decoration: underline; font-weight: 400;}
	


	
p {
	line-height: 1.5em;
	padding: 0px;
	color: #036;
	}	
	
	
h1 {
	margin: 10px 0px;
	padding: 0px;		
	font-size: 130%;
	font-weight: bold;
	color: #036;
	display: block;
	text-align: left;
	}

h2 {
	margin: 1.5em 0px .5em 0px;
	border-bottom: 1px solid #40659B;
	font-size: 120%;
	font-weight: bold;
	color: #036;
	}
	
	
h3 {
	margin: 1.5em 0px 0px 0px;
	padding-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
	color: #036;
	}
	
label_old {
	text-align: right;
	width: 130px;	
	float: left;
	font-weight: normal;
	padding: 4px 0px 0px 0px;	
	color: #036;
	margin: 4px 2px 2px 2px;
	}

	
address {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	}

.input{
	width: 215px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 7px 6px 6px 6px;	
	}
	
.input_small{
	
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 7px 6px 6px 6px;	
	}
	
.select{
	width: 215px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 7px 6px 6px 6px;
	}
	
.select2{
	width: 103px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 7px 0px 6px 6px;
	}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
.row1  {background: #eee; border: 0px solid #E0E0E0; margin: 3px 0px 0px 0px;}
.row2  {background: #E0E0E0; border: 0px solid #eee; margin: 3px 0px 0px 0px;}

.appt_row1  {
	background: #eee; 
	border: 0px solid #E0E0E0; 
	margin: 0;
	padding: 3px;
	font-weight: bold;
	color: #3F3F3F;
	}
	
.appt_row2  {
	background: #E0E0E0; 
	border: 0px solid #eee; 
	margin: 0;
	padding: 3px;
	font-weight: bold;
	color: #3F3F3F;
	}
	
.appt_row a {
	text-decoration: none;
	height: 100%;
	width: 98%;
	display: block;	
	vertical-align: middle;
	-moz-outline-style: none;
}

.appt_row div {
	float: right;	
	}


.disabled{
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #000;
	margin: 2px;
	background: #fff;
	}
	
.defaultErr {
        text-align: right;
        width: 160px;
        float: left;
        font-weight: normal;
        padding: 4px;        
        margin: 0px;
        color: #FF0000;
        }
        
.error {
		font-family: Tahoma;
		font-size: 8pt;
		color: red;
		display:block;
		padding: 0;	
		width: 300px;
		text-align: left;
		margin: 0px;
		}	

.errorMsg {
	margin: 0 0 0 300px;
	position: relative;
	top: -4px;
	left: -6px;
	color: #ff0000;
	display: none;
	border: 0px solid;
	width: 300px;
	}		
 
        
.default {
        text-align: right;
        width: 210px;
        float: left;
        font-weight: normal;
        padding: 4px;        
        margin: 0px;
        }
        
.default_confirm {
        text-align: right;
        width: 210px;
        float: left;
        font-weight: normal;
        padding: 4px;        
        margin-right: 200px;
      
        }
        
 .input_medium {
        width: 200px;
        margin-bottom: 20px;
        }
        
.select_medium {
        width: 200px;
        margin-bottom: 20px;
        }

.select_medium_short {
        width: 100px;
         margin-bottom: 20px;
        }
	

.label_medium {
        text-align: right;
        width: 215px;
        float: left;
        font-weight: Normal;
        padding: 0px 4px 25px 0px;
        margin: 0px;
        position:  relative;
        }
	
	
.edit_info {
	padding-bottom: 0px;
	font-size: 90%;
	font-weight: bold;
	color: #036;	
	width: 65px;	
	float: right;
	position: relative;
	top: 12px;
	}
	
.edit_info a {
	margin-left: 25px;
	text-decoration: none;
	}
	
.option_link {
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	width: 415px;
	float: right;
	position: relative;
	top: 0px;
	text-align: left;	
	}

br {
	
	}
	
.body_login {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #669999;
}

.body_login_input {
	width: 180px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 2px 0px 6px 0px;
	font-size: 11px;			
}

.body_login_select {
	width: 185px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 2px 0px 6px 0px;
	font-size: 11px;			
}

.body_login_button {
	width: 55px;	
	color: #369;
	height: 20px;
	font-size: 11px;		
}

ul {
	color: #036;
}


/*--------------------------Members sections------------------------*/
#welcome {
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: #036;
	font-size: 17px;
	}
	
#member_section {
	text-align: left;	
	}	
	
#member_section h1{
	color: #369;
	border: 0px;
	margin: 0px;
	margin-top: 10px;
	font-size: 15px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;	
	border-bottom: 1px solid #036;
	text-align: left;
	padding: 0px;							
	}

#member_section h2{
	color: #369;
	border: 0px;
	margin: 0px;
	margin-top: 5px;
	font-size: 14px;
	font-family: century gothic, verdana, sans-serif;
	font-weight: 700;	
	}
	
#member_profile {
	width: 100%;	
	border: 0px solid #000;
	padding-left: 0px;
	}	

#member_section label{		
	padding: 0;	
	color: #036;
	font-size: 12px;
	width: 160px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
	}
	
.member_section_input {
	width: 210px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 0px 6px 6px;
	font-size: 13px;	
	}

.member_section_input_hidden {
	width: 210px;
	border: 1px solid #E9E9E9;
	padding: 2px;
	color: #444;
	margin: 0px 6px 6px;
	font-size: 13px;
	background: #fff;
	}

.member_section_checkbox_hidden {
	display: none;
	}
	
.member_section_checkbox {
	display: normal;
	border: 1px solid #ccc;
	}


	
.member_section_select_sm {	
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 0px 6px 6px;
	font-size: 13px;
	width: 125px;
	}
	
.member_section_select_sm_hidden {	
	border: 1px solid #E9E9E9;
	padding: 2px;
	color: #444;
	margin: 0px 6px 6px;
	font-size: 13px;
	background: #fff;
	width: 125px;
	}
	
.member_section_select {
	width: 216px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 0px 6px 6px;
	font-size: 13px;
	}
	
.member_section_select_hidden {
	width: 216px;
	border: 1px solid #E9E9E9;
	padding: 2px;
	color: #444;
	margin: 0px 6px 6px;
	font-size: 13px;
	background: #fff;
	}
	
#member_section textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 0px 6px 6px;
	font-size: 13px;
	}
	
#member_section .radio {
	width: 25px;
	border: 0px solid #ccc;
	padding: 2px;
	color: #444;
	margin: 0px 6px 6px 0px;
	font-size: 11px;
	}
	
#member_sidebar {							
	border: 0px solid #000;
	float: right;
	width: 325px;
	padding-right: 20px;
	}
	
#member_section .button {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
	
/*--------------------------end members section---------------------*/

	#physician_menu {	
		text-align: center;
		}
	
	#physician_menu ul {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		border: 0px solid #ff0000;
		width: 195px;
		
		}
		*html #physician_menu ul {width: 180px;}
	
	#physician_menu ul li{
		margin: 0px 0px 10px 0px;			
		border-width: 3px 2px 1px 5px;
		padding: 0px;
		width: 205px;
		height: 64px;
		vertical-align: middle;		
		background: url('../images/phy-member-over.gif'); 
		background-repeat: no-repeat;	
		}
		
	#physician_menu li a {padding: 15px 1px 0 0;}
	
	#physician_menu li a:link {width: 160px; color: #fff; text-decoration: none; font-weight: 700; background: url('../images/phy-member-up.gif'); display: block; height: 64px; background-repeat: no-repeat;}
	#physician_menu li a:visited {width: 180px; color: #fff; text-decoration: none; font-weight: 700; background: url('../images/phy-member-up.gif'); display: block; height: 64px; background-repeat: no-repeat;}
	#physician_menu li a:hover {color: #fff; text-decoration: none; font-weight: 700; background-image: none;}
	#physician_menu li a#current {color: #fff; text-decoration: none; font-weight: 700;}
	
	
	#content_button div {
		width: 187px; 
		height: 56px;
		background: url( '../images/content_button_over.gif') 0 0;
		background-repeat: no-repeat;
		text-decoration:none;
		}
	
	#content_button a {
	   width: 187px; 
	   height: 56px;
	   display: block;
	   margin: 0px; 
	   padding:0px;
	   text-align: center;
	   font-size: 14px;
	   line-height: 18px;
	   font-weight: 700;
       padding-top: 3%;
	   background: url( '../images/content_button.gif') 0 0;
	   background-repeat: no-repeat;
	   text-decoration:none;
	   }
				
	#content_button a:hover {
		background-image: none;
		font-weight: 700;
		text-decoration:none;
		}
	
	#content_button a:link {font-weight: 700;}
	#content_button a:visited {font-weight: 700;}
	

		
	.form_note {		
		color: #036;
		font-size: 12px;		
		border: 0px solid;
		position: relative;
		top: -27px;
		left: 127px;
		width: 150px;
		}	
		
		
		#fees_table {
			width: 500px;
			border: 1px solid #eee;
			color: #369;
		}
		
		#fees_table td {
			border: 1px solid #eee;
		}
		
		#fees_table strong{
			font-size: 12px;
		}
		
	
		
	ul.error_list {
		display:block;
		background:#F6F6F6;
		border:1px solid #eee;
		
		color:#1f1f1f;
		font-weight:bold;
		padding: 6px 6px 6px 6px;
		width: 500px;
		margin-left: 40px;
		list-style-type: none;
	}
	
	ul.error_list li {
		background:transparent url('../images/error.gif') no-repeat 0 1px;
		padding-left: 22px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
	
		
		
		#styled table {
			font: 11px verdana,verdana, arial;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			text-align: left;
			color: #333;
			line-height: 15px;
			width: 500px;
			border:1px solid #eee;
		}
		
		#styled caption {
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
			text-align: left;
		}
		
		#styled td {
			margin: 0;
			padding: 2px 5px;
			border: 1px solid #f5f5f5;
		}
		
		
		#styled th {
			font-weight: normal;
			
		}
		
		#styled thead tr th {
			background-color: #F6F6F6;
			padding:  2px 5px;
			color: #1f1f1f;
			font-weight: bold;
			border-right: 1px solid #F6F6F6;
			
			text-align:left;
		}
		
		#styled tfoot tr th, tfoot tr td {
			background-color: transparent;
			padding:  5px 5px;
			color: #ccc;
			border-top: 1px solid #ccc;
		}
		
		#styled tbody tr th {
			padding: 10px 5px;
			border-bottom: 1px dotted #fafafa;
		}
		
		#styled tr.even { 
			background-color: #F1F8FF;
		}
		#styled tr.odd {
			background-color: #E3F1FF;
		}
		
		#styled tr:hover {
		}
		
		
		
		
			
	#styled table a {
		color: #036;
		background-image: none;
		text-decoration: underline;	
		}

	#styled table a:hover {
		color: #f93;
		background-image: none;
		text-decoration: underline;				
		}
		
	#styled table a:visited {
		text-decoration: underline;		
		color: #036; 
		}
	
	#styled table a:visited:hover {
		background-image: none;
		text-decoration: underline;				
		color: #f93;
		}
		
	#member_menu {
		margin: 0;
		padding: 0;		
		border: 0px solid;	
		background: url('images/member_menu_bg.gif');		
		}	
	
	#member_menu ul{	
		margin: 0;
		padding: 0;
		color: #036;
		font-family: Century Gothic, sans-serif;
		font-size: 12px;
		text-align: left;
		list-style-type: none;
		}		
	*html #member_menu ul {position: relative; top: -20px; }		

		
	#member_menu li{
		
		padding: 5px 0px; 
		margin: 0;  
		border: 0; 		
		background-image: url('../images/member_menu_bullet.gif');
		background-repeat: no-repeat;
		padding-left: 25px;	
		background-position: 10px 11px;
		}
	*html #member_menu li {padding-left: 25px;}
		
	#member_menu li:hover{
	
		padding: 5px 0px; 
		margin: 0;  
		border: 0; 		
		background-image: url('../images/member_menu_bullet.gif');
		background-repeat: no-repeat;
		padding-left: 25px;	
		background-position: 10px 11px;
		}
	*html #member_menu li:hover{padding-left: 25px;}
	
	#member_menu li a:link {color: #036; text-decoration: underline;  padding: 3px 0;}
	#member_menu li a:visited {color: #036; text-decoration: underline; padding: 3px 0;}
	#member_menu li a:hover {color: #f93; text-decoration: underline; padding: 3px 0;}
	#member_menu li a#member_current {color: #f93; text-decoration: underline; padding: 3Px 0;}


