/* General Layout */

a {
	color:#d35251;
	text-decoration:none;
}
a:hover {
	color: #800;
}

ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#FFFFFF;
	color: #000;
	overflow: hidden;
}

.background {
	background-image: url("/gfx/global/mainbg.jpg");
	background-color: #FFE7D6;
	background-repeat: repeat-y;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	margin: 0px;
	height: expression(document.body.offsetHeight - 8);
	width: expression(document.body.offsetWidth - 215);
	left: 202px;
	z-index: 0;
}


/* Deprecated header, now used for right border */
.headertop {
	position: absolute;
	right: 1px;
	top: 2px;
	bottom: 2px;
	margin: 0px;
	height: expression(document.body.offsetHeight - 8);
	width: 10px;		
	background-image: url("/gfx/global/rightpillar.gif");
	background-repeat: repeat-y;
	background-position: right;
	z-index: 1;
}

.headerright {
	text-align: left;
	position: absolute;
	top: 2px;
	left: 899px;
	width: 80px;
	height: 62px;
	z-index: 3;
	border: 0px solid #000;
	overflow: hidden;
	font-weight: bold;
	font-size: 9px;
	padding: 5px;
	color:#d35251;
}

.headerleft {
}

.logo {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 2;
	height: 101px;
	width: 200px;
	background-repeat: no-repeat;
}

