a.topictitle:visited  { color:#686868 !important; }
#forum-content {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	font:12px Arial,Verdana,Helvetica,sans-serif;
	/*color: #333;*/
	color:#828282;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	/*font-size: 10px;*/
}
#forum-content form{
	display:inline;
	margin:0;
	padding:0;
	/*line-height:14px;*/
	width:auto;
	/*font:11px trebuchet ms,tahoma,arial,verdana;*/
	overflow:visible;
}
#forum-content p{
	margin-bottom:1.5em;
}
#forum-content hr.divider{
	display:none;
}
#forum-content hr{
	margin:5px 0;
}
#forum-content select{
	width:auto;
}
#forum-content #page-body h3{
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	margin-top: 1em;
}
#forum-content dt{
	font-weight:normal;
}
#forum-content label{
	font-weight:normal;
}
#forum-content fieldset dl {
	padding:4px 0;
	margin:0;
}

/*--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */
#forum-content h3 {
	border-bottom-color: #ccc;
}

hr.dashed {
	border-top-color: #ccc;
}


#forum-content{
	margin-bottom:2em;
}
#forum-content .forabg,
#forum-content .forumbg{
	background:#ECF3F7;
	padding:10px 10px 10px 10px;
	margin-bottom:1em;
}
#forum-content .bg1	{ background-color: #ECF3F7; }
#forum-content .bg2	{ background-color: #dfeaf2;  }
#forum-content .bg3	{ background-color: #cadceb; }

#forum-content .post:target .content {
	color: #000000;
}

#forum-content .post:target h3 a {
	color: #000000;
}
#forum-content .post{
	overflow:hidden;
	padding:10px;
	margin-bottom:4px;
}

div#forum-content{
    float:left;
    display:block;
    /*width:675px;*/
    width: 693px;
	margin-top:15px;
	padding:0 15px;
}
div#banners{
    float:right;
    display:inline;
    width:250px;
	margin: 14px 15px 0 0;
}
#forum-content .navbar{
	background:#bde6f9 url('/images/forum/forum_blue_bg.jpg') repeat-x;
	padding:3px 10px;
	overflow:hidden;
}
#page-footer .navbar{
	background:#ecf3f7;
}
#forum-content .navbar .icon-home a{
	text-transform:uppercase;
}

#forum-content ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#forum-content ul.linklist .signup,
#forum-content ul.linklist .icon-faq,
#forum-content ul.linklist .icon-contact,
#forum-content ul.linklist .icon-register,
#forum-content ul.linklist .icon-logout,
#forum-content ul.linklist .icon-members {
	background-repeat:no-repeat;	
	background-position:center left;
	padding-left:24px;
}

#forum-content ul.linklist .icon-faq a,
#forum-content ul.linklist .icon-contact a,
#forum-content ul.linklist .icon-logout a,
#forum-content ul.linklist .icon-members a {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

#forum-content ul.linklist .signup{
	background-image:url('/images/forum/iconSignup.png');
}
#forum-content ul.linklist .icon-faq{
	background-image:url('/images/forum/iconFaq.png');
}
#forum-content ul.linklist .icon-members{
	background-image:url('/images/forum/iconMembers.png');
}
#forum-content ul.linklist .icon-register{
	background-image:url('/images/forum/iconMembers.png');
}
#forum-content ul.linklist .icon-logout{
	background-image:url('/images/forum/iconLogout.png');
}

#forum-content ul.linklist a.email,
#forum-content ul.linklist a.print{
	background-position:center left;
	background-repeat:no-repeat;
	/*padding-left:16px;*/
}
#forum-content ul.linklist a.email{
	background-image:url('/images/forum/iconEmail.gif');
}
#forum-content ul.linklist a.print{
	/*background-image:url('/images/forum/iconPrint.gif');*/
	background-image:url('/forum/styles/prosilver/theme/images/icon_print.gif');
}

/* Search box
--------------------------------------------- */
#forum-content #search-box {
	color: #FFFFFF;
	position: relative;
	margin-top: 30px;
	margin-right: 5px;
	display: block;
	float: right;
	text-align: left;
	white-space: nowrap; /* For Opera */
}

#forum-content #search-box #search input.button2 {
	background-image: none !important;
}

#forum-content #search-box #keywords {
	width: 121px;
	background-color:transparent;
	background-image: none;
	border:1px dotted #E2E2E2;
	font-size:12px;
	padding:3px;
	float: right;
}

#forum-content #search-box input {
	border: 1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#forum-content #search-box input.button1 {
	padding: 1px 5px;
}

#forum-content #search-box li {
	text-align: left;
	margin-top: 4px;
}

#forum-content #search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

/* Forum shortcuts dropdown menu
----------------------------------------*/

#forum-content ul.categoryShortcuts.colorful li.gold,
#forum-content ul.categoryShortcuts.colorful li.pink,
#forum-content ul.categoryShortcuts.colorful li.blue {
	background-color: #fff !important;
}

#forum-content ul.categoryShortcuts.colorful{
	margin-top:1px;
}
#forum-content .categoryShortcuts.colorful li{
	float:left;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	width:220px;
}
#forum-content .categoryShortcuts.colorful li li{
	float:none;
	border:none;
	width:auto;
	display:block;
	padding:0 10px;
}
#forum-content .categoryShortcuts.colorful li li li{
	padding:0;
}
#forum-content .categoryShortcuts.colorful li li a{
	font-size:13px;
	display:block;
	background:none;
	font-weight:bold;
	border-top:1px solid #d8d8d8;
	padding:3px 0;
	color:#fff;
}
#forum-content .categoryShortcuts.colorful li li a.first{
	border:none;
}
#forum-content .categoryShortcuts.colorful li li li a{
	font-size:12px;
	font-weight:normal;
	padding:3px 10px;
}
#forum-content .categoryShortcuts.colorful li.pink{
	width:212px;
	border-right:none;
}
#forum-content .categoryShortcuts h3{
	position:relative;
}
#forum-content .categoryShortcuts h3 a{
	width:auto;	
}
#forum-content .categoryShortcuts h3 a.arrowDown{
	border:none;
	display:block;
}
#forum-content .categoryShortcuts a.arrowDown a{
	background:none;
}

#forum-content .categoryShortcuts li.blue a.arrowDownGoesUp {
	background: url("/images/forum/iconArrowUpBlue.png") no-repeat scroll right bottom transparent;
}
#forum-content .categoryShortcuts li.gold a.arrowDownGoesUp {
	background: url("/images/forum/iconArrowUpGold.png") no-repeat scroll right bottom transparent;
}
#forum-content .categoryShortcuts li.pink a.arrowDownGoesUp {
	background: url("/images/forum/iconArrowUpPink.png") no-repeat scroll right bottom transparent;
}

.button-register {
	background: url("/images/forum/30sek.png") no-repeat scroll right bottom transparent;
	height: 275px;
	width: 654px;
	border: 0;
	outline: 0;
	text-indent: 9999px;
}

h2.registration {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 18px !important;
	color: #383838 !important;
}

.argo-registration .logo {	
	height: 67px;
	float: left;
	position: relative;
	left: -8px;
}
.argo-registration .navbarTop {
	width: 460px;
	height: 61px;
	float: right;
}

.argo-registration .bannerWide {
	display: none !important;
}

.argo-registration .navbarTop ul.linklist {
	height: 50% !important
}

.argo-registration,
.argo-registration p {
	color: #333333 !important;
}
.argo-registration .buttonSend {
	background: url("/images/forum/button_send.png") center center no-repeat;
	text-indent: 9999px;
	border: 0;
	height: 25px;
	width: 75px;
}
.argo-registration .buttonReset {
	background: url("/images/forum/button_reset.png") center center no-repeat;
	text-indent: 9999px;
	border: 0;
	height: 25px;
	width: 99px;
}

.argo-registration label {
	font-size: 12px;
	font-weight: bold;
	color: #333333 !important;
}

.argo-registration dt span {
	font-size: 11px;
	font-weight: normal;
}

.argo-registration input.inputbox {
	width: 268px !important;
}
.argo-registration .fields2 {
	margin-top: 10px;
}

.argo-registration dl {
	margin-bottom: 0;	
}

.argo-registration {
	padding-bottom: 5px;
}

#forum-content .categoryShortcuts h3 {
	z-index: 9999 !important;
	/*position: absolute !important;*/
}

/*#forum-content .categoryShortcuts h3 ul.dropdown {*/
/*	position: absolute !important;*/
/*	z-index: 9999 !important;*/
/*}*/

