﻿pa/******* TABLE OF CONTENTS ************

1. General/Root classes
2. table/td/tr/th classes
3. div/span classes
4. list classes
5. link classes
6. form/input classes 
7. other/custom classes

**************************************/

/******* 1. GENERAL/ROOT CLASSES *********/

body {
	background-color: #FFFFFF;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td, th {
	font-family: Arial, Verdana , Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

div 
{
    font-family: Arial, Verdana , Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

span{
    font-family: Arial, Verdana , Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

ul
{
    list-style-image: url('/ClassroomLearningSystem/images/cls_3arrow.gif');
}


a {
	font-size: 12px;
	color: #5D7D9E;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/******* END GENERAL/ROOT CLASSES *********/

/******* 2. TABLE/TD/TR/TH CLASSES *********/
table.main
{
    width: 754px;   
}

table.searchtable
{
    margin-bottom: 30px;   
}

table.grants
{
  border: 3px double #999999;
  text-align: left;  
  background: #EFEFEF;
  width: 100%; 
}

td.mainspacer
{
    background: url('/images/background.gif'); 
    height: 15px;
}

td.mainbg
{
    background: url('/images/background.gif'); 
}

td.menu
{
   border-top: 1px solid #999999; 
   width: 140px;
}

td.search
{
    font-size:10px;  
    /*color: #5D7D9E;*/
    color: #999999;
}

td.lightbluebox
{
    border: 1px solid #CCCCCC;
    background:   #D9E8F7;
    padding: 3px;
    text-align:right;
    font-weight: bold;
    color: #000066;
}

td.lightgraybox
{
    border: 1px solid #CCCCCC;
    background:   #EFEFEF;
    text-align: left;
    padding: 3px;
}

td.linebox
{
    width:200px; 
    height:22px; 
    border-style:dashed; 
    border-color:#DDDDDD; 
    border-width:1px;
}

td.news
{
  border: solid #CCCCCC 1px;
  background:  #EFEFEF;
  padding: 6px;  
 /* width: 50%;*/
}

td.newsh
{
  border: solid #AAAAAA 1px;
  background:  #DDDDDD;
  padding: 6px;  
  font-weight: bold;
  text-align: center;
 /* width: 50%;*/
}

/******* END TABLE/TD/TR/TH CLASSES *********/

/******* 3. DIV/SPAN CLASSES *********/

div.content
{
   padding: 8px;
   padding-top: 4px;
   width: 574px;
   height: auto;
   min-height: 350px;
  /* height: 350px; */

}

div.sitemap
{
    padding-top: 2px;
    padding-left: 3px;
}

div.search
{
    height: 50px;
    width: 288px;
    padding: 4px;
    padding-top: 6px;
    background: url('/images/search.jpg') no-repeat;
}

div.title1
{
    margin-top:10px;
    font-size: 22px;
    font-family: Arial, Verdana;
    font-weight: bold;
    color: #BBBBBB;   
    margin-bottom: 20px;
}

div.full
{
    width: 754px;
    display:block;
}

div.section
{
    display:inline;
}

div.sectionleft
{
    display: block;
    float: left;
}

div.sectionright
{
    display: block;
    float: right;   
}

div.sectionleftlogo
{
    float: left;
    height: 25%;

}

div.sectionrightlogo
{
    float: right;
	padding-right: 10px;
    vertical-align:top;
    height: 25%;
    padding-top: 10px;
}

div.sitemapleft
{
    display: block;
    float: left;
    width: 49%;
    border-right: 1px dashed #DDDDDD;
    height: 100%;
}

div.sitemapright
{
    display: block;
    float: right;   
   /* width: 51%;  */
   width: 280px;
    padding-left: 3px;
    height: 100%;
}

div.mainspacer
{
    background: url('/images/background.gif'); 
    height: 25px;
    width: 754px;
    display:block;
}

div.mainbg
{
    background: url('/images/background.gif'); 
    display:block;
    width: 754px;
}

div.pagetools
{
    float: right;
    font-size: 10px;
    color: #5D7D9E;
    margin-right: 5px;
}

div.pagetools a
{
    font-size: 10px;
}

div.footer
{
    width: 754px;
    display: block;
    text-align: center;
    font-size: 8px;
    color: #5D7D9E;
    padding-top: 5px;
    background: url('/images/footer_bg.jpg') repeat-x;
}

div.footer a 
{
    font-size: 8px;
    color: #777777;
}

div.copyright
{
    color: #AAAAAA;
    padding-top:5px;
}

div.lightbluebox
{
    border: 1px solid #CCCCCC;
    background:   #D9E8F7;
    padding: 3px;
    text-align:right;
    font-weight: bold;
    color: #000066;
    display: block;
    margin: 5px;
    width: 200px;
}

div.lightgraybox
{
    border: 1px solid #CCCCCC;
    background:   #EFEFEF;
    text-align: left;
    padding: 3px;
    display: block;
    margin: 5px;
    width: 200px;
}

div.listheader
{
    background: url('/images/listbg1.jpg') repeat-x;
    height: 16px;
    padding: 2px;
    margin-left: 10px;
    vertical-align: middle;
    border: 1px solid #999999;
    font-weight: bold;
}

div.listheader2
{
    background: url('/images/listbg2.jpg') repeat-x;
    height: 16px;
    padding: 2px;
    vertical-align: middle;
    border: 1px solid #999999;
    font-weight: bold;
}



div.header1
{
   font-size: 16px;
   color: #777777;
   font-weight: bold;
   padding-bottom: 5px;
   padding-top: 10px;
   border-bottom: 4px double #CCCCCC;
   border-right: 1px dotted #CCCCCC;   
}

div.header2
{
   font-size: 14px;
   color: #777777;
   font-weight: bold;
}


div.flink1
{
    font-size: 12px;
    color: #777777;
    padding-left: 15px;
} 
    
div.grants
{
    font-size: 16px;
    color: #666666;

    padding-bottom: 5px;
    border-bottom: 1px dashed #CCCCCC;
}    

span.FAQ_Q
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #990000;
}

span.FAQ_A
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #228B22;
}

/******* END DIV/SPAN CLASSES *********/

/******* 4. LIST CLASSES *********/

ul.list1
{
    list-style-image: url('/images/bullet_g.gif');
}

ul.list2
{
     list-style-image: url('/images/bullet_b.gif');  
}

ul.list3
{
    list-style-image: url('/images/bullet_a.gif');  
}

/******* END LIST CLASSES *********/

/******* 5. LINK CLASSES *********/

a.tablink
{
    font-size: 10px;
    font-weight: bold;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a.tablink:hover
{
    text-decoration: underline;
}

a.searchlink
{
    font-size: 11px;
    color: #808080;
    text-decoration: none;
}

a.searchlink:hover
{
    color: #FF3300;
    text-decoration: underline; 
}

/******* END LINK CLASSES ********/


/******* 6. FORM/INPUT CLASSES *********/

input.textbox
{
    background: url('/images/text_bg.jpg') repeat-y #E4EEF9;
    border: 1px solid #BBBBBB;
}

input.searchbox
{
    border: 1px solid #999999;
    font-size: 10px;   
    color: #444444;
    width: 165px;
    background: url('/images/searchboxbg.jpg');
}

textarea.textbox
{
    background: url('/images/text_bg.jpg') repeat-y #E4EEF9;
    border: 1px solid #BBBBBB;
    font-family: Arial, Tahoma;
    font-size: 12px;
}


select.selectbox
{
    border: 1px solid #BBBBBB;
    width: 250px;
}

/******* END FORM/INPUT CLASSES ********/

/******* 6. OTHER/CUSTOM CLASSES *********/

.radioalign
{
    vertical-align: middle;
}

.seperator  /*breadcrumb seperator*/
{
    background: url('/images/sitemaparrows.gif') no-repeat;
    height: 12px;
    width: 23px;
}

.copyright
{
    color: #AAAAAA;
    padding-top:5px;
}

.imgmiddle
{
    vertical-align: middle;
}

/******* END OTHER/CUSTOM CLASSES ********/


