body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
    background: url(images/logo.png) left top no-repeat #000000;
	color: #EEEEEE;
	padding-top: 0px;
	margin: 10px;]
}

form {
	display: inline;
}

b {
	color: #6f83cb;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #6f83cb;
	font-weight: bold;
}

a:hover {
	color: #af0000;
	font-weight: bold;
}

input {
	background-color: #9fb3fb;
	margin: 3px 2px 0px 2px;
}

.smallbutton {
	font-size: 10px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#headspace {
	height: 110px;
	width: 1px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#upcraids {
	float: left;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
	margin-left: 300px;
	display: inline;
}

#upcraids ul {
	margin: 0px;
	padding: 0px;
}

#upcraids li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#upcraids li.slotted {
	background-color: #003302;
}

#upcraids li.queued {
	background-color: #4e000f;
}

#login {
	float: right;
	text-align: right;
	width: 98%;
	white-space: nowrap;
}

#menuwrap {
	top: 300px;
}

#menu {
	background: url(images/button_mr.png) no-repeat right;
	float: left;
	height: 76px;
    font-size: 18px;
    color: #AAA;
    font-weight: bold;
	padding: 0px;
	padding-right: 19px;
	margin: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
}

#menu_l {
	background: url(images/button_l.png) no-repeat left;
	height: 76px;
	width: 19px;
	float: left;
}

#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	color: #af0000;
}

#menu a:hover {
	color: #ddd;
}

#menu .first {
	line-height: 46px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	display: inline;
}

#menu li {
	float: left;
	background: url(images/button_d.png) no-repeat left;
	text-indent: 30px;
	height: 76px;
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
	line-height: 46px;
}

#submenuwrap {
	float: left;
	padding-top: 10px;
	margin-top: -40px;
	margin-bottom: 0px;
}

#submenu {
	float: left;
	background: url(images/button2_mr.png) no-repeat right;
	font-weight: bold;
	height: 60px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
	padding-right: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: -10px;
	margin-bottom: 0px;
	line-height: 33px;
	white-space: nowrap;
	display: inline;
}

#submenu_l {
	background: url(images/button2_l.png) no-repeat left;
	height: 60px;
	width: 10px;
	float: left;
}

#submenu a:link, #submenu a:active, #submenu a:visited {
	font-weight: bold;
	color: #6f83cb;
	text-decoration: none;
}

#submenu a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;	
}

#maincontent {
	clear: both;
	padding-left: 20px;
	margin-top: 0px;
	z-index: 20;
}

h1 {
	font-size: 22px;
	color: #af0000;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #af0000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;

}

fieldset {
	position: relative;
	background: #323232 url(images/box_bg.png) no-repeat top left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 10px;
	border: 1px solid #555;
}

fieldset p {
	margin-top: 5px;
	margin-bottom: 10px;
}

legend {
	color: #6f83cb;
	font-weight: bold;
	position: absolute;
	top: -12px;
	left: 10px;
	font-size: 14px;
	padding: 3px;
}

.month_hilight {
    background-color: #222;
}

a.monthlink:link, a.monthlink:visited, a.monthlink:active, a.monthlink:hover {
    text-decoration: none;
    color: #ddd;
    display: block;
}

a.extradays:link, a.extradays:visited, a.extradays:active, a.extradays:hover {
    color: #555;
}

a.monthtoday:link, a.monthtoday:visited, a.monthtoday:active, a.monthtoday:hover {
    background-color: #000;
    color: #FFF;
	font-weight: bold;
}

a.weekclick:link, a.weekclick:visited, a.weekclick:active, a.weekclick:hover {
    display: block;
    width: 100%;
    line-height: 8px;
    text-decoration: none;
    color: blue;
}

a.weekclick:hover {
    background-color: white;
}

.past {
    background-color: #CCC;
    line-height: 8px;
}

.selfbooked {
    background-color: #577;
    line-height: 8px;
}

.booked {
    background-color: #777;
    line-height: 8px;
}

.weekly td {
    border-top: solid 1px #DDD;
    border-left: solid 1px #DDD;
    font-size: 6px;
}

.weekly th {
    vertical-align: top;
    border-top: solid 1px #BBB;
    border-left: solid 1px #BBB;
    padding: 2px;
    width: 50px;
    background-color: #DDD;
}

.weekly table {
    border-right: solid 1px #BBB;
    border-bottom: solid 1px #BBB;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    padding-left: 15px;
}

.monthly {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.monthly table {
    border-top: solid 1px #555;
    border-left: solid 1px #555;
    border-bottom: solid 1px #555;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
}

.monthly th {
    background-color: #333;
	font-size: 12px;
}

.monthly th a:link, #monthly th a:visited, #monthly th a:active {
	color: #ffffff;
}

