* {
	font-family:Arial,sans-serif;
}

body {
	font-size:10pt;
}

a {
color:#5E50A1;
}
div#main_content {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-left:7px;
	padding-right:0px;	
}
h1 {
	font-size:12pt;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#695cab;
	border-bottom:1px solid #8C857A;
}
h2 {
	font-size:10pt;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
	color:#695cab;
	border-bottom:1px solid #8C857A;
}
h3 {
	font-size:10pt;
	margin-top:10px;
	margin-bottom:0px;
	color:#695cab;
}
a:hover{
	text-decoration:none;
}
.advisorIndexHeader {
	font-size:12pt;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	color:#595454;
}
.advisorDataHeader {
	font-size:11pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	color:#695cab;
}
#main_content ul li,
#main_content ol li {
	font-size:10pt; 
}
#main_content ul li {
	list-style-image:url(/iha/assets/images/new/double-arrow-bullet.png);
}
ul li, ol li {
	margin-bottom:5px;
	color:#8c857a;
}
p {
	color:#8c857a;
	line-height:1.5em;
	margin-bottom:1em;
}
td.label {
	color:#695cab;
	font-weight:bold;
	line-height:1.5em;
	vertical-align:top;
	text-align:right;
	
}

input[type="text"],
textarea,
select {
	border:1px solid #8c857a;
	font-size:10pt;
	margin-top:2px;
	margin-bottom:2px;
}
input[type="text"]:focus,
textarea:focus {
	border:1px solid #695cab;
	font-size:10pt;
	margin-top:2px;
	margin-bottom:2px;
}
td.formbuttons {
	text-align:center;
}
.centered {
	margin-left:auto;
	margin-right:auto;
}

.center {
	text-align:center;
}
	
#aboutus {
	width:100%;
}
#aboutus #c1 {
	width:560px;
	float:left;
}
#aboutus #c2 {
	width:176px;
	float:right;
}

#twoColumnSR #c1 {
	width:560px;
	float:left;
}
	
div.sidecol {
	margin-top:10px;
	width:176px;
	float:right;
}

div.sidebox {
	width:98%;
	float:right;
	font-size:8pt;
	border:2px solid #d7d4e8;
	margin-bottom:6px;
	-moz-border-radius:3px;
  	-webkit-border-radius:3px;
}

div.sidebox p.title {
	border-bottom: 2px solid #d7d4e8;
	background-color:#8f85c2;
	color:#fff;
	margin:0px;
	font-size:10pt;
	line-height:1em;
	text-align:left;
	font-weight:800;
	padding:4px;
}

div.sidebox div.sidebox_content {
	padding:8px;
	color:#8c857a;
}

.sidebox_content table {
	margin:0px;
}
.sidebox_content td,
.sidebox_content p {
	margin:2px;
	padding:0px;
}

table {
	width:100%;
	margin:15px auto 15px auto;
}

thead tr{
	background-color:#8F85C2;
	border:1px solid #8F85C2;
}
thead tr th{
	color:#fff;
	text-align:left;
}
th#right{
	background: #8F85C2 url(/iha/assets/images/new/curved_corner_right.png) top right no-repeat;
}
th#left{
	background: #8F85C2 url(/iha/assets/images/new/curved_corner_left.png) top left no-repeat;
}
tr td{
	color:#8c857a;
	padding:2px; 
}
p.on,
tr.on {
	background-color:#eaeaea;
}
p.off, 
tr.off {
	background-color:#fff;
}
th, td p {
	margin:0px;
	padding-left:1em;
}

