
/* Color for background of posts requiring approval */
.approvebg
{
	color: #000000;
	background-color: #F6E0D4;
}
/* Color for background of *topics* requiring approval */
.approvetbg
{
	color: #000000;
	background-color: #E4A17C;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.jpg) #E9F0F6 repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	line-height: 1.3em;
}

.post { width: auto }

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #920AC4;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}

/* Colours for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#ajax_in_progress a
{
	color: white;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}
/* styling the admin section */
ol.search_results
{
	margin-top: 0;
	padding-top: 0;
}
ol.search_results li
{
	padding-top: 5px;
}

.button_strip_submit
{
	background: transparent;
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}

.button_strip_submit:hover
{
	color: #e0e0ff;
}

.openid_login
{
	background: white url(images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* new features settings screen */
.features
{
	clear: both;
	border-bottom: solid 1px #e0e0e0;
}
.features_image
{
	float: left;
	margin: 0.5em 2em 0.5em 1em;
}
.features_switch
{
	margin: 0.2em 1em 1em 1em;
	float: right;
}
.features h4
{
	padding: 2em 0 0.5em 0.5em;
	margin: 0;
	font-size: 1.1em;
}
.features p
{
	padding: 0 1em 1em 1em;
	margin: 0;
}

/* This is the WYSIWYG editor */
.wysiwygEditor
{
}

/* //////////////////////////// ANCIEN //////////////////////////// */

.pimg {
	overflow: scroll;
}

.userbox {
	text-align: left;
	padding: 4px;
	overflow: hidden;
	background: none;
	min-width: 150px;
}

.avatar {
	overflow: hidden;
}

/* Normal, standard links. */
a:link
{
	color: #660033;
	text-decoration: none;
}
a:visited
{
	color: #323232;
	text-decoration: none;
}
a:hover
{
	color: #b23232;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: white;
	text-decoration: none;
	font-size: 120%;
}
.nav2 {
	margin: -7px -20px 2ex -20px;
	padding: 3px 0 2px 20px;
	background: #7597A5;
	border-bottom: 1px solid black;
}
a.nav:hover
{
	color: #b00000;
	text-decoration: none;
}
/* Navigation links - for the link tree. */
.navb, .navb:link, .navb:visited
{
	color: #000000;
	text-decoration: none;
}

a.navb:hover
{
	color: #b00000;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: black;
	font-size: 9pt;
	font-family: Verdana, Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote, .spoiler
{
	color: #000000;
	border: 1px dotted black;
	border-left: 3px solid #666;
	margin: 1px 3px 6px 1px;
	font-size: 95%;
	line-height: 110%;
}
.spoiler { border: none; margin: 0 0 0 4px; padding: 0px; }
.quote { background-color: #E6DFD4 }
.quoc { padding: 0 5px; margin: 0; border: 0 }
.personalmessage .quoc { padding: 5px; margin: 3px }

.post-body .quote
{
	display: inline;
	color: #000000;
	border: none;
	margin: 1px 3px 6px 1px;
	font-size: 95%;
	line-height: 110%;
	padding: 0;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #D8D5BE;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "lucida console", "courier new", helvetica, "times new roman", serif;
	font-size: 9pt;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader, .spoilerheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

.quoteheader
{
	margin: -4px;
	padding: 1px 8px;
	background: #DFD5C5 url(/quoted.png) no-repeat right;
	border-bottom: 1px solid #BFB5A5;
}

/* Generally, those [?] icons. This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	overflow: auto;
}

.catbg
{
	font-weight: bold;
	color: #000000;
}

.catbg2
{
	font-weight: bold;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #929191;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #828181;
	background: url(images/bglight.jpg);
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Verdana, Tahoma, arial, helvetica, serif;
}
.vsmalltext
{
	font-size: 7pt;
	line-height: 8pt;
	font-family: Verdana, Tahoma, arial, helvetica, serif;
}
.small2text
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #ffffff;
}
#bodyarea
{
	vertical-align: top;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #6B8EAE;
	border: 1px solid #6B8EAE;
}
.headerbodies
{
	font-size: 8pt;
	font-family: Verdana, Tahoma, arial, helvetica, serif;
}
.sm
{
	vertical-align: middle;
}













#blogTitle {
	padding: 0 40px 0 10px;
	font-family: Verdana, 'Trebuchet MS', Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	display: inline;
}
#blogTitle a {
	color: #eee;
}
#profile-link {
	margin: 0;
	overflow: hidden;
	font-size: 9pt;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
	padding-right: 10px;
	display: inline;
	text-align: right;
	color: #ccc;
}
#profile-link a {
	color: #ccc;
}
div.post-body div {
	font-size: 10pt;
	line-height: 11pt;
	font-family: Georgia,Verdana,"Trebuchet MS",Arial,Sans-serif;
	text-align: justify;
}

#menu {
	height: 14px;
	overflow: hidden;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: white;
	background: #000 url(/cynatop2.png);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#masthead {
	margin: 0 auto;
	border: 1px solid #999;
	text-align: right;
	height: 55px;
}

.right {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
}
.left {
	float: left;
	padding-top: 0px;
	padding-left:10px;
}
.commentBox {
	font-size: 10pt;
	font-family: Verdana,"Trebuchet MS",Arial,Sans-serif;
	text-align: left;
}
.commentBox p {
	padding-top: 0px;
	margin-top: 0px;
	line-height: 11pt;
}
ul.linklog {
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
}
ul.linklog li {
	list-style: url(bullet.jpg);
}
#main2 {
	padding: 16px;
	background: #e4d9c2 url(/hrgr6.png) repeat-y !important;
	background: #e4d9c2;
	border-top: 1px solid black;
	border-bottom: 1px solid black
}

/* url(/mybk.jpg); background: #CCC url(http://cynarhum.com/Themes/default/images/fondu.jpg) repeat-x; mybk.jpg */
body {
	background: #D2D8CF;
	margin: 0;
	font-size: 10pt;
	line-height: 11pt;
	font-family: Verdana,"Trebuchet MS",Arial,Sans-serif;
	text-align: left;
}
.bodytop {
	background: #53717D url(/bg.png) repeat-x bottom;
	padding: 0px 20px 8px 20px;
	border-bottom: 1px solid black;
}
.bodymid {
	padding: 0px 20px;
}
a:link {
	color:#479;
	text-decoration:none;
}
a:visited {
	color:#858;
	text-decoration:none;
}
a:hover {
	color:#b50;
	text-decoration:underline;
}
a img {
	border-width:0;
}

/* Header
----------------------------------------------- */
#header {
	width:720px;
	margin:0 auto 10px;
	border:1px solid #ccc;
}
#blog-title {
	margin:5px 5px 0;
	padding:20px 20px .25em;
	border:1px solid #eee;
	border-width:1px 1px 0;
	font-size:200%;
	line-height:1.2em;
	font-weight:normal;
	color:#666;
	text-transform:uppercase;
	letter-spacing:.2em;
}
#blog-title a {
	color:#666;
	text-decoration:none;
}
#blog-title a:hover {
	color:#c60;
}
#description {
	margin:0 5px 5px;
	padding:0 20px 20px;
	border:1px solid #eee;
	border-width:0 1px 1px;
	max-width:760px;
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
}


