body, html {
	background-color: white;
	font: 10pt Arial, Verdana, Sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	padding: 1ex 0;
	margin: 0;
}
a {
	color: black;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 1ex;
}

img { border: 0; }

.todo_done, .todo_notdone td {
	vertical-align: top;
}
.todo_done td {
	text-decoration: line-through;
}

#login-box ul {
	list-style: none;
}

/* sätt width inline när du använder denna */
.info-box {
	float: right;
	border: 1px solid black; 
	padding: 1ex 1em;
}

.settingstable tr td:first-child {
	white-space: normal;
}
.settingstable td {
	vertical-align: top;
}

.settingstable td.wrap_on {
	white-space: normal;
}

tbody.spacer tr:last-child td {
	padding-bottom: 2ex;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#menu {
	position: relative;
	height: 38px;
}
#menu ul, #submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu ul li {
	display: inline;
	float: right;
	margin-left: 1em;
	margin-top: 1em;
}
#menu ul li {
	background-image: url('gfx/menubar.png');
	background-repeat: repeat-x;
	display: inline;
	float: left;
width: 	139px;
	text-align: center;
	height: 38px;
	margin-top: 20px;
}
#submenu ul li a:hover {
	text-decoration: underline;
}
#menu ul li:hover {
	background-image: url('gfx/menubar_hover.png');
}
#menu ul .menu_logo_wrapper:hover {
	background-image: url('gfx/menubar.png');
}
#menu ul li:hover a {
	color: white;
}
#menu a, #submenu a {
	color: #222;
	text-decoration: none;
	display: block;
	height: 38px;
	padding-top: 10px;
}

#top_message {
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}

#submenu a {
	height: auto;
	padding: 0;
}
#menu ul li.menu_line {
	background-image: url('gfx/menubar_line.png');
		width: 0px;
}
#menu ul .menu_logo_wrapper {
	background-image: url('gfx/menubar.png');
	background-repeat: repeat-x;
}
.menu_logo {
	background-image: url('gfx/menubar_logo.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 	139px;
}
.menu_item_selected {
	background-image: url('gfx/menubar_selected.png') !important;
}
.menu_item_selected a {
	color: white;
}

.sidebar {
	background-image: url('gfx/sidebar_bg.png');
	background-repeat: repeat-y;
	height: auto;
}
.sidebarheader {
	width: 180px;
	height: 20px;
	background-image: url('gfx/sidebar_header.png');
	background-repeat: no-repeat;
	padding: 10px;
	padding-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
}

.sidebarheader a {
	text-decoration: none;
}

.sidebarcontent {
	padding: 10px;
}
.sidebarfooter {
	height: 3px;
	width: 200px;
	background-image: url('gfx/sidebar_footer.png');
	background-repeat: no-repeat;
	background-color: white;
	margin-bottom: 10px;
}


#sidebarwrapper {
	position: relative;
	float: left;
	width: 200px;
}

#logo {
	top: 15px;
	width: 100%;
	height: 325px;
	position: relative;
}
#main {
	top: 15px;
	clear: both;
	width: 100%;
	position: relative;
}
#main .content {
	background-image: url('gfx/contentbg.png');
	background-repeat: no-repeat;
	padding: 1ex 1em;
	overflow: hidden;
	word-wrap: break-word;
}
#main .content ul {
	margin-left: 30px;
}
#main .header {
	background-image: url('gfx/contentheader.png');
	background-repeat: no-repeat;
	background-color: #f6f5f5;
	font-size: 12pt;
	font-weight: bold;
	padding: 1ex 1em;
}
#main_inner_wrapper {
	float: right;
	position: relative;
	width: 790px;
	background-position: right;
	background-image: url('gfx/contentbg_repeaty.png');
}


.main_inner_wrapper_footer {
	background-image: url('gfx/contentfooter.png');
	height: 3px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-color: white;
}

#footer {
	clear: both;
	border-top: 1px solid #bbb;
	position: relative;
	top: 40px;
	font-size: 8pt;
}

