﻿body 
{
    font-family:tahoma, verdana, arial, helvetica;
    margin:0px;
    /*background:url(../images/background.gif);*/
    font-size:12px;
    
}

body > div
{
    
}

h1
{
    color:#83C97C;
    font-size:22px;
    margin-bottom:0px;
}

h2
{
    color:#97C2FD;
    font-size:16px;
    margin-bottom:0px;
}

h3
{
    color:#aa0000;
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
}

p
{
    margin-top:5px;
    font-size:12px;
}

li
{
    font-size:12px;
}

label
{
    font-size:14px;
    font-weight:bold;
}
master
{
    font-size:18px;
    font-weight:bold;
}
br.clear
{
    clear:both;
}

a,
a:visited
{
    color:blue;
    padding:2px;
}

a:hover
{
    color:white;
    background:red;
    padding:2px;
}

div#header
{
    padding:0 20px;
    margin:auto;
    width:999px; 
    height:156px;
    background:transparent url(../images/shadow_header.jpg) no-repeat;
    overflow:hidden;
    font-size:12px;
    color:White;
}

div#content
{
    padding:20px;
    margin:auto;
    width:1024px; 
    /*background:transparent url(../images/shadow_content.png) repeat-y;*/
    overflow:hidden;
}

div#footer
{
    padding:0 20px;
    margin:auto;
    width:999px; 
    height:56px;
    background:transparent url(../images/shadow_footer.jpg) no-repeat;
    overflow:hidden;
    font-size:10px;
    color:White;
}

div#footer a,
div#footer a:visited
{
    color:white;
    padding:0px;
    text-decoration:none;
}

div#footer a:hover
{
    color:white;
    background:black;
    padding:0px;
    text-decoration:underline;
}

div.infoMessage
{
    font-size:14px;
    border:solid 1px #cccc30; 
    background:#ffffcc;
    padding:4px; 
}

div.title
{
    font-size:18px;
    padding:4px; 
}

div.errorMessage
{
    font-size:10px;
    border:solid 1px #ff0000; 
    background:#ffcccc;
    padding:4px; 
}

img.button
{
    cursor:pointer;
}

div.links
{
    margin:10px 0px 10px 0px;    
}

div.field
{
	margin-bottom:5px;
	overflow:hidden;
}

div.field div.label
{
	float:left;
	width:100px;
	padding-top:4px;
}

div.field input[type="text"],
div.field input[type="password"],
div.field textarea
{
	padding:3px;
	font-size:12px;
	width:190px;
	font-family:tahoma;
}

div.contact
{
    float:inherit;
    border:solid 1px #999999;
    background:#efefef;
    padding:5px;  
    width:780px;  
    margin:5px;
}

div.contact div
{
    margin:3px;
}

div.pagingInfo 
{
    padding:4px 40px 4px 4px;
    float:right;
    font-weight:bold;
}

div.pagingControls
{
    margin-top:10px;  
    float:right;  
    height:40px;
}

div.pagingControls img
{
    cursor:pointer;    
}

.checkbox, .radiobutton {
   background-position: 3px center;
   background-repeat:   no-repeat;
   border:              1px solid #fff;
   padding-left:        10px;
}
.check_unchecked {
   background-image:    url(../images/icons/check_off.gif);
}
.check_checked {
   background-image:    url(../images/icons/check_on.gif);
}
.radio_unchecked {
   background-image:    url(../images/icons/radio_off.gif);
}
.radio_checked {
   background-image:    url(../images/icons/radio_on.gif);
}
.check_checked_disabled {
   background-image:    url(../images/icons/check_off_disabled.gif);
}
.check_unchecked_disabled {
   background-image:    url(../images/icons/check_on_disabled.gif);
}
.radio_checked_disabled {
   background-image:    url(../images/icons/radio_off_disabled.gif);
}
.radio_unchecked_disabled {
   background-image:    url(../images/radio_on_disabled.gif);
}
.focus {
   background-color:    #ffa;
   border:              1px dotted #000;
}

fieldset {
   border:              1px solid #007;
   margin:              10px;
   line-height:         1.4em;
   padding:             5px;
}