/* Headers */
H1 {
	color : black;
	font-size : 22px;
	text-transform: uppercase;
	font-weight: normal;
}

H2 {
	color : black;
	text-transform: uppercase;
	font-weight : normal;
	font-size : 20px;
	padding: 0px;
}


H3 {
	color : #666666;
	font-weight : bold;
	font-size : 13px;
}

A {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
A:visited {
    font-weight: bold;
    color: #000000;
}
A:hover {
    text-decoration: underline;
}

EM {
	font-size : 12px;
	color : #444444;
	font-style : italic;
}

A.small {
	vertical-align: super;
	font-size: 8px;
}
A.small:hover {
	text-decoration: underline
}


/* Search bar */
#search 
{
    margin: 57px 0px 10px 32px;
	border: 0px solid black;
    height: 52px;
    width: 171px;
    padding: 0px;
}

#search .searchhdr
{
    margin: 0px 0px 3px 0px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
}

#search .searchform
{
	background-image : url("/_structure/images/searchformbg.gif");	
	background-repeat : no-repeat;
    width: 171px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	_margin-bottom: -30px;
}

#search .searchform input
{
    margin: 0px 0px 0px 6px;
    padding: 0px;
    border:0px solid black;
    width:123px;
    font-size: 11px;
    height: 15px;
    position: relative;
    top: -2px;
}

#search .searchform a
{
    position: relative;
    top: 4px;
    margin: 3px 0px 0px 10px;
    width: 20px;
    height: 25px;
    font-size: 20px;
    border: 0px solid black;
    text-decoration: none;
}

A.searchresult {
	font-weight: bold;
	font-size: 16px;
}

A.searchresult:hover {
}

/* Tables */
TABLE.box {
	width:700px;
	border : 1px solid #C6C6C6;
}

TABLE.halfbox 
{
	border : 1px solid #800000;
	width:325px;
}

th
{
    background-color: black;
    color: White;
    font-weight: bold;
    font-size:12px;
    padding:2px 3px 2px 4px;
}

.box th a
{
    color: White;
}

.box th a:vistited
{
    color: White;
}

.halfbox th a
{
    color: White;
}

.halfbox th a:vistited
{
    color: White;
}

/* Footer */
#zone3 img
{
    margin-left: 8px;
    margin-right: 8px;
}

#zone3 span
{
    font-size: 11px;
    float: right;
    text-transform: uppercase;
    margin-right: 13px;
}

#zone3 span.credits
{
    float: right;
    font-size: 11px;
    margin-top: 5px;
    margin-right: 13px;
}

#zone3 a
{
    text-transform: uppercase;
    font-size: 11px;
}

#zone3 a:hover
{
    text-decoration: underline;
}

#zone3 a:visited
{
    text-transform: uppercase;
}


/* Messages */
.msgOuter
{
    margin: 10px 0px 10px 0px;
    width:98%;
}

.msgOuter div
{
    margin:auto;
	font-weight : bold;
	padding:25px;
	width: 500px;
	position: relative;
	text-align: center;
}

.msgOuter a
{
    display: block;
    float:right;
    margin:-20px -15px 0px 0px;
    _margin-right: -5px;
    cursor:hand;
    cursor:pointer;
}

#errMsg 
{
	border : 3px solid #ff0000;
}

#warnMsg 
{
	border : 3px solid #ffff00;
}

#infoMsg 
{
	border : 3px solid #336699;
}

.button {
	font-size: 12px;
	background-color : #d4d0c8;
	color : #111111;
	border-left : 2px solid #D3D2CC;
	border-right : 2px solid #A3A29C;
	border-top : 2px solid #D3D2CC;
	border-bottom : 2px solid #A3A29C
}

INPUT, TEXTAREA, SELECT {
	font-size: 12px;
	font-family: Arial;
	padding:2px;
	font-style : normal;	
	color: #000000;
	background-color : #ffffff;
	border-color : #808080;
	border-width: 1px;
	border-style : solid;
	margin-right:5px;
}


/* Breadcrumbs */
div.breadcrumb
{
    color: #999999;
    text-transform: uppercase;
    margin: 0px 0px 10px 15px;
    font-size: 11px;
}

div.breadcrumb a, div.breadcrumb a:visited
{
    font-size: 11px;
}

div.breadcrumb .bcyah
{
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
}

