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

@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");

#toolbar {
    margin: 0;
    padding: 0;
    height: 30px;
    background: #000 url(../images/topmenu2.gif);
	text-align : center;

}


#topmenu {
    margin: 0;
    padding: 0;
    font-family: tahoma, sans-serif;
    font-size: 11px;
	text-align : center;
}

#topmenu ul {
    padding: 0 0 0 5px;
    margin: 0;
    list-style-type: none;
    width: auto;
    float: left;
}

#topmenu ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

#topmenu ul li a {
    float: left;
    display: block;
    margin: 0 0 0 2px;
    padding: 0 0 0 10px;
    text-decoration: none;
    line-height: 30px;
    color: #fcfcfc;
    background: #313131 url(../images/topmenu-l.gif) 0 0 no-repeat;
}

#topmenu ul li a span {
    float: left;
    display: block;
    padding: 0 15px 0 7px;
    cursor: pointer;
    background: #313131 url(../images/topmenu-r.gif) 100% 0 no-repeat;
}

#topmenu ul li a.current {
    color: #000;
    font-weight: bold;
    background: #fff url(../images/topmenu-active-l.gif) 0 0 no-repeat;
}

#topmenu ul li a.current span {
    display: block;
    width: auto;
    background: #fff url(../images/topmenu-active-r.gif) 100% 0 no-repeat;
}

#topmenu ul li a:hover {
	  color: #000;
    font-weight: none;
    background: #fff url(../images/topmenu-active-l.gif) 0 0 no-repeat;
}

#topmenu ul li a:hover span {
    display: block;
    width: auto;
    background: #fff url(../images/topmenu-active-r.gif) 100% 0 no-repeat;
}


/* proSilver Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

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

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;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

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

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

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

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

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

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

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

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

fieldset.fields1 {
	background-color: transparent;
}

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

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

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

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

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

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

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

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

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

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

a.button1, input.button1, input.button3, a.button2, 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;
}

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

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

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

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

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

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

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

.search-box input {
}

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

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}
/* proSilver Style Sheet Tweaks

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

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }
* html span.corners-top, * html span.corners-bottom { background-image: url(../images/corners_left.gif); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url(../images/corners_right.gif); }
* html div.headerbar span.corners-top { background-image: url(../images/corners_left3.gif); }
* html div.headerbar span.corners-top span { background-image: url(../images/corners_right3.gif); }

#wrap { direction: ltr; } /* Fix for breakup of the borders when using IE and RTL */

* html .inside { float: right; } /* Bottom-right corner fix when using IE6 and RTL */

.headerbar, #site-description { position: relative; } /* IE headerbar fix */


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

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

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

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

/* Misc layout styles */
* html .column1, * html .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;
}*/

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

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

/* navbar fix */
* html .clearfix, * html .navbar, 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 #search-box {
	width: 25%;
}

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

* html dl.details dd {
	margin-left: 30%;
	float: none;
}
/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #606060;
	background-color: #5F5E5E;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

h1 {
	color: #000000;
}

h2 {
	color: #28313F;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #464646;
}

hr {
	border-color: #FFFFFF;
	border-top-color: #CCCCCC;
}

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

/* Search box
--------------------------------------------- */

#search-box {
	color: #FFFFFF;
}

#search-box #keywords {
	background-color: #FFF;
}

#search-box input {
	border-color: #525E67;
}

code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background-color: transparent;
	width: 846px;
	height: 200px;
	color: #9DB92C;
}
.headerbar2 {
	background-color: transparent;
	background-image: url(../images/logoX.gif);
	background-repeat: no-repeat;
	width: 846px;
	height: 200px;
	color: #9DB92C;
}

.navbar {
	background-color: #E5E6E5;
}

.forabg, .forumbg {
	background-color: #535353;
	background-image: url(../images/bg_list.gif);
}

/*
.forumbg {
	background-color: #7C8891;
	background-image: url(../images/bg_header.gif);
}
*/

.panel {
	background-color: #ECECEC;
	color: #28313F;
}

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

.post:target h3 a {
	color: #000000;
}