/* Content
----------------------------------------------- */
#main {
	padding: 0;
	float: left;
}
#sidebar {
	width: 396px;
}


/* Headings
----------------------------------------------- */
.post-date {
	clear: both;
	float: left;
	width: 40px;
	padding: 0 6px 4px 0;
	margin: 0 10px 4px 0;
	font-family: Georgia, "Times New Roman", "Times", serif;
	border-right: 4px solid #a79f92;

	display: block;
	color: #92897a;
	text-align: center;
	text-decoration: none;
	border-bottom: none;
}
.post-date a:hover {
	color: #333;
}

.day {
	font-size: 34px;
	line-height: 28px;
}
.month {
	font-size: 23px;
	line-height: 23px;
}
.year {
	font-size: 17px;
	line-height: 15px;
}
h2.post-title {
	margin: 0 0 2px 0;
	padding: 4px 0 0 0;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #933;
}
h2.post-title a {
	text-decoration: none;
	border: none;
	display: inline;
}
h2.post-title a:hover {
	color: #333;
}
h2.sidebar-title {
	padding: 10px 0 0 10px;
	margin: -4px;
	background: transparent url(tit2.jpg) repeat-x;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", "New York", serif;
	font-size: 125%;
	color: #598F9A;
	text-transform: uppercase;
}

