/******** GENERAL ***************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

p {
	margin:10px 0px 10px 0px;
}
ul,ol {
	list-style-position:inside;
}
.clr {
     clear: both;
     font-size: 1px;
     height: 0;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
	}
ul.sort li {
	background: none;
	margin: 0 0.5em 0 0;
	position:relative;
	}

/*********** FORM ELEMENTS ************/
input, textarea {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
}

/*********** STRUCTURE ****************/
body {
	background-color: #A78D84;
	min-width: 900px;
	text-align: center;
	}
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#wrapper {
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}
a:link, a:visited {
	color: #4ba25d;
	text-decoration: none;
	}
a:hover {
	color: #4ba25d;
	text-decoration: underline;
	}
a:active {
	color: #4ba25d;
	}
a img {
	border: none;
	}
/************* HEADLINES *************/
h1, h2, h3, h4 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
}

h1 {
	font-size:26px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:14px;
}
/******************* HEADER *************/
#header {
	background-color: #CC0014;
	height: 105px;
	position: relative;
	width: 900px;
}
/*
@media print {
	#header {
		display:none;
	}	
}
*/
#header #logotype {
	border: none;
	margin: 19px 0 0 10px;
	width:250px;
	height:66px;
}
#header a.logo {
/*	display:block;
	margin: 18px 0 0 10px;
	padding: 1em 1em 0em 1em;*/
}
#header form {
	bottom: 15px;
	position: absolute;
	right: 20px;
}
#header .login-link {
	color:#ccc;
	position: absolute;
	right: 5px;
	top: 2px;
	font-size:0.8em;
	text-align:right;
}

#header .login-link a {
	font-weight:bold;
	color: #fff;
	}

/**************** FRONTPAGE ************************/

#frontpage table.tabs {
	margin-left:10px;
	font-size:0.8em;
}

#frontpage table.tabs td.spacer {
	border-bottom:1px solid black;
	text-align:right;
}

#frontpage table.tabs td.tab {
	padding:5px;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	background-color:#eee;
}

#frontpage table.tabs td.tab.selected {
	background-color:transparent;
	border-bottom:1px solid transparent;
}

#fronttop {
	border-bottom:3px #b1ab9f dotted;
	float:left;
	padding: 0px 10px 10px 10px;
	width:660px;
}

#frontleft {
	width:432px;
	float:left;
	padding:10px 5px 5px 10px;
	overflow:hidden;
	border-right:3px #b1ab9f dotted;
	margin:0px 0px 2px 0px;
}

#frontleft h1 + p, #frontleft h2 + p, #frontleft h3 + p, #frontleft h4 + p, #frontleft h5 + p, #frontleft h6 + p {
	margin-top:0.2em;	
}

#frontleft img {
	margin-bottom:5px;
}

#frontright {
	width:210px;
	float:right;
	padding:5px 5px 5px 10px;
	overflow:hidden;
}

#buttons1 {
	width:100%;
	display:none;
	float:left;
	clear:both;
}

#buttons2 {
	width:100%;
	display:none;
	float:left;
	clear:both;	
}

#buttons3 {
	width:100%;
	display:none;
	float:left;
	clear:both;
}

#edit1 {
	float:left;
}

#edit2 {
	float:left;
}

#edit3 {
	float:left;
}

.frontcontent {
	width:100%;
	float:left;
	clear:both;
}
/*
.frontcontent h1, .frontcontent h2, .frontcontent h3, .frontcontent h4 {
	display:inline;
}
*/
.frontcontent p {
	line-height:1.5em;
}

/**************** MAIN NAVIGATION ******************/
div#menu {
	float: left;
	margin: 4px 0 0 0;
	position: relative;
	z-index: 1000;
}
/*
@media print {
	div#menu {
		display:none;
	}
}
*/
div#menu ul {
	float: left;
	list-style-type:none;
	list-style-position:outside;
}	
/* Flikarna i toppmenyn */
ul.main-navigation li {
	background: url('../graphics/menu_left.gif') no-repeat left top;
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 7px;
	position:relative;
	}
	
ul.main-navigation li.current {
	background: url('../graphics/menu_left_current.gif') no-repeat left top;
	}
	
/* L�nkarna i topmenyns flikar */	
ul.main-navigation li a {
 	background: url('../graphics/menu_right.gif') no-repeat right top;
 	color: #000;
	display: block;
	padding: 3px 8px 3px 1px;
	position: relative;
	font-size:12px;
	}

