﻿  h3 
  {
      margin-top:0px;
      font-weight: bold;
      
  }
  
    a:link
        {
            text-decoration: none;
            color: black;
            font-weight: normal;
        }
        a:visited
        {
            text-decoration: none;
            color: black;
            font-weight: normal;
        }
        a:active
        {
            text-decoration: none;
            color: black;
            font-weight: normal;
        }
        
        a:hover
        {
            text-decoration: underline;
        }
        
  body
        {
            background-color: #595959;
            font-family: 'Droid Sans' , Arial, Helvetica, sans-serif;
            font-size: 13px;
            font-weight: lighter;
            line-height: 160%;
            color: #555;
            -webkit-font-smoothing: antialiased;
        }
        
 #MainContent
        {
            top: 10px;
            height: auto;
            width: 700px;
            padding: 10px;
            position: relative;
            margin: auto auto auto auto;
            text-align: left;
            background-color: #FFF;
            border: 1px;
            border-style: solid;
            border-color: #000;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            box-shadow: 5px 5px 5px #333, -5px 5px 5px #333;
            -moz-box-shadow: 5px 5px 5px #333, -5px 5px 5px #333;
            -webkit-box-shadow: 5px 5px 5px #333, -5px 5px 5px #333;
        }


.menu
{
    color: #000000;
    width: 120px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 4px 4px 4px;
    border: 1px solid #666666;
    float: left;
    text-align: center;
    margin-left: 5px;
}
.menu_hoover
{
    color: #000000;
    width: 120px;
    font-weight: bold;
    cursor: pointer;
    padding: 4px 4px 4px 4px;
    border: 1px solid #000000;
    float: left;
    text-align: center;
    margin-left: 5px;
    background-color: #EAEAEA;
}

.menu_selected
{
    width:120px;
    color: #000000;
    font-weight:bold;
    padding: 4px 4px 4px 4px;
    border: 1px solid #000000;
    float:left;
    text-align:center;
    margin-left:5px;
     background-color: #EAEAEA;
}

input, textarea
{
    width: auto;
    border: 1px solid #666666;
    background: #FFFFFF;
    padding: 0px;
    color: black;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 90%;
}


input.btn
{
    color: black;
    font-weight: bold;
    font-size: 90%;
    border: 1px solid #666666;
    background: #CCCCCC;
    font-style: normal;
    cursor: pointer;
    cursor: hand;
}

.selectBox
{
	width: auto;
	background: white;
	padding: 0px;
	color: black;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	margin-left:2px;
}