/* Posts
----------------------------------------------- */
.date-header {
	margin:1.5em 0 .5em;
}
.post {
	margin:.5em 0 .5em;
}
.post-title {
	margin:.25em 0 0;
	padding: 0;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color:#c60;
}
.post-title a, .post-title a:visited, .post-title strong {
	text-decoration:none;
	color:#c60;
	font-weight:normal;
}
.post-title strong, .post-title a:hover {
	color:#333;
}
.post div {
	margin:0 0 .75em;
	line-height:1.6em;
}
p.post-footer {
	margin: 0 0 4px 0;
	color:#ccc;
}
p.post-footer em, .comment-link {
	font:0.9em/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
}
p.post-footer em {
	font-style:normal;
	color:#999;
	margin-right:.6em;
}
p.side-footer em {
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#999;
	margin: 0;
}
.comment-link {
	margin-left:.6em;
}

/* 4px, 1px solid #ddd */

.post img {
	padding: 2px;
	border: 0;
}
.post blockquote {
	margin:1em 20px;
	color:#666;
	font-style:italic;
}
.post blockquote p {
	margin:.75em 0;
}


/* Comments
----------------------------------------------- */
#comments h4 {
	margin:1em 0;
	font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#999;
}
#comments h4 strong {
	font-size:130%;
}
#comments-block {
	margin:1em 0 1.5em;
	line-height:1.6em;
}
#comments-block dt {
	margin:.5em 0;
}
#comments-block dd {
	margin:.25em 0 0;
}
#comments-block dd.comment-timestamp {
	margin:-.25em 0 2em;
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
}
#comments-block dd p {
	margin:0 0 .75em;
}
.deleted-comment {
	font-style:italic;
	color:gray;
}


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	padding-bottom: 1em;
	border-bottom:1px dotted #ccc;
	list-style:none;
}
#sidebar li {
	margin:0;
	padding:0 0 .25em 15px;
	text-indent:-15px;
}
#sidebar p {
	color:#666;
}



/* Profile
----------------------------------------------- */


#profile-container {
	margin:0 0 1.5em;
	border-bottom:1px dotted #ccc;
	padding-bottom:1.5em;
}
.profile-datablock {
	margin:.5em 0 .5em;
}
.profile-img {
	display:inline;
}
.profile-img img {
	float:left;
	padding:4px;
	border:1px solid #ddd;
	margin:0 8px 3px 0;
}
.profile-data {
	margin:0;
	font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
}
.profile-data strong {
	display:none;
}
.profile-textblock {
	margin:0 0 .5em;
}

/* Footer
----------------------------------------------- */
#footer {
	width:720px;
	clear:both;
	margin:0 auto;
}
#footer hr {
	display:none;
}
#footer p {
	margin:0;
	padding-top:15px;
	font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
}

img.wp-smiley {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: middle;
}

.music {
	font-size: 78%;
	line-height: 1.4em;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	letter-spacing:.1em;
	color: #999;
}

.pac { padding: 1px 0px 0px 30px }
.smiley { vertical-align: middle }

