/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		idstyle2
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/*
--------------------------------------------------------------
Typeface settings
-------------------------------------------------------------- */

/* some basic styles */
body {
    font-family: Arial,Helvetica,sans-serif;
    color: #ddd;
    font-size: 10px;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #fff;
    text-decoration: underline;
}
h1 {
    font-size: 2.4em;
}
h2 {
    font-size: 2.2em;
}
h3 {
    font-size: 2.0em;
}

h2 a, h3 a {
    text-decoration: none;
    color: #ddd;
}
h2 a:hover, h3 a:hover,
h2 a:active, h3 a:active,
h2 a:focus, h3 a:focus {
    text-decoration: none;
}
p {
    font-size: 1.4em;
}

fieldset dl dt label {
    font-size: 1.3em;
    font-weight: bold
}
fieldset dl:hover dt label {
    color: #fff;
}
fieldset dl dt span, fieldset dl dd {
    font-size: 1.2em;
}
fieldset legend{
    font-size: 1.3em;
    font-weight: bold;
    color: #ccc;
}
fieldset:hover legend{
  color: yellow;
}
input, textarea, select {
    color: #222;
}

/* generic panelly bits */
.panel {
}


/*header and footer bits*/
.navbar {
    color: #ddd;
    font-size: 1.4em;
}
.navbar a, .navbar a {
    color: #ddd;
    font-weight: bold;
    text-decoration: none;
}
.navbar a:hover,
.navbar a:hover,
.navbar a:focus {
    color: #fff;
}
.phpbb-copyright, .id-copyright {
    font-size: 1.1em;
}
a.admin-link {
    color: #F80;
}
p.breadcrumbs {
    font-size: 1.5em;
    color: #fff;
}
p.breadcrumbs a {
    color: #fff;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}
p.breadcrumbs a:hover,
p.breadcrumbs a:active,
p.breadcrumbs a:focus {
    color: #f80;
    text-decoration: none;
}


/* index_body */
ul.time-info, ul.context-tasks {
    font-size: 1.2em;
    line-height: 1.1em;
}
ul.context-tasks a{
    color: #ccc;
    text-decoration: none;
}
ul.context-tasks a:hover, ul.context-tasks a:active, ul.context-tasks a:focus,
#index-search-box a:hover, #index-search-box a:active, #index-search-box a:focus {
    color: #fff;
}
p.linkmcp { font-size: 1.2em;   }
p.linkmcp a { color: #0c0; }
#quick-login { font-size: 1.3em; }
#quick-login label{ font-weight: bold; }



/* viewforum */
h2.forum-name { clear: both; }
#index-search-box a, .search-box label {font-size: 1.2em; color: #fff}
.rules, .alert {
    font-size: 1.4em;
}
.rules p, .alert p{
    font-size: 1em;
}
.error {
    color: #f44;
    font-style: italic;
    font-weight: bold;
}
.ignore {
    color: #ff0;
    font-size: 1.3em;
}
.pagination { font-size: 1.3em; }
.pagination span a, .pagination span strong {
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
    font-weight: normal;
    text-decoration: none;
    margin: 0 2px;
    padding: 0 2px;
    border: 1px solid #ccc;
    background-color: #1C3855;
    color: #ccc;
    line-height: 1.5em;  /* for ie7 and below, to make top and bottom border display */
}
td .pagination {
	font-size: 1em;
	line-height: 1.4em;  /* for ie7 and below, to make top and bottom border display */
}
td .pagination a{
    background-color: #22466A;
}
.pagination span strong, .pagination span a:hover, .pagination span a:active,
.pagination span a:focus {
  border: 1px solid #1C3855;
  background-color: #ccc;
  color: #1C3855;
}
.page-sep {display: none;}
.display-options {
	font-size: 1.2em;
}




/* viewtopic_body.html */
.postbody h3, .signature {
  font-size: 1.2em;
}
.postbody p.author {
  font-size: 1.1em;
}
.notice {
  font-style: italic;
  font-size: 1em;
  color: #aaa;
}
.postbody .content {
  line-height: 1.2em;
  font-size: 1.4em;
}
.postbody .content p{
  font-size: 1em;
}
.postbody .content a, .signature a{
  font-weight: normal;
  text-decoration: underline;
  color: #ccc;
}
.signature, .signature a {
  color: #abc;
}
.postbody p.author a, .postbody .notice a,
.postbody .content a:hover, .signature a:hover,
.postbody .content a:active, .signature a:active,
.postbody .content a:focus, .signature a:focus {
  color: #fff;
}
/* codebox */
.postbody  l.codebox { font-size: 1em;}
.postbody dl.codebox dt{
  font-weight: bold;
  text-transform: uppercase;
}
.postbody dl.codebox code{
    color: #2E7757;
    font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
    font-weight: bold;
}
/* Quote block */
.postbody .content blockquote * {
  font-size: 1em;
}
.postbody .content blockquote cite{
  font-weight: bold;
  font-size: 1em;
}
/* attachments */
.postbody dl.attachbox dt{
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
.postbody dl.attachbox dd dl{
  font-size: 1.2em;
}
/* user profile block */
dl.postprofile {
}
dl.postprofile dt{
  font-weight: bold;
  font-size: 1.2em;
}
dl.postprofile dd{
  font-size: 1.1em;
}
dl.postprofile dt a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
dl.postprofile a:hover, dl.postprofile a:active, dl.postprofile a:focus{
  text-decoration: underline;
}
/*general*/
.user-online {
  color: #0e0;
}
.post .back2top a{
 text-decoration: none;
 color: #ccc;
}
.post .back2top a:hover, .post .back2top a:active, .post .back2top a:focus {
 text-decoration: none;
 color: #fff;
}
/* Poll */
fieldset.polls dl dt {
	font-weight: bold;
	font-size: 1.3em;
}
fieldset.polls dl dt label {
    font-size: 1em;
}
fieldset.polls dl dd{
  font-size: 1.3em;
}
fieldset.polls dl:hover {
  color: #fff;
}
fieldset.polls dd {
  color: #ccc;
}
fieldset.polls .voted {
  font-weight: bold;
  color: #ff3
}
fieldset.polls .voted, fieldset.polls .voted dd.resultbar+dd  {
  font-weight: bold;
  color: #ff3
}
fieldset.jumpbox, form.quickmod  {
    font-size: 1.3em;
}


/* login_body */

#login dd.login-send a {
	font-size: 1.2em;
}




/* register */
#register dd {
    font-size: 1.2em;
}

