@charset "utf-8";
body {
	background-image: url(img/layout/beta_dhs09_right.png);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
}
input, textarea, td, select {
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

img {
	border: none;
}

a:link, a:visited { text-decoration: none; color: #000000; }
a:hover, a:active {	text-decoration: none; color: #A0AECF; }
.toplinks, .toplinks A:link, .toplinks A:visited { color: #000000; font-size: 11px; }
.toplinks A:hover, .toplinks A:active { color: #000000; }

.headline {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}
.backlink {
	font-weight: bold;
}
.sourcelink {
	font-style: italic;
}

.centerbox {
	text-align: center;
}

#l_f {
	width: 1012px;
}
#l_head {
	width: 1012px;
	height: 225px;
	background-image: url(img/layout/banner_upper_menu.jpg);
	background-repeat: no-repeat;
}
#l_head_links {
	position: absolute;
	left: 430px;
	top: 206px;
	width: 201px;
	height: 16px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#l_leftmenu {
	float: left;
	width: 174px;
	height: 885px;
	overflow: visible;
	background-repeat: no-repeat;
	background-image: url(img/layout/AOSmenybackground2.jpg);
}
#l_leftspace {
	background-color: #123E5B;
	float: left;
	width: 14px;
	height: 885px;
}
#l_main {
	background-image: url(img/layout/bg_inner.png);
	float: left;
	width: 645px;
	min-height: 885px;
}
#l_rightspace {
	background-color: #123E5B;
	float: left;
	width: 14px;
	height: 885px;
}
#l_rightmenu {
	float: left;
	width: 165px;
	height: 885px;
	overflow: visible;
	background-repeat: no-repeat;
	background-image: url(img/layout/AOSmenybackground2_right.jpg);
}
.l_leftspace_fade {
	width: 14px;
	height: 885px;
	background-image: url(img/layout/fade_left.jpg);
	background-repeat: no-repeat;
}
.l_rightspace_fade {
	width: 14px;
	height: 885px;
	background-image: url(img/layout/fade_right.jpg);
	background-repeat: no-repeat;
}
#l_leftmenu_top {
	width: 162px;
	height: 13px;
	background-image: url(img/layout/GREYBLUEmenu_left_head.jpg);
	background-repeat: no-repeat;
	float: right;
	opacity: .7;
	filter: alpha(opacity=70);
}
#l_leftmenu_body {
	width: 162px;
	background-image: url(img/layout/menu_left_body.jpg);
	background-repeat: repeat-y;
	float: right;
	text-align: center;
	opacity: .7;
	filter: alpha(opacity=70);
}
#l_leftmenu_bottom {
	width: 162px;
	height: 13px;
	background-image: url(img/layout/menu_left_foot.jpg);
	background-repeat: no-repeat;
	float: right;
}
#l_leftmenu_items {
	text-align: left;
	margin-left: 45px;
}
#l_main_body {
	width: 625px;
	min-height: 806px;
	height: auto !important;
	height: 806px;
	margin-top: 5px;
	margin-left: 10px;
}
#l_main_bottom {
	height: 79px;
	background-color: #123E5B;
}
#l_rightmenu_top {
	width: 165px;
	height: 13px;
	background-image: url(img/layout/GREYBLUEmenu_right_head.jpg);
	background-repeat: no-repeat;
	opacity: .7;
	filter: alpha(opacity=70);
}
#l_rightmenu_body {
	width: 165px;
	background-image: url(img/layout/menu_right_body.jpg);
	background-repeat: repeat-y;
	text-align: center;
	opacity: .7;
	filter: alpha(opacity=70);
}
#l_rightmenu_bot {
	width: 165px;
	height: 12px;
	background-image: url(img/layout/menu_right_foot.jpg);
	background-repeat: no-repeat;
}
#l_leftmenu_under {
	width: 162px;
	float: right;
	text-align: center;
}
#l_rightmenu_under {
	width: 165px;
	text-align: center;
}
#loggedinbox {
	margin-left: 7px;
	text-align: left;
}

.loginbutton {
	background-color: transparent;
	background-image: url(img/layout/login_knapp.gif);
	height: 26px;
	width: 68px;
	border: none;
}

.regbutton {
	background-color: transparent;
	background-image: url(img/layout/reg_button.gif);
	height: 26px;
	width: 68px;
	border: none;
}

.logininput {
	background-color: transparent;
	background-image: url(img/layout/login_input.jpg);
	height: 14px;
	width: 129px;
	padding: 3px 6px;
	border: none;
}

.logininput_box {
	background-color: transparent;
	background-image: url(img/layout/login_input.jpg);
	border: none;
}

.shoutboxstyle {
	width:150px;
	border:1px solid black;
	padding:3px;
	margin:0px auto;
}

.inplaceedit
{
	margin:0px;
	height:15px;
}

form.inplaceeditor-form { /* The form */
	height:20px;
}

form.inplaceeditor-form input[type="text"] { /* Input box */
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
	margin-left:1em;
}

form.inplaceeditor-form a { /* The cancel link */
	margin-left:1em;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #000000;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { background-color: #F4F7FF;}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:13px;
	cursor:pointer;
}

#unreadpm {
	background-color: red;
	width: 300px;
	padding: 10px;
	text-align: center;
	margin: 0 auto 0 auto;
}

#notebox {
	background-color: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 30%;
	z-index: 1;
	border: 1px solid black;
	padding: 15px;
	font-weight: bold;
	text-align: center;
}

#notebox_spec {
	background-color: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 1px solid black;
	padding: 5px;
}

#boxborder
{
	border:1px solid black; 
	padding: 4px;
}

.rightbox {
	text-align: right;
}

.leftbox {
	text-align: left;
}

#combox
{
	width: 510px;
	border: 1px solid black;
	padding: 5px;
	margin: 0 auto 0 auto;
}

#infobox
{
	background-color: #FFFFFF; 
	border: 1px solid black; 
	padding: 15px; 
	font-weight: bold; 
	text-align: center;
}

#quotebox
{
	background-color: #FFFFFF; 
	border: 1px solid black; 
	padding: 5px; 
}


/* BBCode
 ------------ */

blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote {
	background-color: #EBEADD;
	background-image: url("http://forum.aiononline.se/styles/1thank/theme/images/quote.gif");
	border-color:#DBDBCE;
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

.syntaxbg {
	color: #000;
}

.syntaxcomment {
	color: #666;
}

.syntaxdefault {
	color: #000;
}

.syntaxhtml {
	color: #000;
}

.syntaxkeyword {
	color: #D11010;
}

.syntaxstring {
	color: #2E5B82;
}

.discodecode
{
	width: 100px;
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 5px;
	font-weight: bold;
}
