/**** GENERELL CSS (bør ikke ligge på hver modul) ****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.spacer {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}

.spacer.one {
	height: 1px;
}

.spacer.five {
	height: 5px;
}

.spacer.ten {
	height: 10px;
}

.spacer.fifteen {
	height: 15px;
}

.spacer.twenty {
	height: 20px;
}

.spacer.thirty {
	height: 30px;
}

form.gform fieldset {
	margin-bottom: 10px;
}

form.gform legend {
	padding: 0 2px;
	font-weight: bold;
}

form.gform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form.gform label.error {
	color: red;
}

form.gform fieldset ol {
	margin: 0;
	padding: 0;
}

form.gform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.gform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.gform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.gform fieldset fieldset label {
	display: block;
	width: auto;
}

form.gform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.gform label {
	width: 160px; /* Width of labels */
}

form.gform fieldset fieldset label {
	margin-left: 163px; /* Width plus 3 (html space) */
}

/**** SLUTT GENERELL CSS ****/
#forum {
	width: 628px;
	margin: auto;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#forum .box {
	padding: 10px;
	background-color: #F8F8F8;
	border: 1px solid #CDCDCD;
}

/* Headings */
#forum h1,#forum h2,#forum h3,#forum h4,#forum h5,#forum h6 {
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial,
		sans-serif;
}

#forum h1,#forum h2,#forum h3,#forum h4,#forum h5,#forum h6 {
	font-weight: normal;
}

#forum h1 {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0.5em;
}

#forum h2 {
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom: 0.75em;
}

#forum h3 {
	font-size: 1.3em;
	line-height: 1;
	margin-bottom: 1em;
}

#forum h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

#forum h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

#forum h6 {
	font-size: 1em;
	font-weight: bold;
}

#forum h1 a,#forum h2 a,#forum h3 a,#forum h4 a {
	text-decoration: none;
}

/* ************ */
#forum input {
	border: 1px solid #888;
	width: 120px;
	padding-left: 4px;
}

#forum input.blur {
	color: #999;
}

#forum input.submit {
	color: #3D97FA;
	font-weight: bold;
	background-color: #fff;
	width: auto;
}

#forum a {
	color: #3D97FA;
	text-decoration: none;
}

#forum .info {
	padding: 10px 20px;
	background-color: #F8F8F8;
	border-top: 2px solid #CDCDCD;
	border-bottom: 2px solid #CDCDCD;
	margin-bottom: 10px;
	font-size: 1.2em;
}

#forum .info.bad {
	background: #FFDCDB url(../gfx/16/cancel.png) no-repeat scroll 15px
		center;
	padding: 8px 20px 8px 45px;
	font-weight: bold;
	border-color: #FF5D59;
}

#forum .info.good {
	background: #C7E999 url(../gfx/16/accept.png) no-repeat scroll 15px
		center;
	padding: 8px 20px 8px 45px;
	font-weight: bold;
	border-color: #7DAD3D;
}

#forum .info.note {
	background: #FFF6BF url(../gfx/16/information_yellow.png) no-repeat
		scroll 15px center;
	padding: 8px 20px 8px 45px;
	border-color: #FFD324;
}

#forum .box {
	padding: 10px;
	background-color: #F8F8F8;
	border: 1px solid #CDCDCD;
}

/* FORUM HEADER */
#forum #forum_header {
	margin-bottom: 20px;
}

#forum #forum_header .path {
	font-size: 1.2em;
	font-weight: bold;
}

#forum #forum_header .search {
	float: right;
	margin-bottom: 20px;
}

#forum #forum_header .login {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#forum #forum_header .login span {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	vertical-align: middle;
}

#forum #forum_header .login .form {
	float: right;
}

#forum #forum_header .login .form input {
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 16px;
	margin-right: 5px;
	float: left;
}

#forum #forum_header .login .form input.submit {
	padding: 0px 10px;
	width: auto;
	height: 18px;
}

#forum #forum_header .login .form div {
	float: left;
}

#forum #login_executing {
	background-attachment: fixed;
	background: url(../gfx/loading_login.gif) no-repeat center;
	width: 62px;
	height: 15px;
}

#forum #login_executed {
	background-attachment: fixed;
	background: url(../gfx/16/accept.png) no-repeat center;
	width: 18px;
	height: 18px;
}

#forum #forum_header .links {
	float: left;
	font-size: 1.2em;
	margin-top: 2px;
	position: relative;
}

#forum #forum_header #lost_pass {
	margin: 0px;
	position: absolute;
	top: 18px;
	left: 100px;
	z-index: 1000;
}