ul.main-navigation li a.current {
 	background: url('../graphics/menu_right_current.gif') no-repeat right top;
	}


ul.main-navigation li a:link {
	text-decoration: none;
 	color: #000;
}
ul.main-navigation li a:visited {
	text-decoration: none;
 	color: #000;
}
ul.main-navigation li a:hover {
	text-decoration: none;
 	color: #000;
}
ul.main-navigation li a:active {
	text-decoration: none;
 	color: #000;
}
	
	
/* The hover above the top menu */
div.menuedit {
	position:absolute;
	left: 0;
	top:-16px;
	display:none;
	cursor:pointer;
	z-index:100;
	padding:0px;
	width:100px;
	}

div.menuedit img {
	margin: 0px;
}

div.menuedit.sub {
	position:absolute;
	top:1px;
	left:-55px;
	display:none;
	cursor:pointer;
	z-index:5;
	width:72px;
	background:url('/graphics/spacer.gif') repeat;
	}

div.menutypediv {
	display: none;
	}

/* The dropdown menu from the topmenu */
div.submenucontainer {
	background-color: #FFF;
	border: 2px #ffcc00 solid;
	display: none;
	left: 0;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	white-space: nowrap;
	z-index: 5;
	}
	
div.submenucontainer.current {
	border: 2px #FFEFBE solid;	
}

ul.submenu {
	width: 100%;
	}
ul.submenu li {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	float:none;
}
ul.submenu li a {
	background: none;
	color: #000;
	padding: 0 0.5em 0 0.5em;
}

ul.submenu li a:link {
	background: none;
	color:#000;
}

ul.submenu li a:visited {
	background: none;
	color:#000;
}

ul.submenu li a:hover {
	background: #ffe88d;
	color:#000;
}

ul.submenu li a:active {
	background: #ffe88d;
	color:#000;
}

/* LEFTMENU */
#leftmenucontainer {
	margin: 2px 0 0 5px;
}

#leftmenucontainer h3 {
	background-color: #ffefbe;
	color:#54378a;
	width:189px;
	overflow:hidden;
	padding: 10px 0 10px 10px;
	font-weight:normal;
	font-size:18px;
}

#leftmenucontainer ul {
	list-style-type:none;
	list-style-position:outside;
}

#leftmenu {
	background: #ffefbe url('/graphics/l_menu_bottom.gif') bottom left no-repeat;
	padding-bottom: 20px;
	width: 199px;
}

#leftmenu .lmenu a {
	display:block;
	padding: 2px 0 2px 10px;
}

#leftmenu .lmenu a:hover {
	background: transparent;
	text-decoration: none;
}

#leftmenu a.current {
	color: #54378a;
}

#leftmenu div.leftsubmenucontainer {
	margin: 0 0 0 25px;
}

#header div.header-border {
	background-color: #cc3333;
	height: 1em;
	padding: 1em 0 0 0;
}

#breadcrumbs {
	display:block;
	width:auto;
	float:left;
	clear:both;
	margin:0px 0px 5px 0px;
	color: #4ba25d;
	padding:2px 0px 2px 0px;
	font-size:0.85em;
}
/*
@media print {
	#breadcrumbs {
		display:none;
	}
}
*/
/**************** FOOTER *********************/
div#footer {
	background-color: #ffcc00;
	clear: both;
	color: #000;
	font-size: 0.9em;
	height: 2em;
	padding: 0.5em 0 0 1em;
	text-align: center;
	}
div#footer div {
	margin: 0 auto;
	}
div#footer span {
	color: inherit;
	margin: 0 0.3em 0 0.2em;
	}

div#footer a {
	color:#000;	
}

/**************** BOTTOM LINKS ***************/
div#bottomLinks {
	background-color:#A78D84;
	width:100%;
	text-align:center;
	font-size:0.8em;
	color:#222;	
}

div#bottomLinks a {
	color:#222;	
}
/********** CONTENT ************/
div#content {
	clear: both;
	padding-top: 0.3em;
}
#center {
	float:left;
	width:450px;
	display:inline;
}
/*
@media print {
	#center {
		width:100%;
	}
}
*/

#frontpage {
	width: 675px;
	float:left;	
}

#left {
	float: left;
	width: 210px;
}
/*
@media print {
	#left {
		display:none;
	}
}
*/