.bg1	{ background-color: #F2F3F2; }
.bg2	{ background-color: #F8F7F7;  }
.bg3	{ background-color: #F1F1F1; }

.ucprowbg {
	background-color: #E5E6E5;
}

.fieldsbg {
	background-color: #E7E8EA;
}

span.corners-top {
	background-image: url(../images/corners_left.png);
}

span.corners-top span {
	background-image: url(../images/corners_right.png);
}

span.corners-bottom {
	background-image: url(../images/corners_left.png);
}

span.corners-bottom span {
	background-image: url(../images/corners_right.png);
}

div.headerbar span.corners-top {
    background-image: url(../images/corners_left2.png);
}

div.headerbar span.corners-top span {
    background-image: url(../images/corners_right2.png);
}

/* Horizontal lists
----------------------------------------*/

ul.navlinks {
	border-bottom-color: #FFFFFF;
	font-size:12px;
}

/* Table styles
----------------------------------------*/
table.table1 thead th {
	color: #FFFFFF;
}

table.table1 tbody tr {
	border-color: #BFC1CF;
}

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

table.table1 td {
	color: #606060;
}

table.table1 tbody td {
	border-top-color: #FAFAFA;
}

table.table1 tbody th {
	border-bottom-color: #000000;
	color: #333333;
	background-color: #FFFFFF;
}

table.info tbody th {
	color: #000000;
}

/* Misc layout styles
---------------------------------------- */
dl.details dt {
	color: #000000;
}

dl.details dd {
	color: #606060;
}

.sep {
	color: #1198D9;
}

/* Pagination
---------------------------------------- */

.pagination span strong {
	color: #FFFFFF;
	background-color: #E8E8E8;
	border-color: #E8E8E8;
}

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

.pagination span a:hover {
	border-color: #CADCEB;
	background-color: #CADCEB;
	color: #FFF;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	background-image: url(../images/icon_pages.gif);
}

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

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #CADCEB;
}

/* Miscellaneous styles
---------------------------------------- */

.copyright {
	color: #a7a7a7;
}

.copyright a {
    color: #f4a100 !important;
}

.error {
	color: #bc2a4d;
}

.reported {
	background-color: #F7ECEF !important;
}

li.reported:hover {
	background-color: #ECD5D8 !important;
}
.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #ECD5D8;
	color: #bc2a4d;
}

p.rules {
	background-color: #ECD5D8;
	background-image: none;
}

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

a:link	{ color: #5a5a5a; }
a:visited	{ color: #5a5a5a; }
a:hover	{ color: #336FD3; }
a:active	{ color: #CADCEB; }

/* Links on gradient backgrounds */
#search-box a:link, .navbg a:link, .forumbg .header a:link, .forabg .header a:link, th a:link {
	color: #FFFFFF;
}

#search-box a:visited, .navbg a:visited, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFFFFF;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	color: #7B9028;
}

#search-box a:active, .navbg a:active, .forumbg .header a:active, .forabg .header a:active, th a:active {
	color: #C8E6FF;
}

/* Links for forum/topic lists */
a.forumtitle {
	color: #5a5a5a;
}

/* a.forumtitle:visited { color: #5a5a5a; } */

a.forumtitle:hover {
	color: #AECE2C;
}

a.forumtitle:active {
	color: #5a5a5a;
}

a.topictitle {
	color: #5a5a5a;
}

/* a.topictitle:visited { color: #CADCEB; } */

a.topictitle:hover {
	color: #92AD27;
}

a.topictitle:active {
	color: #5a5a5a;
}

/* Post body links */
.postlink {
	color: #CADCEB;
	border-bottom-color: #CADCEB;
}

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

.postlink:active {
	color: #CADCEB;
}

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

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

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
	color: #5a5a5a;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	color: #7E9524;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #5a5a5a;
}

.search .postprofile a:hover {
	color: #7E9524;
}

/* Back to top of page */
a.top {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}

a.top2 {
	background-image: url("{IMG_ICON_BACK_TOP_SRC}");
}

/* Arrow links  */
a.up		{ background-image: url(../images/arrow_up.gif) }
a.down		{ background-image: url(../images/arrow_down.gif) }
a.left		{ background-image: url(../images/arrow_left.gif) }
a.right		{ background-image: url(../images/arrow_right.gif) }

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

a.left:hover {
	color: #CADCEB;
}

a.right:hover {
	color: #CADCEB;
}


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


ul.forums {
	background-color: #FFFFFF;
	background-image: url(../images/gradient.gif); 
	background-repeat: repeat-x;
}

ul.topiclist li {
	color: #4C5D77;
}

ul.topiclist dd {
	border-left-color: #FFFFFF;
}

.rtl ul.topiclist dd {
	border-right-color: #fff;
	border-left-color: transparent;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("{IMG_SUBFORUM_READ_SRC}");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}
li.row {
	background-color: #E8ECEE;
	background-image: url(../images/gradient.gif); 
	background-repeat: repeat-x;
}

li.row strong {
	color: #000000;
}

/*
li.row:hover {
	background-color: #F6F4D0;
}
*/

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

.rtl li.row:hover dd {
	border-right-color: #CCCCCC;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	color: #FFFFFF;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}

/* Post body styles
----------------------------------------*/
.postbody {
	color: #333333;
}

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

.content h2, .panel h2 {
	color: #464646;
	border-bottom-color:  #CCCCCC;
}

dl.faq dt {
	color: #333333;
}

.posthilit {
	background-color: #F3BFCC;
	color: #92AD27;
}

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

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

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background-color: #EBEADD;
	background-image: url(../images/quote.gif);
	border-color:#DBDBCE;
}

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

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

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

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

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

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

/* Attachments
----------------------------------------*/
.attachbox {
	background-color: #FFFFFF;
	border-color:  #C9D2D8;
}

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

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

.attachbox p {
	color: #666666;
}

.attachbox p.stats {
	color: #666666;
}

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

/* Inline image thumbnails */

dl.file dd {
	color: #666666;
}

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

dl.thumbnail dd {
	color: #666666;
}

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

dl.thumbnail dt a:hover img {
	border-color: #CADCEB;
}

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

fieldset.polls dl {
	border-top-color: #E5E6E5;
	color: #666666;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Poster profile block
----------------------------------------*/
.postprofile {
	color: #666666;
	border-left-color: #FFFFFF;
}

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

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

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

.postprofile strong {
	color: #000000;
}

.online {
	background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");
}

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

/* Big button images */
.reply-icon span	{ background-image: url("{IMG_BUTTON_TOPIC_REPLY_SRC}"); }
.post-icon span		{ background-image: url("{IMG_BUTTON_TOPIC_NEW_SRC}"); }
.locked-icon span	{ background-image: url("{IMG_BUTTON_TOPIC_LOCKED_SRC}"); }
.pmreply-icon span	{ background-image: url("{IMG_BUTTON_PM_REPLY_SRC}") ;}
.newpm-icon span 	{ background-image: url("{IMG_BUTTON_PM_NEW_SRC}") ;}
.forwardpm-icon span	{ background-image: url("{IMG_BUTTON_PM_FORWARD_SRC}") ;}

a.print {
	background-image: url(../images/icon_print.gif);
}

a.sendemail {
	background-image: url(../images/icon_sendemail.gif);
}

a.fontsize {
	background-image: url(../images/icon_fontsize.gif);
}

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

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background-image: url("{IMG_ICON_CONTACT_EMAIL_SRC}"); }
.aim-icon, .aim-icon a			{ background-image: url("{IMG_ICON_CONTACT_AIM_SRC}"); }
.yahoo-icon, .yahoo-icon a		{ background-image: url("{IMG_ICON_CONTACT_YAHOO_SRC}"); }
.web-icon, .web-icon a			{ background-image: url("{IMG_ICON_CONTACT_WWW_SRC}"); }
.msnm-icon, .msnm-icon a			{ background-image: url("{IMG_ICON_CONTACT_MSNM_SRC}"); }
.icq-icon, .icq-icon a			{ background-image: url("{IMG_ICON_CONTACT_ICQ_SRC}"); }
.jabber-icon, .jabber-icon a		{ background-image: url("{IMG_ICON_CONTACT_JABBER_SRC}"); }
.pm-icon, .pm-icon a				{ background-image: url("{IMG_ICON_CONTACT_PM_SRC}"); }
.quote-icon, .quote-icon a		{ background-image: url("{IMG_ICON_POST_QUOTE_SRC}"); }

/* Moderator icons */
.report-icon, .report-icon a		{ background-image: url("{IMG_ICON_POST_REPORT_SRC}"); }
.edit-icon, .edit-icon a			{ background-image: url("{IMG_ICON_POST_EDIT_SRC}"); }
.delete-icon, .delete-icon a		{ background-image: url("{IMG_ICON_POST_DELETE_SRC}"); }
.info-icon, .info-icon a			{ background-image: url("{IMG_ICON_POST_INFO_SRC}"); }
.warn-icon, .warn-icon a			{ background-image: url("{IMG_ICON_USER_WARN_SRC}"); } /* Need updated warn icon */

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

/* Main CP box
----------------------------------------*/

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #A4B3BF;
}