#forum-content .categoryShortcuts h3 ul.dropdown{
	position:absolute;
	top:26px;
	left:-10px;
	width:233px;
	z-index:1000;
	padding-bottom:0.5em;
	display:none;
}
/*#forum-content .categoryShortcuts li:hover ul.dropdown,
#forum-content .categoryShortcuts li a:hover ul.dropdown{
	display:block;	
}*/
#forum-content .categoryShortcuts li.pink h3 ul.dropdown{
	width:225px;
}
#forum-content .categoryShortcuts.colorful li.blue ul.dropdown{
	background:#9bd8f4;
}
#forum-content .categoryShortcuts.colorful li.gold ul.dropdown{
	background:#c2d353;
}
#forum-content .categoryShortcuts.colorful li.pink ul.dropdown{
	background:#f5a7d9;
}

/* Horizontal lists
----------------------------------------*/
#forum-content ul.linklist {
	display: block;
	margin: 0;
	overflow:hidden;
	padding:0;
}

#forum-content ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	line-height: 2.2em;
	font-weight: bold;
}

#forum-content ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

#forum-content ul.linklist li strong {
	color: #015D86;
}

#forum-content ul.navlinks {
	padding-bottom: 1px;
	margin-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
}

#forum-content ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

#forum-content ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

#forum-content ul.linklist.leftside li.icon-ucp {
	font-weight: normal !important;
	color: #217aa4;
	font-size: 11px;
}

/* proSilver Content Styles
---------------------------------------- */

#forum-content ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}
#forum-content ul.topiclist li.header {
	margin-bottom:5px;
}

#forum-content ul.topiclist li.header dl,
#forum-content ul.topiclist li.header dt,
#forum-content ul.topiclist li.header dd {
	margin: 10px 0 0 0;
	padding: 0;
	border-left: 0;
}

#forum-content ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #777777;
	margin: 0;
}

#forum-content ul.topiclist dl {
	position: relative;
	width:100%;
}

#forum-content ul.topiclist li.row dl {
	padding: 2px 0;
	margin:10px 0;
}

#forum-content ul.topiclist li.row dt{
	font-size:12px;
	font-weight:normal;
	color:#383838;
}
#forum-content ul.topiclist li.row .forumtitle,
#forum-content ul.topiclist li.row .topictitle{
	font-size:13px;
	font-weight:bold;
	color:#383838;
}


#forum-content ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	font-size: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}

#forum-content ul.topiclist dd {
	display: block;
	float: left;
	border-left: 1px solid #ccc;
}

#forum-content ul.topiclist dfn {
	/* Labels for post/view counts */
	display: none;
}

#forum-content ul.topiclist li.row dt a.subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

#forum-content .forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

#forum-content li.row {
	border-top: 1px solid #cccccc;
}

#forum-content li.row strong {
	font-weight: normal;
	color: #000000;
}

#forum-content li.row:hover {
	background-color: #f6f6f6;
}

#forum-content li.row:hover dd {
	border-left-color: #CCCCCC;
}

#forum-content li.header dl{
	clear: left;
	margin:0;
}
#forum-content li.header dt, li.header dd {
	line-height: 1em;
	border-left-width: 0;
	margin: 2px 0 4px 0;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#forum-content li.header dt {
	font-weight: bold;
}
#forum-content li.header dt a{
	color:#383838;
	font-weight:normal;
	text-transform:normal;
}

#forum-content li.header dd {
	margin-left: 1px;
	color:#346f95;
}

#forum-content li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
#forum-content dl.icon {
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
	width:100%;
	text-indent:0;
}

#forum-content dl.icon dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}

#forum-content dd.posts, dd.topics, dd.views {
	width: 11%;
	text-align: center;
}

#forum-content .row dd.posts, #forum-content .row dd.topics, #forum-content .row dd.views, #forum-content .row dd.lastpost{
	height:2em;
	padding-top:5px;
	color:#333;
}
#forum-content .header dd.posts, #forum-content .header dd.topics, #forum-content .header dd.views, #forum-content .header dd.lastpost{
	border:none;	
}

#forum-content dd.lastpost {
	width: 19%;
}

#cp-main ul.topiclist.cplist dd.lastpost { width: 22%; }

#forum-content dd.redirect {
	font-size: 1.1em;
	line-height: 2.5em;
}

#forum-content dd.moderation {
	font-size: 1.1em;
}

#forum-content dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

#forum-content dd.time {
	width: auto;
	line-height: 200%;
	font-size: 1.1em;
}

#forum-content dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

#forum-content dd.mark {
	float: right !important;
	width: 11%;
	text-align: center;
	/*line-height: 200%;*/
	/*font-size: 1.2em;*/
}

#forum-content dd.info {
	width: 30%;
}

#forum-content dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

#forum-content dd.searchby {
	width: 47%;
	font-size: 1.1em;
	line-height: 1em;
}

#forum-content ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Table styles
----------------------------------------*/
#forum-content table.table1 {
	/* See tweaks.css */
}

#forum-content #ucp-main table.table1 {
	padding: 2px;
}

#forum-content table.table1 thead th {
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	line-height: 1.3em;
	font-size: 1em;
	padding: 0 0 4px 3px;
}

#forum-content table.table1 thead th span {
	padding-left: 7px;
}

#forum-content table.table1 tbody tr {
	border: 1px solid #cfcfcf;
}

#forum-content table.table1 tbody tr:hover, table.table1 tbody tr.hover {
	background-color: #f6f6f6;
	color: #000;
}

#forum-content table.table1 td {
	color: #6a6a6a;
	font-size: 1.1em;
}

#forum-content table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid #FAFAFA;
}

#forum-content table.table1 tbody th {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

/* Specific column styles */
#forum-content table.table1 .name		{ text-align: left; }
#forum-content table.table1 .posts		{ text-align: center !important; width: 7%; }
#forum-content table.table1 .joined	{ text-align: left; width: 15%; }
#forum-content table.table1 .active	{ text-align: left; width: 15%; }
#forum-content table.table1 .mark		{ text-align: center; width: 7%; }
#forum-content table.table1 .info		{ text-align: left; width: 30%; }
#forum-content table.table1 .info div	{ width: 100%; white-space: nowrap; overflow: hidden; }
#forum-content table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
#forum-content table.table1 thead .autocol { padding-left: 1em; }

#forum-content table.table1 span.rank-img {
	float: right;
	width: auto;
}

#forum-content table.info td {
	padding: 3px;
}

#forum-content table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	color: #000000;
	font-weight: normal;
}

#forum-content .forumbg table.table1 {
	margin: 0 -2px -1px -1px;
}

/* Post body links */
#forum-content .postlink {
	text-decoration: none;
	/*color: #d2d2d2;*/
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 0;
}

#forum-content .postlink:visited {
	color: #bdbdbd;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#forum-content .postlink:active {
	color: #d2d2d2;
}

#forum-content .postlink:hover {
	background-color: #f6f6f6;
	text-decoration: none;
	color: #404040;
}

#forum-content .signature a, #forum-content .signature a:visited, #forum-content .signature a:active, #forum-content .signature a:hover {
	border: none;
	/*text-decoration: underline;*/
	background-color: transparent;
}

/* Profile links */
#forum-content .postprofile a:link, #forum-content .postprofile a:active, #forum-content .postprofile a:visited, #forum-content .postprofile dt.author a {
	font-weight: bold;
	color: #898989;
	text-decoration: none;
}

#forum-content .postprofile a:hover, #forum-content .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #d3d3d3;
}


/* Profile searchresults */	
#forum-content .search .postprofile a {
	color: #898989;
	text-decoration: none; 
	font-weight: normal;
}

#forum-content .search .postprofile a:hover {
	color: #d3d3d3;
	text-decoration: underline; 
}

/* Container for post/reply buttons and pagination */
#forum-content .topic-actions {
	margin-bottom: 18px;
	font-size: 0.9em;
	height: 28px;
	min-height: 28px;
}
#forum-content div[class].topic-actions {
	height: auto;
}

/* Post body links */
#forum-content .postlink {
	/*color: #368AD2;*/
	border-bottom-color: #368AD2;
}

#forum-content .postlink:visited {
	color: #5D8FBD;
	border-bottom-color: #666666;
}

#forum-content .postlink:active {
	color: #368AD2;
}

#forum-content .postlink:hover {
	background-color: #D0E4F6;
	color: #0D4473;
}

#forum-content .signature a, #forum-content .signature a:visited, #forum-content .signature a:active, #forum-content .signature a:hover {
	background-color: transparent;
}

