
/**************** Page and tag styles ****************/

body
{margin:0; padding:0; color:#303030; background:#fafafa url(http://www.americanmentalhealth.com/skins/AMHA_SideBar/amhatherapistbg.gif) 100% 100% no-repeat fixed; font:70% Klavika, "Vecta Bold", "lucida grande",tahoma,verdana,arial,sans-serif;}

ul
{list-style:circle; margin:15px 0 20px 0; font:100% Klavika, "Vecta Bold", "lucida grande",tahoma,verdana,arial,sans-serif;}

li
{margin:0 0 8px 25px;}

a
{color:#3b5998; font-weight:bold; text-decoration:none;}

a:hover
{color:#505050; text-decoration:underline;}

a img
{border-color:#3b5998;}

a img:hover
{background:#3b5998; border-color:#3b5998;}

/**************** Sidebar area styles ****************/

#sidebar
{position:absolute; top:0; left:0; width:220px; height:100%; overflow:auto; background:#3b5998; text-align:right;}


body > #sidebar
{position:fixed;}


#sidebar h1
{margin:20px 18px 0 5px; color:#e9ebf2; font-size:1.6em; letter-spacing:-2px; text-align:right;}

#sidebar h2, #sidebar h3
{margin:0 20px 18px 5px; color:#e9ebf2; font-size:1.1em; font-weight:bold; letter-spacing:-1px; text-align:right;}

#sidebar h3
{margin:20px 18px 4px 5px; color:#e9ebf2; letter-spacing:-2px;}

#sidebar  p
{margin:0 20px 18px 5px; color:#e9ebf2; font-size:0.8em;}

#sidebar a
{color:#e9ebf2}

#sidebar img
{ float:right; margin:0; width:202px; padding:0; background:#3b5998; border:0;}

/**************** Navigation menu styles ****************/

#menu a
{display:block; width:202px; padding:5px 18px 5px 0; color:#e9ebf2; background:#3b5998; font-size:1.8em; font-weight:normal; text-decoration:none; letter-spacing:-1px;text-shadow: 0px 2px 3px #555;}

#menu a:hover 
{color:#3b5998; background:#fafafa;text-shadow: 0px 2px 3px #555;}

#menu a.active
{padding:5px 18px 5px 0; color:#3b5998; background:#fafafa; border-top:2px solid #3a509a; border-bottom:2px solid #c0c0c0;text-shadow: 0px 2px 3px #555;}

#menu a.active:hover
{color:#3b5998; background:#fafafa;text-shadow: 0px 2px 3px #555;}

/**************** Login / User styles ****************/

#log_in
{display:block; position:absolute; top:0; right:30px; color:#fff; background:#3b5998; font-size:1em; font-weight:600; text-decoration:none; letter-spacing:-1px;text-shadow: 0px 2px 3px #555; text-align:right; margin:0; padding:0px 9px 3px 9px}

#log_in a
{color:#e9ebf2; background:#3b5998; font-size:1em; font-weight:normal; text-decoration:none; letter-spacing:-1px;text-shadow: 0px 2px 3px #555;}

#log_in a:hover 
{color:#3b5998; background:#fafafa; text-shadow: 0px 2px 3px #555;}

#log_in a.active
{color:#3b5998; background:#fafafa; text-shadow: 0px 2px 3px #555;}

#log_in a.active:hover
{color:#3b5998; background:#fafafa; text-shadow: 0px 2px 3px #555;}

#signup_error
{color:#fff;}

/**************** Content area styles ****************/

#content
{width:70%; margin:18px 0 0 240px; padding:20px 0;}

#content p
{margin:0 0 20px 0; line-height:1.5em;}

#content input
{ color:#3b5998;}

#content select
{ color:#3b5998;}

#content h1
{margin:0; color:#203360; font-size:3em; letter-spacing:-2px; text-align:justify;text-shadow: 0px 2px 3px #555; font-face: Verdana;}

#content h2
{margin:0; color:#203360; font-weight:normal; font-size:2.2em; letter-spacing:-1px; text-align:justify;text-shadow: 0px 2px 3px #555;}

#content h3
{clear:both; margin:30px 0 10px 0; color:#203360; font-weight:normal; font-size: 1.8em; letter-spacing:-1.2px;text-shadow: 0px 1px 3px #555;}

h3.infoHeading
{clear:both; margin:5px; color:#203360; font-weight:normal; font-size: 1.3em; letter-spacing:-1.1px;text-shadow: 0px 1px 3px #555;}

#directory h3
{clear:both; text-align:center; color:#203360; font-weight:normal; font-size: 1.8em; letter-spacing:-1.2px;text-shadow: 0px 1px 3px #555;}

#directory
{margin:0;padding:7px;color:#303030; background:#fafafa;font:.9em Klavika, "Vecta Bold", "lucida grande",tahoma,verdana,arial,sans-serif;}

#login_box{
	background:#444;
	padding:7px;
	border:2px solid #ccc;
	color:#000;
	position:absolute;
	top:23px;
	right:10px;
}

#dual_box, #message_box{
	width:300px;
	background:#2d2d2d;
	padding:10px;
	border:2px solid #eee;
	position: absolute;
}

.signupblob{
	background:url(/dscommon/pixels/8_ball.gif) no-repeat;
	display:block;
	width:123px;
	height:24px;
	color:#fff;
	text-align:center;
	padding:5px 0 0 0;
}



/* root element for tabs  */
ul.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	-moz-border-radius:4px 4px 0 0;	
}

ul.tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.tabs a.current {
	background-color:#ddd;
	border-bottom:1px solid #ddd;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}





/*-------------------------------------
FORM CORE
------------------------------------------*/

#cont_entry_img {
	float:left;
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
	border: 0;
	background-color: #fff;
	width: 240px;
	height: 320px;
	text-align: center;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px #d3d3d3; 
	-webkit-box-shadow: 0px 2px 10px #d3d3d3; 
	box-shadow: 0px 0px 10px #d3d3d3; 
}

form.contact fieldset {
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
	border: 0;
	background-color: #fff;
	width: 290px;
	text-align: left;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px #d3d3d3; 
	-webkit-box-shadow: 0px 2px 10px #d3d3d3; 
	box-shadow: 0px 0px 10px #d3d3d3; 
}

form.contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], textarea {
	margin: 3px 0 0 0;
	padding: 6px; 
	width: 260px; 
	font-family: arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

form.contact textarea {
	width: 275px; 
	height: 150px;
}

form.contact label {
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 10px;
	font-weight: bold;
}

form.contact label.error { 
	width: 270px;
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;                              
	font-size: 11px; 
	text-align: right;
}

form.contact .placeholder {
	color: #aaa;
}

form.contact .button {
	display: inline-block;
	margin: 15px 0 0 90px;
	padding: 5px 15px 5px 15px;
	background-color: #ff9e00;
	border: none;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

form.contact .button:hover {
	background-color: #fc8500;
	cursor: pointer;
}

form.contact .button:active {
	margin-top: 16px;
	background-color: #f08004;
	cursor: pointer;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/dscommon/pixels/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/dscommon/pixels/blue/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/dscommon/pixels/blue/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