#forum #forum_header #lost_pass .inside {
	position: relative;
}

#forum #forum_header #lost_pass .inside .arrow {
	background: transparent url(../gfx/arrow_up_gray.gif);
	width: 16px;
	height: 16px;
	position: relative;
	top: 1px;
	left: 4px;
}

#forum #forum_header #lost_pass .inside .content {
	width: 400px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#forum #forum_header #lost_pass .inside .content .info {
	font-size: 1.1em;
}

#forum #forum_header #lost_pass .inside .content .abort {
	float: right;
}

#forum #forum_header #lost_pass .inside .content form {
	margin-top: 10px;
}

#forum #forum_header #lost_pass .inside .content form fieldset,
#forum #forum_header #lost_pass .inside .content form li {
	border: 0px;
}

#forum .menu {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #CDCDCD;
	background-color: #F8F8F8;
}

#forum .menu hr {
	clear: both;
	border: 0;
	border-bottom: 1px solid #CDCDCD;
	margin-top: 20px;
	margin-bottom: 10px;
}
/* END FORUM HEADER */

/* GENERAL TABLE STYLES */
#forum table {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-spacing: 0px;
	border-collapse: collapse;
}

#forum table caption,#forum h2 {
	font-size: 1.3em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

#forum table thead th {
	text-align: left;
	background-color: #999;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
}

#forum table tbody td {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #F8F8F8;
}

#forum table tbody td.forum_icon {
	width: 40px;
	padding: 0px;
	background: #F8F8F8 url(../gfx/forum/forum_folder_read.jpg) no-repeat center;
}
#forum table tbody tr.new td.forum_icon {
	background: #F8F8F8 url(../gfx/forum/forum_folder_new.jpg) no-repeat center;
}

#forum table tbody td.forum_details {
	width: 35%;
	font-size: 1.1em;
}

#forum table tbody td a.forum_name {
	display: block;
	font-size: 1.3em;
	margin-bottom: 4px;
	font-weight: bold;
}

#forum table tbody td.forum_stat {
	width: 10%;
	text-align: center;
}

#forum table tbody td.forum_last_post {
	font-size: 1em;
}

#forum table tbody td.forum_last_post a {
	font-style: normal;
	font-size: 1.1em;
	margin-bottom: 2px;
}

#forum table tbody td.forum_last_post a.title {
	display: block;
}

/* GENERAL TABLE STYLES END */
#forum #registered_info {
	position: absolute;
	display: none;
}

#forum #registered_info .arrow {
	position: absolute;
	right: 50px;
	top: -21px;
	width: 20px;
	height: 20px;
	background: transparent url(../gfx/arrow_up.png) no-repeat scroll;
}

#forum .messages {
	position: relative;
}

#forum .messages div {
	position: absolute;
}

#forum .messages div#register_info {
	width: 89%;
}

#forum #register .messages {
	height: 60px;
}

#forum #forum_five_last table {
	border: 0;
}

#forum #forum_five_last table th.post_subject {
	width: 55%;
}

#forum #forum_five_last table th.post_created {
	width: 20%;
}

#forum #forum_five_last table thead {
	border: 1px solid #ccc;
}

#forum #forum_five_last tbody td {
	padding: 2px;
	border: 0;
	background-color: transparent;
}

#forum #forum_stats div {
	border: 1px solid #ccc;
	padding: 10px;
	padding-left: 50px;
	background-color: #F8F8F8;
}

#forum #forum_topic_list table td.topic_icon {
	margin: 0;
	padding: 0;
	width: 40px;
	background: #FFF url(../gfx/forum/forum_topic_read.jpg) no-repeat center;
	width: 40px;
}

#forum #forum_topic_list table tr.topic.new td.topic_icon {
	background: #FFF url(../gfx/forum/forum_topic_new.jpg) no-repeat center;
}

#forum #forum_topic_list table tr.topic.locked td.topic_icon {
	background: #FFF url(../gfx/forum/forum_topic_locked.jpg) no-repeat center;
}

#forum #forum_topic_list table td.topic_details {
	font-size: 1em;
}

#forum #forum_topic_list table td.topic_details a.topic_subject {
	font-style: normal;
	display: block;
	font-size: 1.2em;
	margin-bottom: 3px;
}

#forum #forum_topic_list table td.topic_stat {
	width: 30px;
	text-align: center;
}

#forum #forum_topic_list td.topic_last_post {
	width: 130px;
}

#forum #forum_topic_list td.topic_last_post .by a.goto_last {
	position: relative;
	top: 1px;
}

#forum #forum_topic_list td.topic_last_post .by a.goto_last img {
	border: 0;
}