/* Profile links */
#forum-content .postprofile a:link, #forum-content .postprofile a:active, #forum-content .postprofile a:visited, #forum-content .postprofile dt.author a {
	color: #105289;
}

#forum-content .postprofile a:hover, #forum-content .postprofile dt.author a:hover {
	color: #D31141;
}

/* Profile searchresults */	
#forum-content .search .postprofile a {
	color: #105289;
}

#forum-content .search .postprofile a:hover {
	color: #D31141;
}

/* Post body styles
----------------------------------------*/
#forum-content .postbody {
	padding: 0;
	line-height: 1.48em;
	color: #333333;
	width: 76%;
	float: left;
	clear: both;
}

#forum-content .postbody .ignore {
	font-size: 1.1em;
}

#forum-content .postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.7em;
}

#forum-content .postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.5em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none;
	/*font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;*/
	line-height: 125%;
	font-weight: normal;
	color: #383838;
}

#forum-content .postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}
#forum-content .postbody .signature{
	border-top:1px solid #ccc;
	padding-top:1em;
	overflow: hidden;
}

#forum-content p.author {
	font-size: 11px;
}

#forum-content p.author a {
	font-size: 11px;
	color: #346f95;
	font-weight: normal;
}

#forum-content .postbody .content {
/*	font-size: 10px;*/
}

#forum-content .search .postbody {
	width: 68%
}

/* Topic review panel
----------------------------------------*/
#forum-content #review {
	margin-top: 2em;
}

#forum-content #topicreview {
	padding-right: 5px;
	overflow: auto;
	height: 300px;
}

#forum-content #topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#forum-content #topicreview .post {
	height: auto;
}

#forum-content #topicreview h2 {
	border-bottom-width: 0;
}

#forum-content ul.topiclist li.row dt a.subforum.read {
	background-image: url("/forum/styles/prosilver/imageset/subforum_read.gif");
}

#forum-content ul.topiclist li.row dt a.subforum.unread {
	background-image: url("/forum/styles/prosilver/imageset/subforum_unread.gif");
}

#forum-content #search-box{
	margin-top:1em;
	margin-bottom: 5px;
}
#forum-content .searchTable{
	margin:0;
}
#forum-content #search fieldset{
	/*background:transparent url("/images/forum/searchBox.gif") no-repeat;*/
	width:133px;
	padding-top:3px;
}
#forum-content #search fieldset a{
	float:left;
	margin-left: 8px;
}
#forum-content #search .inputbox,
#forum-content #search .button2{
	background:none;
	border:none;
}
#forum-content #search .inputbox{
	padding-left:10px;
	width:150px;
	margin-bottom:5px;
}
#forum-content #search fieldset input.button2{
	cursor:pointer;
	text-indent:-999em;
	width:45px !important;
	height:16px;
	background:none;
	border:none;
}

/* Poster profile block
----------------------------------------*/
#forum-content .postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
	min-height: 80px;
	color: #666666;
	font-size: 11px;
	border-left: 1px solid #FFFFFF;
	width: 22%;
	float: right;
	display: inline;
}

#forum-content .postprofile a.username-coloured {
	font-size: 12px;
}

#forum-content .pm .postprofile {
	border-left: 1px solid #DDDDDD;
}

#forum-content .postprofile dd, #forum-content .postprofile dt {
	line-height: 1.2em;
	margin-left: 8px;
}

#forum-content .postprofile strong {
	font-weight: normal;
	color: #000000;
}

#forum-content .avatar {
	border: none;
	margin-bottom: 3px;
}

#forum-content .online {
	background-image: none;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* Poster profile used by search*/
#forum-content .search .postprofile {
	width: 30%;
}

/* pm list in compose message if mass pm is enabled */
#forum-content dl.pmlist dt {
	width: 60% !important;
}

#forum-content dl.pmlist dt textarea {
	width: 95%;
}

#forum-content dl.pmlist dd {
	margin-left: 61% !important;
	margin-bottom: 2px;
}

/* Display options on viewtopic/viewforum pages  */
#forum-content fieldset.display-options {
	text-align: center;
	font-size: 11px;
	/*float: right;*/
	margin: 10px 0 10px 0;
}

#forum-content fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
	font-weight: normal;
}

#forum-content fieldset.display-options a {
	margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
#forum-content fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

#forum-content fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

#forum-content fieldset.sort-options {
	line-height: 2em;
}

/* Form button styles
---------------------------------------- */
#forum-content input.button1, #forum-content input.button2 {
	font-size: 1em;
}

#forum-content a.button1, #forum-content input.button1, #forum-content input.button3, #forum-content a.button2, #forum-content input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	background: #FAFAFA none repeat-x top;
}

#forum-content a.button1, #forum-content input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}

#forum-content input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
#forum-content a.button2, #forum-content input.button2, #forum-content input.button3 {
	border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
#forum-content a.button1, #forum-content a.button1:link, #forum-content a.button1:visited, #forum-content a.button1:active, #forum-content a.button2, #forum-content a.button2:link, #forum-content a.button2:visited, #forum-content a.button2:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
#forum-content a.button1:hover, #forum-content input.button1:hover, #forum-content a.button2:hover, #forum-content input.button2:hover, #forum-content input.button3:hover {
	border: 1px solid #BCBCBC;
	/*background-position: 0 100%;*/
	color: #BCBCBC;
}

#forum-content input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Form button styles
---------------------------------------- */

#forum-content a.button1, #forum-content input.button1, #forum-content input.button3, #forum-content a.button2, #forum-content input.button2 {
	color: #000;
	background-color: #FAFAFA;
	/*background-image: url("/forum/styles/prosilver/theme/images/bg_button.gif");*/
	background:transparent url("/images/forum/bg_button.png") no-repeat 100% 0px;
	padding-right:20px;
	color:#c22e4a;
}

#forum-content a.button1, #forum-content input.button1, #forum-content a.button2, #forum-content input.button2 {
	/*border-color: #666666;*/
	border-color:#c7c2be;
}

#forum-content input.button3 {
	background-image: none;
}

/* Alternative button */
#forum-content input.button3 {
	/*border-color: #666666;*/
	border-color:#c7c2be;
}

/* <a> button in the style of the form buttons */
#forum-content a.button1, #forum-content a.button1:link, #forum-content a.button1:visited, #forum-content a.button1:active, #forum-content a.button2, #forum-content a.button2:link, #forum-content a.button2:visited, #forum-content a.button2:active {
	/*color: #000000;*/
	color:#c22e4a;
}

/* Rollover buttons
   Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
#forum-content .buttons {
	float: left;
	width: auto;
	height: auto;
}

/* Rollover state */
#forum-content .buttons div {
	float: left;
	margin: 0 5px 0 0;
	background-position: 0 100%;
}

/* Rolloff state */
#forum-content .buttons div a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	position: relative;
	overflow: hidden;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
/*.buttons div span		{ display: none; }*/
/*.buttons div a:hover	{ background-image: none; }*/
#forum-content .buttons div span			{ position: absolute; width: 100%; height: 100%; cursor: pointer;}
#forum-content .buttons div a:hover span	{ background-position: 0 100%; }

/* Big button images */
#forum-content .reply-icon span	{ background: transparent none 0 0 no-repeat; }
#forum-content .quick-reply-icon span	{ background: transparent none 0 0 no-repeat; }
#forum-content .post-icon span		{ background: transparent none 0 0 no-repeat; }
#forum-content .locked-icon span	{ background: transparent none 0 0 no-repeat; }
#forum-content .pmreply-icon span	{ background: none 0 0 no-repeat; }
#forum-content .newpm-icon span 	{ background: none 0 0 no-repeat; }
#forum-content .forwardpm-icon span 	{ background: none 0 0 no-repeat; }

/* Set big button dimensions */
#forum-content .buttons div.reply-icon		{ width: 86px; height: 25px; }
#forum-content .buttons div.post-icon		{ width: 82px; height: 25px; }
#forum-content .buttons div.quick-reply-icon	{ width: px; height: px; }
#forum-content .buttons div.locked-icon	{ width: 62px; height: 25px; }
#forum-content .buttons div.pmreply-icon	{ width: 86px; height: 25px; }
#forum-content .buttons div.newpm-icon		{ width: 82px; height: 25px; }
#forum-content .buttons div.forwardpm-icon	{ width: 140px; height: 25px; }

/* General form styles
----------------------------------------*/
#forum-content fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin:0;
	padding:0;
}

#forum-content input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#forum-content select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #666666;
	padding: 1px;
	background-color: #FAFAFA;
}

#forum-content option {
	padding-right: 1em;
}

