﻿@charset "utf-8";
/* CSS Document */
body {
background-color: #12568b;
font-family:Verdana, Arial, Sans-Serif;
margin:8px 4px;
}

* {
margin:0px;
padding:0px;
}

table#rad_grid 
{
width:90%;
}

td 
{
height:25px;
padding-left:4px;
}

#topNav p, #header_msg_status {
font-size: 12px;
font-weight: bold;
}

#header_btn {
background-image:url('/image/btn.gif');
border: 1px solid #8FA8BB;
height:21px;
float: right;
margin:0px 5px 0px 0px;

padding:8px 30px 2px 30px;
}

#topNav 
{
float: right;
left: 4px;
}


#call_us {
margin: 14px 0 0 15px;
color: #FFF;
float: left;
}

#wrapper {
background-color:#fff;
border-bottom:2px solid;
border-left:2px solid;
border-right:2px solid;
border-top:2px solid;
border-color: #fff;
clear:both;
width:99.6%;
}

#header {
background-image:url('/image/header/bg_admin_header.gif');
border-bottom: 5px solid #F1AB26;
 height:99px;
}

#header_msg_status {
color: #12568B;
padding:25px 10px 0px 0px;
text-align:right;
}

#logo{
float: left;
margin:10px 0px 0px 10px;
}


#nav {
background-image:url('/image/btn.gif');
background-repeat:repeat-x;
height:28px;
}

#main_content {
/*background-image:url('/image/bkgLeftOlive.gif');
background-repeat:repeat-y;*/
}

#left_column {
/*float:left;
width: 206px;*/ /* jer adjustment 206px; */
}

#right_column
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
/*margin:0px  0px 0px 226px;*/ /* jer changed from 206 to 226 for a little left padding before the content*/
}

#footer {   
background-image:url('/image/footer/MenuItemBackground.gif');
background-repeat:repeat-x;
border-top: 4px solid #F1AB26;
clear:both;
height:28px;
}




h1 {
	margin: 10px;
	padding: 0;
	font-size: 14px;
	color: #12568B;
}
.button
{
    border:  solid 1px gray;
    background-image: url('/Image/ButtonBlank.gif');
    cursor: pointer;
    width: 91px;
    height: 22px;
	font-size: 12px;
}

a.questionimagelink 
{
    border: none;
}

a.questionimagelink img
{
    border: none;
    max-height: 100px;
}