#right {
	border-left: 3px #b1ab9f dotted;
	float: right;
	width: 210px;
}
/*
@media print {
	#right {
		display:none;
	}
}
*/

#single {
	width: 100%;
	}
#inner {
	padding: 1em;
	overflow:hidden;
	}
	
#single_left {
	width:675px;
	float:left;
}
/************** AUX COLUMN ***********/
.column-box,
.column-advertisement {
	margin: 2em 0 2em 10px;
	width: 190px;
}
.column-advertisement {
	text-align: center;
}
.column-box h3 {
	background: #FFF url('/graphics/r_column_bg.gif') top center no-repeat;
	color: #FFF;
	font-weight: normal;
	height: 22px;
	padding: 3px 0 0 12px;
	text-align: left;
	}
.column-box div {
	border-bottom: 1px #CCC solid;
	border-left: 1px #CCC solid; 
	border-right: 1px #CCC solid;
	}
.column-box div h4 {
	color: #54378a;
	font-weight: 600;
	padding: 5px;
	}
.column-box p {
	margin:0px;
	color: #462e73;
	padding: 5px;
	}
.column-box select {
	border: 0;
	width: 100%;
	}
	
.righthtml {
	padding: 0px 0.6em 0.6em 0.6em;
	margin:0px 4px 0px 4px;
}

.top {
	border-bottom: 3px #b1ab9f dotted;
}

.bottom {
	border-top: 3px #b1ab9f dotted;
}
/*************** ARTICLES **************/
.article {
	margin: 2px 0 0 20px;
	}

#post_subject {
	clear:both;
}
/*#post_subject h2 {
		font-size: 2em;
	}*/
#post_text {
	float:left;
	width:440px;
	padding: 0 0 2em 0;
}
/*
@media print {
	#post_text {
		width:100%;
	}
}
*/

#post_text h1, #post_text h2, #post_text h3, #post_text h4 {
	margin:1em 0px 0px 0px;
	padding:0px;
	line-height:1em;	
}

/* FUNKAR INTE I IE6 */
/*
#post_text > h1:first-child, #post_text > h2:first-child, #post_text > h3:first-child, #post_text > h4:first-child {
	margin-top:-0.5em;
}
*/

#post_text p {
	margin:1.5em 0px 1.5em 0px;
	line-height:1.5em;
}

/* FUNKAR INTE I IE6 */
#post_text h1 + p, #post_text h2 + p, #post_text h3 + p, #post_text h4 + p {
	margin-top:0.5em;
}

/* FUNKAR INTE I IE6 */
#post_text > p:first-child {
	margin-top:-1em;
	*margin-top:-0.2em; /* FIX FÖR IE7 */	
}

#post_text ol, #post_text ul {
	line-height:1.5em;
}

#post_text ol li div, #post_text ul li div {
	display:inline;
	margin:0;
	padding:0;
}

#post_text_dots {
	float:left;
	font-size:0px;
	color:transparent;
	width:450px;
	border-top: 3px #b1ab9f dotted;	
}
#comment_post_container {
	border-top: 3px #b1ab9f dotted;
	padding: 2em 0 2em 0; 
}
/*
@media print {
	#comment_post_container {
		display:none;
	}
}
*/

#comment_post_container label {
	display: block;
}
#comment_post_container input,
#comment_post_container textarea {
	border: 1px #AAA solid;
	}
#comment_container {
	clear: both;
	padding: 2em 0 2em 0;
	}

/************** FORUM **************/
.forum h2 {
	clear: both;
}

.forum table {
	border: none;
	border-collapse: collapse;
	margin: 0 0 2em 0;
	text-align: left;
	width: 100%;
	}
.forum table th {
	background-color: #EEE;
	border: none;
	padding: 0.5em;
	}
.forum table td {
	border: 1px #EEE dotted;
	padding: 0.5em;
	}
.forum ul {
	list-style-position:outside;
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}
.forum ul li {
	margin-left:0px;
	padding-left:0px;
}
.forum .subtext {
	font-size: 0.8em;
	}
.forum th.narrow,
.forum td.narrow {
	width: 30px;
	text-align: center;
	}
.forum th.latest,
.forum td.latest {
	width: 140px;
	}
.forum tr.post-header {
	background-color: #EEE;
	vertical-align: bottom;
	}
.forum th.post-info,
.forum td.post-info {
	width: 130px;
	}
.forum .post-number {
	text-align: right;
	}
.forum-name,
.topic-name {
	position: relative;
	}
