﻿html,body
{
    min-height:100%;
    height: 100%;
    margin:0px;
    padding:0px;
}

*{
    font-family:Verdana;
}

body 
{
    vertical-align:middle;
    text-align:left;
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
    margin: 0px;
    height:100%;
}

.History
{
    font-size:large; 
    font-weight:bold;
    text-align:center;
}

.Full
{
    min-height:100%;
    height:100%;
    vertical-align:top;
}

.overlap
{
    position:relative;
    top:-25px;
}

.LefnavLinks A:link {background-image:url('../Images/Navigation_Button.png');}
/*.LefnavLinks A:visited {background-image:url('../Images/Navigation_Button_Blownout.png'); display:block;}*/
.LefnavLinks A:hover {background-image:url('../Images/Navigation_Button_Blownout.png');}

.Middle
{
     position:relative;
     bottom:17px;

}

.ButtonText
{
    
    position:relative;
    top:10px;
    left:3px;

}

.cursor
{
     cursor:pointer;
}

.LeftNavButton
{
     background-image:url('../Images/Navigation_Button.png');
     background-repeat:no-repeat;
     height:50px;
     display:block;
     text-align:left;
     padding-left:30px;
}
.LeftNavButton:hover {background-image:url('../Images/Navigation_Button_Blownout.png');}
/*.LeftNavButton:visited {background-image:url('../Images/Navigation_Button_Blownout.png');}*/


.ButtonBack
{
    background-image:url('../Images/Navigation_Button.png');     
    text-align:left;
    vertical-align:bottom;
    background-repeat:no-repeat;
    font-size:small;
    background-position:left center;
    padding-left:35px;
    padding-top:25px;
}

div.button
{
    width:200px; 
    height:50px;
    text-align:left;
    vertical-align:middle;
    background-repeat:no-repeat;
    font-size:small;
}
td.button
{
    font-size:small;
    padding-top:2px;
    padding-left:30px; 
    vertical-align:middle; 
}

.TextDefault
{
    font-family: Arial;
    font-size: medium;
    font-weight: bold;
}

.TopMenu
{
    text-decoration:none;
    vertical-align:top;
}
td.ToolButton
{
    color: #FFFFFF;
    background-image:url('../Images/Green_button.jpg'); 
    background-position:center;
    width:149px; 
    height:29px; 
    text-align:center;
    vertical-align:middle;
    background-repeat:no-repeat;
}
div.DistroBtn
{
    color: #ffffff;
    background-image:url('../DistroAcct/Images/button.png'); 
    width:210px; 
    height:29px; 
    text-align:left;
    vertical-align:middle;
    background-repeat:no-repeat;
    padding-left:30px;
    font-size:small;
    padding-top:2px;
}
.DistroBtn2
{
    padding-left:35px; 
    font-size:x-small; 
    text-decoration:none;
    color:#000000;
    
}

.NoDecor
{
    text-decoration:none;
}

.Invisible
{
    visibility: hidden; 
    width: 0px; 
    height: 0px;
}


hr.contact
{
    height:4px; 
    color:#495B14; 
    border-color:#495B14; 
    width:300px;
    background-color:#495b14; 

}

#s3slider {
   width: 700px; /* important to be same as image width */
   height: 600px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 700px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   /*background-color: #000;*/
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 


.SelectedText
{
    color:#000000;   
}

.DistroHome
{
    font-size:x-large;
    color:#687733;   
}

.PasswordMessage
{
    font-size:small;
}

.Resources
{
    width:98%;   
}


.tips
{
    border-left:3px;  
}
