
/* CSS Document */

#ForumLeftSide {
	width:628px;
	float:left;
}

h6 {
	font-size:18px;
	line-height:26px;
	color:#343A3E;
	margin:0;
	padding:0;
	font-weight:normal;
	padding:0px 0px 10px 10px;
	margin-bottom:3px;
}

.page {
	font-size:14px;
	color:#CFCFCF;
	font-weight:bold;
	text-align:right;
	border-top:1px solid #ECEEEC;
	padding-top:3px;
	padding-bottom:3px;
}

.Post {
	background:#ffffff url(../images/forum_post_bg.gif) top repeat-x;
	width:608px;
	padding:20px 0px 20px 20px;
	margin-bottom:20px;
}

.Post .title {
	font-size:14px;
	color:#1269A3;
	line-height:26px;
	margin-bottom:5px;
}

.Post .title a {
	color:#1269A3;
	text-decoration:underline;
}

.Post .title a:hover {
	color:#1269A3;
	text-decoration:none;
}

.Post .title .sticky {
	color:#E87F19;
	line-height:26px;
	margin-right:20px;
	font-weight:bold;
}

.Grey_Text {
	font-size:10px;
	color:#8A8A8A;
	float:left;
	margin-right:3px;
}

.Black_Text {
	font-size:10px;
	color:#343A3E;
	float:left;
	margin-right:17px;
}

.Grey_Text a {
	color:#8A8A8A;
	text-decoration:none;
}

.Grey_Text a:hover {
	color:#8A8A8A;
	text-decoration: underline;
}

.Black_Text a {
	color:#343A3E;
	text-decoration:none;
}

.Black_Text a:hover {
	color:#343A3E;
	text-decoration: underline;
}

.TopPage {
	font-size:14px;
	color:#CFCFCF;
	border-top:1px solid #ECEEEC;
	line-height:26px;
	font-weight:bold;
}

.TopPage a {
	color:#CFCFCF;
	text-decoration:none;
}

.TopPage a:hover {
	color:#343A3E;
	text-decoration:none;
}

#ForumRightSide {
	width:628px;
	float: right;
	width:244px;
}

.ForumNavTop {
	background:url(../images/forumnav_top.gif) top no-repeat;
	width:244px;
	height:38px;
}

.ForumNavBottom {
	background:url(../images/forumnav_bottom.gif) bottom no-repeat;
	width:244px;
	height:7px;
	font-size:0px;
}

.ForumNavMid {
	background-color:#ECEEEC;
	border-left:1px solid #DBDBDB;
	border-right:1px solid #DBDBDB;
	width:242px;
}

.ForumTitle {
	color:#343A3E;
	text-align:center;
	font-weight:bold;
	padding-top:13px;
	padding-bottom:5px;
}

.ForumNav {
	margin:0;
	padding:0;
	list-style-type:none;
	padding-top:5px;
}

.ForumNav li {
	background:url(../images/arrow_nav_forum.gif) left 8px no-repeat;
	padding-left:20px;
	margin-left:10px;
}

.ForumNav a {
	color:#7D7C7C;
	line-height:22px;
	text-decoration:none;
}

.ForumNav a:hover {
	color:#B2C62C;
	line-height:22px;
	text-decoration: underline;
}

.ForumNav a.selected {
	color:#B2C62C;
	line-height:22px;
	text-decoration: underline;
}

.forum_category {
	color: #1269A3;
}

.forum_category:hover {
	text-decoration:none;
}

.Time {
	color: #525B5F;
	font-size:10px;
}

.Time a {
	color: #1269A3;
	font-size:11px;
}

.Submit input {
	color: #3b4f50;
	background-color: #f5f5f5;
	border:1px solid #dbdbdb;
	height:24px;
	padding:0px 10px;
	font-weight: bold;
}

.Submit input:hover {
	background-color: #ffffff;
}

.SignOut {
	background-color: #ffffff;
}

.SignOut a {
	color:#7D7C7C;
	line-height:22px;
	text-decoration:none;
}

.SignOut a:hover {
	color:#B2C62C;
	line-height:22px;
	text-decoration: underline;
}

.SignOut ul {
	list-style:none;
	margin-bottom:0;
	padding-bottom:100px;
}

.FormComplete, .About {
	width: 900px;
	margin: 0px auto;
	position:relative;
}

.Foot {
	text-align: center;
	padding-top:50px;
}

input[type="submit"], input[type="button"] {
	background: #a4b62d url(../../images/green_button.gif) repeat-x;
	border:	none;
	height: 24px;
	padding: 	3px 25px;
	color:	#FFFFFF;
	margin-top:	10px;
	margin-bottom:	10px;
	cursor:pointer;
	text-decoration:		none;
}

input.submitbutton, input#submitbutton {
	background: #a4b62d url(../../images/green_button.gif) repeat-x;
	border: none;
	height: 24px;
	padding: 	3px 25px;
	color:	#FFFFFF;
	margin-top:				10px;
	margin-bottom:			10px;
	cursor:					pointer;
	text-decoration:		none;
}

