﻿body {
    font-family: Calibri;
    font-size: medium;
    background-image: url("../images/BodyBackground.jpg");
    background-repeat: repeat-x;
    background-attachment: fixed;    
    margin:10px;
    color: Black;
    height: 100%; 




margin: 0px; 




padding: 0px; 


      }

h1, h2 {
        font-family: Calibri;
        margin: 0px;
       color: Black;
}

h6
{
       font-family: Calibri;
       color: #3366FF;
}

#topContent {
     width:100%;
     background-image: url('../images/HeaderBG.png');
     background-repeat: repeat-x;
     background-attachment: fixed;
     margin-bottom: 0px;

     height: 153px;
}

#leftContent {
    width: 100%;    
    padding: 10px;
    font-size: 90%;
    text-align: left;
    position: absolute;
    top: 60px;
    margin-top: 10px;
    left: 0px;
}

#leftContent h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-top: dotted 1px #660;
    border-bottom: dotted 1px #660;
}

#mainContent {
    text-align: left;
    margin-left: 10px;
    padding: 10px;
    color: Black;
}

#footerContent {
    text-align: center;
    padding: 10px;
    background-image: url('../images/BodyBackground.jpg');
}


        #Header table
        {
            width:100%;	
        }
        
        .MenuShell
        {            
            text-align:left;	
            padding-left:1000px;
        }
        
        div.RadMenu {  
            float: left;
            top: 1px;
            margin-top: 0px;

            margin-bottom: 1px;
            height: 32px;
    width: 1431px;
	text-align: left;
	left: 4px;
}        
                         
        .Title
        {
        	padding-left:60px;
        	padding-right:10px;
            font-family: verdana;
            color: #f2f2f2;     
            font-weight:bold;
            font-variant: small-caps;
        }
        
         .style1
         {
             font-family : Calibri;  
             text-align: left;
             padding-left: 10px;
             width: 250px;
             height: 41px;
             font-size: small;
             color: Black;
         
         }
         .style3
         {
             height: 41px;
             font-weight: bold;
             color: #0099CC;
             text-align: right;
         }
         
         .style4
         {
             font-family: Calibri;  
             text-align: left;  
             font-size: x-small;
             color: Black;
             
             
        }
     
        .style5
        {
             font-family: Calibri;  
             text-align: left;  
             color: #3366FF;
        }

         
        div.text
        {
            font: 13px 'Segoe UI' , Arial, sans-serif;
            color: #4888a2;
            padding: 6px 18px;
            display: block;
   
}
        
        ul.treeview-list
        {
            list-style:none;
            padding:0;
            margin:0;
        }
        
        li.treeview-item
        {
            float:left;
           
            padding-right:5px;
            border-left: solid 1px #b1d8eb;
        }

table {
	border-collapse: collapse;
}
th {
	background-color: #FFC;
	text-align: left;
}
table.list, td.details table.list {
	width: 100%;
	border: 1px solid #000;
}
table.list tr th, td.details table.list tr th {
	text-align: left;
	background-color: #666;
	color: #FFF;
	font-size: 100%;
	border-style: none;
	padding: 2px 20px 2px 2px;
}
table.list tr td, td.details table.list tr td {
	border-bottom: 1px solid #999;
	padding: 2px 20px 2px 2px;
}
table.list tr {
	background-color: #FFC;
}
table.list tr.odd {
	background-color: #CCC;
}
table.gnav tr td {
	background-color: #FFC;
	border: 1px solid #000;
	padding: 2px 10px;
	font-weight: bold;
}
table.gnav tr td a {
	color: #009;
	text-decoration: none;
}
table.gnav tr td a:hover {
	color: #900;
	text-decoration: underline;
}
table.webparts tr th {
	background-color: #009;
	padding: 5px;
	color: #FFF;
	font-size: 130%;
	border: 1px solid #009;
}

td.details div table tr td, td.details div table tr td.detailheader
{
	border-style: none;
}
td.detailheader
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	border-style: none;
	padding: 3px 10px 3px 0px;
}
td.details div table 
{
	border-style: none;
}
td.details div table tr td.detailitem 
{
	width: 100%;
	padding: 3px 10px 3px 0px;
}
td.details
{
	border: 2px solid #009;
	padding: 10px;
	background-color:#EEE;
}
.alert {
	color: #C00;
	font-weight: bold;
}