#forum-content option.disabled-option {
	color: graytext;
}

#forum-content textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

#forum-content label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

#forum-content label input {
	vertical-align: middle;
}

#forum-content label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
#forum-content fieldset dl {
	padding: 4px 0;
}

#forum-content fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

#forum-content fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
#forum-content fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

#forum-content fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

#forum-content fieldset.fields1 {
	background-color: transparent;
}

#forum-content fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Specific layout 2 */
#forum-content fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

#forum-content fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
#forum-content dt label {
	font-weight: bold;
	text-align: left;
}

#forum-content dd label {
	white-space: nowrap;
	color: #333;
}

#forum-content dd input, dd textarea {
	margin-right: 3px;
}

#forum-content dd select {
	width: auto;
}

#forum-content dd textarea {
	width: 85%;
}

/* Hover effects */
#forum-content fieldset dl:hover dt label {
	color: #000000;
}

#forum-content fieldset.fields2 dl:hover dt label {
	color: inherit;
}

#forum-content #timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

/* Quick-login on index page */
#forum-content fieldset.quick-login {
	margin-top: 5px;
}

#forum-content fieldset.quick-login input {
	width: auto;
}

#forum-content fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

#forum-content fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
#forum-content fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

#forum-content fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

#forum-content fieldset.display-options a {
	margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
#forum-content fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

#forum-content fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

#forum-content fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
#forum-content fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

#forum-content fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
#forum-content fieldset.jumpbox {
	text-align: right;
	margin-top: 0px;
	height: 2.5em;
}

#forum-content #jumpbox {
	position: relative;
	top: -4px;
}

#forum-content #jumpbox label {
	font-weight: normal;
	color: #333333;
}

#forum-content .returnTo {
	font-size: 12px;
	color: #217aa4;
	font-weight: bold;
	background-image: none !important;
	padding-left: 0 !important;
}

#forum-content .noBottomMargin {
	margin-bottom: 0;
	padding-bottom: 0;
}

#forum-content fieldset.quickmod {
	width: 50%;
	float: right;
	text-align: right;
	height: 2.5em;
}

/* Submit button fieldset */
#forum-content fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

#forum-content fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#forum-content #format-buttons {
	margin: 15px 0 2px 0;
}

#forum-content #format-buttons input, #forum-content #format-buttons select {
	vertical-align: middle;
}

#forum-content #format-buttons input.button2 {
	/*background-image: none !important;*/
	height: auto !important;
	width: auto !important;
	text-indent: inherit !important;
	
	padding-bottom:1px !important;
	padding-top:1px !important;
	background-repeat: repeat-x !important;
	border:1px solid #666666;
	background-color:#FAFAFA;
	background-image:url("/forum/styles/prosilver/theme/images/bg_button.gif") !important;
	color:#000000;
}

#forum-content #format-buttons input.button2:hover {
	border: 1px solid #BCBCBC;
	background-position: 0 100%;
	color: #BCBCBC;
}



/* Main message box */
#forum-content #message-box {
	width: 80%;
}

#forum-content #message-box textarea {
	/*font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;*/
	width: 100%;
	font-size: 1.2em;
	color: #333333;
}

/* Emoticons panel */
#forum-content #smiley-box {
	width: 18%;
	float: right;
}

#forum-content #smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
#forum-content .inputbox {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
	cursor: text;
}

#forum-content .inputbox:hover {
	border: 1px solid #eaeaea;
}

#forum-content .inputbox:focus {
	border: 1px solid #eaeaea;
	color: #4b4b4b;
}

#forum-content input.inputbox	{ width: 85%; }
#forum-content input.medium	{ width: 50%; }
#forum-content input.narrow	{ width: 25%; }
#forum-content input.tiny		{ width: 125px; }

#forum-content textarea.inputbox {
	width: 85%;
}

#forum-content .autowidth {
	width: auto !important;
}

/* Alternative button */
#forum-content input.button3 {
	border-color: #666666;
}

/* <a> button in the style of the form buttons */
#forum-content a.button1, #forum-content a.button1:link, #forum-content a.button1:visited, #forum-content a.button1:active, #forum-content a.button2, #forum-content a.button2:link, #forum-content a.button2:visited, #forum-content a.button2:active {
	color: #000000;
}

/* Hover states */
#forum-content a.button1:hover, #forum-content input.button1:hover, #forum-content a.button2:hover, #forum-content input.button2:hover, #forum-content input.button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

/* Topic and forum Search */
#forum-content .search-box {
	margin-left: 5px;
	float: left;
}

#forum-content .search-box input {
}

#forum-content input.search {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 17px;
}

#forum-content .full { width: 95%; }
#forum-content .medium { width: 50%;}
#forum-content .narrow { width: 25%;}
#forum-content .tiny { width: 10%;}

/*  	
--------------------------------------------------------------
Colours and backgrounds for buttons.css
-------------------------------------------------------------- */

/* Sub-header (navigation bar)
--------------------------------------------- */
#forum-content a.print, #forum-content a.sendemail, #forum-content a.fontsize {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

#forum-content a.print {
	background-image: none;
	width: 22px;
}

#forum-content a.sendemail {
	background-image: none;
	width: 22px;
}

#forum-content a.fontsize {
	background-image: none;
	background-position: 0 -1px;
	width: 29px;
}

#forum-content a.fontsize:hover {
	background-position: 0 -20px;
	text-decoration: none;
}

/* Big button images */
#forum-content .reply-icon span	{ background-image: url("/forum/styles/prosilver/imageset/sv/button_topic_reply.gif"); }
#forum-content .quick-reply-icon span	{ background-image: url(""); }
#forum-content .post-icon span		{ background-image: url("/forum/styles/prosilver/imageset/sv/button_topic_new.gif"); }
#forum-content .locked-icon span	{ background-image: url("/forum/styles/prosilver/imageset/sv/button_topic_locked.gif"); }
#forum-content .pmreply-icon span	{ background-image: url("/forum/styles/prosilver/imageset/sv/button_pm_reply.gif") ;}
#forum-content .newpm-icon span 	{ background-image: url("/forum/styles/prosilver/imageset/sv/button_pm_new.gif") ;}
#forum-content .forwardpm-icon span	{ background-image: url("/forum/styles/prosilver/imageset/sv/button_pm_forward.gif") ;}

#forum-content a.print {
	background-image: url("/forum/styles/prosilver/theme/images/icon_print.gif");
}

#forum-content a.sendemail {
	background-image: url("/forum/styles/prosilver/theme/images/icon_sendemail.gif");
}

#forum-content a.fontsize {
	background-image: url("/forum/styles/prosilver/theme/images/icon_fontsize.gif");
}

/* Icon images
---------------------------------------- */
#forum-content .sitehome, #forum-content .icon-faq, #forum-content .icon-members, #forum-content .icon-ucp, #forum-content .icon-register, #forum-content .icon-logout,
#forum-content .icon-bookmark, #forum-content .icon-bump, #forum-content .icon-subscribe, #forum-content .icon-unsubscribe, #forum-content .icon-pages, #forum-content .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 17px;
}

/* Poster profile icons
----------------------------------------*/
#forum-content ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
#forum-content ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
#forum-content ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
#forum-content ul.profile-icons li span { display:none; }
#forum-content ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
#forum-content .postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

#forum-content .postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
#forum-content .email-icon, #forum-content .email-icon a		{ background: none top left no-repeat; }
#forum-content .aim-icon, #forum-content .aim-icon a			{ background: none top left no-repeat; }
#forum-content .yahoo-icon, #forum-content .yahoo-icon a		{ background: none top left no-repeat; }
#forum-content .web-icon, #forum-content .web-icon a			{ background: none top left no-repeat; }
#forum-content .msnm-icon, #forum-content .msnm-icon a			{ background: none top left no-repeat; }
#forum-content .icq-icon, #forum-content .icq-icon a			{ background: none top left no-repeat; }
#forum-content .jabber-icon, #forum-content .jabber-icon a		{ background: none top left no-repeat; }
#forum-content .pm-icon, #forum-content .pm-icon a				{ background: none top left no-repeat; }
#forum-content .quote-icon, #forum-content .quote-icon a		{ background: none top left no-repeat; }

/* Moderator icons */
#forum-content .report-icon, #forum-content .report-icon a		{ background: none top left no-repeat; }
#forum-content .warn-icon, #forum-content .warn-icon a			{ background: none top left no-repeat; }
#forum-content .edit-icon, #forum-content .edit-icon a			{ background: none top left no-repeat; }
#forum-content .delete-icon, #forum-content .delete-icon a		{ background: none top left no-repeat; }
#forum-content .info-icon, #forum-content .info-icon a			{ background: none top left no-repeat; }

