﻿body
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color: #000000;
    margin: 10px 0 0 0;
    padding: 0;
}
h1
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 20px;
    font-weight: normal;
    display: block;
    border-bottom: #cccccc 1px solid;
    margin-top: 12px; 
    padding-top: 0px;
    text-align: left;  
}
h2
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    display: block;
    border-bottom: #cccccc 1px solid;
    text-align: left;  
}
h3
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    display: block; 
    text-align: left; 
}
h4
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    display: block; 
    text-align: left; 
}
p
{
    margin-top: 0px;
    text-align: left;
}
ul, li, ol
{
    text-align: left;
}
.small
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}
/***************************************************************************
Layout
***************************************************************************/
#wrapper
{
    width: 100%;  
    margin: 0;
    padding: 0;
}
/* this is how you CENTER
width: 800px ;
  margin-left: auto;
  margin-right: auto;
  */

#HeaderTop
{
    padding: 10px 0px 10px 0px;
    text-align: right;
}
#Header
{    
    color: White;    
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 22px;
    font-weight: normal;
}
#HeaderMenu
{
    height: 100%;
    background-color: Red;
    padding: 10px 0px 10px 0px;
    text-align: left;
}
#Footer
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    display: block;
    border-top: solid 1px #cccccc;
    padding: 30px 0 30px 0;
    clear: both;
    width: 800px; 
    margin-right: auto; 
    margin-left: auto;
}
/***************************************************************************
LINKS
***************************************************************************/
a:link {
	color: Navy;
	text-decoration: underline;
}
a:visited {
	color: Navy;
	text-decoration: underline;
}
a:hover {
	color: Navy;
	text-decoration: underline;
}
a:active {
	color: Navy;
	text-decoration: underline;
}
/***************************************************************************
FORMS
***************************************************************************/
fieldset
{
    margin-bottom: 0px;
    padding: 6px;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}
legend
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.pc_label_only
{
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 2px 0px; 
    display: inline-block;
}
.pc_button
{
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 20px 200px;
}
.pc_textbox_standard
{
    width: 250px;
    margin: 2px 0px 2px 0px;
    padding: 0px 0px 0px 0px; 
    height: 15px;
}
.pc_textarea_standard
{
    width: 250px;
    margin: 2px 0px 2px 0px;
    padding: 0px 0px 0px 0px; 
    height: 100px;
}
.pc_required
{
    color: Red;
}
.pc_required_textarea
{
    color: Red;
    vertical-align: top;
}
.pc_regex
{
    color:Red;    
}
.pc_regex_textarea
{
    color:Red;  
    vertical-align: top;  
}
.pc_required_example
{    
    border-right: red 3px solid;   
}
.pc_caption_required_true
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    color: #000000;
    border-right: red 3px solid;
    float: left;
    width: 200px;
    text-align: right;
    padding: 0px 10px 0px 0px;
    margin: 2px 10px 2px 0px;
    height: 19px;    
}
.pc_caption_required_false
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    color: #000000;
    border-right: white 3px solid;
    float: left;
    width: 200px;
    text-align: right;
    padding: 0px 10px 0px 0px;
    margin: 2px 10px 2px 0px;
    height: 19px;    
}
.pc_validation_summary
{
}
.MessageError
{
    color: Red;
    clear: both;
    display: block;
    float: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 18px;
    padding-top: 10px;
    border-right: silver 1px dashed;
    border-top: silver 1px dashed;
    border-left: silver 1px dashed;
    border-bottom: silver 1px dashed;
    background-color: #ffffcc;
}
.MessageOK
{
    color: Green;
    clear: both;
    display: block;
    float: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 0px 0px 18px;
    padding-top: 10px;
    border-right: silver 1px dashed;
    border-top: silver 1px dashed;
    border-left: silver 1px dashed;
    border-bottom: silver 1px dashed;
    background-color: #ffffcc;
}
.pc_submit_btn
{
    margin: 20px 10px 0px 0px;
}
.pc_submit_normal
{
    margin: 00px 0px 0px 0px;
}
/***************************************************************************
GridView, ListView Styles
***************************************************************************/
.grid
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size:9px;
}
.grid td, .grid th
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size:9px;
    padding:10px;
}
.header
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size:9px;
    text-align:left;
    color:white;
    background-color:blue;
}
.row td
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size:9px;
    border-bottom:solid 1px blue;
}
.alternating
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size:9px;
    background-color:#eeeeee;
}
.alternating td
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, Sans-Serif;
    font-size:9px;
    border-bottom:solid 1px blue;
}


.gutter-images
{
    margin: 6px; padding: 0;
}
