﻿
/*****************************/
/* SECTION 2                 */
/* General styles start here */
/*****************************/
body { 
 color: #000;
 font-size: 10pt;
 font-variant:normal; 
 line-height:1.5;
 font-family:Arial;
 background-color: #FFF;
}

p {
 margin-left: 5px;
 margin-right: 0;
 margin-bottom: 12px; 
 line-height: 1.5;
}
	

a { color: #993300; }
a:hover { color: #000; }

	
h1, h2, h3 {
 color: #000;
 
 margin-bottom: .1em;
 margin-top: 10px; 
 font: normal 1.5em/1em arial, helvetica, sans-serif; 
}
	
h1 {
 letter-spacing: 2pt; 
 font-size: 18pt;
 font-weight:bold; 
 }
	
h2 {
 color: #000;
 font-size: 15pt;
 font-weight: bold;
 
}

h3 {
 color: #993300;
 font-size: 11pt; 
 font-weight: bold;
 letter-spacing: 1.5pt;
 margin-bottom: 12pt;
 margin-top: 24pt;
}


img 
{
    border:0;
}

#left .content { 
  color:#FFF;
  padding: 0;
}


#right .content { 
  color:#000;
  padding: 5px 0 0 0;
  margin-left: 5px;
  background-color:#FFF;
}

#middle .content { 
  color:#000; 
  padding: 0 5px 0 25px;
}
.content ul
{
    margin-bottom:10px;
}
#middle .content li {
 margin-left: 25px;
}



#footer a
{
    color: #FFF;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
#footer ul, #footer li
{
    list-style:none;
    display: inline;
}
#footer li
{
    padding:2px 8px;
    border-right: solid 1px #FFF;
}
#footer li.last
{
    border:none;
    
}
#right .content li
{
    list-style:none;
} 

#leftNav {
 width: 165px;
 float: left;
 height:100%;
}

#breadcrumbs {
 float: left;
 margin-left: 10px;
 margin-top:3px;
 color: #FFF;
 font-size:12px;
}
#login {
 margin-right: 20px;
 float: right;

}
#login a
{
    font-size: 11px;
    
    color: #FFF;
    text-decoration:none;
}
#login a:hover
{
    text-decoration: underline;
}

	





#topNav {
 font-size: .8em;
 font-weight:bold;
 color: #FFF; 
}

#pageTitle 
{
    
    border-bottom: solid 3px #CCC;
    margin: 10px 0 20px 0;
}
#pageTitle h1 { margin: 0; }

.activateButton 
{
    margin-right: 20px;
}

.resourceList
{
    border: 0;
    border-collapse: collapse;
    font-size: 12px;

}

.resourceList img.hiddenCheck
{
    display:none;
}



.resourceList td
{
    width:150px;
}
.resourceList td,.resourceList th
{
   border-bottom: solid 1px #CCC;
   padding: 4px;  
   text-align: center;
}
.resourceList td.subjectExpert
{
   text-align: left;
   width: 150px;
   padding-left: 10px;
   
}

.resourceList th
{
   border-bottom: solid 1px #CCC;
   text-align:center;
}
.resourceList thead th 
{
    background-color: #12346A;
    color: #FFF;
    font-size: 16px;
    padding: 2px 5px;
    border:0;
}
.resourceList tbody th
{
    font-size: 14px;
    background-color: #eff3fb;
    width: 150px;
    vertical-align:top;

    padding-right: 10px;
}
.resourceList tr.altRow
{
    background-color: #CCC;
}