/* Set profile icon dimensions */
#forum-content ul.profile-icons li.email-icon		{ width: 20px; height: 20px; }
#forum-content ul.profile-icons li.aim-icon	{ width: 20px; height: 20px; }
#forum-content ul.profile-icons li.yahoo-icon	{ width: 20px; height: 20px; }
#forum-content ul.profile-icons li.web-icon	{ width: 20px; height: 20px; }
#forum-content ul.profile-icons li.msnm-icon	{ width: 20px; height: 20px; }
#forum-content ul.profile-icons li.icq-icon	{ width: 20px; height: 20px; }
#forum-content ul.profile-icons li.jabber-icon	{ width: 20px; height: 20px; }
#forum-content ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }
#forum-content ul.profile-icons li.quote-icon	{ width: 54px; height: 20px; }
#forum-content ul.profile-icons li.report-icon	{ width: 20px; height: 20px; }
#forum-content ul.profile-icons li.edit-icon	{ width: 41px; height: 20px; }
#forum-content ul.profile-icons li.delete-icon	{ width: 20px; height: 20px; }
#forum-content ul.profile-icons li.info-icon	{ width: 20px; height: 20px; }
#forum-content ul.profile-icons li.warn-icon	{ width: 20px; height: 20px; }

/* Fix profile icon default margins */
#forum-content ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
#forum-content ul.profile-icons li.quote-icon	{ margin: 0 0 0 10px; }
#forum-content ul.profile-icons li.info-icon, #forum-content ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }

/* Icon images
---------------------------------------- */
#forum-content .sitehome						{ background-image: url("/forum/styles/prosilver/theme/images/icon_home.gif"); }
#forum-content .icon-faq						{ background-image: url("/forum/styles/prosilver/theme/images/icon_faq.gif"); }
#forum-content .icon-members					{ background-image: url("/forum/styles/prosilver/theme/images/icon_members.gif"); }
/*#forum-content .icon-home						{ background-image: url("/forum/styles/prosilver/theme/images/icon_home.gif"); }*/
#forum-content .icon-ucp						{ background-image: url("/forum/styles/prosilver/theme/images/icon_ucp.gif"); }
#forum-content .icon-register					{ background-image: url("/forum/styles/prosilver/theme/images/icon_register.gif"); }
#forum-content.icon-logout					{ background-image: url("/forum/styles/prosilver/theme/images/icon_logout.gif"); }
#forum-content .icon-bookmark 					{ background-image: url("/forum/styles/prosilver/theme/images/icon_bookmark.gif"); }
#forum-content.icon-bump						{ background-image: url("/forum/styles/prosilver/theme/images/icon_bump.gif"); }
#forum-content .icon-subscribe					{ background-image: url("/forum/styles/prosilver/theme/images/icon_subscribe.gif"); }
#forum-content .icon-unsubscribe				{ background-image: url("/forum/styles/prosilver/theme/images/icon_unsubscribe.gif"); }
#forum-content .icon-pages						{ background-image: url("/forum/styles/prosilver/theme/images/icon_pages.gif"); }
#forum-content .icon-search					{ background-image: url("/forum/styles/prosilver/theme/images/icon_search.gif"); }

/* Profile & navigation icons */
#forum-content .email-icon, #forum-content .email-icon a		{ background-image: url("/forum/styles/prosilver/imageset/icon_contact_email.gif"); }
#forum-content .aim-icon, #forum-content .aim-icon a			{ background-image: url("/forum/styles/prosilver/imageset/icon_contact_aim.gif"); }
#forum-content .yahoo-icon, #forum-content .yahoo-icon a		{ background-image: url("/forum/styles/prosilver/imageset/icon_contact_yahoo.gif"); }
#forum-content .web-icon, #forum-content .web-icon a			{ background-image: url("/forum/styles/prosilver/imageset/icon_contact_www.gif"); }
#forum-content .msnm-icon, #forum-content .msnm-icon a			{ background-image: url("/forum/styles/prosilver/imageset/icon_contact_msnm.gif"); }
#forum-content .icq-icon, #forum-content .icq-icon a			{ background-image: url("/forum/styles/prosilver/imageset/icon_contact_icq.gif"); }
#forum-content .jabber-icon, #forum-content .jabber-icon a		{ background-image: url("/forum/styles/prosilver/imageset/icon_contact_jabber.gif"); }
#forum-content .pm-icon, #forum-content .pm-icon a				{ background-image: url("/forum/styles/prosilver/imageset/sv/icon_contact_pm.gif"); }
#forum-content .quote-icon, #forum-content .quote-icon a		{ background-image: url("/forum/styles/prosilver/imageset/sv/icon_post_quote.gif"); }

/* Moderator icons */
#forum-content .report-icon, #forum-content .report-icon a		{ background-image: url("/forum/styles/prosilver/imageset/icon_post_report.gif"); }
#forum-content .edit-icon, #forum-content .edit-icon a			{ background-image: url("/forum/styles/prosilver/imageset/sv/icon_post_edit.gif"); }
#forum-content .delete-icon, #forum-content .delete-icon a		{ background-image: url("/forum/styles/prosilver/imageset/icon_post_delete.gif"); }
#forum-content .info-icon, #forum-content .info-icon a			{ background-image: url("/forum/styles/prosilver/imageset/icon_post_info.gif"); }
#forum-content .warn-icon, #forum-content .warn-icon a			{ background-image: url("/forum/styles/prosilver/imageset/icon_user_warn.gif"); } /* Need updated warn icon */

/* Hover states */
#forum-content a.button1:hover, #forum-content input.button1:hover, #forum-content a.button2:hover, #forum-content input.button2:hover, #forum-content input.button3:hover {
	border-color: #BC2A4D;
	color: #BC2A4D;
}

#forum-content input.search {
	background-image: url("/forum/styles/prosilver/theme/images/icon_textbox_search.gif");
}

#forum-content input.disabled {
	color: #666666;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
#forum-content .column1 {
	width: 49%;
	float: left;
}

#forum-content .column1 .pmlist dt {
	float: left;
}
#forum-content .column1 .pmlist dd {
	float: left;
	clear: left;
	margin-left: 0 !important;
}

#forum-content .column2 dl dd {
	margin-left: 0 !important;
}

#postingbox .fields1 dl dt {
	width: 8em;
}

#postingbox .fields1 dl dd {
	margin-left: 8em;
}

#forum-content .column2 {
	float: right;
	clear: right;
	width: 49%;
}

.right {
	float: right;
}

.ucp-main .panel {
	/*float: right;*/
	position: relative;
	top: 1px;
}

html>body .cp-mini dl { *position: relative; *left: 10px; }

/* General classes for placing floating blocks */
#forum-content .left-box {
	float: left;
	width: auto;
	text-align: left;
}

#forum-content .right-box {
	float: right;
	width: auto;
	text-align: right;
}

#forum-content dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	/*font-size: 1.1em;*/
}
#forum-content dl.details a{
	font-weight:bold;
}

#forum-content dl.details.first{
	width:84%;
}
#forum-content dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	/*text-align: right;*/
	color: #000000;
	display: block;
	font-weight:bold;
	margin-bottom:1em;
}
#forum-content dl.details.first dt {
	width:20%;
	margin-left:40px;
}
#forum-content dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 1em;
	/*color: #828282;*/
	color: #333;
	float: left;
	width: 65%;
}
#forum-content dl.details.first dd {
	width:68%;
}

#viewprofile .dropshadow{
	width:102px;
	height:102px;
	text-align:center;
	line-height:102px;
	overflow:hidden;
	background:transparent url('/images/forum/avatarDropShadow.png') no-repeat center center;
	position:relative;
}
#viewprofile .dropshadow img{
	display:block;
	position:absolute;
	top:5px;
	left:3px;
}
#forum-content #viewprofile h3{
	border:none;
	font-size:1.5em;
	text-transform:capitalize;
	font-weight:normal;
	color:#333;
	margin-top:0;
}
#forum-content #viewprofile .signature{
	padding-top:0;
	line-height:2em;
	font-weight:bold;
}
#forum-content #viewprofile .panel{
	margin-bottom:0;
	padding-bottom:0;
}
#forum-content #viewprofile .panel .inner{
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
#forum-content #viewprofile .panel.panelSignature{
	padding-bottom:1em;
	margin-bottom:1em;
}
#forum-content #viewprofile .panel.panelSignature .inner{
	border-bottom:none;
}