.forum tr.post-content {
	vertical-align: top;
	}
.forum-edit {
	cursor:pointer;
	display:none;
	left: -50px;
	padding: 0 5px 0 0;
	position:absolute;
	text-align: right;
	top: 0;
	width:50px;
	z-index:100;
	}
.post-edit {
	display:none;
	}

#addTopicForm textarea, #addPostForm textarea {
	width:300px;
	height:100px;	
}
/************* FORMS ************/
#aform_container {
	float:left;
	padding-bottom:2em;
}
/*
@media print {
	#aform_container {
		display:none;
	}
}
*/

#aform_container ul {
	list-style-type:none;
	margin-left:0px;
}

#aform_container ul li {
	margin:0px;
	padding:0px;
}

.article_form form input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.article_form textarea {
	width:400px;
	height:80px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.article_form label {
	display:block;
	margin-top:10px;
	margin-bottom:0px;
}
.article_form form label.formerror {
	display:inline;
	width:auto;
	border:1px solid gray;
	padding:2px 2px 2px 22px;
	margin-left:10px;
	background:url('/graphics/icons/fugue/icon/exclamation.png') 2px 2px no-repeat #ffa;
	position:relative;
	top:-2px;
	left:0px;
	}
.article_form form .formerror {
	background-color:#faa;
}
form ul {
	list-style-type:none;
}
/************** ARTICLE FORM ************/
.form-reqtext {
	color: red;
}
.form-element {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

input.error {
	border: 1px solid red;
	background-color: #fee;
}
/************** CMXFORM ************/
form.cmxform fieldset {
	margin-bottom: 10px;
	border: 0;
	}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
form.cmxform fieldset ul {
	list-style-type:none;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}
form.cmxform label {
	width: 120px; /* Width of labels */
	}
form.cmxform fieldset fieldset label {
	margin-left: 123px; /* Width plus 3 (html space) */
	}
form.cmxform label.formerror {
	display:none;
	width:auto;
	border:1px solid gray;
	padding:2px 2px 2px 22px;
	margin-left:10px;
	background:url('/graphics/icons/fugue/icon/exclamation.png') 2px 2px no-repeat #ffa;
	position:relative;
	top:-2px;
	left:0px;
	}
form.cmxform .formerror {
	background-color:#faa;
}

/******** ADMIN CONTENT *********/
ul#leftmenu.adminmenu li {
	background: none;
	margin: 0 0.5em 0 0;
}

ul#leftmenu.adminmenu li a:link, ul#leftmenu.adminmenu li a:visited {
	background: none;
	color: #555;
	display: block;
 	padding: 2px 0.5em 2px 0.5em;
}

ul#leftmenu.adminmenu li a:hover {
		color: #222;
		text-decoration: underline;
}

#content .admin {
	width:663px;
	margin: 0 0 20px 20px;
}

#content .admin table.adminList th {
	padding: 2px 4px 2px 4px;
	border-bottom:2px solid gray;
}

#content .admin table.adminList td {
	padding: 2px 4px 2px 4px;
	border-bottom:1px solid gray;
	border-left:1px solid gray;
}

#content .admin table.adminList td:first-child {
	border-left:none;	
}

/******** ADMIN MENU *********/

li.menuerroritem {
	display:none;
}

ul.sort, 
ul.sortmenu {
	float:left;
	border:1px solid #888;
	width:132px;
	padding:5px;
	background-color:#DDD;
	clear:both;
}

ul.sort li,
ul.sortmenu li {
	margin:3px;
	text-align:left;
	width:127px;
	background-color: #FFF;
}

ul.sort li img,
ul.sortmenu li img {
	vertical-align:middle;
	margin-top:1px;
	cursor: pointer;
}

ul.sort li div.namecontainer,
ul.sortmenu li div.namecontainer {
	width:107px;
	float:left;
	overflow:hidden;
	padding:1px;
}

div.sorttitle {
	float:left;
	clear:both;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}

div.sortcontainer {
	float:left;
	display:none;
}

div.menusection {
	float:left;
	display:block;
	margin: 20px 15px 10px 0px;
}

div.sortbuttons {
	float:left;
	width:480px;
	text-align:left;
	margin:10px 0px 10px 0px;
}

span.sortmessage {
	float:left;
	font-style:italic;
	margin:0px 0px 10px 0px;
	font-size:0.9em;
	text-align:left;
}

