﻿html
{
    font-size: 1em !important;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 0.8em;
  font-family: Arial;
  background: url(Images/gray_texture.jpg);
}

.clear
{
    height: 0;
    font-size: 0;
    clear: both;
}

#header {
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: block;
  height: 126px;
  text-align: center;
  box-shadow: 0px 1px 15px rgb(153, 153, 153);
  border-bottom: 1px solid rgb(221, 221, 221);
}

#header-inner {
  margin: 0 auto;
  width: 950px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #dedede;
}

#left-top-link {
  float: left;
  width: 182px;
  height: 150px;
  background: url(Images/AccreditationSeal2C.jpg) center top;
  background-size: 182px 150px;
}

#horizontalMenu {
  float: right;
  width: 950px;
  height: 65px;
  border-bottom: 1px solid #dedede;
}

.aapccRadMenu {
  float: left;
  height: 65px;
  border-bottom: 1px solid #dedede;
}
.aapccRadMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; 
} 
.aapccRadMenu ul li { 
  display: inline-block;
  float: left;

}
.aapccRadMenu ul li a.rmLink {
  display: inline-block;
  float: left;
  height: 60px;
  border-top: 5px solid #eeeeee;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background: none !important
}
.aapccRadMenu ul li a.rmSelected {
  border-top: 5px solid #CC1F12;
  border-bottom: 1px solid #ffffff;
}
.aapccRadMenu ul li a.rmLink span.rmText
{
    font-size: 1.5em !important;
    padding: 15px 20px 0 20px !important;
}
.aapccRadMenu .rmRootGroup
{
    border: none !important;
    background: none !important;
}






#header-inner ul li a:link, #header-inner ul li a:visited {
  color: #666666;
  text-decoration: none;
}
#header-inner ul li a:hover {
  color: #97150B;
}
#header-inner ul li.selected a:link, #header-inner ul li.selected a:visited, #header-inner ul li.selected a:hover {
  color: #97150B;
  text-decoration: none;
}
#header-inner ul li a:link.rtsSelected, #header-inner ul li a:visited.rtsSelected, #header-inner ul li a:hover.rtsSelected {
  color: #97150B;
  text-decoration: none;
}

.logout {
  float: right;
  padding: 10px 20px 0 0;
}

.aapccRadTabStrip {
  float: right;
  width: 758px;
  text-align: center;
}
.aapccRadTabStrip ul {
  list-style-type: none !important;
  display: inline;
  margin: 0 auto !important;
  padding-top: 18px !important;
}
.aapccRadTabStrip ul li {
  display: inline-block !important;
  padding: 0 20px !important;
  float: left !important;
}

.RadTabStrip_Default .rtsLI
{
    font-size: 1.3em !important;
    width: 50px !important;
}
.RadTabStrip_Default .rtsLink
{
    font-size: inherit !important;
}
.RadTabStrip_Default .rtsLevel .rtsLink, .RadTabStrip_Default .rtsLevel .rtsOut  
{
    background: none !important;
    padding: 0 !important;
}










#mainContent {
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
#mainContent-inner {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}
.wideContent {
  width: 90% !important;
}

h1 {
  margin: 0;
  padding: 5px 0 20px 0;
  font-size: 1.8em;
}


.leftAlign
{
    float: left;
    display: inline;
}
.rightAlign
{
    float: right;
    display: inline;
}
.buttonBlock
{
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    width: 100%;
    text-align: right;
    border-bottom: solid 1px #999;
}

table.configFormTable td
{
    padding: 3px 10px;
}

input.tableButton /* button width fix */
{
    width: auto !important;
    padding: 1px 15px !important;
}

a.linkButton {
    background: url("images/bt_main.gif") repeat-x scroll left bottom rgb(182, 103, 33);
    border: 1px solid rgb(162, 92, 30);
    font: 12px "tahoma",Arial,Helvetica,sans-serif;
    padding: 1px 15px;
    color: rgb(251, 243, 236);
    margin: 2px 0px;
    cursor: pointer;
    width: auto;
}

a.linkButtonDownload {
    background: url("images/bt_main.gif") repeat-x scroll left bottom rgb(182, 103, 33);
    border: 1px solid rgb(162, 92, 30);
    font: 12px "tahoma",Arial,Helvetica,sans-serif;
    padding: 1px 15px;
    color: rgb(251, 243, 236);
    margin-top: 10px; 
    margin-left:150px;
    cursor: pointer;
    width: auto;
}
.popupTitle
{
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: 1.5em;
}
.questBlock
{
    padding: 0 0 15px 30px;   
}
.questBlock .quest
{
    padding: 0 0 10px 0;
    font-size: 1.1em;
}
.questBlock .childBlock
{
    padding: 0 0 0 20px;
}
.questBlock .subBlock
{
    padding: 10px 0 0 20px;
}

table.rgMasterTable a  /* Grid Table link color fix */
{
    color: #97150B !important;
}

.questSection
{
    padding: 0 0 10px 0;
}
.questSectionTitle
{
  margin: 0;
  padding: 5px 0 15px 0;
  font-size: 1.5em;
}

.questBlock table td label /* Used to add space between Yes and No radios */
{
    padding-right: 20px;
}

.errorAlert
{
    display: inline-block;
    width: 18px;
    height: 16px;
    color: #c31616;
    background: url(Images/red_alert_18.png) 0 0px no-repeat;
}
.redDelete
{
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(Images/red_delete.png) 3px 0px no-repeat;
}

downloadButton
{
    margin-top: 10px; 
    margin-left:215px
}