/* Pagination
---------------------------------------- */
#forum-content .pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	float: right;
	color: #383838;
	font-size: 11px;
}

#forum-content .pagination span.page-sep {
	display: none;
}

#forum-content li.pagination {
	margin-top: 0;
}

#forum-content .pagination strong, #forum-content .pagination b {
	font-weight: normal;
}

#forum-content .pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

#forum-content .pagination span a, #forum-content .pagination span a:link, #forum-content .pagination span a:visited, #forum-content .pagination span a:active {
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #eeeeee;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

#forum-content .pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

#forum-content .pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
#forum-content .row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

#forum-content .row .pagination span a, #forum-content li.pagination span a {
	background-color: #FFFFFF;
}

#forum-content .row .pagination span a:hover, #forum-content li.pagination span a:hover {
	background-color: #d2d2d2;
}
/* Pagination
---------------------------------------- */

#forum-content .pagination span strong {
	color: #FFFFFF;
	background-color: #4692BF;
	border-color: #4692BF;
}

#forum-content .pagination span a, #forum-content .pagination span a:link, #forum-content .pagination span a:visited, #forum-content .pagination span a:active {
	color: #5C758C;
	background-color: #ECEDEE;
	border-color: #B4BAC0;
}

#forum-content .pagination span a:hover {
	border-color: #368AD2;
	background-color: #368AD2;
	color: #FFF;
}

/* Pagination in viewforum for multipage topics */
#forum-content .row .pagination {
	background-image: url("/forum/styles/prosilver/theme/images/icon_pages.gif");
}

#forum-content .row .pagination span a, #forum-content li.pagination span a {
	background-color: #FFFFFF;
}

#forum-content .row .pagination span a:hover, #forum-content li.pagination span a:hover {
	background-color: #368AD2;
}

/* Back to top of page */
#forum-content .back2top {
	clear: both;
	height: 11px;
	text-align: right;
}

#forum-content a.top {
	background: none no-repeat top left;
	text-decoration: none;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

#forum-content a.top2 {
	background: none no-repeat 0 50%;
	text-decoration: none;
	padding-left: 15px;
}

/* Arrow links  */
#forum-content a.up		{ background: none no-repeat left center; }
#forum-content a.down		{ background: none no-repeat right center; }
#forum-content a.left		{ background: none no-repeat 3px 60%; }
#forum-content a.right		{ background: none no-repeat 95% 60%; }

#forum-content a.up, #forum-content a.up:link, #forum-content a.up:active, #forum-content a.up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

#forum-content a.up:hover {
	background-position: left top;
	background-color: transparent;
}

#forum-content a.down, #forum-content a.down:link, #forum-content a.down:active, #forum-content a.down:visited {
	padding-right: 10px;
}

#forum-content a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

#forum-content a.left, #forum-content a.left:active, #forum-content a.left:visited {
	padding-left: 12px;
}

#forum-content a.left:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 0 60%;
}

#forum-content a.right, #forum-content a.right:active, #forum-content a.right:visited {
	padding-right: 12px;
}

#forum-content a.right:hover {
	color: #d2d2d2;
	text-decoration: none;
	background-position: 100% 60%;
}

/* Back to top of page */
#forum-content a.top {
	background-image: url("/forum/styles/prosilver/imageset/icon_back_top.gif");
}

#forum-content a.top2 {
	background-image: url("/forum/styles/prosilver/imageset/icon_back_top.gif");
}

/* Arrow links  */
#forum-content a.up		{ background-image: url("/forum/styles/prosilver/theme/images/arrow_up.gif") }
#forum-content a.down		{ background-image: url("/forum/styles/prosilver/theme/images/arrow_down.gif") }
#forum-content a.left		{ background-image: url("/forum/styles/prosilver/theme/images/arrow_left.gif") }
#forum-content a.right		{ background-image: url("/forum/styles/prosilver/theme/images/arrow_right.gif") }

#forum-content a.up:hover {
	background-color: transparent;
}

#forum-content a.left:hover {
	color: #368AD2;
}

#forum-content a.right:hover {
	color: #368AD2;
}

/* Content container styles
----------------------------------------*/
#forum-content .content {
	color: #333;
}

#forum-content .content h2, #forum-content .panel h2 {
	color: #333;
	/*border-bottom-color:  #CCCCCC;*/
}
#forum-content .panel h3 {
	margin: 0.5em 0;
}

#forum-content dl.faq dt {
	color: #333333;
}

#forum-content .posthilit {
	background-color: #F3BFCC;
	color: #BC2A4D;
}

/* Post signature */
#forum-content .signature {
	border-top-color: #CCCCCC;
}

/* Post noticies */
#forum-content .notice {
	border-top-color:  #CCCCCC;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
#forum-content blockquote {
	background-color: #EBEADD;
	background-image: url("/forum/styles/prosilver/theme/images/quote.gif");
	border-color:#DBDBCE;
	
	padding-left: 18px;
	background-repeat: no-repeat;
}

#forum-content blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

#forum-content blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
#forum-content dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

#forum-content dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

#forum-content dl.codebox code {
	color: #2E8B57;
}

#forum-content .syntaxbg		{ color: #FFFFFF; }
#forum-content .syntaxcomment	{ color: #FF8000; }
#forum-content .syntaxdefault	{ color: #0000BB; }
#forum-content .syntaxhtml		{ color: #000000; }
#forum-content .syntaxkeyword	{ color: #007700; }
#forum-content .syntaxstring	{ color: #DD0000; }

/* Attachments
----------------------------------------*/
#forum-content .attachbox {	
	border-color:  #C9D2D8;
}

#forum-content .pm-message .attachbox {
	background-color: #F2F3F3;
}

#forum-content .attachbox dd {
	border-top-color: #C9D2D8;
}

#forum-content .attachbox p {
	color: #666666;
}

#forum-content .attachbox p.stats {
	color: #666666;
}

#forum-content .attach-image img {
	border-color: #999999;
}

/* Inline image thumbnails */

#forum-content dl.file dd {
	color: #666666;
}

#forum-content dl.thumbnail img {
	border-color: #666666;
	background-color: #FFFFFF;
}

#forum-content dl.thumbnail dd {
	color: #666666;
}

#forum-content dl.thumbnail dt a:hover {
	background-color: #EEEEEE;
}

#forum-content dl.thumbnail dt a:hover img {
	border-color: #368AD2;
}

/* Post poll styles
----------------------------------------*/

#forum-content fieldset.polls dl {
	border-top-color: #DCDEE2;
	color: #666666;
}

#forum-content fieldset.polls dl.voted {
	color: #000000;
}

#forum-content fieldset.polls dd div {
	color: #FFFFFF;
}

#forum-content .rtl .pollbar1, #forum-content .rtl .pollbar2, #forum-content .rtl .pollbar3, #forum-content .rtl .pollbar4, #forum-content .rtl .pollbar5 {
	border-right-color: transparent;
}

#forum-content .pollbar1 {
	background-color: #AA2346;
	border-bottom-color: #74162C;
	border-right-color: #74162C;
}

#forum-content .rtl .pollbar1 {
	border-left-color: #74162C;
}

#forum-content .pollbar2 {
	background-color: #BE1E4A;
	border-bottom-color: #8C1C38;
	border-right-color: #8C1C38;
}

#forum-content .rtl .pollbar2 {
	border-left-color: #8C1C38;
}

#forum-content .pollbar3 {
	background-color: #D11A4E;
	border-bottom-color: #AA2346;
	border-right-color: #AA2346;
}

#forum-content .rtl .pollbar3 {
	border-left-color: #AA2346;
}

#forum-content .pollbar4 {
	background-color: #E41653;
	border-bottom-color: #BE1E4A;
	border-right-color: #BE1E4A;
}

#forum-content .rtl .pollbar4 {
	border-left-color: #BE1E4A;
}

#forum-content .pollbar5 {
	background-color: #F81157;
	border-bottom-color: #D11A4E;
	border-right-color: #D11A4E;
}

#forum-content .rtl .pollbar5 {
	border-left-color: #D11A4E;
}

#forum-content div#cp-main form#ucp .panel div.inner h3 {
	color: #333333;
}

#forum-content div#cp-main form#ucp .panel div.inner label:hover {
	color: #333333;
}

#forum-content div#cp-main form#ucp .panel div.inner ol.def-rules {
	color: #333333;
	font-size: 11px;
}

/* Poster profile block
----------------------------------------*/
#forum-content .postprofile {
	color: #666666;
	border-left-color: #ccc;
	padding-left:3px;
}