#cp-main .panel li.row {
	border-bottom-color: #B5C1CB;
	border-top-color: #F9F9F9;
}

ul.cplist {
	border-top-color: #B5C1CB;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #000000;
}

#cp-main table.table1 thead th {
	color: #333333;
	border-bottom-color: #333333;
}

#cp-main .pm-message {
	border-color: #DBDEE2;
	background-color: #FFFFFF;
}

/* CP tabbed menu
----------------------------------------*/
#tabs a {
	background-image: url(../images/bg_tabs1.gif);
}

#tabs a span {
	background-image: url(../images/bg_tabs2.gif);
	color: #606060;
}

#tabs a:hover span {
	color: #92AD27;
}

#tabs .activetab a {
	border-bottom-color: #F1F1F1;
}

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

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

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

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

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

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

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

#navigation a:hover {
	background-color: #C3C3C3;
	color: #92AD27;
}

#navigation #active-subsection a {
	color: #7E9524;
	background-color: #F9F9F9;
	background-image: none;
}

#navigation #active-subsection a:hover {
	color: #7E9524;
}

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

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

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

#cp-main span.corners-top, #cp-menu span.corners-top {
	background-image: url(../images/corners_left2.gif);
}

#cp-main span.corners-top span, #cp-menu span.corners-top span {
	background-image: url(../images/corners_right2.gif);
}