/* FAQ */
#faqlinks dl {
    font-size: 1.3em
}
.faq-ans dl {
  font-size: 1.4em;
}
#faqlinks strong, .faq strong{
  font-size: 1.15em;
}


/* members */
.alpha-list {
  font-size: 1.3em;
}
.rank-img {
 font-size: 0.8em;
 font-weight: normal;
 color: #aaa;
}
.user-avatar dd {
    font-size: 1.1em;
}
dl.user-details, #group-info dl {
  font-size: 1.3em;
}
dl.user-contacts, dl.user-stats {
  font-size: 1.2em;
}

dl.user-details dt, dl.user-stats dt, dl.user-contacts dt,
#search_memberlist dt, #viewprofile dt, #group-info dt, #search_memberlist dt{
  font-weight: bold;
}



/* posting_layout */
#smiley-box {
  font-size: 1.2em;
}
#tabs ul li a {
  color: #ccc;
  font-size: 1.3em;
}
#tabs ul li a:active,
#tabs ul li a:hover,
#tabs ul li a:focus{
  text-decoration: none;
  color: #fff;
}
#tabs ul li.activetab a{
  color: #ccc;
  font-weight: bold;
}
#options-panel li label {
	font-size: 1.3em;
}
#options-panel li:hover label {
	color: #fff;
}
#poll-panel label+ br + span {
  font-weight: normal;
}
h3#review {
  margin: 1em 0 0;
}
h3#review span.expander a {
  text-transform: uppercase;
  color: #ff0;
  font-size: 0.6em;
  float: left;
}


/*  mcp_* ucp_* */
#cp-main h2, #cp-main h3{
  text-align: left;
  font-size: 1.7em
}
#cp-main h3{
  font-size: 1.5em;
}
#cp-main ul.topiclist {
    font-size: 1.2em;
}
ul.topiclist .header{
  font-weight: bold;
}
#cp-main ol.def-rules {
    font-size: 1.2em;
    list-style: decimal;
}
#cp-main .avatar-gallery fieldset,
#cp-main table td, #cp-main table th,
#cp-main .display-options, #cp-main .display-actions ,
#cp-main .postbody h3 ,
#cp-main #jumpbox , #cp-main .forum-selection ,
#cp-main fieldset div label {
    font-size: 1.2em;
    vertical-align: top;
}
#cp-main #group_list .sep {
    color: #066;
}

#cp-menu #navigation li a {
  font-size: 1.2em;
  font-weight: normal;
  color: #ccc;
}
#cp-menu #navigation li#active-subsection a {
  font-weight: bold;
}
#cp-menu #navigation li a:hover,
#cp-menu #navigation li a:focus,
#cp-menu #navigation li a:active {
  text-decoration: none;
  color: #fff;
}
#cp-menu #navigation li#active-subsection a:hover,
#cp-menu #navigation li#active-subsection a:focus,
#cp-menu #navigation li#active-subsection a:active {
  text-decoration: none;
  color: #ccc;
}
#cp-menu .cp-mini dl {
    font-size: 1.1em;
}
#cp-menu .cp-mini dl dt{
	font-weight: bold;
    color: #ff0;
}
#cp-menu .cp-mini dl dd.friend-offline{
	font-style: italic;
}
#cp-menu .cp-mini dl.mini input {
    font-size: 0.8em;
}

#minitabs ul li a {
  color: #ccc;
  font-size: 1.1em;
}
#minitabs ul li a:active,
#minitabs ul li a:hover,
#minitabs ul li a:focus{
  text-decoration: none;
  color: #fff;
}
#minitabs ul li.activetab a{
  color: #ccc;
  font-weight: bold;
}


/* search */
form#adv-search dl:hover dt label {
  color: #fff;
}
ul.searchresults a{
  color: #ff0;
  font-size: 1.3em;
}
ul.searchresults a:hover, ul.searchresults a:focus, ul.searchresults a:active{
  text-decoration: none;
}
ul.searchresults a:after{
  content: "\0020\00BB.";
}
ul.searchresults a:hover:after{
  content: "\0020,\00BB";
}


/* user control panel */
dl strong.pagination {
	font-size: 1em;
	margin-right: 4px;
}
/*  --------------------------------------------------------------
layout definitions for page elements
-------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	padding: 0 10px;
}
h2, h3 {
	text-align: right;
	padding-right: 2em;
}
hr {
	margin: 0.5em 0;
	clear: both;
}
legend {
	margin-left: 1em;
}
fieldset dl {
	height: 1%;
	overflow: hidden;
	margin: 0.5em 0;
}
fieldset dl dt {
	display: block;
	float: left;
	clear: left;
	width: 40%;
}
fieldset dl dt label{

}
fieldset dl dd {
	display: block;
	margin-left: 41%;
}
fieldset.fields2 dl dt, dl.fields2 dt {
	width: 25%;
}
fieldset.fields2 dl dd, dl.fields2 dd {
	margin-left: 26%;
}
fieldset.submit-buttons {
	text-align: center;
}
.clear { clear: both; }

input.inputbox	{ width: 80%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 125px; }
input.autowidth, input.search {width: auto;}
textarea.inputbox {
	width: 80%;
}

/* page layout*/
#wrap {
	margin: 15px auto;	
	max-width: 1280px;
	min-width: 762px;
}

#simple-wrap {
	margin: 1em 5px;;
}

/* generic panelly bits */
.panel {
	margin: 1.5em 80px;
	padding: 0 10px 10px;
	clear: both;
}
#simple-wrap .panel {
	margin: 1.5em 0;
}
.panel h2, .panel h3 {
	margin: 0 -10px 5px;
}
.panel p {
	margin: 0.8em 0;
}
span.corners-bottom {display: block; clear: both;}


/* header and footer bits */
.navbar {
	margin: 2em 20px 1em;
	padding: 4px;
	text-align: right;
}
.navbar ul {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
}
.navbar ul li {
	padding: 0 0.2em;
 	display: inline;
}
.navbar.footer ul {
	padding: 0.2em 0;
}
.navbar.footer ul.forum-topic-actions {
	display: block;
	text-align: left;
}
.navbar.footer ul.forum-topic-actions li {
	display: inline;
	padding: 0.2em;
}
.phpbb-copyright{
	margin-bottom: 2em;
}
.phpbb-copyright, .id-copyright {
	text-align: center;
}
#footer, .id-copyright {
	height: 40px;
}

