/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 900px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links, #footer
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 21px 0px 19px;
  width: 860px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}



#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 900px;
  height: 118px;
  text-align: left;
}

#logo h1
{ margin: 0px;
  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
}

/* navigation menu */
#menu
{
    height: 45px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    text-align: left;
}
#mainmenu
{
  height: 45px;
  width: 900px;
  margin-left: auto; 
  margin-right: auto;

}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left;
  line-height:37px;
  height: 37px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;
} 
.MainMenuHover
{
  display: block;
}


#MenuHome tr a,#MenuManagement tr a,#MenuNormal tr a,#MenuLogout tr a,#ctl00_Menu3 a,#ctl00_Menu1 a,#ctl00_Menu2 a,#ctl00_Menu4 a
{
  float: left;
  line-height:35px;
  height: 35px;
  text-decoration: none; 
  padding: 3px 19px 2px 19px;
  text-transform: uppercase;

}
#ctl00_Menu1n0Items tr a
{
  line-height:15px;
  height: 15px;
  float: left;
  text-decoration: none; 
  text-transform: uppercase;
  width:160px;
}

#ctl00_Menu2n0Items tr a
{
  line-height:15px;
  height: 15px;
  float: left;
  text-decoration: none; 
  text-transform: uppercase;
  width:160px;    
}
/*SubMenu's*/
#ctl00_Menu1n4Items tr a,#ctl00_Menu1n5Items tr a,#ctl00_Menu2n2Items tr a
{
  line-height:15px;
  height: 15px;
  float: left;
  text-decoration: none; 
  text-transform: uppercase;
  width:120px;  
}
/*larger Submenu's*/
#ctl00_Menu2n15Items tr a,#ctl00_Menu2n14Items tr a
{
  line-height:15px;
  height: 15px;
  float: left;
  text-decoration: none; 
  text-transform: uppercase;
  width:170px;    
}
/*Smaller Submenu's*/
#ctl00_Menu2n5Items tr a,#ctl00_Menu2n1Items tr a
{
  line-height:15px;
  height: 15px;
  float: left;
  text-decoration: none; 
  text-transform: uppercase;
  width:90px;
}

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 900px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: right;
  padding: 0px 0px 15px 0px;
}

.sidebaritem
{ text-align: left;
  width: 200px;
  float: left;
  margin: 0px 0px 10px 0px;
}

.sbihead
{ height: 14px;
  width: 100%;
  padding: 5px 0px 5px 10px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{padding: 5px 8px 8px 10px;}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 655px;
  float: left;
  padding: 15px 15px 15px 15px;
}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}
#column3
{ text-align: justify;
  width: 870px;
  float: left;
  padding: 15px 15px 15px 15px;
  background:#FFFFFF;
}

#column3 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input
{
    font-family: verdana, arial, sans-serif;
    font-size: 100%;
    margin: 2px;
    height: 20px;
    vertical-align: middle;
   
}

textarea,select 
{  
  font-family: verdana, arial, sans-serif;
  border: 1px solid #1775D5;
  font-size: 100%;
  margin: 2px;
  height:20px;
  vertical-align:middle;
}

input[type="submit"]
{
    font-family: verdana, arial, sans-serif;
    font-size: 100%;
    height: 20px;
    cursor: hand;
  
}

.TableEven
{
    background-color: #999999;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    font-family: verdana, arial, sans-serif;

    border-right: white solid;
}
.TableOdd
{
    background-color: #cccccc;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    font-family: verdana, arial, sans-serif;
  
    border-right: white solid;
  
}

.TableHeader
{
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    
    font-weight: bold;
    border-right: white solid;
}
.ControlTableHeader
{
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    font-size: .68em;
    font-weight: bold;
    border-right: white solid;
}
.ControlTableEven
{
    background-color: #999999;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    font-family: verdana, arial, sans-serif;
   font-size: .68em;
    border-right: white solid;
}
.ControlTableOdd
{
    background-color: #cccccc;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    font-family: verdana, arial, sans-serif;
  font-size: .68em;
    border-right: white solid;
  
}
#ctl00_ContentPlaceHolder1_GVDashboard td,#ctl00_ContentPlaceHolder1_GVDashboard th{
	border-right:1px solid #ffffff;
}