#cp-main span.corners-bottom, #cp-menu span.corners-bottom {
	background-image: url(../images/corners_left2.gif);
}

#cp-main span.corners-bottom span, #cp-menu span.corners-bottom span {
	background-image: url(../images/corners_right2.gif);
}

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

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

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

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

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

dl.mini dt {
	color: #425067;
}

/* PM Styles
----------------------------------------*/
/* PM Message history */
.current {
	color: #525252 !important;
}

/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #92AD27;
	border-right-color: #92AD27;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border-color: #FF6600;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border-color: #A9B8C2;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border-color: #5D8FBD;
}

pmlist li.pm_foe_colour, .pm_foe_colour {
	border-color: #000000;
}

/* Avatar gallery */
#gallery label {
	background-color: #FFFFFF;
	border-color: #CCC;
}

#gallery label:hover {
	background-color: #EEE;
}

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

/* General form styles
----------------------------------------*/
select {
	border-color: #666666;
	background-color: #FAFAFA;
}

label {
	color: #425067;
}

option.disabled-option {
	color: graytext;
}

/* Definition list layout for forms
---------------------------------------- */
dd label {
	color: #333;
}

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

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

/* Quick-login on index page */
fieldset.quick-login input.inputbox {
	background-color: #F2F3F3;
}

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

#message-box textarea {
	color: #333333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF; 
	border-color: #B4BAC0;
	color: #333333;
}

.inputbox:hover {
	border-color: #9DB92C;
}

.inputbox:focus {
	border-color: #9DB92C;
	color: #0F4987;
}

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

a.button1, input.button1, input.button3, a.button2, input.button2 {
	color: #000;
	background-color: #FAFAFA;
	background-image: url(../images/bg_button.gif);
}

a.button1, input.button1 {
	border-color: #666666;
}

input.button3 {
	background-image: none;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border-color: #666666;
}

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

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

input.search {
	background-image: url(../images/icon_textbox_search.gif);
}

input.disabled {
	color: #666666;
}

a:link {
    color: #5F5E5E;
    text-decoration: none;
}

a:visited {
    color: #9DB92C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited {
    color: #000000;
    text-decoration: none;
}

a.nav:hover {
    color: #cc3333;
    text-decoration: underline;
}

body {
    background: #595959 url(../images/body-bg.gif) 0 0 repeat-x;
    padding: 30px 0 0 0;
    margin: 0;
}

.body2{
	background: url(../images/trait-background.png) right top no-repeat;
	padding : -30px 0 0 0;
}

.body3{
	background: url(../images/lion.png) left top no-repeat;
	padding : -30px 0 0 0;
}

#wrapper {
    width: 950px;
    min-width: 720px;
    margin: 0 auto;
    padding: 0;
}