.bdy { background-color: #d8d0c8 }
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
/* .titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited { color: #ffffff; font-style: normal; }
.titlebg a:hover { color: #ffff90; }
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited { background-color: #A8A098 }
.titlebg2 { background: url(images/bglight.jpg); border: 1px solid black } */
.catbg , .catbg2 , .catbg3 { background-color: #c8c0b8 }
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited { color: black }







/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	background-position: left bottom;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background-image: url(images/maintab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.maintab_back
{
	background-image: url(images/maintab_back.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(images/maintab_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background-image: url(images/maintab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background-image: url(images/maintab_active_back.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(images/maintab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	color: white;
	text-transform: uppercase;
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background-image: url(images/mirrortab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background-image: url(images/mirrortab_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(images/mirrortab_last.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background-image: url(images/mirrortab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background-image: url(images/mirrortab_active_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(images/mirrortab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* red-op40.png red-op60.png */
.windowbg_n { background: url(/hrgr6.png) repeat-y !important; background: none }
.windowbg_n2 { background: url(/hrgr6.png) repeat-y !important; background: none }
.windowbg { background: #e8e3c6 url(/hrgr6.png) repeat-y !important; background: #e8e3c6 }
.windowbg2 { background: #e4d9c2 url(/hrgr6.png) repeat-y !important; background: #e4d9c2 }
.windowbg3 { background-color: #e0d5c6; }

fieldset.spoiler
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader a
{
	font-size: 9pt;
	font-weight: bold;
}

div.spoilerheader2 input
{
	color: #3e3e33;
	font: 0.9em sans-serif;
}

div.spoilerbody
{
	color: #0f0f0f;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody
{
	border: 0px;
	padding: 0em;
}


/* Calendar colours for birthdays, events and holidays */
.birthday
{
	color: #920AC4;
}

.event
{
	color: #078907;
}

.holiday
{
	color: #000080;
}

/* Colours for warnings */
.warn_mute
{
	color: red;
}

.warn_moderate
{
	color: orange;
}

.warn_watch
{
	color: green;
}


/* The AJAX notifier */
#ajax_in_progress
{
	background: #F1F3EA;
	color: #333;
	text-align: center;
	font-size: 14pt;
	padding: 8px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid black;
}

#ajax_in_progress a
{
	color: #333;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}

/* Styling for BBC tags */
.bbc_color a
{
	color: inherit;
}

.bbc_img
{
	border: 0;
	overflow: scroll;
}

.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
}

.bbc_size
{
	line-height: 1.3em;
}

.bbc_table
{
	font: inherit;
	color: inherit;
}

.bbc_table td
{
	font: inherit;
	color: inherit;
	vertical-align: top;
}

.bbc_u
{
	text-decoration: underline;
}
/* styling the admin section */
ol.search_results
{
	margin-top: 0;
	padding-top: 0;
}
ol.search_results li
{
	padding-top: 5px;
}

.button_strip_submit
{
	background: transparent;
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}

.button_strip_submit:hover
{
	color: #e0e0ff;
}

.openid_login
{
	background: white url(images/openid.gif) no-repeat;
	padding-left: 18px;
}

/* new features settings screen */
.features
{
	clear: both;
	border-bottom: solid 1px #e0e0e0;
}
.features_image
{
	float: left;
	margin: 0.5em 2em 0.5em 1em;
}
.features_switch
{
	margin: 0.2em 1em 1em 1em;
	float: right;
}
.features h4
{
	padding: 2em 0 0.5em 0.5em;
	margin: 0;
	font-size: 1.1em;
}
.features p
{
	padding: 0 1em 1em 1em;
	margin: 0;
}

/* This is the WYSIWYG editor */
.wysiwygEditor
{
}

.mergedate
{
	color: gray;
	padding: 10px 0 0 0;
	margin: 0;
}

.bc1 { background: #FDF7E7 }
.bc2 { background: #EDE7D7 }
.bc3 { background: #F9FAE7 }
.bc4 { background: #E9EAD7 }