p.breadcrumbs {
	margin: 0 0 0.5em 0;
	text-align: left;
	clear: both;
}

#site-description {
	position: relative;
}
#site-description img, #site-description h1, #site-description h1 a span,
#site-description p, .skiplink {
	display: none;
}
#site-description h1, #site-description h1 a {
	display: block;
}
#site-description h1 a {
	height: 98px;
}
#page-body {
	margin: 0 20px;
}
#simple-wrap #page-body {
	margin: 0;
}


/* index_body */
ul.time-info {
	margin: 0 0 1em;
	padding: 0;
	float: left;
}
ul.context-tasks {
	margin: 0 0 1em 5em;
	padding: 0;
	text-align: right;
	float: right;
}
ul.time-info li, ul.context-tasks li {
	list-style: none;
	padding: 0;
}
p.linkmcp { clear: both; float: left; display: block; margin: 0 0 1em;}
#index-search-box {
	margin: 0.5em 0;
	text-align: right;
	height: 1%;
	clear: right;
}
#index-search-box form, #index-search-box fieldset {
	padding: 0;
	border: 0;
}


/* viewforum */
h2.category-name {
	clear: both;
}
.rules, .alert {
  clear: both;
  margin: 1em 0;
  padding: 0.5em;
}
p.forum-description {
  margin: 0.5em 0 0;
}
p.forum-moderators {
  margin: 0 0 0.5em;
}
img.topic-icon {
	float: left;
	margin-left: -20px;
}
.page-actions, .topic-actions {
	clear: both;
	margin: 0.5em 0;
}
.search-box {
	float: right;
	clear: right;
	margin-bottom: 2px;
}
.pagination {
	display: block;
	text-align: right;
	margin: 0.5em 0;
}
.page-actions .pagination {
	line-height: 110%;
}
/* pagination within topic row*/
strong.pagination {
	margin: -0.8em 0 0;
	padding: 0;
	float: right;
}
.display-options {  /* generalised */
	text-align: center;
}
.display-options .left-box {
	float: left;
}
.display-options .right-box {
	float: right;
}
form .display-options {
	margin-top: 0;
}

#jumpbox {
	clear: both;
	padding-top: 2em;
}
#jumpbox p {
	float: left;
	margin: 0;
}
#jumpbox form {
	text-align: right;
}

/* viewtopic */
h2.topic-title{ clear: both; margin-top: 0.5em; }
.post .postbody {
  margin-left:-230px;
  float: right;
  width: 100%;
  padding: 10px;
}
.post .postbody > *{
  margin-left: 220px;
}
.postbody ul.profile-icons {
  float: right;
  width: 300px;
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
}
.postbody h3{
  margin-top:0;
  margin-bottom: 0;
  float: left;
}
.postbody p.author{
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  float: left;
  clear: left;
}
.postbody .content {
  clear: both;
  padding-top: 10px;
}
.postbody .content ul, .postbody .content ol {
  margin: 1em 0;
  padding: 0 2em
}
.postbody .notice {
  margin-top: 1em;
  padding-top: 0.5em;
  clear: both;
}
/* Quote block */
.postbody  blockquote{
	padding: 26px 7px 24px;
	margin: 0.5em 2em;
}
.postbody  blockquote.uncited{
}
.postbody  blockquote p{

}
.postbody  blockquote cite{
	margin: -18px 0 0.2em 25px;
	display: block;
}
/* code block */
.postbody dl.codebox { margin: 0.5em 0}
.postbody dl.codebox dt{
  padding: 0.25em;
}
.postbody dl.codebox dd{
  margin: 0.5em 0.25em;
}
.postbody dl.codebox code {
	overflow: auto;
	display: block;
	height: auto;
	max-height: 300px;
	white-space: normal;
	padding-top: 5px;
	line-height: 1.3em;
	margin: 2px 0;
}
.postbody dl.attachbox {
  padding: 8px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.postbody dl.attachbox dt{float: none; width: auto;}
.postbody dl.attachbox dd{margin:0;}
.postbody dl.attachbox dd dl dt{
  padding-top: 5px;
  margin-top: 8px;
}
.postbody .signature {
  margin-top: 2em;
  padding-top: 4px;
  clear: both;
}
/*profile*/
.post dl.postprofile {
  padding: 10px;
  width: 180px;
  float: left;
  overflow: hidden;
}
.post dl.postprofile dt {
	overflow: hidden;
}
.post dl.postprofile dt img{
	max-width: 100%;
}
.post dl.postprofile dd{
	padding: 0;
}

/* want this general */
.user-online span{
  display: none;
}
.postprofile .profile-posts {
  margin-top: 1em;
}
.back2top {
  clear: both;
  margin-top: 1em;
}
.back2top a{
 display: block;
 padding: 0 5px;
}
hr.divider {
  display: none;
}
/* poll */
.panel.polls { margin-left: 0; margin-right: 0;}
fieldset.polls {
  margin-top: 1em;
}
fieldset.polls dl {
  height: 1%;
  overflow: hidden;
  margin: 0 0;
  padding: 0.5em 0;
}
fieldset.polls dt, fieldset.polls dd {
  float: left;
}
fieldset.polls dt {
  width: 30%;
  text-align: left;
}
fieldset.polls dt label {
  display: block;
}
fieldset.polls dd {
	text-align: right;
	margin-left: auto;
	width: auto;
	padding-left: 1em;
	float: left;

}
fieldset.polls dd.resultbar {
	width: 50%;
	text-align: left;
}
form#viewtopic.pages-nav {
	margin-top: 1.5em;
}
form.quickmod {
	text-align: right;
	margin: 0.5em 0 0;
}


/* FAQ */
#faqlinks, .faq-ans {
  margin: auto 0 2em auto;
}
#faqlinks .column1 {
  float: left;
  width: 50%;
}
#faqlinks .column2 {
  margin-left: 50%;
}
#faqlinks dl {
  margin: 1em 0.5em;
}
#faqlinks dd, .faq-ans dd {
  margin: 0em 1em;
}



/* posting_layout and quick reply*/
#qr_showeditor_div {
  margin: 0;
  padding: 10px;
}

#qr_editor_div {
  width: 65%;
  margin-left: auto; margin-right: auto;
}

#postform fieldset legend {
  display: none;
}
#postform fieldset dl {
  margin: 0.5em 0;
}
#postform fieldset dl dt {
  float: left;
  width: 12em;
  padding: 1px;
}

#postform fieldset dl dd {
  width: auto;
  margin-left: 13em;
}

