

/* Main Stylesheet */

body {
	background-color: #111111;
	background-image: url(../image/background/main.png);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #899dbf;
}

a:link {
	color: #BD620F;
	text-decoration:none;
}
a:visited {
	color: #BD620F;
	text-decoration:none;
}
a:hover {
	color: #EE8220;
	text-decoration:underline;
}
a:active {
	color: #8A470B;
	text-decoration:none;
}

/*******************
	MAIN LAYOUT
*******************/

.right_content_box {		position:relative;
							float: left;
							width: 280px;
							padding: 10px;
}

.status_list {				position: relative;
							float: left;
							width: 129px;
							padding: 3px;
}

/****************
	STYLING
****************/

h1 {	color: #BD620F; 
		font-size: 16px; 
		font-weight: bold; 
		font-family: Arial, Helvetica, sans-serif; 
		margin: 0px;
		line-height:inherit;
	}
	
h2 {	color: #71869B;
		font-size: 10px;
		font-weight: normal; 
		font-family: Arial, Helvetica, sans-serif; 
		margin: 0px;
		line-height:normal;
		letter-spacing: 2px;
	}

h3 {	color: #BD620F; 
		font-size: 14px; 
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
		margin: 0px;
		line-height:inherit;
	}

/****************
	TOOLTIP
****************/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../image/background/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../image/background/bubble.png) bottom right;
}

/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #30373e;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #56616d;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #56616d;
overflow: auto;
background-color: #242b31;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../image/moodalbox/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
color: #BD620F; 
font-size: 16px; 
font-weight: bold; 
font-family: Arial, Helvetica, sans-serif; 

line-height: 1.4em;
text-align: left;
border: 10px solid #56616d;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../image/moodalbox/close.png) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}