﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}

.body2
{
    margin:100px;
    margin-top:15px;
    padding-top:5px;
    padding:50px;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#B1B1B1;
    height:auto;
}

h1
{    
    font-weight: bolder;
    font-size:larger;
}

h2, h1
{
    font-size: large;    
    text-transform: uppercase;
    color: yellow;
}

h3
{
	font-size: small;
    font-weight:normal;
}

legend
{
    font-size:small;
    color:Black;
    font-weight:bold;
    }
cite
{
    font-weight:normal;
}

a 
{
    color: #1f58c0; 
    text-decoration: none;
}

.alternateRow
{
background-color: #F7F3E8;
}

.flatButton
{
    color: White;
    font: bold small 'trebuchet ms' , helvetica, sans-serif;
    background-color: Black;
    border: 1px solid;
    border-color: #696 #363 #363 #696;
} 

a:hover
{
    color: #000099;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    text-indent: 5px;
    font-weight: bold;
}

.footer 
{
    margin: 0; 
    background-color: #efe7cf; 
    border-top: solid 1px #bfb8af; 
    text-align: right; 
    color: #777777;
    vertical-align:middle;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:5px;    
} 

.footerText
{
font-size:x-small; text-align:right; 
 }
 
 /*Modal Popup*/
/*.modalBackground
{
    background-color: #D2D2FF;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
*/
.modalPopup 
{
    background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalHeader
{
    background-color:#042a7b;
    font-weight:bold;
    color:White;    
    text-align:center;
    cursor:move;
    border: solid 1px black;
    margin-bottom:10px;
}

.headerstyle
{
    background-color:Yellow;
    font-weight:bold;
    text-align:center;
}

/* Fieldset div classes */

fieldset
{
    display:block;
    width:669px;
    padding:20px;
    margin:10px;
    border:solid 2px black;
}

.fieldsetright
{
    padding:20px;
    margin:10px;
    border:solid 2px black;
    float:left;
}

.header
{
    font-family:Georgia;
    font-weight:bold;
    font-size:large;
    color:Yellow; 
}

.content
{
    background-color:White;
    width:600px;
    margin:auto;
    padding:20px;
}

.label
{
    float:left;
    width:150px;
    padding:5px;
    text-align:right;
}

.label2
{
    float:left;
    padding:5px;
    text-align:left;
    width:475px;
}

.label3
{
    float:left;
    width:250px;
    padding:5px;
    text-align:right;   
}

.field
{
    float:left;
    padding:5px;
}

.clear
{
    clear:both;
}

.small
{
    font-size:small;
}

.left, .right 
{
   float: left;
   width: 48%;
   margin: 1% 0 1% 1%;
   padding: 1%;
}

.right 
{
   float: right;
   margin: 1% 0% 1% 1%;
}

.clear 
{
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

.smalltable
{
    font-size:small;
    width:300px;
      
}