.footer {
	position: relative;
	left: -10px;
	width: 100%;
	background-image:url('/gfx/global/rightbottom.gif');
	background-color: #7B2010;
	font-weight:bold;
	color:#FFFFFF;
}
.footer table {
	font-weight:bold;
	color:#FFFFFF;
}
.navigation {
	position: absolute;
	font-weight: bold;
	top: 97px;
	left: 2px;
	width: 200px;
	bottom: 2px;
	height: expression(document.body.offsetHeight - 103);
	z-index: 2;
	background-image: url("/gfx/global/leftfull.jpg");
	background-color: #fff;
	background-repeat: no-repeat;
	list-style: square;
	color:#7b2317;
}
.navlinks a, .navigation font.inactive {
	list-style: square;
	display:block;
	height:14px;
	margin-top:5px;
	margin-bottom: 0px;
	padding: 0px;
	color:#d35251;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px #dad4ce solid;
}
.navigation font.inactive {
	color: #000;
}
.navlinks a:hover {
	border-bottom:1px #ffffff solid;
	text-decoration:none;
}
.langselect {
	position: absolute;
	top: 363px;
	left: 2px;
	width: 200px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.loginbox {
	color: #fff;
	position: absolute;
	top: 390px;
	height: 95px;
	left: 31px;
	margin: 0px;
	padding: 0px;
}
.loginbox a, .footer a {
	color: #dad4ce;
}
.loginbox a:hover, .footer a:hover {
	color: #fff;
}
.colorwhite {
	color: #FFF;
}

.banner {
	position: absolute;
	top: 2px;
	left: 432px;
	width: 468px;
	height: 60px;
	height: expression("62px");
	z-index: 3;
	border: 1px solid #000;
	overflow: hidden;
}
.pager {
	position: absolute;
	top: 2px;
	left: 207px;
	width: 220px;
	height: 60px;
	overflow: visible;
	z-index: 3;
}

.pagercontent {
	background-image: url("/gfx/global/pagerbg.jpg");
	background-color: #B56118;
	border: 1px solid #000;
	color: #000;
}
.pagercontent a {
	color: #fff;
}
.pagercontent a:hover {
	color: #dad4ce;
}
.pagercontent table {
	color: #000;

}

.linkbox {
	text-align: center;
	position: absolute;
	top: 65px;
	left: 222px;
	width: 743px;
	height: 15px;	
	z-index: 2;
}
.linkbox a {
	color:#d35251;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.linkbox a:hover {
	color:#800;
}

.main {
	position: absolute;
	overflow:auto;
	top: 82px;
	left: 202px;
	right: 8px;
	bottom: 2px;
	height: expression(document.body.offsetHeight - 89);
	width: expression(document.body.offsetWidth - 214);
	z-index: 2;
	text-align: center;
	padding: 10px;
	min-height: 80%;
}
.stretch {
}

/* Table definitions */
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.head {
	background-image: url('/gfx/global/headbg.jpg');
	background-repeat: repeat-y;
	background-position: left;
	border: 1px solid #c00;
	background-color: #FCAF79;
	color: #000;
}
.head a {
	color: #c00;
}
.head a:hover {
	color:#d35251;
}
.strong {
	background-image: url('/gfx/global/strongbg.jpg');
	background-repeat: repeat-y;
	background-position: left;
	color: #000;
	border: 1px solid #B5A499;
	background-color: #F8D9C4;
}
.alttext {
	/*border: 1px outset #f50;
	background-color: #f50;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	width: 350;
	height: 60;*/
}


/* Input Forms */

input {
	font-size: 11px;
	border: outset 1px #B25D19;
	background-color: #B25D19;
	color: #F7DFD2;
	font-weight: bold;
}

input.image {
	font-size: 11px;
	border-width: 0px;
	border-color: transparent;
	background-color: transparent;
	color: #F7DFD2;
	font-weight: bold;
}

/* Text Field! */
.smallinput {
	font-size: 10px;
	font-weight: normal;
	border: inset 1px #F7DFD2;
	background-color: #F7DFD2;
	color: #000;
}

textarea, select, input.text {
	border: inset 1px #F7DFD2;
	background-color: #F7DFD2;
	color: #000;
	font-size: 14px;
	font-weight: normal;
}

input.radio, input.checkbox {
	color: #fff;
	background-color: transparent;
	border: none;
}


/* Buttons */
input.smallred {
	font-size: 9px;
	font-weight: normal;
	background-color: #F60;
	border-color: #F60;
	color: #FFF;
}
input.smallspec {
	font-size: 9px;
	font-weight: normal;
	background-color: #555;
	border-color: #555;
	color: #FFF;
}
input.small {
	font-size: 9px;
	font-weight: normal;
}
input.warn {
	background-color: #F60;
	border-color: #F60;
	color: #FFF;
	font-weight: bold;
}
input.special {
	background-color: #555;
	border-color: #555;
	color: #FFF;
	font-weight: bold;
}


/* Different Page Header Variants. 1 / 2 are standard, 3 / 4 are profile exceptions */
.head1, h2 {
	color:#c00;	
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	font-family: Felix Titling, Bookman Old Style, Century Gothic, Georgia, Verdana, Arial, Helvetica, sans-serif;
}
.head2, h1 {
	color:#c00;	
	font-size: 23px;
	font-weight: bold;
	font-variant:small-caps;
	padding: 0px;
	margin: 0px;
	font-family: Felix Titling, Bookman Old Style, Century Gothic, Georgia, Verdana, Arial, Helvetica, sans-serif;
}
.head3 {
	color: #FF0;
	font-size: 12px;
	font-weight: bold;
}
.head4 {
	color: #FF0;
	font-size: 15px;
	font-weight: bold;
}


/* General dynamic fonts */
font.tiny, p.tiny { font-size: 9px; }
font.small, p.small { font-size: 11px; }
font.normal, p.normal { font-size: 13px; }
font.large, p.large { font-size: 15px; }
font.xlarge, p.xlarge { font-size: 19px; }
font.xxlarge, p.xxlarge { font-size: 36px; }
font.xxxlarge, p.xxxlarge { font-size: 60px; }


p.info, font.info {
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	color: #d00;
}
p.smallinfo, font.smallinfo {
	font-weight: bold;
	font-variant: small-caps;
	color: #d00;
}
font.warn {
	color: #d00;
}

/* Misc */
.picborder {
	border: 1px solid #000;
}