#qr_editor_div fieldset dl dt {
  float: left;
  width: auto;
  padding: 1px;
  margin-right: 1em;
}

#qr_editor_div fieldset dl dd {
  margin-left: 0;
}


#postingbox {
  margin-left: 0;
  margin-right: 0;
}
#format-buttons {
  margin: 1em 0 0.5em;;
}
#postingbox #message-box {
  margin-right: 270px;
}
#message-box textarea#message, #qr_editor_div #message-box textarea.inputbox {
  width: 99%;
}
#smiley-box {
  float: right;
  width: 250px;
  margin-left: 20px;
}
#colour_palette table{
  border: 1px solid #ccc;
  width: auto;
}
#colour_palette td a img{
  display: block;
  width: 100%;
  height: 100%;
}
#postingbox .submit-buttons, #qr_editor_div .submit-buttons {
  margin: 0.5em 270px 0.5em 0;
  text-align: right;
}

#qr_editor_div .submit-buttons {
  margin-left:0; margin-right:0;
}

#tabs ul{
  margin:0;
  padding: 0 10px;
}
#tabs ul li{
  display: inline;
  padding: 5px;
  margin: 0 5px;
  z-index: -1;
}
#tabs ul li a{
  margin: 0;
  padding: 0;
}
#options-panel, #attach-panel, #poll-panel {
  padding-top: 1em;
  margin: 0;
}
#postform #options-panel dl dt, #postform #attach-panel dl dt, #postform #poll-panel dl dt{
  width: 15em;
  padding: 1px;	
}
#postform #options-panel dl dd, #postform #attach-panel dl dd, #postform #poll-panel dl dd{
  margin-left: 16em;
}
#poll-panel #poll_title, #poll-panel textarea {
  width: 70%;
}
#options-panel input#edit_reason {
  width: 80%
}
h3#review span.expander {
  float: left;
  padding: 0.2em 0 0 0.2em;
}
.panel.preview, .panel.review { margin-left: 0; margin-right: 0}
.panel.review { padding-bottom:0;}
#topicreview {
  overflow: auto;
  padding: 0 ;
  max-height: 40em;
}
#topicreview dt {
  float: none;
  width: auto;
}
.panel.review .post .postbody > *,
#topicreview .post .postbody > *,
#preview.post .postbody > *{
    margin-left: 0;
}
.panel.review .post .postbody,
#topicreview .post .postbody,
#preview.post .postbody {
  float: none;
  margin-left: 0;
  width: auto;
}
.panel.review .post{
	margin: 0 -10px;

}

.attachments {
  margin-left: 0;
  margin-right: 0;
}
.attachments dl {
  padding: 4px 0;
}
.attachments dt {
	  width: 12em;
}
.attachments dd{
  margin-left: 13em;
  padding: 2px 0;
}
.attachments dd.attachment-actions{
  clear: both;
  float: none;
}
dl.smilies-list {
	clear: both;
	font-size: 1.3em;
	padding: 0.4em 0;
	border-top: 1px solid #ccc;
}
.panel h2+dl.smilies-list {
	border:0;
}
dl.smilies-list dt{
	clear: left;
	text-align: center;
}
dl.smilies-list dd{
	padding-top: 4px;
	text-align: center;
}
dl.smilies-list a{
	display: block;
}


/* login_body */
form#login {
	margin: 1em auto;
	margin-left: auto;
	margin-right: auto;
	width: 38em;
}
#login fieldset {
  margin: 0 0 1em;
  padding: 4px;
}

#login fieldset dl {
  margin: 0.5em 0;
}
#login dl dt {
	float: left;
	display: block;
	width: 10em;
	text-align: right;
}

#login dl dd {
	margin-top: 0.2em;
	margin-left: 12em;
	float: none;
	clear: right;
}
#login label {
  padding-right: 0.5em;
}

#login #confirm-code span {
  display: block;
}

#login #login-buttons dt {
	width: 100%;
	text-align: center;
	margin-right: -32em;
}
#login #login-buttons dt+dd {
	clear: both;
}

#login #login-buttons dd.login-send {
	text-align: right;
	float: right;
	clear: right;
}

/* register */
#register fieldset dt {
	width: 22em;
}
#register fieldset dd {
	margin-left: 23em;
}



/* members */
#group-info dt {
  float: left;
  width: 11em;
  clear: left;
}
#group-info dt, #group-info dd {
  min-height: 2em;
}
div.member-list ul {
  margin:0;
  padding: 0;
  list-style: none;
  margin: 0.5em 0;
}
.rank-img {
  float: right;
}
#viewprofile {
  margin: 0 0;
}
#viewprofile .panel {
  margin: 1em 0;
}
#viewprofile  .column1, #viewprofile .column2,
#search_memberlist  .column1, #search_memberlist .column2 {
  float: left;
  clear: none;
  width: 46%;
  margin: 0;
}
#viewprofile .column2 {
  float: right;
}
#viewprofile hr {
  visibility: hidden;
}
#simple-wrap #search_memberlist .column1{
  width: 40%;
}
#simple-wrap #search_memberlist .column2{
  width: 55%;
}
#search_memberlist dt{
  float: left;
  width: 13em;
  text-align: right;
  margin-right: 1em;
  clear: left;
}
#search_memberlist dd{
  margin-left: 14em;
}
#search_memberlist input#count {display: block;}
#search_memberlist dl{
  margin-bottom: 0.5em;
}

/* keep these general since they get used in ucp*/
dl.user-avatar {
  float: left;
}
dl.user-details {
  margin-left: 1em;
  float: left;
}
dl.user-stats dt,
dl.user-contacts dt,
dl.user-details dt {
  float: left;
  width: 12em;
  text-align: right;
  margin-right: 1em;
}
dl.user-stats dd,
dl.user-contacts dd,
dl.user-details dd {
  margin-left: 13em;
}
dl.user-details dt, dl.user-details dd,
dl.user-contacts dt, dl.user-contacts dd,
dl.user-stats dt, dl.user-stats dd {
  padding-top: 0.2em;
}
dl.user-avatar dt{
  text-align: left;
}
dl.user-avatar dd{
  float: none;
  clear: both;
  margin-left: 0;
}




/*  mcp_* ucp_* */
.mcp {
  margin: 0;
}
.panel.mcp-head{ margin-left: 0; margin-right: 0;}
.panel.mcp-head p { text-align: center; }

