/* CSS Document */

body{
	height:100%;
	background-color:#000000;
}
body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Broder */
.bdrt td{
	background-image:url(images/border/border_top.jpg); 
	background-repeat:repeat-x;
	height:12px;
	vertical-align:top;
	position:relative;
}
.bdrb td{
	background-image:url(images/border/border_bottom.jpg); 
	background-repeat:repeat-x;
	height:14px;
	vertical-align:top;
	position:relative;
}
.bdrl{
	background-image:url(images/border/border_left.jpg); 
	background-repeat:repeat-y;
	width:12px;
}
.bdrr{
	background-image:url(images/border/border_right.jpg); 
	background-repeat:repeat-y;
	width:13px;
}
.bdrtl{
	position:absolute;
	z-index:12;
	width:23px;
}
.bdrtr{
	position:absolute;
	z-index:12;
	width:23px;
	right:0px;
}
.bdrbl{
	position:absolute;
	z-index:12;
	top:-10px;
}
.bdrbr{
	position:absolute;
	z-index:12;
	width:23px;
	right:0px;
	top:-10px;
}

.bdrShell{
	width:100%;
	position:relative;
}


.conentColor{
	background-color:#D8C5A7;
}

.content{
	padding:20px;
}

/* Links */
a:link, a:active, a:visited{
	color:#890008;
	text-decoration:none;
}
a:hover, a:focus{
	color:#b09e00;
	text-decoration:underline;
}

/* FreshRollover */
a:hover .rollover{
	filter:alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity:0.65;
}


/* Admin Only */
.adminDisabled{
	filter:alpha(opacity=40);
	opacity: 0.40;
	-moz-opacity:0.40;
}