.player {
	vertical-align:middle;
	border: none;
	width: 200px;
	color:#8c857a;
	font-size:9pt;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

tr, td.player {
	vertical-align:middle;
	border: none;
}

.player .playerControl  {
	width: 150px;
}

.player .playerTime {
	width: 50px;
}
.warning {
	color:#FF0000;
	font-weight: bold;
}

div.advisortxt {
	position: absolute;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 300px;
}

div.advisorbox {
	float: left;
	position: relative;
	padding-bottom: 10px;
}

div.advisorsearch {
	position: absolute;
	float: left;
	margin-left: 17px;
	margin-top: 44px;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	width: 200px;
}

div.searchbox {
	position: absolute;
	float: left;
	margin-left: 10px;
	margin-top: 40px
}

div.advicebox { 
        color: green;                /* text color is white */ 
     	font-family: Times New Roman;
              background-color: #f0eff7;            /* Content, padding will be blue */
      
}

div.adviceletters {
	background-image: url("/IHA/assets/images/rounded-box-final.jpg");
	width:100%;
	background-repeat: no-repeat;
	position:relative;
}

div.eachletter{
	background-color: #745bae;            /* Content, padding will be blue */
	margin-left: 0px;
    margin-right: 0px;
    float:left;
}
div.advicechoices{
	background-color: #f0eff7;            /* Content, padding will be blue */
	padding:0px 25px 10px 25px;
	font-family: Arial;
	font-size: 8pt;
	overflow:auto;
	line-height:1.5em;
}


div.float-right{
	width:50%;
	float:left;
	position:relative;
}

div.float-left{
	position:relative;
	width:50%;
	float:left;
}

div.left_col{
	width:51%;
	float:left;
	position:relative;
}

div.right_col{
	position:relative;
	width:49%;
	float:left;
}


.text-header{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	overflow-y: hidden;
	display:none;
	
}

.text-show-header{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.view_button{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 9pt;
}

.resources_list{
	text-decoration: none;
	font-style: Arial;	
	font-size:9pt;
	font-weight: bold;
}

.doctor_header{
	background: url(IHA/assets/images/corners/tr-corner.png) no-repeat top right;
	background-color: #CBC6C2;
	height: 30px;
}

.doctor_body{
	border: 1px #CBC6C2 solid;
	height: 300px;
}

.doctor_footer{
	background-color: #CBC6C2;
	height: 25px;
	padding-top: 7px;
	padding-right: 7px;
	margin-bottom: 15px;
	text-align: right;
	font-weight: bold;
	color: #5E50A1;
}

.news_header{
	float: left;
	width: 270px;
	background-color: #CBC6C2;
	height: 30px;
}

.resources_header{
	float: right;
	width: 270px;
	background-color: #CBC6C2;
	height: 30px;
}

.header_full{
	background-color: #CBC6C2;
	height: 30px;
}

.news_body{
	width: 268px;
	float: left;
	border: 1px #CBC6C2 solid;
	height: 200px;
	overflow-y: scroll;
	position:relative;
}

.resources_body{
	width: 268px;
	float: right;
	border: 1px #CBC6C2 solid;
	height: 200px;
	overflow-y: scroll;
	position:relative;
}

.body_full{
	border: 1px #CBC6C2 solid;
	height: 200px;
	overflow-y: scroll;
	position:relative;
	text-align:left;
}

.office_header_text{
	padding-left: 9px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 11pt;
	color:#534e48;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.td_left{
	line-height:1.3em;
	display: block;
	border: 0px;
}

.td_right{
	line-height:1.3em;
	padding-left: 10px; 
	border-left: 1px solid #CBC6C2;
}

.physician_name{
	font-weight: bold;
	color: #5E50A1;
	width: 182px;
}

.doctor_images{
	width: 59px; 
	height: 83px; 
	float:left;
	border: 1px solid #5E50A1;
}

.bodies{
	height: 230px;
	margin-bottom: 45px;
}

.headers{
	height: 30px;
}

.nextlast{
	float:right;
	margin-left:3px;
	color: #5E50A1;
	margin-top:1px;
}

.sidebar_content{
	border: 1px #5E50A1 solid;
	font-weight: bold;
	background-color: #F5F4F3;
}

.white_content {
	display: none;
	position: absolute;
	margin-top: 30px;
	top: 25%;
	left: 40%;
	width: 80px;
	height: 65px;
	padding:22px 16px 16px 16px;
	border: 16px solid #745bae;
	background-color: white;
	z-index: 1002;
	overflow: auto;
} 

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);
}

	
.navlist-office
{
	margin-left: 6px;
	margin-top:-3px;
	padding-left: 0;
	padding-top:3px;
	height: 26px;
	white-space: nowrap;
	position:relative;
}

.navlistli-office
{
	display: inline;
	list-style-type: none;
	margin-right:2px;
}

.advisor_choice_row{
	height:125px;
	vertical-align:top;
}

.error_msg {
        position: relative;
        display: block;
	background-color: #CC2929;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #8A1D1D;
	color: #ffffff;
	font-size:8pt;
	margin-top: 2px;
        width: 738px;
}

.error_msg a {
        color: #ffffff;
}

.error_msg p {
        display:block;
        float:right;
        padding-right: 5px;
        margin: 0px;
        position:absolute;
        top:0;
        right:0;
        text-align:right;
}

.good_msg {
    position: relative;
    display: block;
	background-color: #669114;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #466310;
	color: #ffffff;
	font-size:8pt;
	margin-top: 2px;
     width: 738px;
}

.good_msg a {
        color: #ffffff;
}

.good_msg p {
        display:block;
        float:right;
        padding-right: 5px;
        margin: 0px;
        position:absolute;
        top:0;
        right:0;
        text-align:right;
}