#cp-menu {
	position: relative;
	z-index: 10;
	float: left;
	margin-top: 5.1em;
	width: 19%;
}
#cp-menu hr {
	width: 90%;
}
#cp-menu ul{
	margin: 0;
	padding: 0;
}
#cp-menu li{
	margin-bottom: 8px;
	width: 80%;
}
#cp-menu li a{
  padding: 4px;
  display: block;
}
#cp-menu li#active-subsection {
	margin-right: -0.5em;
	width: auto;
	position: relative;
}
#cp-main {
	position: relative;
	z-index: 1;
	float: left;
	width: 81%;
}
#cp-main h2, #cp-main h3{
  text-align: left;
  clear: none;
  margin: 0;
}
#cp-main h2 {
  margin-top: 0.5em;
  padding: 0.4em;
}
#cp-main .panel h3 {
  margin: 0 0 1em 0;
  padding: 0 0 3px 0
}
#cp-main .panel {
	margin:0 0 1em 0;
	padding: 1em;
	clear: none;
}
#cp-main fieldset dl {
	margin-bottom: 1em;
}
#cp-main .forum-selection {
  clear: none;
  float: right;
}
#cp-main #jumpbox {
  clear: none;
  float: right;
  padding: 0.8em 0 0;
}

ul.topiclist {
  list-style: none;
  clear: left;
}
ul.topiclist dl{
	position: relative;
	height: 1%;
	overflow: hidden;
	padding: 4px;
	margin:0;
}
ul.topiclist dl dt {
	display: block;
	float: left;
	width: 50%;
}
ul.topiclist dl dd {
	float: left;
	margin-left: 0;
}
ul.topiclist dl dd span{
	display: block;
	padding: 0 8px;
}
ul.topiclist dl.icon {
	padding-left: 40px;
	background-position: 4px 6px;
}
ul.topiclist dl .extra,
ul.topiclist dl .time,
ul.topiclist dl .posts {
  width: 7em;
  text-align: center;
}
ul.topiclist dl .time {
  width: auto;
}
ul.topiclist.pmlist li.row dl dd.info,
ul.topiclist li.row dl dd.extra,
ul.topiclist li.row dl dd.time,
ul.topiclist li.row dl dd.posts {
  line-height: 2.5em;
}
ul.topiclist dl dd.posts dfn { display: none;}
ul.topiclist dl .mark{
  width: 4em;
  text-align: center;
  margin-left: 0;
  float: right;
}
td.mark {
  text-align: center;
}
ul.cplist dl dd.mark, dd.option {
  line-height: 250%;
}
ul.cplist, ul.topics {
  margin-bottom: 1em;
}
#cp-main img.topic-icon {
	float: left;
	margin-left: -18px;
}
#cp-main fieldset.submit-buttons {
	margin-bottom: 1em;
}
#cp-main .display-actions {
	text-align: right;
	margin: 0 0 1em;
}
#cp-main .display-options {
	margin: 0 0 1em;
}


#cp-main .display-actions div{
	margin: 0.5em 0 0;
}
#cp-main #display-panel, #cp-main #split-panel, #cp-main #merge-panel {
  display: none;
  min-height: 8em;
}
#cp-main #display-panel{
  padding-bottom: 2em;
  display: block;
}
#gallery label {
	background: #1C3855;
	border:1px solid #CCCCCC;
	float:left;
	margin:10px;
	padding:5px;
	position:relative;
	text-align:center;
	width:160px;
	height:160px;
}
label img, label input {
	vertical-align: middle;
}

#cp-main ol.def-rules {
	margin: 0em 1.5em;
}
#cp-main ol.def-rules li{
	margin-bottom: 0.5em ;
}
#ucp div.left-box { float: left;}
#ucp div.right-box { float: right; }
#ucp select#usernames {padding: 2px;}

#cp-main h3#review {
  text-align: right;
  margin: 1em 0 0;
  padding-right: 2em;
}
#cp-main .postbody h3 {
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
}
.post.pm {
    margin-bottom: 1.5em;
    clear: both;
}
#postform #cp-main fieldset dl dt{
	width: 8em;
}
#postform #cp-main fieldset dl dd{
	margin-left: 9em;
}
#postform #cp-main fieldset dl.pmlist dt{
	width: 16em;
}
#postform #cp-main fieldset dl.pmlist dd{
	margin-left: 16em;
}
#postform #cp-main dl.pmlist #username_list {
	width: 99%;
}
#postform #cp-main #message-box {
	margin-right: 220px;
}
#cp-main #message-box textarea#signature {
  width: 99%;
}
#cp-main #smiley-box {
	width: 200px;
}
#cp-main #message-box {
  margin-right: 220px;
}
#cp-main #postingbox .column1{
  float: left;
}
#cp-main #postingbox .submit-buttons {
	margin:0.5em 220px 0.5em 0pt;
	text-align:right;
}
#cp-main #options-panel fieldset, .mcp #attach-panel fieldset {
    padding: 0.5em;
}

#cp-main #viewfolder .postbody h3 {
	background: transparent;
	border: 0;
	margin-left: 220px;
}
#cp-main #viewfolder p {
	clear: left;
}

#cp-main #options-panel fieldset legend,
#cp-main #attach-panel fieldset legend {
    display: block;
}

#cp-menu .cp-mini {
	width: 80%;
	margin-bottom: 1em;
}
#cp-menu .cp-mini dl{
	margin: 3px;
}
#cp-menu .cp-mini dl dt{
	float: none;
	width: auto;
}
#cp-menu .cp-mini dl dd{
	margin: 0.2em 4px;
}
#cp-menu .cp-mini dl dd a{
	float: left;
	clear: left;
}
#cp-menu .cp-mini dl dd div{
	text-align: right;
}
#cp-menu .cp-mini dl.mini dd{
    padding-left: 2px;
}

#minitabs {
	z-index: 10;
}
#minitabs ul{
	margin: -1.5em 0 0;
	padding: 0 10px;
	text-align: right;
}
#minitabs ul li{
	display: inline;
	padding: 5px;
	margin: 0 5px;
}
#minitabs ul li a{
	margin: 0;
	padding: 0;
}

