﻿ body {
margin: 0 0 0 0;
padding:0; 
background-color: #F0FFFF;
background-image:url('images/top2.png');
background-repeat:no-repeat;
height:1000px;
}


/* Menu */
.TopMenu { position:relative; color: #fff; background:#fff; left:597px; top:50px; }
.TopMenu a{
color: #000;
background: #fff;
text-transform: uppercase;
font-size:x-small;
font-family:Tahoma,Arial;
margin-left:30px;
}
.TopMenu a:hover{ color: Navy; text-transform: uppercase;}


.Footer {color: #8B8378; font-size:small; border-top: 2px solid #ccc; width:860px; 
          position:absolute; top:840px; left:18px; text-align:center;}


#loginBox { position:relative; left:580px; top:90px; font-size:small; font-family:Arial; color:#000000;
             width:240px; border: ridge 2px #ddd; background-color:#f0ffff; padding:1px; padding-bottom:4px;}
             
#searchBox { position:relative; left:560px; top:75px; font-size:small; font-family:Arial; color:#000000;
             width:290px; border: ridge 2px #ddd; background-color:#D1D1D1; padding:1px; padding-bottom:4px;}

#content_Home { position:relative; left:33px; top:150px; font-size:small; font-family:Arial; color:#000000;
             width:740px; }



/*** S E A R C H ****/
#content_Search { position:relative; left:16px; top:80px; font-size:small; font-family:Arial; color:#000000;
             width:864px;  }
.btnSearch { background-color:#5e5e5e; color:White; font-size:small; font-family:Arial}
.txtSearch { color:#1A1A1A; background-color:#FAFAD2; font-size:medium; height:22px;}
.smallText { font-size:small; font-family:Arial; color:#696969;}
.tinyText { font-size:x-small; font-family:Arial; color:#696969;}
.smallText2 { font-size:small; font-family:Arial; color:#1f1f1f;}
.blueText { font-size:medium; font-family:Arial; color:#696969;}
.blueTextTtile { font-size:medium; font-family:Tahoma,Arial; font-weight:bold; color:Navy;}

/*** G R I D ****/
.mGrid {   
    width: 859px;   
    background-color: #fff;   
    margin: 2px 0 4px 0;   
    border: ridge 1px #CCCCCC;   
    border-collapse:collapse;   
    max-height:600px;
}  
.mGrid td {   
    padding: 2px;   
    border: solid 1px #c1c1c1;   
    color: #0D0D0D;  
    font-size: .9em;  
}  
.mGrid th {   
    padding: 4px 2px;   
    color: #fff;   
    background: #BFEFFF;
    border-left: solid 1px #525252;   
    font-size: 0.9em;   
}  
.mGrid .alt { background: #fcfcfc }  
.mGrid .pgr { background: #424242 }  
.mGrid .pgr table { margin: 5px 0; }  
.mGrid .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
 }     
.mGridLink A:link {color:#555555; text-decoration:none;}
.mGridLink A:visited {color:#555555; text-decoration:none;}
.mGridLink A:active {color:#555555; text-decoration:none;}
.mGridLink A:hover {color:#555555; text-decoration:none;}
.mGrid A:hover {color:#000080; text-decoration:underline;}
