﻿/* Standard HTML Tags */

body {
	margin-top:0px;
	background-color: #FFFFFF;
	background-image:url('../webcoreimages/s_pagebackground.jpg');
	background-repeat:repeat-x;
}

div {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin:0px;
	padding:5px;
}

form {
	margin:0px;
}

a {
	text-decoration:none;
	color: #ee101c;
}

a:hover {
	color:#c94f55;
	text-decoration:underline;
}

ul {
	margin-bottom:0px;
	list-style:square;
	list-style-position:outside;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	padding:0px;
}

h1 {
	color: #ee101c;
	font-family: Helvetica;
	font-size: 21px;
	background-image:url('../webimages/i_underline.jpg');
	background-repeat:no-repeat;
	height:30px;
}

h2 {
	font-family:Helvetica, Arial;
	font-size: 14px;
	color: #007836;
	font-weight: bold;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
}

h4 {
	color: #ee101c;
	font-family:Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	
}

h6 {
	color: #ee101c;
	font-family:Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
}

img	{
	border:0px;
}


input {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #d9d6c1;
}

select {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #d9d6c1;
}

textarea {
		font-family: Arial;
		font-size: 12px;
		border: 1px solid #d9d6c1;
}

/* EO Common Styles */
/*************/
/*************/
/*************/

.inputbutton {
	background-color:#960000;
	color:#FFFFFF;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
	
}
.bolditalic {
	font-weight:bold;
	font-style:italic;
	
}
.bookmark {
    font-weight:bold;
	color: #575a5d;
	
}
.bookmarksubhead {
    font-weight:bold;
	color: #007836;
	
}

.italic {
	font-style:italic;
}

.table_all {
	border:1px #C0C0C0 solid;
	width:100%;
}

.table_all td {
	padding:2px;
}

.table_headright {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
}

.table_headend {
	background-color:#444444;
	color:#FFFFFF;
	font-weight:bold;
}

.table_subheadend {
	background-color:#dedddd;
	text-align:center;
}

.table_rowright {
	border-bottom:1px #C0C0C0 solid;
	border-right:1px #C0C0C0 solid;
}

.table_rowend {
	border-bottom:1px #C0C0C0 solid;
}

/* EO Site Container Styles */
/*************/
/*************/
/*************/

#container_main{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#container_header {

}
		
#container_menu {
	clear:both;
}

#container_menuadmin{
	background-color:#006fb4;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}

#container_body{
	clear:both;
}

#container_bodyinner{
	clear:both;
	background-image:url('../webcoreimages/s_leftbarbackground.jpg');
	background-repeat:repeat-y;
}

	#container_innertop {
		clear:both;
	}

	#container_bodyleft{
		width:248px;
		float:left;
	}
	
		#box_conference {

		}
		
			#box_conference_header {
				background-color:#007836;
				color:#FFFFFF;
				font-weight:bold;
				padding:10px 10px 10px 10px;
			}
	
			#box_conference_content {
				padding:5px 10px 5px 10px;	
			}
			
		#box_therapist {

		}
		
			#box_therapist_header {
				background-color:#ffd900;
				color:#000000;
				font-weight:bold;
				padding:10px 10px 10px 10px;
			}
	
			#box_therapist_content {
				padding:5px 10px 5px 10px;	
			}

		#box_parents {

		}
		
			#box_parents_header {
				background-color:#f07d00;
				color:#FFFFFF;
				font-weight:bold;
				padding:5px 10px 5px 10px;
			}
	
			#box_parents_content {
				padding:5px 10px 5px 10px;	
			}



	#container_bodyright{
		width:732px;
		float:right;
	}
	
		#container_bodyrightcontent {
			padding:10px 50px 20px 50px;
		}
	
#container_footer {
	clear:both;
}

.error_text  {
	background:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding:10px;
	
}

.weather_text  {
	background:#f33d53;
	color:#FFFFFF;
	font-weight:bold;
	
	padding:10px;
	vertical-align : middle;
	font-size: 15px;
}

.conf_title {
	
	font-size:15px;
	color:blue;
	font-weight:bolder;
}


/* Site Specific Styles */
/*************/
/*************/
/*************/