.leftbutton {
	margin-top:5px;
}

/** NEWSLETTER SUBSCRIBER STYLES **/
div.admin div#subscribersDiv {
	width:500px;
	height:300px;
	overflow:auto;
	border:1px inset gray;
}

div.admin div#subscribersDiv span.subscriberSpan {
/*	position:relative;*/
	clear:both;
	display:block;
	padding-left:20px;
	margin:2px 0px 2px 0px;
	width:400px;
}

div.admin div#subscribersDiv span.subscriberSpan img {
/*	position:absolute;
	left:0px;
	top:0px;*/
	margin-left:-20px;
	display:none;
	cursor:pointer;
}
/************** BLOG ************/

/* The column with archive and such */
.blog-aux {
	float: left;
	padding: 1em;
	width: 180px;
	display:inline;
	overflow:hidden;
	}
.blog-aux h4 {
	margin: 1em 0 0 0;
	}
.blog-aux ul {
	list-style-type:none;
	margin: 0 0 1em 0;
	}
.blog-aux ul li a.feed {
	display:block;
	font-size:12px;
	line-height:12px;
	height:12px;
	margin:2px 0 2px 0;
	padding:2px 0 2px 20px;
	background:transparent url('/graphics/icons/fugue/icon/feed.png') no-repeat scroll 0 0;	
}

/* The main column */
.blog-main {
	float: left;
	margin: 0 0 0 20px;
	width: 450px;
	display:inline;
	overflow:hidden;
	}
.blog-main p {
	margin:0px;
	max-width: 33em;
	}
	
/**** The actual posts *****/
#searchtabs {
	width:660px;
	float:left;
	margin-left:5px;
	clear:left;
}

.blog-main #posts_container {
	margin: 2em 0 0 0;
}

.blog-main .post.time {
	font-size:0.9em;
	font-style:italic;
	margin-bottom:20px;	
}

.blog-main h1 {
	clear:both;
}

.blog-main .post.text h1, .blog-main .post.text h2, .blog-main .post.text h3, .blog-main .post.text h4 {
	margin:1em 0px 0px 0px;
	padding:0px;
	line-height:1em;
}

/* FUNKAR INTE I IE6 */
/*
.blog-main .post.text > h1:first-child, .blog-main .post.text > h2:first-child, .blog-main .post.text > h3:first-child, .blog-main .post.text > h4:first-child {
	margin-top:-0.5em;
}
*/

.blog-main .post.text p {
	margin:1.5em 0px 1.5em 0px;
	line-height:1.5em;
}

/* FUNKAR INTE I IE6 */
.blog-main .post.text h1 + p, .blog-main .post.text h2 + p, .blog-main .post.text h3 + p, .blog-main .post.text h4 + p {
	margin-top:0.5em;
}

/* FUNKAR INTE I IE6 */
.blog-main .post.text > p:first-child {
	margin-top:-1em;
	*margin-top:-0.2em; /* FIX FÖR IE7 */	
}

.blog-main .post.text ol, .blog-main .post.text ul {
	line-height:1.5em;
}





/*
.blog-main #posts_container h3 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 2em 0 0 0;
	}
.blog-main #posts_container h4 {
	font-size: 1.2em;
	font-weight: bold;
	}*/
.blog-main blockquote {
	color: #CC0014;
	float: left;
	font-family: "Arial Black", Georgia, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;	
	margin: 10px -70px 10px 0;
	padding: 10px 0 0;
	position: relative;
	right: 90px;
	text-align: right;
	width: 250px;
	}
.blog-main .post-footer {
	clear: both;
	margin: 0 0 2em 0;
	}

/***** FILES ****/
div#center div.fileCatDiv {
	position:relative;
	clear:both;
	float:left;
	width:100%;
}

div#center div.fileCatDiv h2 {
	margin:50px 0px -15px 0px;	
}

div#center div.fileCatDiv div.editFileCatDiv {
	display:none;
	padding:0px 20px 0px 0px;
	position:absolute;
	left:-102px;
	top:49px;
	text-align:right;
	font-size:0.74em;
}

div#center div.fileCatDiv div.fileDiv {
	padding:0px 0px 0px 10px;
	margin:15px 0px 0px 0px;
	position:relative;
	clear:both;
	float:left;
	width:100%;
}

div#center div.fileCatDiv div.fileDiv a.downloadLink {
	display:block;
	float:left;
	clear:none;
}