#shad-l {
    padding-left: 18px;
    /*background: url(../images/shadow-l.gif) 0 0 no-repeat;*/
}

#shad-r {
    padding-right: 18px;
    /*background: url(../images/shadow-r.gif) 100% 0 no-repeat;*/
}

#header {
    position: relative;
    height: 120px;
    overflow: hidden;
    background: #9DB92C url(../images/header-bg.gif) 0 0 repeat-x;
}

#head-r {
    height: 120px;
    background: url(../images/header-r.gif) 100% 0 no-repeat;
}

#head-l {
    background: url(../images/header-l.gif) 0 0 no-repeat;
}

#logo {
    position: absolute;
    top: 0px;
    left: 20px;
    display: block;
    width: 800px;
    height: 120px;
    cursor: pointer;
    background: url(../images/ban.png) no-repeat;
}

#userarea {
    height: 73px;
    float: right;
    padding: 12px 25px 0 0;
    text-align: right;
    font-size: 1.0em;
    color: #ddd;
    font-family: tahoma, sans-serif;
}

#userarea a:link, #userarea a:visited {
    color: #eee;
}

#userarea a:hover {
    color: #ccc;
    text-decoration: underline;
}

#searcharea {
    float: right;
    padding: 5px 25px 0 0;
    margin: 0;
    clear: both;
}



#bodyarea {
    padding: 10px;
    margin: 0;
    background: #fcfcfc url(../images/bodyarea-bg.gif) 0 0 repeat-x;
}

#footer {
    background: #595959 url(../images/footer-bg.gif) 0 100% repeat-x;
	text-align :center;
}

#foot-r {
    height: 130px;
    background: url(../images/footer-r.gif) 100% 100% no-repeat;
}

#foot-l {
    background: url(../images/footer-l.gif) 0 100% no-repeat;
}

#footerarea {
    text-align: center;
    padding: 10px;
    color: #ccc;
}

#footerarea a:link, #footerarea a:visited {
    color: #a0a0a0;
}

#footerarea a:hover {
    color: #ccc;
    text-decoration: none;
	
}
#navigation {
	float: right;
	width: 218px;
	background: #ffffff;
}
#navigation h1 {
	background: #BCB39F url(../images/bg_list.gif) no-repeat;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#navigation li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
#navigation li a {
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
#navigation li a:hover {
	background: #D6CCB9;   /*Image de survol des boutons*/
	color: #654;
}


/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; 
}
#contenu {
	min-height : 377px;
}

#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 1.21em;
	font-weight: bold; }

.texte { color: #000; font-size: 1.21em; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 1.09em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}


/* Listes d'articles et extraits introductifs
----------------------------------------------- */

.liste-articles{
	width: 676px;
	border-top: 0px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
	-moz-border-radius: 0px 0px 14px 14px;
}
.liste-articles li { 
	margin-bottom: 1em; 
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	}

.liste-articles li .titre {
	font-size: 1.15em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	margin-left: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.89em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	font-size: 2em;
	line-height: 1.4em; }

.liste-articles a:hover {
	color: #9db92c;
}
.liste-articles2{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-left:25px;
}
.liste-articles2 li { 
	margin-bottom: 1em; 
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	}

.liste-articles2 li .titre {
	font-size: 1.15em;
	font-weight: bold; }

.liste-articles2 li .spip_logos {
	margin-left: 16px;
	clear: right; }

.liste-articles2 li p { margin: 0; padding: 0; }

.liste-articles2 li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles2 li small {
	display: block;
	font-size: 0.89em; }

.liste-articles2 li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	font-size: 2em;
	line-height: 1.4em; }

.liste-articles2 a:hover {
	color: #9db92c;
}
	
.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage agenda = info_lateral
/*  ------------------------------------------ */
#info_lateral {
	float: right;
	width: 218px;
	background: #ffffff;
}
#info_lateral h1 {
	/*background: #BCB39F url(../images/bg_list.gif) no-repeat;*/
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
#info_lateral ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#info_lateral li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
#info_lateral li a {
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
#info_lateral li a:hover {
	/*background: #D6CCB9;   /*Image de survol des boutons*/
	color: #9db92c;
}
#info_lateral a {
	color: #333;
	/*background-image: url(../images/bg_menu.gif);*/
}

#info_lateral a:hover {
	color: #9db92c;
}