input[type="text"], input[type="password"] {
	height: 				18px;
	background: 			url(../../images/inputshadow.gif) repeat-x #ffffff;
	border: 				1px solid #dddddd;
	padding-top: 			3px;
	padding-left: 			3px;
	padding-right: 			3px;
	color: 					#4b4b4b;
	margin: 				5px 0px;
}

.SignIn, .PasswordRequest {
	background-color: #ffffff;
}

.SignIn fieldset, .PasswordRequest fieldset {
	border: 0px;
	width: 50%;
}

.SignIn fieldset ul li label {
	text-align: right;
	padding-right: 10px;
}

.SignIn a, .PasswordRequest a {
	color:#7D7C7C;
	line-height:22px;
	text-decoration:none;
}

.SignIn a:hover, .PasswordRequest a:hover {
	color:#B2C62C;
	line-height:22px;
	text-decoration: underline;
}

.SignIn ul {
	list-style:none;
	margin-bottom:0;
	padding-bottom:10px;
}

.SignIn ul li label {
	display: block;
	width: 30%;
	float:left;
	padding-top: 10px;
}

.SignIn ul li input[type="text"], .SignIn ul li input[type="password"], .PasswordRequest ul li input[type="text"], .PasswordRequest ul li input[type="password"] {
	width: 60%;
}

.SignInForm, .PasswordRequestForm, .ApplyForm {
	width: 900px;
	margin: 0px auto;
	position:relative;
}

.PasswordRequestForm ul li {
	list-style:none;
}

.Submit {
	text-align:right;
	clear:both;
}

.SignIn h1, .PasswordRequest h1, .Apply h1, .SignOut h1 {
	width: 900px;
	margin: 0px auto;
	padding-top: 15px;
}

.ErrorContainer {
	width: 30%;
	margin: 0px auto;
	color: #990000;
	font-weight: bold;
}

#AboutVanilla {
	display:none;
}

#PageJump {
	color: black;
	text-decoration:none;
	padding-right: 15px;
}

#PageJump:hover {
	text-decoration:underline;
}

.Search_form ul {
	padding-left: 25px;
	margin-left: 0px;
}

.Search_form ul li {
	list-style: none;
}

.SearchSwitch, .account a, .StartDiscussion a, .ApplyForm a, .About a, .Foot a, .Settings a, .Account a {
	color: #1269A3;
	text-decoration:underline;
}

.SearchSwitch:hover, .account a:hover, .StartDiscussion a:hover, .ApplyForm a:hover, .About a:hover, .Foot a:hover, .Settings a:hover, .Account a:hover {
	text-decoration:none;
}

.Search_form ul li label, .ApplyForm label {
	display:block;
	float:left;
	padding-top:10px;
	width:30%;
	clear:both;
}

.Search_form ul li label.Radio {
	display:inline;
	padding-top:0px;
	float:none;
	width:auto;
	clear:none;
}

.Search_form ul li select {
	background:#FFFFFF url(../../images/inputshadow.gif) repeat-x scroll 0 0;
	border:1px solid #DDDDDD;
	color:#4B4B4B;
	height:26px;
	margin:5px 0;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
}

.h3profil {
	color: #1269A3;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.pprofil {
	padding-left: 10px;
	padding-bottom: 20px;
}

.account ul li {
	list-style: none;
}

#SiteContainer {
	width: 100%;
	margin: 0px auto;
	position:relative;
	background-color:#FFFFFF;
}

#RememberMe {
	width: 100%;
	text-align:right;
	height: 25px;
	padding-left: 120px;
}

.StartDiscussion fieldset, .StartDiscussion fieldset form, .ApplyForm fieldset {
	width: 628px;
}

.StartDiscussion ul li, .ApplyForm ul li, .Account ul li {
	list-style: none;
}

.StartDiscussion fieldset form textarea {
	width: 80%;
}

.ForgotPasswordLink {
	padding-left: 300px;
}

.ApplyForMembershipLink {
	padding-left: 300px;
}

.MembershipOptionLinks {
	margin-top: 0px;
	margin-bottom: 20px;
}

.FormComplete h2 {
	padding-top: 10px;
	border: none;
	padding-left: 30px;
}

.Settings, .Account {
	width: 628px ;
}


.AddComments {
	margin:0 auto;
	padding-top:25px;
	width:900px !important;
}
.AddComments fieldset {
	width:628px;
	float:left;
}
.AddComments fieldset textarea {
	background: none !important;
}
.clearfix {clear:both;}

.clearfix li {
	display:block;
	width: 220px;
	float:left;
	}	

#frmAccountPersonal p {
	clear:both;
}

.PageList {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
.PageList li {
	display: inline;
}
.PageList a {
	color: #1269A3;
	text-decoration: underline;
}
.PageList a:hover {
	text-decoration: none;	
}