div#center div.fileCatDiv div.fileDiv i {
	display:block;
	float:right;
	font-size:0.8em; color:gray;
	clear:none;
}

div#center div.fileCatDiv div.fileDiv p {
	margin:0px;
	float:left;
	clear:both;
	width:100%;
	white-space:nowrap;
}

div#center div.fileCatDiv div.fileDiv div.editFileDiv {
	display:none;
	padding:0px 5px 0px 0px;
	position:absolute;
	left:-52px;
	top:-3px;
	text-align:right;
	font-size:0.74em;
}

/******** SITEMAP *********/
div.sitemap ul {
	margin-left: 10px;	
}

/******** CALENDAR ********/
div#calendarnav {
	border: 0;
	}
table#calendar {
	padding-left:1px;
	}

table#calendar tr td {
	width:25px;
	height:23px;
	float:left;
	margin-left:1px;
	text-align:center;
}

.eventday {
	background: #ffcc00;
}

.eventday a {
	color:black;
	text-decoration:underline;	
}

.ordday {
	background: #EEE;
}

.passedday {
	background: #DDD;	
}

#calendarleft {
	cursor: pointer;
	margin:4px 0px 0px 0px;
}

#calendarnav {
	text-align:center;
}

#calendarright {
	cursor: pointer;
	margin:4px 0px 0px 0px;
}

#month {
	width:135px;
	display:inline-block;
	text-align:center;
}

#events {
	border: 0;
	font-size:0.9em;
}

.ongoing {
	color:#008000;
	display:inline-block;
	width:50px;
}

.eventdate {
	display:inline-block;
	width:60px;
}

.eventsContainer {
	text-align:left;
	float:left;
	background-color:#fff;	
}

.eventsContainer table th {
	font-weight:bold;
}

.eventsContainer table td {
	vertical-align:top;	
}

.eventsContainer table td.desc {
	padding-left:5px;
	width:80px;
}

.eventlistitem {
	cursor: pointer;
	padding-left:3px;	
}

/*
		POLL
*/

/* table when in left column */
table.poll-result-table, table.poll-vote-table,
table.poll-result-table td, table.poll-vote-table td {
	border: 0 none #fff;	
}
div.pollbox table.poll-result-table {
	width: 100%;
	margin: 0;
}
/* table when in a thread */
div.forum-pollbox {
	width: 60%;
	margin: 10px auto;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table.poll-result-table td {
	padding: 2px 10px;	
}
table.poll-vote-table td {
	padding: 2px 10px;
}
table.poll-vote-table td.option-column {
		width: 20px;
}
div.poll-result-bar-background {
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	background-color: #CFC;
	height: 10px;
}
div.poll-result-bar-foreground {
	border: 0;
	background-color: #3F3;
	height: 100%;
	line-height: 1px;
}

/********* MISC ********/
.infobox {
	display:none;
	width:auto;
	border:1px solid #0c0;
	padding:4px 2px 4px 22px;
	background:url('/graphics/icons/fugue/icon/tick_circle_frame.png') 2px 2px no-repeat #8f8;
}

.noticebox {
	display:none;
	width:auto;
	border:1px solid #cc0;
	padding:4px 2px 4px 22px;
	font-size:0.9em;
	background:url('/graphics/icons/fugue/icon/light_bulb__exclamation.png') 2px 2px no-repeat #ff8;
}

.errorbox {
	display:none;
	width:auto;
	border:1px solid #c00;
	padding:4px 2px 4px 22px;
	background:url('/graphics/icons/fugue/icon/exclamation.png') 2px 2px no-repeat #f88;
}

a.editlink {
	margin:2px;
	height:16px;
	line-height:16px;
	font-size:0.8em;
	padding: 2px 2px 2px 18px;
	background:url('/graphics/icons/fugue/icon/document_text.png') 0px 2px no-repeat;
}
a.printlink {
	margin:2px;
	height:16px;
	line-height:16px;
	font-size:0.8em;
	padding: 2px 2px 2px 18px;
	background:url('/graphics/icons/fugue/icon/printer.png') 0px 2px no-repeat;
}
/*
@media print {
	a.editlink {
		display:none;
	}
}
*/

a.deletelink {
	margin:2px;
	height:16px;
	line-height:16px;
	font-size:0.8em;
	padding: 2px 2px 2px 18px;
	background:url('/graphics/icons/fugue/icon/cross.png') 0px 2px no-repeat;
}

