/* Forum CSS */


/* =Forum Tables
----------------------------------------------- */
table.forum {
	padding: 0;
	margin: 0.4em 0;
	width: 100%;
	border-collapse: collapse;
}

table.forum caption {
    padding: 0 0 0.2em 0;
	width: 100%;	 
	font-style: italic;
	text-align: right;
}


table.forum th {
	/* color: #fff; */
	color: #4C3500;
	/* border-top: 1px solid #3399cc;
	border-right: 1px solid #3399cc; */
	border-top: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	letter-spacing: 2px;
	text-align: left;
	padding: 0.3em 0.3em 0.3em 0.6em;
	/* background: #4794d5 url(/community/forum/assets/th-bg.gif) no-repeat; */
	background: #D0E4E3;
	vertical-align: top;
}

table.forum th.first, table.forum td.first {
    border-left: 1px solid #B3B3B3;
}


table.forum td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	padding: 0.3em 0.3em 0.3em 0.6em;
	/* color: #6D929B; */
	color: #4C3500;
	vertical-align: top;
}


table.forum td.site {
    border-left: 1px solid #ccc;
}


table.forum tr.alt td {
	background: #F5FAFA;
}


table.forum td.site {
    font-weight: bold;
    font-style: italic;
}

table.forum tr.top {
    border-top: 1px solid #ccc;
}

table.messages td {
    color: #000;
    padding: 0.6em;
    font-size: 100%;
}

table.messages td.first {
    border-color: #ccc;
}

/* =Forum Actions
----------------------------------------------- */
#forum-actions {
    margin: 1em 0;
}

#forum-actions a.reply, #forum-actions a.topic {
    text-decoration: none;
    padding: 0.4em 0.4em 0.4em 24px;
    border: 1px solid #CCC;
}

#forum-actions a.reply {
    background: #FFF url(/community/forum/assets/comment.gif) no-repeat center left;
}

#forum-actions a.topic {
    background: #FFF url(/community/forum/assets/comment_new.gif) no-repeat center left;
}

#forum-actions a.reply:hover, #forum-actions a.topic:hover {
    /* background-color: #32B0F1; */
    background-color: #D0E4E3;
    border-color: #336633;
    /* color: #FFF; */
}

/* =Forum Admin options
----------------------------------------------- */
div.admin-options {
    width: 17em;
    border: 1px solid #CCC;
    margin-top: 1em;
}

div.admin-options h2 {
    background: #EEE url(/community/forum/assets/icon_padlock.gif) no-repeat center left;
    padding: 0.4em 0.4em 0.4em 24px;
    margin: 0 0 0.4em 0;
    font-size: 100%;
}

div.admin-options ul {
    /* margin: 0.2em 0.4em 0.6em 0.4em; */
}



/* =DEFAULT-FORM-STYLES (if not already set up)
----------------------------------------------- */
form.default-form fieldset {	
	margin: 0 0 7px 0;
	padding: 0;
	border: 0;
}

form.default-form legend {
	list-style-type: none;
	font-weight: bold;
	color: #990033;
	padding: 0 0 5px 0;
}

form.default-form p {
	font-size: 100%;
}

form.default-form div {
	display: block;
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 3px 0 1px 0;
	padding: 10px 0;
	margin: 0;
}

form.default-form div.alt {
	/* background: #edf3fe; */
	background: #E0EFEE;
}

form.default-form label {
	position: relative;
	top: -1px;
	padding: 0 0 0 5px;
	width: 12em;
	float: left;
	font-size: 90%;
}

form.default-form .radio {
	position: relative;
	top: 4px;
	float: left;
	margin: 0 5px 0 5px;
}

form.default-form input {
	padding: 2px 0 0 2px;
}

form.default-form div.check input {
	float: left;
	position: relative;
	top: 2px;
}

form.default-form div.check label {
	float: left;
	width:  auto;
}

form.default-form #button-next {
	margin-left: 11em;
}

form.default-form textarea {
    width: 300px;
    height: 200px;
}

form.default-form select {
    width: 160px;
	position: relative;
	top: -1px;
}


/* =Client specific CSS (Bakkavor)
----------------------------------------------- */
table.messages td {
    font-size: 11px;
}