/*  search */
h2.search { clear: both; margin-top: 0.5em;}
.search-results {float: left;}
p.search-ignored, p.search-no-results {
  margin: 0;
  padding: 10px;
}
p.search-no-results {
  text-align: center;
}
form#adv-search dl {

  clear:both;
}
form#adv-search dt {
  width: 40%;
  float: left;
  clear: left;
}
form#adv-search dd {
  margin-left: 45%;
  padding-left: 1em;
}
form#adv-search .submit-buttons {
  margin: 0.5em 0;
  text-align: center;
}
div.search {position: relative;}
ul.searchresults {
  clear: both;
  margin-left: 220px;
  text-align: right;
  margin: 10px 10px;
}
table.topiclist.search {
  	margin-bottom: 0;
}
form#searchresults-nav {
	margin-top: 1.5em;
}
.search.post h3{
    display: block;
    float: none;
    text-align: left;
    margin-right: 0;
}
/*
--------------------------------------------------------------
Colours and backgrounds
-------------------------------------------------------------- */

body {
      background:#666 url(./styles/idstyle2/theme/images/page_background.png) repeat-y fixed right top;
}

a img {
      border:0;
}
fieldset {border: 0;}
span.posthilit {
    background-color: #fb0;
    color: #000;
    padding: 0 1px;
}
/* generic panelly bits */
.panel {
    background-color: #29547E;
    border: 2px solid #FFF;
}
.panel h2, .panel h3 {
    background-color: #999999;
    background-image: url(./styles/idstyle2/theme/images/v2_bubble_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #fff;
}
.panel.error, .gen-panel.error {
    background-color: #1C3855;
    border: 2px solid #FFF;
}
.alert {
    background-color: #1C3855;
    border: 1px solid #f80;
}
.rules  {
    background-color: #384D63;
    border: 1px solid #ccc;
}
hr.dashed {
    border: 1px dashed #ccc;
    opacity: 0.5;
}
ul.linklist {
    list-style: none;
}
/* header and footer bits */
#wrap {
    background-image: url(./styles/idstyle2/theme/images/content_bg.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-color: #224568;
}
#wrap2 {
    background-image: url(./styles/idstyle2/theme/images/content_bg2.png);
    background-position: right top;
    background-repeat: repeat-y;
}
#header {
    background-image: url("./styles/idstyle2/theme/images/header1.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #999;
}
#site-description {
    background-image: url("./styles/idstyle2/theme/images/header2.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.navbar {
    background-color: #999;
    background-image: url(./styles/idstyle2/theme/images/v2_bubble_bg.png);
    background-position: left top;
    background-repeat: no-repeat;
    border: 2px solid #fff;
}
.navbar li.icon-ucp, .navbar li.icon-home {
    border-right: 1px solid #ccc;
}
.navbar.footer ul.forum-topic-actions {
	border-bottom: 1px solid #ccc;
}
#footer {
    background-image: url(./styles/idstyle2/theme/images/footer1.png);
    background-position: left bottom;
    background-repeat: repeat-y;
    background-color: #224568;
}
.id-copyright {
    background-image: url(./styles/idstyle2/theme/images/footer3.png);
    background-position: right bottom;
    background-repeat: repeat-y;
}


/* index_body */
h2 {
/*h2.category-name, h2.forum-name, h2.topic-title {*/
  background-color: #999;
  background-image: url(./styles/idstyle2/theme/images/v2_bubble_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-bottom: 0;
}
ul.context-tasks {
    list-style: none;
}


/* viewforum */
.display-options .left-box:before{
  content: "\00AB \0020";
}
.display-options .right-box:after{
  content: " \0020 \00BB";
}
#jumpbox p a:before{
	content: "\00AB \0020";
}


/* viewtopic */
h2.topic-title {
  /* other styles defined above */
  border-bottom: 2px solid #fff;
}
.postbody h3 {
    background: transparent;
    border: 0;
}
.post {
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  background-image: url(./styles/idstyle2/theme/images/post_bg_divider.gif);
  background-position: 200px 0;
  background-repeat: repeat-y;
}
.postbody .content {
  border-top: 1px solid #999;
}
.post.lastrow {
  border-bottom: 2px solid #fff;
}
.post .back2top {
  background-color: #1C3855;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.post .back2top.lastrow {
  border-bottom: 0;
}
hr.divider {
  background-color: #1C3855;
  border: 2px solid #fff;
  border-top:0;
  border-bottom: 0;
}
.bg3 {
  background-color: #1C3855;
}
.bg2 {
  background-color: #29547E;
}
.bg1 {
  background-color: #22466A;
}
.post.reported {
  background-color: #592d98;
  background-color: #752727;
}
.postbody .signature {
  border-top: 1px solid #9ab;
}
.postbody .notice {
  border-top: 1px dashed #aaa;
}
/* Quote block */
.postbody .content blockquote {
     border: 1px solid #999;
     background: url(./styles/idstyle2/theme/images/quote.gif) top left no-repeat;
  /* CSS3 below only works in safari but is ignored by all others*/
    background: url(./styles/idstyle2/theme/images/quote.gif) top left no-repeat,
              url(./styles/idstyle2/theme/images/quote.gif) bottom right no-repeat;
    background-color: #1C3855;
}
.postbody .content blockquote blockquote {
	/* Nested quotes */
	background-color: #384d63;
}
.postbody .content blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #1C3855;
}
/* code block */
.postbody  dl.codebox {
  border: 1px solid #888;
  background-image: url(./styles/idstyle2/theme/images/code_bg.png);
  background-color: #c8c8c8;
}
.postbody dl.codebox dt{
  background-color: #1C3855;
}
/* attachments */
.postbody dl.attachbox {
	background-color: #384d63;
    background-image: url(./styles/idstyle2/theme/images/attachment_bg.png);
    border: 1px dashed #ccc;
}
.postbody dl.attachbox dd dl dt {
  border-top: 1px solid #999;
}
.postbody dl.attachbox dl.thumbnail img {
  border: 1px solid #ccc;
  padding: 5px;
}
/* poll */
div.polls {
  background-color: #384D63;
}
fieldset.polls dl {
  border-top: 1px solid #678;
}
fieldset.polls .pollbar1, fieldset.polls .pollbar2, fieldset.polls .pollbar3, fieldset.polls .pollbar4, fieldset.polls .pollbar5{
  background-color: #f80;
  color: #000;
  font-weight:bold;
  min-width:2%;
  overflow:visible;
  padding:0pt 0.2em;
  text-align:right;
}



/* posting and quick reply */
#qr_showeditor_div {
  background-color: #384D63;
  border-top: 0;
}

