﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
/***color: #696969;***/
body
{
    font-size: .75em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin:0;
}

a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{  
    text-decoration: underline;
}

p, ul
{
    margin-bottom: 10px;
    line-height: 18px;
}

a img{border:none;}

input[type='checkbox']{width:15px;height:15px;}

/* HEADINGS   
----------------------------------------------------------*/

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    font-size: 1.5em;
    padding: 0;
}
h3
{
    font-size: 1.2em;
    margin-bottom:10px;
    padding:0;
}
h4
{
    font-size: 1.1em;
    margin-bottom:8px;
    padding:0;
}
h5, h6
{
    font-size: 1em;
    margin-bottom:5px;
    padding:0;
}
h6
{
    margin-top:10px;
}
ul.nostyle{margin:0;padding:0;list-style:none;}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
/*********Master Page********/
#Logo{margin-top:20px;}
#Logo strong{font-size:24px;margin-top:25px;}
.page
{
    width: 960px;
    margin:0 auto;
    overflow:hidden;
}

#header
{
    width:100%;
    margin-bottom: 10px;
    padding: 0;
    margin-top:0;
}
#HeaderNavi{width:100%;clear:both;}
#HeaderNavi #TopColorBar{height:20px;}
#HeaderNavi #TopLogoBar{height:35px;}
#HeaderNavi #TopLinksBar {height:25px;}
#HeaderNavi #TopLinksBar strong{margin:5px 5px 5px 5px;float:left;}
#HeaderNavi #TopLinksBar a{float:left;height:25px;}
#HeaderNavi #TopLinksBar a:hover{text-decoration:none;}
#HeaderNavi #ReportError{border:0 none !important;float:right !important;height:20px !important;margin:5px 5px 0 0;}
#HeaderNavi #ReportError:hover{text-decoration:underline !important;}


#ReportErrorPanel{width:500px;height:200px;font-size:12px;}
#ReportErrorPanel label {display:inline-block;width:120px;vertical-align:top;}



#content{width:100%;}
#main
{
    float:left;
    padding: 0;
    margin:0;
    margin-bottom: 30px;
    width:100%;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}
#footer
{
    width:100%;
    padding:0;
    margin-top:30px;
    font-size: 11px;
    border-top:dotted 1px black;
}
#navigation
{
    clear:both;
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:10px;
}

/* footer navigation */
#footer h3{font-size:13px;}
#footer ul{margin-top:15px;padding:0;list-style:none;margin-left:20px;line-height:20px;}
#footer .footer-listitem{float:left;width:155px;text-align:left;margin-bottom:2px;}
#footer .footer-listitem ul{margin:0;}
#footer .footer-listitem a{text-decoration:none;}
#footer .footer-listitem a:hover{text-decoration:underline;}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 3px;
}

input[type="text"] 
{
    width: 200px;
}

input[type="password"] 
{
    width: 200px;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table td 
{
  padding: 5px;
}

table th
{
  padding: 6px 5px;
  text-align: left;
}

/* MISC  
----------------------------------------------------------*/

#menucontainer
{
    margin-top:40px;
}

.field-validation-error
{
    margin-left:140px;
    display:block;
}

.field-validation-valid
{
    display: none;
}

.validation-summary-errors
{
    font-weight: bold;
}
.validation-summary-errors ul{padding:0;}

.validation-summary-valid
{
    display: none;
}

.display-label,
.editor-label
{
    font-weight: bold;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}