﻿/* CLASSES */
h1.title
{
    margin: 0px 0px 0px 0px;
    color: #323232;
}

em.reqd 
{
	color: #cc3300;
	font-size: 13px;
	font-weight: bold;
}

.shadowBox 
{
    padding: 3px;
    background-color: #eaeaea;
    border: solid 1px #D7D7D7;
    border-bottom: 2px solid #C0C0C0;
    border-right: 2px solid #C0C0C0;
    margin: 3px 0px 5px 0px;
}

.shadowBox h2 
{
	font-size: 15px;
    font-weight:bold;
    margin: 0px;
}

.shadowBox2, #shadowBox2
{
    font-weight: bold;
    font-size: 13px;
    background: #666;
    padding: 3px;
    border-bottom: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    margin-bottom: 10px;
    color: #fff;
}


.tableReportNoBorder 
{
    border-collapse:collapse;
    margin-left: 15px;
    
}

.tableReportNoBorder th 
{
    border: none;
    padding: 3px 25px 3px 3px;
    font-weight:bold;
    background-color: #5D8BB9;
    color: White;
    font-size: 1.0em;
    
}

.tableReportNoBorder th a:link, .tableReportNoBorder th a:active, .tableReportNoBorder th a:visited, .tableReportNoBorder th a:hover  
{
    color: White;
    background-color: #5D8BB9;
}
        
.tableReportNoBorder td 
{
    border: none;
    padding: 3px 25px 3px 3px;
    font-size: 13px;
    font-size: 1.0em;
}

.tableReportNoBorder .alternate td, .tableReportNoBorder .alternate 
{
    border: 1px solid #D7D7D7;
    padding: 3px;
    background-color: #F7F7F7;
}

/* Admin */
#adminNavContainer
{
    padding: 5px;
    background-color: Gray;
    border: 1px solid #D7D7D7;
    width:95%;
    margin: 3px auto 3px auto;
}

#adminNavContainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}

#adminNavContainer ul li 
{
    display: inline;
    margin: 0px 5px 0px 5px;
    font-size: 11px;
    font-weight: bold;
}

#adminNavContainer ul li a:link, #adminNavContainer ul li a:visited, #adminNavContainer ul li a:active 
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
}

#adminNavContainer ul li a:hover
{
    color: #000000;
    font-size: 13px;
}


.showHand {
	cursor: pointer;
}

.tinyText 
{
    font-size: 11px;
}

.report 
{
    border-collapse: collapse;
    border: none;
    width: 100%;
}

.report th 
{
   font-size: 11px;
    font-weight: bold;
    background-color: #c0c0c0;
    text-align: left;
    padding: 2px;
    border: 1px solid #c0c0c0;
}

.report th a:link,
.report th a:active,
.report th a:visited,
.report th a:hover
{
   color: #000;
   background-color: #c0c0c0;
}


.report td 
{
    border: none;
    border-bottom: 1px solid #c0c0c0;
    text-align: left;
    font-size: 13px;
    padding: 3px;
}

.report .category td 
{
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    text-align: left;
}

.report .top td 
{
    background-color: #66669A;
    text-align: left;
    font-size: 17px;
    color: #ffffff;
    border-bottom: 2px solid #000;
    height: 30px;
    
}

.report .dataHeader td 
{
    font-size: 11px;
    font-weight: bold;
    background-color: #c0c0c0;
}

.report .alert 
{
    color: #ff0000;
    font-weight: normal;   
}

.report .empty td 
{
    background-color: #eaeaea;
    font-size: 15px;
    padding: 25px;
    font-weight: bold;
    border: 1px solid #c0c0c0;
    text-align: center;
}


.req {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 12px;
	COLOR: #000000;
	BACKGROUND-COLOR:  #FFFFCC;
}
#header {
	width:100%;
	font-size:93%;
	line-height:normal;
}
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("/images/norm_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      float:left;
      display:block;
      background:url("/images/norm_right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #header #current {
      background-image:url("/images/norm_left_on.gif");
      border-width:0;
      
      }
    #header #current a {
      background-image:url("/images/norm_right_on.gif");
      color:#333;
      padding-bottom:5px;
      }
	
	#sec1 {position:relative; top:0px; left:0px; width:750px; visibility:visible; z-index: 100;}
	#sec2 {position:relative; top:0px; left:0px; width:750px; visibility:hidden; display:none; z-index: 200;}
	#sec3 {position:relative; top:0px; left:0px; width:750px; visibility:hidden; display:none; z-index: 200;}

a:link.boxLink,
a:active.boxLink,
a:visited.boxLink,
a.boxLink
{
    background: #DCDCDC;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    text-decoration: none;
    font-size: 13px;
    color: #333;
}

a:hover.boxLink
{
    background: #E2E2E2;
    color: #000;
}

a:link.bigLink,
a:active.bigLink,
a:visited.bigLink,
a:hover.bigLink 
{
    font-size: 120%;
}

table.requirementsMatrix th
{
    background-color: #666666;
    padding: 3px;
    border: 1px solid #D7D7D7;
    color: #fff;
    font-size: 14px;
}

table.requirementsMatrix td 
{
    padding: 3px;
    border: 1px solid #D7D7D7;
    vertical-align:top;
    font-size: 12px;
    
}

table.requirementsMatrix .rowHeading 
{
    white-space:nowrap;
    text-align:right;
    background-color:#7389A2;
    color:#fff;
    font-weight:bold;
    font-size: 14px;
    vertical-align:middle;
    
}

.querytable
{
    width: 300px;   
}
.querytable td
{
    border: 1px solid;
    text-align: center;   
}