#postform .preview .content {
  border-top: 0;
  padding-top: 0;
}
.panel.review .post{
	border-top: 1px solid #ccc
}
#tabs ul, #options-panel ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#tabs ul li{
      background-color: #1C3855;
      border: 1px solid #999;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
}
#tabs ul li.activetab {
  border: 1px solid #fff;
  border-bottom: 0;
  background-color: #29547E;
}
#options-panel, #attach-panel, #poll-panel {
  border: 1px solid #fff;
}
h3#review {
    background: transparent;
    background-color: #1C3855;
    border: 2px solid #fff;
    border-bottom: 0;
}
h3#review span.expander a {
  color: #ff0;
}
#topicreview {
  border: 2px solid #fff;
}
#topicreview .post {
  background-image: none;
  border: 0;
}
#preview.post, .review .post {
  border: 0;
  background-image: none;
}
#topicreview .postbody {
  border-bottom: 1px solid #ccc;
}
#topicreview .post.lastrow .postbody {
  border-bottom: 0;
}


/* login_body */

#login fieldset {
 border: 1px solid #a9c2db;
}



/* mcp_* ucp_* */
.panel.mcp {
  border: 1px solid #fff;
}
#cp-main h2, #cp-main h3 {
  background: transparent;
  border: 0;
}
#cp-main .panel {
  background-color: #384D63;
  border: 1px solid #ccc;
}
#cp-main .panel h3 {
  border-bottom: 1px solid #999;
}
#cp-main table {
  border: 1px solid #fff;
}

ul.topiclist{
  border-top: 1px solid #fff;
}
ul.topiclist.cplist, ul.topiclist.topics{
  border-top: 0;
  border-bottom: 1px solid #fff;
}
ul.topiclist li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
ul.topiclist .header {
  background-color: #1C3855;
}
ul.topiclist dd{
   border-left: 1px solid #ccc ;
}
ul.topiclist .row {
   border-top: 1px solid #ccc;
}
#cp-main table.table1 tr:hover td, ul.topiclist li.row:hover {
    background-color: #592d98 !important;
}

ul.pmlist li.pm_friend_colour,
ul.pmlist li.pm_foe_colour,
ul.pmlist li.pm_marked_colour,
ul.pmlist li.pm_replied_colour {

}
dd.pm_replied_colour,
dd.pm_marked_colour,
dd.pm_foe_colour,
dd.pm_friend_colour {
    border-left-width: 10px;
    border-left-style: solid;
}
ul.pmlist li.pm_friend_colour, dd.pm_friend_colour {
    border-color: #24da00;
}
ul.pmlist li.pm_foe_colour, dd.pm_foe_colour {
    border-color: #e52525;
}
ul.pmlist li.pm_marked_colour, dd.pm_marked_colour {
    border-color: #ff0;
}
ul.pmlist li.pm_replied_colour, dd.pm_replied_colour {
    border-color: #f9c63e;
}
.post.pm {
    background-color: #384D63;
    border: 1px solid #fff;;
}

#cp-main .postbody h3 {
    border: 0;
}
#cp-main h3#review {
    background: transparent;
    background-color: #1C3855;
    border: 2px solid #fff;
    border-bottom: 0;
}
#cp-main h3#review span.expander a {
  color: #ff0;
}
#cp-main #options-panel, #cp-main #attach-panel {
    border: 0;
}
#cp-main #options-panel fieldset,
#cp-main #attach-panel fieldset {
    border: 1px solid #ccc;
}
#cp-main #postform fieldset ul{
	list-style: none;
}
#cp-menu ul, #cp-main ul.topiclist {
  list-style: none;
}
#cp-menu #navigation li a {
  border: 1px solid #999;
  background-color: #1C3855;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#cp-menu #navigation li#active-subsection a {
  background-color: #384D63;
  border-right: 0;
}
#cp-menu .cp-mini {
    background-color: #22466A;
    border: 1px solid #ccc;
}
#cp-menu .cp-mini hr{
    color: #9ab;
}

#minitabs ul{
    list-style: none;
}
#minitabs ul li{
      background-color: #1C3855;
      border: 1px solid #999;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
}
#minitabs ul li.activetab {
    border-bottom: 0;
    background-color: #384D63;
}


/* search */
h2.search, .post.search {
  border-bottom: 2px solid #fff;
}
p.search-ignored, p.search-no-results {
  background-color: #29547E;
  border: 2px solid #fff;
  border-top: 0;
}
.search.post h3{
    border-bottom: 1px solid #999;
}
.search.post .content {
    border: 0;
}
table.topiclist.search {
  border-top: 0;
}
/* Tables */

/* layout */
table {
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1.5em;
}

tr.row{
	text-align: left;
}
th {
	padding: 4px;
}
td {
	padding: 4px;
}
table.forumlist td {
  height: 3.5em;
}
table.memberlist th.moderators {
  text-align: left;
}
table.topiclist th.post-type,
th.forumname, td.forumname,
th.topictitle, td.topictitle {
	text-align: left;
	padding-left: 52px;
}

table.forumlist td.forumname, table.topiclist td.topictitle {
	text-align: left;
	vertical-align: top;
	padding-left: 52px;
}

th.topics, td.topics,
th.posts, td.posts,
th.views, td.views {
	width: 4em;
	text-align: center
}
th.name, td.name {
	width: 25%;
}
td.topics span, td.posts span, td.views span {
	display: none;
}

td.lastpost span span{
	display: none;
}

th.lastpost, td.lastpost {
	text-align: right;
	width: 18%;
}

th.name, td.name,
th.info, td.info {
  text-align: left;
}
th.info, td.info {
  width: 40%;
}
th.joined, th.active,
td.joined, td.active {
  text-align: center;
  width: 14%;
}

/* colour */

/*table.forumlist, table.topiclist, table.memberlist {*/
table {
  border: 2px solid #fff;
}

tr.row{
  background-color: #29547E;
}

/* table.forumlist th, table.topiclist th, table.memberlist th { */
th {
  background-color: #1C3855;
  border-right: 1px solid #ccc;
  border-top: 0;
}

td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

th.post-type {
  border-top: 1px solid #ccc;
  border-right: 0;
}
th.moderators {
  border-top: 2px solid #fff;
  border-right: 0;
}

td.topics, td.posts, td.views{
  background-color: #22466A;
  background-image: none; /*ie fix for repeating tr bg image */
}
/* next two are done this way for ie7 to work */
table.memberlist tr.bg1 td{
	background-color: #22466A;
}
table.memberlist tr.bg2 td{
	background-color: #29547E;
}
td.lastpost {
  background-color: #1C3855;
  background-image: none; /*ie fix for repeating tr bg image */
}

