﻿/*----------------------------------------------------------

----------------------------------------------------------*/
body {
/*background-color:#2C4762;*/
background-color:#ffffff;
font-family:Arial,sans-serif,Calibri;
font-size:10pt;
margin:0;
padding:0;
color:#444;
/*background: transparent url(images/ribbon_beta.gif) no-repeat fixed top right;*/
}

/* LINKS 
-----------------------------------------------------------*/
a:link
{
    color: #444;
    text-decoration: none;
}
a:visited
{
    color: #444;
}
a:hover
{
    color: #006FA9;   
    text-decoration: none;    
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 5px;
}
h2
{
    padding: 0 0 10px 0;
    font-size: 1.5em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;  
    max-width: 1200px;     
}

#header
{
    position: relative;    
    padding: 0;
    height:68px;   
}

#subheader 
{   
    height:50px;   
    margin: 10px 0 5px 0;    
    /*border:3px solid #fff; */
    padding:5px 5px 5px 0; 
    border: 2px solid #cecece;
    background: #EEEEEE url(images/img08.gif) repeat-x;
}

#main
{    
    padding: 10px 20px 10px 20px;   
    margin-top: 15px;
    margin-bottom: 10px;    
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
        
    background-color: #eeeeee;
    border: 2px solid #cecece;        
}

#footer
{
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;    
    font-size: 1.1em;   
}

#footer a 
{
    color: #006F96 !important;
    text-decoration: none;
    padding: 0 3px 0 3px;
}

#footer a:hover 
{
    color: #006F96 !important;
    text-decoration:underline;
}



/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{   
    padding: 0 5px;
    position: relative;
    margin:0;
    text-align: right;
    font-weight: bold;
}

ul#menu li
{
    display: inline;
    list-style: none;    
    margin: 0 2px 0 0;
}

ul#menu li a
{
    padding: 5px 5px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #eeeeee;    
    border: 1px solid #ddd;    
}

ul#menu li a:hover
{
    background-color: #dddddd;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #dddddd;
    text-decoration: none;
}

ul#menu li a.selected
{
    background-color: #dddddd !important;   
    text-decoration: none; 
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset 
{    
    padding: 1em;
    border: 1px solid #CCC;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{    
    width: 200px;
    border: 1px solid #CCC;
}

input[type="button"],input[type='submit'] 
{    
  margin:5px 0 0 0;
  border: 0px solid #CCC;
}

input[type="password"] 
{    
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/
table#listview
{
  border: solid 1px #dedede;
  border-collapse: collapse;    
  margin: 20px auto 0 auto;
  width:90%;
  font-size:1.2em;
  -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius:5px
}

table#listview td 
{
  padding: 10px;   
  border: solid 1px #ddd;
  vertical-align:top;
}

table#listview th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #dedede; 
  border: solid 1px #dedede;   
}

table#listview td p 
{    
    margin-bottom:0;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    padding-top:5px;
    display:block;
    float:left;
    text-align:left;
}

div#logindisplay 
{  
    padding: 5px;        
    width:auto;
    position:absolute;
    top:5px;
    right:5px;
    font-size:1.2em;
    
    background-color:#fff;      
}

.opacity50 
{
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity:0.5; 
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #8B0000;
    display:block;
    font-size:10pt;    
}

.field-validation-valid
{
    display: none;
}

.input-hint
{
    display:block;
    font-size:9pt;    
    margin: 5px 0 10px 0;
    color:#666;
}

.input-validation-error
{
    border: 1px solid #8B0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #8B0000;
}

.validation-summary-valid
{
    display: none;
}
