body
{
	margin-top:0px;
	font-size: 11px;
	font-family: Verdana;
}

A {text-decoration: none; color: #003399;}
A:link {text-decoration: none;color: #003399;}
A:visited {text-decoration: none; color: #003399;}
A:active {text-decoration: none; color: #003399;}
A:hover {text-decoration: none;	color: #009999;}

p{font-size: 10px;}

div{}

.pagetitle{}

/* * * * * * * * * * * * * * * * * * * * * * * * * *
 *			Basic HTML emement classes
 * * * * * * * * * * * * * * * * * * * * * * * * * */
input, textarea, select{font-family: Verdana, Arial, Helvetica, sans-serif;}

input.textbox
{
    border: 1px solid #ecc19a;
    padding: 2px;
    background: #ffffff;
    font-size:10px;
}
input.textbox:focus {border:1px solid #ed9c55; background:#fff7d9; font-size:10px;}

textarea {border:1px solid #ecc19a; padding:2px; background:#ffffff; font-size:10px;}
textarea:focus {border:1px solid #ed9c55; background:#fff7d9; font-size:10px;}

select
{
    border: 1px solid #ecc19a;
    padding: 2px;
    background: #ffffff;
    font-size:9px;
}

select:focus
{
    border: 1px solid #ecc19a;
    background: #ffffff;
    font-size:9px;
}

input.button{ border:solid 1px #7c3520; background-color:#87442a; color:#ffffcc}



/* * * * * * * * * * * * * * * * * * * * * * * * * *
 *			Form classes
 * * * * * * * * * * * * * * * * * * * * * * * * * */
.formsectiontitle
{
    font-weight: bold;
    font-size: 12px;
    color: #cc9933;
}

.formsectionheader
{
    font-weight: bold;
    font-size: 12px;
    color: #cc9933;
}

.itemlabel {font-size:10px;}
.itemlabelitalic {font-size:9px; font-style:italic;}

.required{font-weight:bold; color:red;}

.errortext{font-weight:bold;color:Red;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                START maincontent styles                 *
 *  This styles are used by the master pages content only. *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#maincontent
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align:left;
	line-height: 16px;	
}

#maincontent table.grid{border: 1px solid #A4A5B2;}

#maincontent .tableheader
{
	background: #87442a; 
	font-weight: bold; 
	color: #ffffff; 
	height:20px; 
	font-size: 10px;
}
#maincontent tr.odd {background:#F6F0D9;font-size: 10px;}
#maincontent tr.even {background:#F1E3B2;font-size: 10px;}
#maincontent tr.selected {background:#ACAD67;font-size: 10px;}
#maincontent tr.edit{background: #dcdcdc;font-size: 10px;}

#maincontent A {text-decoration: none; color: #d06f1a;}
#maincontent A:link {text-decoration: none;color: #d06f1a;}
#maincontent A:visited {text-decoration: none; color: #d06f1a;}
#maincontent A:active {text-decoration: none; color: #d06f1a;}
#maincontent A:hover {text-decoration: none;	color: #cc3333;}

#maincontent p{font-size: 10px;}
