﻿body
{
    /*font-size: x-small;*/ font-size: 12px;
    color: #353036;
    font-family: Arial, Helvetica, Sans-serif;
    /*background-image: url(images/closer3_background.jpg);*/
}


p{margin:0 10px 10px}
a{display:block;color: #981793;padding:10px;}
.right a{display: inline; padding: 0px;}

div#header h1
{
    height: 80px;
    line-height: 80px;
    margin: 0;
    padding-left: 10px;
    background: #EEE;
    color: #79B30B;
}
div#container
{
    text-align: left;
    
}

div#navigation
{
    /*background: #B9CAFF;*/
}

div#footer
{
    background: #333;
    color: #FFF;
    padding:5px;
}
div#footer p
{
    margin: 0;
    padding: 5px 10px;
}

div#container
{
    width: 1000px;
    margin: 0 auto;
    border-right: #999999 2px dotted;
    border-top: #999999 2px dotted;
    border-left: #999999 2px dotted;
    border-bottom: #999999 2px dotted;
    background-color: #FFFABF;
}
div#content
{
    float: right;
    width: 800px;
}
div#navigation
{
    float: left;
    width: 150px;
    
}

div#footer
{
    clear: both;
    /*width: 1000px;*/
}


p
{
    /*font-size: x-small;*/ font-size: 12px;
    color: #000099;
    font-family: Arial, Helvetica, Sans-serif; 
}

td
{
    /*font-size: x-small;*/ font-size: 12px;
    color: #000099;
    font-family: Arial, Helvetica, Sans-serif; 
}

.closerTable
{
    padding: 5px;
    background-color: #cccccc;
    border-right: #cc0000 1px dotted;
    border-top: #cc0000 1px dotted;
    border-left: #cc0000 1px dotted;
    border-bottom: #cc0000 1px dotted;
}

/* Input fileds */

div.row
{
    clear: both;
    padding-top: 5px;
}

div.row span.label
{
    font-weight: bold;
    font-size: 12px;
    float: left;
    width: 135px;
    padding-top: 5px;
    text-align: right; /*border: 1px solid red;*/
    
    
}

div.row span.right
{
    float: left;
}


input.field
{
   font-family: Verdana, Arial, Helvetica, Sans-serif; 
	font-size: 12px;
	color: #666666;
	background: #F8F8F8;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 235px;
}
input.field:focus{
	border-color: #999999;
}

fieldset
{
   background-color: #eee;
   padding-left: 15px;
   padding-right: 15px;
     font-weight: bold;
    font-size: 12px;
  
}

.fsline
{
    margin-top: 10px;
}
.fsline input.field
{
    width: 150px;
}


.highlight
{
	color: #ff0000;
}
.hidden
{
	display:none;
	height: 0px;
}
.shown
{
	display:inline;
}

div.photo{
	padding: 5px;
	border: 1px solid #aaaaaa;
	float: left;
	background-color: #ffffff;
	text-align: center;
	margin-right:10px;
	/*filter:shadow(color:gray,strength:30, direction:135);*/
}
div.photo img{
	margin-bottom:4px;
}

div.spacer 
{
  clear: both;
  /*border: 1px solid red;*/
}

h1
{
    font-weight: bold;
    font-size: 18px;
    font-family: Arial;
    /*padding-left: 135px;*/
}
h2
{
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
    /*padding-left: 135px;*/
}
#errorBox{
	padding-left: 135px;
}
#errorBox td{
	color: #ff0000;
}
#errorBox ul{
}
li.errMessage{
	margin: 0;
	color: #FF0000;
}