#info_lateral #active-subsection a {
	color: #7E9524;
	/*background-color: #F9F9F9;*/
	background-image: none;
}

#info_lateral #active-subsection a:hover {
	color: #7E9524;
}

.agenda { 
	font-size: 12px;
	margin-left: 5px;
	border: 1px solid #535353;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	}
	
.band_titre{
	background: url(../images/bg_list.png) no-repeat;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	font-size: 14px;
	font-weight: bold;
	color: #9db92c;
}

.band_titre a{
	color: #9db92c;
}

.band_titre_foot{
	background: url(../images/bg_list_foot.png) no-repeat;
	padding-top:8px;
	padding-top:8px;
	padding-left:5px;
	color: #9db92c;
	height:18px;
}

.classement{
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
	-moz-border-radius: 0px 0px 14px 14px;
	font-size: 12px;
	width:676px;
	padding-bottom:10px;
}

.contenu_article{
	width : 676px;
}

.mini_ban{
	border : 1px #535353 solid;
    -moz-border-radius: 14px;
	margin-left: 5px;
	padding : 2px;
	font-size: 14px;
}

.mini_ban a{
	color: #9db92c;
}

.mini_ban_texte{
	padding-left:5px;
	font-size: 12px;
	margin-bottom: 5px;
	color:#535353
}

.anim-cadre{
	border : 1px #535353 solid;
    -moz-border-radius: 14px;
	margin-left: 4px;
	padding : 0px;
	font-size: 14px;
	/*background-color : #186f45;*/
	min-height : 30px;
}

.proch-match-cadre{
	border : 1px #535353 solid;
    -moz-border-radius: 14px;
	margin-left: 4px;
	padding : 0px;
	font-size: 14px;
	background : #186f45 url(../images/proch_match.png) no-repeat;
	min-height : 30px;
}

.proch-match{
	margin : 0px;
	padding-top : 15px;
	padding-right : 20px;
	text-align: right;
	color : #fff;
}

.newsletter-cadre{
	border : 1px #535353 solid;
    -moz-border-radius: 14px;
	margin-left: 4px;
	padding : 0px;
	font-size: 14px;
	background : #186f45 url(../images/newsletter.png) no-repeat;
	min-height : 100px;
}

.newsletter{
	margin : 0px;
	padding-top : 65px;
	text-align: right;
	color : #fff;
}

.photo{
	background-color: fff;
	/*background-color: #A8E368;*/
	border : 1px #535353 solid;
    -moz-border-radius: 14px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
}

.photo a{
	color: #9db92c;
}

.texte{
	margin-left:15px;
}

.texte ul{
	margin-top:15px;
	margin-bottom:15px;
	margin-right:25px;
}

.pub_haut{
	width : 915px;
	height : 98px;
	border : 1px #000 solid;
	background-color : #000;
    -moz-border-radius: 14px;
	margin : 2px;
	position : relative;
	font-size : 12px;
}

.pub_haut_1{
	width : 300px;
	height : 90px;
	background-color : #000;
	margin-left : 3px;
	margin-top : -2px;
	text-align : left;
}

.pub_haut_2{
	width : 300px;
	height : 90px;
	background-color: #000;
	color:#fff;
	margin-left : 0px;
	margin-top : -2px;
	text-align : center;
}

.pub_haut_3{
	width : 300px;
	height : 90px;
	background-color: #000;
	color:#fff;
	margin-left : 0px;
	margin-top : -2px;
	text-align : center;
}

.pub_bas{
	width : 670px;
	height : 66px;
	background-color: #000;
	border : 1px #535353 solid;
	padding-top:-2px;
	padding-left:0px;
	text-align:center;
    -moz-border-radius: 14px;
	position: relative;
	font-size: 12px;
	text-align:left;
}

.pub_droite{
	font-size: 12px;
	height : 150px;
	margin-left: 5px;
	background-color: #fff;
	border : 1px #535353 solid;
	text-align:center;
    -moz-border-radius: 14px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top : 2px;
	min-height : 55px;
}

.pub_google{
	margin-left:10px;
}

.phpbb{
	width:659px;
	padding-left:15px;
	padding-bottom:10px;
	border-right : 1px solid #535353;
	border-left : 1px solid #535353;
	border-bottom: 1px solid #535353;
	-moz-border-radius: 0px 0px 14px 14px;
}
.phpbb a:hover{
	color:#9db92c;
}