#forum-content .rtl .postprofile {
	border-right-color: #FFFFFF;
	border-left-color: transparent;
}

#forum-content .pm .postprofile {
	border-left-color: #DDDDDD;
}

#forum-content .rtl .pm .postprofile {
	border-right-color: #DDDDDD;
	border-left-color: transparent;
}

#forum-content .postprofile strong {
	color: #000000;
}

#forum-content .online {
	background-image: url("/forum/styles/prosilver/imageset/sv/icon_user_online.gif");
}

#forum-content #faqlinks{
	overflow:hidden;
	padding:10px;
	margin-bottom:3px;
}
#forum-content .content{
	padding:10px;
	margin-bottom:3px;
	overflow:hidden;
}
#forum-content h2{
	border-bottom:1px solid #ccc;
	margin-bottom:12px;
	padding-bottom:5px;
	color:#333;
}
#forum-content .panel{
	background:#ECF3F7;
	/*overflow:hidden;*/
	padding:1em 10px 10px;
	margin-bottom:3px;
}
#forum-content .panel .content{
	padding:0;
}
#forum-content #register h2{
	padding-bottom:10px;
}
#forum-content #register{
	font-size:11px;
}

/* proSilver Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html #forum-content table, * html #forum-content select, * html #forum-content input { font-size: 100%; }
* html #forum-content hr { margin: 0; }
* html #forum-content span.corners-top, * html #forum-content span.corners-bottom { background-image: url("/forum/styles/prosilver/theme/images/corners_left.gif"); }
* html #forum-content span.corners-top span, * html #forum-content span.corners-bottom span { background-image: url("/forum/styles/prosilver/theme/images/corners_right.gif"); }

#forum-content table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
html>body #forum-content table.table1 { width: 100%; }	/* Reset 100% for opera */

* html #forum-content ul.topiclist li { position: relative; }
* html #forum-content .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html #forum-content input.button1, * html #forum-content input.button2 {
	padding-bottom: 0;
	background-color: transparent;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html #forum-content .column1, * html #forum-content .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html 
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

#forum-content .clearfix, #forum-content  #tabs, #forum-content #minitabs, #forum-content fieldset dl, #forum-content ul.topiclist dl, #forum-content dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html #forum-content .clearfix, * html #forum-content .navbar, #forum-content ul.linklist {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html #forum-content  #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
* #forum-content :first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html #forum-content dl.details dd {
	margin-left: 30%;
	float: none;
}

#page-footer ul.linklist li.rightside {
	font-size: 11px;
	font-weight: normal;
	color: #383838;
}

#page-footer ul.linklist li.rightside a {
	color: #346f95;
}

/* CP tabbed menu
----------------------------------------*/
#forum-content #tabs {
	clear: both;
	line-height: normal;
	margin: 20px 0 -1px 7px;
	min-width: 570px;
}

#forum-content #tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#forum-content #tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#forum-content #tabs a {
	float: left;
	background: none no-repeat 0% -35px;
	margin: 0 1px 0 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

#forum-content #tabs a span {
	float: left;
	display: block;
	background: none no-repeat 100% -35px;
	padding: 6px 10px 6px 5px;
	color: #828282;
	white-space: nowrap;
}

#forum-content #tabs a:hover span {
	color: #bcbcbc;
}

#forum-content #tabs .activetab a {
	background-position: 0 0;
	border-bottom: 1px solid #ebebeb;
}

#forum-content #tabs .activetab a span {
	background-position: 100% 0;
	padding-bottom: 7px;
	color: #333333;
}

#forum-content #tabs a:hover {
	background-position: 0 -70px;
}

#forum-content #tabs a:hover span {
	background-position:100% -70px;
}

#forum-content #tabs .activetab a:hover {
	background-position: 0 0;
}

#forum-content #tabs .activetab a:hover span {
	color: #000000;
	background-position: 100% 0;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#forum-content #minitabs {
	line-height: normal;
	margin: -20px 7px 0 0;
}

#forum-content #minitabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#forum-content #minitabs li {
	display: block;
	float: right;
	padding: 0 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	background-color: #f2f2f2;
	margin-left: 2px;
}

#forum-content #minitabs a {
}

#forum-content #minitabs a:hover {
	text-decoration: none;
}

#forum-content #minitabs li.activetab {
	background-color: #F9F9F9;
}

#forum-content #minitabs li.activetab a, #forum-content #minitabs li.activetab a:hover {
	color: #333333;
}

/* CP tabbed menu
----------------------------------------*/
#forum-content #tabs a {
	background-image: url("/forum/styles/prosilver/theme/images/bg_tabs1.gif");
}

#forum-content #tabs a span {
	background-image: url("/forum/styles/prosilver/theme/images/bg_tabs2.gif");
	color: #536482;
}

#forum-content #tabs a:hover span {
	color: #BC2A4D;
}

#forum-content #tabs .activetab a {
	background-color: #DFEAF2;
}

#forum-content #tabs .activetab a span {
	color: #333333;
}

#forum-content #tabs .activetab a:hover span {
	color: #000000;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#forum-content #minitabs li {
	background-color: #E1EBF2;
}

#forum-content #minitabs li.activetab {
	background-color: #F9F9F9;
}

#forum-content #minitabs li.activetab a, #forum-content #minitabs li.activetab a:hover {
	color: #333333;
}

#smiley-box strong{
	font-weight:normal;
}
#smiley-box strong a{
	font-size:0.8em;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#forum-content #navigation {
	padding:0;
	background:none;
	padding-top: 36px;
	float:left;
	width:125px;
	font-size:11px;
}

#forum-content #navigation ul {
	background:none;
	height:auto;
	line-height:normal;
	list-style:none;
}

/* Default list state */
#forum-content #navigation ul li {
	float:none;
	text-indent:0;
	margin: 1px 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#forum-content #navigation a {
	display: block;
	padding: 5px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background: #cfcfcf none repeat-y 100% 0;
}

#forum-content #navigation a:hover {
	text-decoration: none;
	background-color: #c6c6c6;
	color: #bcbcbc;
	background-image: none;
}

#forum-content #navigation #active-subsection a {
	display: block;
	color: #d3d3d3;
	background-color: #F9F9F9;
	background-image: none;
}

#forum-content #navigation #active-subsection a:hover {
	color: #d3d3d3;
}

/* Preferences pane layout
----------------------------------------*/

#forum-content fieldset.submit-buttons {
	float: right;
	clear: both;
	width:510px;
	text-align: center;
}

#forum-content #cp-main h2 {
	border-bottom: none;
	padding: 0;
	color: #333333;
	left: -120px;
	position: relative;
}

#forum-content #cp-main .panel {
	background-color: #F9F9F9;
	float: right;
	width:528px;
}
#forum-content #cp-main .panel h3{
	border:none;
}

#forum-content #cp-main .pm {
	background-color: #FFFFFF;
}

#forum-content #cp-main span.corners-top, #forum-content #cp-menu span.corners-top {
	background-image: none;
}

#forum-content #cp-main span.corners-top span, #forum-content #cp-menu span.corners-top span {
	background-image: none;
}

#forum-content #cp-main span.corners-bottom, #forum-content #cp-menu span.corners-bottom {
	background-image: none;
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: none;
}

/* Topicreview */
#forum-content #cp-main .panel #topicreview span.corners-top, #forum-content #cp-menu .panel #topicreview span.corners-top {
	background-image: none;
}

#forum-content #cp-main .panel #topicreview span.corners-top span, #forum-content #cp-menu .panel #topicreview span.corners-top span {
	background-image: none;
}

#forum-content #cp-main .panel #topicreview span.corners-bottom, #forum-content #cp-menu .panel #topicreview span.corners-bottom {
	background-image: none;
}

#forum-content #cp-main .panel #topicreview span.corners-bottom span, #forum-content #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: none;
}

#forum-content #cp-main .panel dl{
	/*height:44px !important;*/
}

#cp-menu #navigation li a {
	height: auto;
}


/* Friends list */
#forum-content .cp-mini {
	background-color: #f9f9f9;
	padding: 0 5px 0 0;
	float: left;
	clear: left;
	margin: 10px 0 10px 0;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #F60;
	border-left: 3px solid #F60;
	border-right: 3px solid #F60;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
	border-left: 3px solid #A9B8C2;
	border-right: 3px solid #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
	border-left: 3px solid #5D8FBD;
	border-right: 3px solid #5D8FBD;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: black;
	border-left: 3px solid black;
	border-right: 3px solid black;
}


.pm-legend {
	font-size: 10px;
	border-left-style: solid;
	border-left-width: 10px;
	border-right-width: 0px;
	margin-bottom: 3px;
	padding-left: 3px;
}

