/* 	CCS style file for Daunlouded 3 ->	 */

a:link    { color:#dddddd; text-decoration:underline; }
a:visited { color:#dddddd; text-decoration:underline; }
a:active  { color:#FFFFFF; text-decoration:underline; }
a:hover   { color:#FFFFFF; text-decoration:underline; cursor:default; font-weight:bold; }

body {
	background-image:url(images/background-red.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	cursor:default;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

.logo {
	vertical-align:bottom;
	font-size:11px;
	text-align:right;
	height:90px;
	width:700px;
	position:absolute;
	color:#333333;
	top: 8px;
	left: 30px;
}

.directions {
	border:none;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	text-align:left;
	height:160px;
	width:85px;
	vertical-align:bottom;
	position:absolute;
	color:#999999;
	left: 637px;
	top: 99px;
}

.mainstuff {
	border:none;
	padding:4px;
	text-align:left;
	vertical-align:top;
	height:500px;
	width:510px;
	position:absolute;
	overflow:auto;
	color:#999999;
	left: 114px;
	top: 99px;
}

.title {
	border-bottom:dotted #960000 1px;
	padding-bottom:2px;
	text-align:center;
	letter-spacing:1px;
	font-weight:bold;
	color:white;
}

.title2 {
	width:130px;
	color:#CCCCCC;
	border-bottom:solid #960000 1px;
	letter-spacing:1px;
}

.title65 {
	width:65px;
	color:#CCCCCC;
	border-bottom:solid #960000 1px;
	letter-spacing:1px;
}

.bottom {
	height:18px;
	width:510px;
	position:absolute;
	padding:4px;
	margin-top:2px;
	text-align:center;
	color:#999999;
	left: 115px;
	top: 605px;
}

.floatleft {
	float:left;
	font-weight:bold;
}

.floatright {
	float:right;
	font-style:italic;
}

.border {
	border:solid #960000 0px;
	padding:2px;
}

.padding2px {
	padding:2px;
}

.button {
	border:solid #d20000 1px;
	background-color:#900000;
	color:#cccccc;
	height:22px;
	padding:1px;
	font-size:11px;
	width:90px;
}

.button:hover {
	background-color:#d00000;
}

.msgfield {
	border:solid #d20000 1px;
	background-color:#900000;
	font-size:12px;
	width:100%;
	color:#cccccc;
	height:22px;
}

.msgfield:hover {
	background-color:#d00000;
	cursor:default;
}

.titlefield {
	border:solid #d20000 1px;
	background-color:#900000;
	font-size:12px;
	width:100%;
	color:#cccccc;
	height:22px;
}

.titlefield:hover {
	background-color:#d00000;
	cursor:default;
}

.center {
	text-align:center;
	vertical-align:top;
}