#forum #forum_topic div.forum_post {
	background-color: #f8f8f8;
	border: 1px solid #cdcdcd;
	padding: 10px;
	margin-bottom: 10px;
}

#forum #forum_topic div.forum_post h2 {
	margin: 0;
	padding: 0;
}

#forum #forum_topic div.forum_post h2 a {
	display: block;
	background: url(../gfx/16/comment.png) no-repeat scroll left center;
	padding-left: 18px;
}

#forum #forum_topic div.forum_post .by {
	margin-bottom: 10px;
	color: #999;
}

#forum #forum_topic div.forum_post div.post_content {
	float: left;
	width: 79%;
	padding-right: 5px;
}

#forum #forum_topic div.forum_post div.post_content .text {
	font-size: 1.1em;
	line-height: 1.3em;
}

#forum #forum_topic div.forum_post div.user_profile {
	float: right;
	width: 19%;
	height: 100px;
	border-left: 1px solid #ccc;
	padding-left: 5px;
	padding-top: 5px;
}

#forum #forum_topic div.forum_post div.user_profile div {
	margin-bottom: 5px;
	color: #444444;
}

#forum #forum_topic div.forum_post div.user_profile .user_username {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 8px;
}

#forum #forum_topic div.forum_post div.user_profile .user_username a.profile {
	display: block;
	background: url(../gfx/16/user.png) no-repeat scroll left center;
	padding-left: 20px;
}

#forum #forum_topic div.forum_post div.user_profile .user_username a.email {
	display: block;
	background: url(../gfx/16/email.png) no-repeat scroll left center;
	padding-left: 20px;
}

#forum #forum_topic div.forum_post div.user_profile .ip,
#forum #forum_topic div.forum_post div.user_profile .member {
	color: #999999;
	font-size: 0.9em;
}

#forum #forum_topic div.forum_post div.post_edit {
	margin: 10px 0px 10px 0px;
	color: #999;
	font-size: 1em;
}

#forum .actions {
	margin-bottom: 10px;
}

#forum .actions.user {
	float: left;
}

#forum .actions.user a {
	font-size: 1.2em;
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #888888;
	font-weight: bold;
}

#forum form.gform {
	font-size: 1.2em;
}

#forum form.gform em a {
	color: red;
}

#forum form.gform fieldset {
	border: #888 solid 1px;
	margin: 0;
	padding: 10px;
}

#forum form.gform fieldset legend {
	padding-left: 0;
	font-size: 1.3em;
	margin-right: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

#forum form.gform fieldset label {
	line-height: 1.4em;
}

#forum form.gform fieldset fieldset {
	background: transparent none repeat scroll 0 0;
	border: 0;
	margin: 0;
	padding: 0;
}

#forum form.gform fieldset fieldset legend {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

#forum form.gform fieldset li {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	background-color: #f7f7f7;
}

#forum form.gform fieldset li input,#forum form.gform fieldset li textarea
	{
	width: 50%;
}

#forum form.gform fieldset li textarea {
	width: 70%;
	height: 200px;
}

#forum form.gform fieldset li input.button {
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
	width: auto;
	font-weight: bold;
	border: 1px solid #888888;
	background-color: #fff;
	color: #3D97FA;
}

#forum .section_loading {
	background: url('../gfx/loading_section.gif') no-repeat center;
	height: 20px;
}

#forum div.pagination {
	margin-bottom: 10px;
	text-align: center;
	float: right;
	text-align: center;
}

#forum div.pagination a {
	background-color: #F8F8F8;
	border: 1px solid #3D97FA;
	color: #5C758C;
	padding: 0 3px;
	margin: 0 3px;
}

#forum div.pagination a.current {
	background-color: #3D97FA;
	color: #F8F8F8;
}

#forum #user #details {
	margin-bottom: 10px;
}

#forum #user #details p {
	font-size: 1em;
	line-height: 1.7em;
}

#forum #user #edit_details {
	float: right;
	width: 48%;
	margin-bottom: 10px;
}

#forum #user #edit_details fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#forum #user #edit_details fieldset li {
	border: 0px;
}

#forum #user #edit_details fieldset label {
	width: 120px;
}

#forum #user #last_posts {
	clear: both;
}

#forum #user #last_posts h4 {
	margin-bottom: 3px;
}

#forum #user #last_posts h4 span {
	color: #999999;
	font-size: 0.9em;
}

#forum #user #last_posts .post_content {
	margin-bottom: 8px;
}

#forum #search_results .forum_post {
	margin-bottom: 10px;
}

#forum #search_results .forum_post h4 {
	margin-bottom: 3px;
}