#newstable {
	margin-top: 15px;
	margin-left: 2px;
	width: 100%;
	border-spacing-bottom: 10px;
}
.newstable-left {
	background-image: url('gfx/headers.png');
	background-repeat: no-repeat;
	width: 50%;
	height: 26px;
	padding: 0 0.7em;
}
.newstable-right {
	background-image: url('gfx/headers.png');
	padding-left: 4px;
	background-position: right;
	background-repeat: no-repeat;
	width: 50%;
	height: 26px;
	padding: 0 0.7em;
}
.tinytimestamp {
	font-size: 8pt;
}
#content {
	margin-top: 2em;
}
.required {
	color: red;
}
.required_for_members {
	color: blue;
}
.sidebarcontent img {
	margin-bottom: 5px;
}
#forum_index {
	border: 1px solid black;
	border-top: 0;
}
.forum_category th {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: #8cd747;
	padding: 1pt;
}
.forum_name a {
}
.forum_desc {
	font-size: 8pt;
}
.forum_last_post_by {
	text-align: center;
}
.forum_index_posts {
	text-align: center;
}
.forum_index_threads {
	text-align: center;
}
#forum_threads {
	border: 1px solid black;
	width: 100%;
}
.forum_threads_headers #thread {
	padding-left: 10pt;
	text-align: left;
}
.forum_threads0 {
	background-color: #daf2c3;
	text-align: center;
}
.forum_threads1 {
	background-color: white;
	text-align: center;
}
.forum_thread_threadname {
	text-align: left;
}
.forum_threads_headers th {
	background-color: #8cd747;
	border-bottom: 1px solid black;
}
.forum {
	border-spacing: 0px;
	border: 1px solid black;
	border-top: 0;
	width: 100%;
}
#forum_beskrivning {
	margin: 10pt 0 10pt 0;
	font-weight: bold;
}
#forum_new_thread_new_thread {
	font-weight: bold;
}
#forum_thread_show {
	border: 1px solid black;
	border-top: 0;
	width: 100%;
}
.user {
	font-weight: bold;
	text-align: center;
}
.time {
	font-size: 8pt;
}
.text {
}
.sign {
	margin-top: 20px;
	border-top: 1px solid #daf2c3;
	font-size: 8pt;
	bottom: 0;
	position: relative;
	width: 99%;
}
.forum_thread_tr_upper td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #8cd747;
}
.forum_thread_tr_lower td {
	padding: 10px;
	vertical-align: top;
}
.avatar {
	font-size: 8pt;
	width: 100px;
	border-right: 1px solid black;
}
h1 {
	font-size: 12pt;
}
.citat {
	border: 1px dashed black;
	padding: 3pt;
	margin-top: 10pt;
}
.submenu_item_selected {
	text-decoration: underline;
	font-weight: bold;
}

.edit_post_content {
 width: 100%;
 height: 50ex;
}

.info {
	padding: 7px 10px;
	margin: 5px 0px;  
	border: 1px solid black;
	background: #75acff;
}

.success {
	padding: 7px 10px;
	margin: 5px 0px;  
	border: 1px solid black;
	background: #78ff91;
}

.error {
	padding: 7px 10px;
	margin: 5px 0px;  
	border: 1px solid black;
	background: #ff8383;
	display:block;
}

.ticket {
	width: 300px;
	margin: 10px 0px;
	padding: 5px 5px;
	border: 1px solid black;
}

.normal-bg {
	background: #eeffde;
}

.error-bg {
	background: #ff8383;
}


.ticket_confirm_object {
	width: 300px;
	margin: 10px 0px;
	padding: 5px 5px;
	border: 1px solid black;
	background: #eeffde;
}

.order_outer {
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
}

.order_info {
	padding-right: 10px;
	text-align: left;
}

.order_details_outer {
	padding: 5px;
}

.order_details {
	border-spacing: 0px;
	min-width: 55px;
}

table.order_details {
	margin: 5px 5px 5px 0px;
	clear: both;
}

strong.order_details {
	margin-bottom: 5px;
}

th.order_details{
	padding: 5px;
	margin: 0px;
	border-left: solid black 1px;
	border-spacing: 0px;
}

.order_details th:first-child {
	border-left: none;
}
.order_details td {
	padding: 5px;
	margin: 0px;
	border-left: solid black 1px;
	border-spacing: 0px;
}

.order_details td:first-child {
	border-left: none;
}

.order_details_even {
	background-color: #82cf3f;	
}

.order_details_odd {
	background-color: #d9ffb8;
}


.order_details tr{
	border: none;
}