#forum-content .cp-mini span.corners-top, #forum-content .cp-mini span.corners-bottom {
	margin: 0 -5px;
}

#forum-content dl.mini dt {
	font-weight: bold;
	color: #676767;
}

#forum-content dl.mini dd {
	padding-top: 4px;
}

#forum-content .friend-online {
	font-weight: bold;
}

#forum-content .friend-offline {
	font-style: italic;
}

/* UCP navigation menu
----------------------------------------*/

/* Link styles for the sub-section links */
#forum-content #navigation a {
	color: #333;
	background-color: #B2C2CF;
	background-image: url("/forum/styles/prosilver/theme/images/bg_menu.gif");
}

#forum-content #navigation a:hover {
	background-color: #d8e1e7;
	color: #BC2A4D;
}

#forum-content #navigation #active-subsection a {
	color: #D31141;
	background-color: #F9F9F9;
	background-image: none;
}

#forum-content #navigation #active-subsection a:hover {
	color: #D31141;
}

/* Preferences pane layout
----------------------------------------*/
#forum-content #cp-main h2 {
	color: #333333;
}

#forum-content #cp-main .panel {
	background-color: #F9F9F9;
}

#forum-content #cp-main .pm {
	background-color: #FFFFFF;
}

#forum-content #cp-main span.corners-top, #forum-content #cp-menu span.corners-top {
	background-image: url("/forum/styles/prosilver/theme/images/corners_left2.gif");
}

#forum-content #cp-main span.corners-top span, #forum-content #cp-menu span.corners-top span {
	background-image: url("/forum/styles/prosilver/theme/images/corners_right2.gif");
}

#forum-content #cp-main span.corners-bottom, #forum-content #cp-menu span.corners-bottom {
	background-image: url("/forum/styles/prosilver/theme/images/corners_left2.gif");
}

#forum-content #cp-main span.corners-bottom span, #forum-content #cp-menu span.corners-bottom span {
	background-image: url("/forum/styles/prosilver/theme/images/corners_right2.gif");
}

/* Topicreview */
#forum-content #cp-main .panel #topicreview span.corners-top, #forum-content #cp-menu .panel #topicreview span.corners-top {
	background-image: url("/forum/styles/prosilver/theme/images/corners_left.gif");
}

#forum-content #cp-main .panel #topicreview span.corners-top span, #forum-content #cp-menu .panel #topicreview span.corners-top span {
	background-image: url("/forum/styles/prosilver/theme/images/corners_right.gif");
}

#forum-content #cp-main .panel #topicreview span.corners-bottom, #forum-content #cp-menu .panel #topicreview span.corners-bottom {
	background-image: url("/forum/styles/prosilver/theme/images/corners_left.gif");
}

#forum-content  #cp-main .panel #topicreview span.corners-bottom span, #forum-content  #cp-menu .panel #topicreview span.corners-bottom span {
	background-image: url("/forum/styles/prosilver/theme/images/corners_right.gif");
}

/* Friends list */
#forum-content .cp-mini {
	background-color: #eef5f9;
}

#forum-content dl.mini dt {
	color: #425067;
}

html body div form div div fieldset dl dd select {
	width: 330px !important;
}

#cp-main #ucp #timezone.autowidth,
#cp-main #ucp #lang,
#cp-main #ucp #dateoptions {
	width: 300px !important;
}

#rename_folder_id,
#remove_folder_id { width: 330px !important; }


.argo-registration .panelWhite FIELDSET { float: left !important; margin-left: 10px !important; }

/*#forum-content FIELDSET.submit-buttons INPUT { text-indent: -9999em !important; font-size: 0 !important; display:block !important; line-height: 0 !important; }*/

.argo-registration #page-body { margin-top: 10px; }

#postform .submit-buttons { width: 670px !important; }

#postingbox #format-buttons input { padding-right: 3px; }

#postform .submit-buttons input { 
background-color:#FAFAFA;
background-image:url("/forum/styles/prosilver/theme/images/bg_button.gif") !important;
background-repeat:repeat-x !important;
border:1px solid #666666;
color:#000000;
height:auto !important;
padding-bottom:1px !important;
padding-top:1px !important;
text-indent:inherit !important;
width:auto !important;
padding-right: 3px !important;
}

#cp-main #ucp select { width: auto !important; }

#ucp #bday_day,
#ucp #bday_month,
#ucp #bday_year 		{ width: auto !important; }

#forum-content ul.linklist a.sendemail, #forum-content ul.linklist a.print { margin-top: 4px; line-height: 18px; text-indent: 18px; width: auto; }

/* 2010-04-27 */
#forum-content ul.linklist li.icon-home {  }
#forum-content ul.linklist li.rightside { white-space: nowrap; }
#forum-content ul.linklist li.rightside.print { width: 50px; }

.cp-mini input { display: block; }
#cp-menu { float: left; }


/* 2010-06-02 */
#forum-content #quick_reply fieldset.submit-buttons { float: none !important; }

/* 2010-06-08 */
#argoMenuTop									{ margin-bottom: 10px; }
	#argoMenuTopList 							{ }
		#argoMenuTopList li 					{ float: left; display:inline-block; background:no-repeat; vertical-align:text-top; outline:none; overflow:hidden; text-indent:-999em; width:auto; min-height:23px;}
		#argoMenuTopList li a					{ display: block; min-height:23px; background:no-repeat;}
		
		#argoMenuTopList li.watch a:hover		{ background-position: 0 100%; }
		#argoMenuTopList li.watch a				{ width: 89px; height: 25px; background-image: url("/forum/images/icons/argo/bevaka.png"); }
		
		#argoMenuTopList li.bookmark a:hover	{ background-position: 0 100%; }
		#argoMenuTopList li.bookmark a			{ width: 111px; height: 25px; background-image: url("/forum/images/icons/argo/bookmark.png"); }

		#argoMenuTopList li.facebook a:hover	{ background-position: 0 100%; }
		#argoMenuTopList li.facebook a			{ width: 104px; height: 25px; background-image: url("/forum/images/icons/argo/facebook.png"); }

		#argoMenuTopList li.mamma-bloggar a:hover	{ background-position: 0 100%; }
		#argoMenuTopList li.mamma-bloggar a		{ width: 101px; height: 25px; background-image: url("/forum/images/icons/argo/mamma.png"); }

		#argoMenuTopList li.experter a:hover	{ background-position: 0 100%; }
		#argoMenuTopList li.experter a			{ width: 104px; height: 25px; background-image: url("/forum/images/icons/argo/experter.png"); }

		#argoMenuTopList li.contest	a:hover		{ background-position: 0 100%; }
		#argoMenuTopList li.contest	a			{ width: 82px; height: 25px; background-image: url("/forum/images/icons/argo/contest.png"); }

		#argoMenuTopList li.graviditetskalender a:hover	{ background-position: 0 100%; }
		#argoMenuTopList li.graviditetskalender a	{ width: 98px; height: 25px; background-image: url("/forum/images/icons/argo/graviditetskalender.png"); }
		

/* 2010-06-10 */

#cp-main #viewfolder .post.pm { float: right; width: 528px; }

#search-box #search fieldset a { color: #828282; }
#search-box #search fieldset a:hover { color: #015D86; }

/*#forum-content #cp-main #viewfolder fieldset.display-actions div { float: right; }*/
#forum-content #cp-main #viewfolder fieldset.display-actions .specialPm { float: left !important; clear: left; width: 400px; }
#forum-content #cp-main #viewfolder fieldset.display-actions .left-box label { display:block; float:left; }
#forum-content #cp-main #viewfolder fieldset.display-actions .left-box p { display: block; float: left; margin: 0 !important; padding: 0 !important; margin-bottom: 0 !important; }
#forum-content #cp-main #viewfolder fieldset.display-actions .left-box label select { display: inline;  }
#forum-content #cp-main #viewfolder fieldset.display-actions .left-box { float: left !important; clear: left; margin-bottom: 2px; }
#forum-content #cp-main #viewfolder fieldset.display-actions .left-box input { }
#forum-content #cp-main #viewfolder fieldset.display-actions select { float: left; display: block; }
#forum-content #cp-main #viewfolder fieldset.display-actions #export_option { }
#forum-content #cp-main #viewfolder fieldset.display-actions .button2 { display: block; float: left; margin-left: 5px; }

#phpbb .rightColumnCenter.boxGreen {    
    margin: 0 0 9px !important;
    position: relative;
	float: none;
	clear: none;
	position: relative;
	width: auto;
}