.monthly th a:hover {
	color: #af0000;
}

.monthly td {
    border-top: solid 1px #555;
    border-right: solid 1px #555;
	vertical-align: top;
	width: 30px;
	height: 44px;
}

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #0025af;
	left:5px;
	top:0px;
	position:absolute;
	width:200px;
	height:200px;
	background-color:#000;
	padding:5px;
	font-size:0.8em;
	overflow:auto;
	z-index:1000001;
}

.clearboth {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

.altslot {
	color: #bbbbbb;
}

.canceled {
	color: #af0000;
	font-weight: bold;
}

.totals {
	color: #0025af;
	font-weight: bold;
}

.self a {
	color: #6fcbbf;
}

#news {
	width: 300px;
	float: right;
	padding-right: 10px;
	font-size: 10px;
}

.newsitem {
	margin-bottom: 10px;
	background-color: #222222;
	border: 2px solid #444444;
}

#news p {
	margin: 4px;
}

.raidstext {
	clear: left;
	width: 400px;
}

.error {
	font-weight: bold;
	color: red;
}



.tipper {
	background-color: #AAA;
	color: #222;
	font-weight: bold;
	padding: 0.2em;
	margin: 0.5em;
}
a.tipper {
	background-color: #FFF;
	color: #00F;
}
.tool-tip {
	color: #fff;
	width: 250px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(images/bubble.png) bottom right;
}

.tool-text img {
	float: right;
	margin-top: -40px;
	margin-right: -17px;
	border: 3px solid #10056d;
}

.tool-loading {
	background: url(images/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}


/*
.month_hilight {
    background-color: #222;
}

a.monthlink:link, a.monthlink:visited, a.monthlink:active, a.monthlink:hover {
    text-decoration: none;
    color: #ddd;
    display: block;
}

a.extradays:link, a.extradays:visited, a.extradays:active, a.extradays:hover {
    color: #555;
}

a.monthtoday:link, a.monthtoday:visited, a.monthtoday:active, a.monthtoday:hover {
    background-color: #000;
    color: #FFF;
	font-weight: bold;
}

a.weekclick:link, a.weekclick:visited, a.weekclick:active, a.weekclick:hover {
    display: block;
    width: 100%;
    line-height: 8px;
    text-decoration: none;
    color: blue;
}

a.weekclick:hover {
    background-color: white;
}

.past {
    background-color: #CCC;
    line-height: 8px;
}

.selfbooked {
    background-color: #577;
    line-height: 8px;
}

.booked {
    background-color: #777;
    line-height: 8px;
}
*/

.cdCal {

    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    padding-left: 0px;
   	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.cdCal th {
    border: 1px solid #555;
    vertical-align: top;
    background-color: #333;
    font-size: 14px;
}

.cdCal th a:link, .cdCal th a:visited, .cdCal th a:active {
	color: #ffffff;
}

.cdCal th a:hover {
	color: #af0000;
}

.cdCal td {
    border: 1px solid #555;
	vertical-align: top;
	height: 75px;
	width: 75px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
}

.cdCal td a{
	display:block;
	width:100%;
	height:100%;
}

.cdCal td a:link, .cdCal td a:visited, .cdCal td a:active{
	color:#ffffff;
}

.cdCal td a:hover{
	color:red;
}

.cdCal td.extra {
	background-color: #222;
	border: 1px solid #222;
	filter:alpha(opacity=40);
	opacity:0.4;
}

.cdCal td a.extralink:link, .cdCal td a.extralink:visited, .cdCal td a.extralink:active{
	color: #777;
}

.cdCal td a.extralink:hover{
	color:red;
}

.banner10 {
	width: 22px;
	height: 24px;
	background-image:url(/images/10.png);
	float:right;
	margin-right:1px;
}

.banner25 {
	width: 22px;
	height: 24px;
	background-image:url(/images/25.png);
	float:right;
	margin-right:1px;
}

.skull {
	width: 16px;
	height: 19px;
	background-image:url(/images/skull.png);
	float:right;
	margin-top:52px;
	margin-right:-19px;
}

.status_yellow {
	width: 14px;
	height: 14px;
	background-image:url(/images/status_yellow.png);
	float:left;
	margin-top:58px;
	margin-left:2px;
}

.status_green {
	width: 14px;
	height: 14px;
	background-image:url(/images/status_green.png);
	float:left;
	margin-top:58px;
	margin-left:2px;
}

.date {
	position: absolute;
	display: block;
	width:75px;
	height:75px;
	z-index: 100;
}

.cdCal td.today {
	border: 1px solid yellow;
}