th:last-child, td:last-child,
table.forumlist th.lastpost, table.forumlist td.lastpost,
table.topiclist th.lastpost, table.topiclist td.lastpost,
table.memberlist th.active, table.memberlist td.active,
table.forumlist td.forumname[colspan="4"] {
  border-right: 0;
}

table.topiclist tr.row.reported, tr.reported td.topics, tr.reported td.posts,
 tr.reported td.views, tr.reported td.lastpost {
  background-color: #592d98;
  background-color: #752727;
}
tr.row {
	background-position: 10px center;
	background-repeat: no-repeat;
}
table.memberlist tr:hover td {
    background-color: #592d98!important;
}

/* font */

table {
}

table span a {
  font-weight: normal;
}

th {
  font-size: 1.4em;
}

th a, th a:hover, th a:active, th a:focus {
  text-decoration: none;
}

a.forumtitle,
a.topictitle {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

 a.forumtitle:hover, a.forumtitle:active, a.forumtitle:focus,
a.topictitle:hover, a.topictitle:active, a.topictitle:focus {
  color: #ff3;
}


td, td.forumname, td.topics, td.posts, td.topictitle, td.views, td.name, td.info {
  font-size: 1.4em;
}

td.lastpost, td.joined, td.active {
  font-size: 1.2em;
}

td.name {
  font-weight: bold;
}
/*
--------------------------------------------------------------
Buttons settings
-------------------------------------------------------------- */

/* postbody icons*/

.profile-icons{

}

.profile-icons li{
  list-style: none;
  display: block;
  float: right;
  margin-left: 11px;
}

.profile-icons li a {
  display: block;
  width: 100%;
  height: 100%;
}

.profile-icons li span{
  display: none;
}

.postprofile .profile-icons li{
  display: block;
  float: left;
  margin: 1em 10px 0 0;
  background-repeat: no-repeat;
}
.profile-icons li:hover {
   background-position: 0 100%;
}

/* post icons */
.profile-icons li.warn-icon a{
  background-image: url(./styles/idstyle2/imageset/icon_user_warn.png);
}

.profile-icons li.info-icon a{
  background-image: url(./styles/idstyle2/imageset/icon_post_info.png);
}


.profile-icons li.report-icon a{
  background-image: url(./styles/idstyle2/imageset/icon_post_report.png);
}

.profile-icons li.delete-icon a{
  background-image: url(./styles/idstyle2/imageset/icon_post_delete.png);
}

.profile-icons li.quote-icon a{
  background-image: url(./styles/idstyle2/imageset/en/icon_post_quote.png);
}

.profile-icons li.edit-icon a{
  background-image: url(./styles/idstyle2/imageset/en/icon_post_edit.png);
}

.profile-icons li.email-icon a{
  background-image: url(./styles/idstyle2/imageset/icon_contact_email.png);
}
.profile-icons li.aim-icon a{
  background-image: url(./styles/idstyle2/imageset/icon_contact_aim.png);
}
.profile-icons li.yahoo-icon a{
  background-image: url(./styles/idstyle2/imageset/icon_contact_yahoo.png);
}
.profile-icons li.web-icon a{
  background-image: url(./styles/idstyle2/imageset/icon_contact_www.png);
}
.profile-icons li.msnm-icon a{
  background-image: url(./styles/idstyle2/imageset/icon_contact_msnm.png);
}
.profile-icons li.icq-icon a{
  background-image: url(./styles/idstyle2/imageset/icon_contact_icq.png);
}
.profile-icons li.pm-icon a{
  background-image: url(./styles/idstyle2/imageset/en/icon_contact_pm.png);
}



.profile-icons li a:hover {
background-position: 0 100%;
}

/* Set profile icon dimensions */
ul.profile-icons li.email-icon		{ width: 25px; height: 22px; }
ul.profile-icons li.aim-icon	{ width: 25px; height: 22px; }
ul.profile-icons li.yahoo-icon	{ width: 25px; height: 22px; }
ul.profile-icons li.web-icon	{ width: 25px; height: 22px; }
ul.profile-icons li.msnm-icon	{ width: 25px; height: 22px; }
ul.profile-icons li.icq-icon	{ width: 25px; height: 22px; }
ul.profile-icons li.jabber-icon	{ width: 25px; height: 22px; }
ul.profile-icons li.pm-icon		{ width: 25px; height: 22px; }
ul.profile-icons li.quote-icon	{ width: 48px; height: 22px; }
ul.profile-icons li.report-icon	{ width: 25px; height: 22px; }
ul.profile-icons li.edit-icon	{ width: 35px; height: 22px; }
ul.profile-icons li.delete-icon	{ width: 25px; height: 22px; }
ul.profile-icons li.info-icon	{ width: 25px; height: 22px; }
ul.profile-icons li.warn-icon	{ width: 25px; height: 22px; }


/* buttons */
.buttons {
  float: left;
  margin-right: 5px;
}
.buttons div {
	float: left;
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
}
.buttons a {
	display: block;
}
.buttons a span {
	display: none;
}

.post-icon {
  background-image: url(./styles/idstyle2/imageset/en/button_topic_new.png);

}
.reply-icon {
  background-image: url(./styles/idstyle2/imageset/en/button_topic_reply.png);
}
.locked-icon {
  background-image: url(./styles/idstyle2/imageset/en/button_topic_locked.png);
}
.newpm-icon {
   background-image: url(./styles/idstyle2/imageset/en/button_pm_new.png);
}
.forwardpm-icon {
  background-image: url(./styles/idstyle2/imageset/en/button_pm_forward.png);
}
.pmreply-icon {
  background-image: url(./styles/idstyle2/imageset/en/button_pm_reply.png);
}

/* Set big button dimensions */
.buttons .reply-icon a { width: 131px; height: 34px; }
.buttons .post-icon	a { width: 131px; height: 34px; }
.buttons .locked-icon a	{ width: 131px; height: 34px; }
.buttons .pmreply-icon a { width: 131px; height: 34px; }
.buttons .newpm-icon a { width: 131px; height: 34px; }
.buttons .forwardpm-icon a { width: 131px; height: 34px; }


/* input buttons */
input {cursor: pointer;}
input.button1, input.button2 {
    margin: 1px;
    padding: 1px;
    border: 1px solid #ccc;
    background-color: #1C3855;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
input.button1:hover, input.button1:focus, input.button1:active,
input.button2:hover, input.button2:focus, input.button2:active {
    border-color: #f80;
    color: #f80
}
input.button1 {
    font-weight: bold;
}
