/*THEME MAISON*/


body, td
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color:#737373;
}

input{font:11px Arial,Helvetica,sans-serif}

select{background:#ffffff;font:11px Arial,Helvetica,sans-serif; color:737373;}

textarea{background:#ffffff;border:1px solid #000000;
font:8pt Verdana,Arial,Helvetica,sans-serif;padding-bottom:2px;padding-left:2px}

form{display:inline}

input{border:1px solid #9f9f9e;font-size:11px; color:#737373; }

input.pbutton{background:#fff; color:#d10019; font-weight:bold;}

/* For BBCode Post Buttons */
.ButtonOut
{
	filter: alpha(opacity=70);
	border: #e37683 1px solid;
}
.ButtonOver
{
	background-color: #FFE1AC;
	border: #FFAD55 1px solid;
}
.ButtonChecked
{
	background-color: #FFCB7E;
	border: #FFAD55 1px solid;
}
.ButtonOff
{
	filter: gray() alpha(opacity=30);
	background-color: #C0C0C0;
	border: #e37683 1px solid;
}

/*  */
img 
{
	border: 0;
}

/* hyperlinks */
a		{ text-decoration: none; color: #303030; }
a:hover		{ text-decoration: underline; }

/* Header 1 - Main header */
.header1 {
	background-color:#ffa800;
	color:#fff;
	font-weight: bold;
	height: 26px;
	font-size:14px;
}
.header1Title  {
	background-color:#ffa800;
	color: #fff;
	font-weight: bold;
	font-size:12px;
}

/* Links in header1 */
tr.header1 a		{color:#FFFFFF;text-decoration:none}
tr.header1 a:hover	{color:#d10019;text-decoration:none}

/* Header 2 - Sub header */
.header2 {
	border-bottom:solid 1px #fdca66;
	background-color: #f3f3f3;
	color: #737373;
	font-weight: bold;
	height: 22px;
}
td.header2links a	{color: #b73939;text-decoration:none;font-size:7.5pt;}
td.header2links	a:hover	{color: #b73939;text-decoration:none;font-size:7.5pt;}

/* Footer1 - Bottom of tables */
.footer1 {
	background-color: #fff;
	border-top:solid 1px #ffa800;
	height: 28px;
}

.footer1 select, .footer1 td
{
	font-size: 7pt;
}

.postformheader 
{
	background-color: #ebe2d1;
	font-weight:bold;
}

/* Header of posts */
.postheader 
{
	background-color: #e7e7e7;
	color:#737373;
}

/* User info and post/article */
.post {background-color: #fcfcfc;color:#737373;}
.post .message{padding-left:10px;}
.post .Userbox{border-right:#ddd solid 1px;}

.post_alt{background-color: #fff ;color:#737373;	}
.post_alt .message{padding-left:10px;}
.post_alt .Userbox{border-right:1px solid #dddddd;}

.post_priority
{
	font-weight:bold;
}

.post_link
{

}

/* Footer of posts */
.postfooter 
{
    background-color: #fff;
}

/* Area between posts 
.postsep 
{
	background-color: #c9c9c9;
	height: 2px; 
}*/

/* most tables are class 'content' */
.content {
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	/*border: solid 1px #d0ac68;*/
	color: #737373;
	padding: 0px;
	background-color: #FFFFFF;
}

.content td {
	padding: 3px;
}

#RichEdit td 
{
	padding: 0px;
}

/* links inside content table*/
.content a		{ color: #737373; text-decoration: none;  font-weight:bold;}
.content a:hover	{ color: #d10019; text-decoration: none; }

/* used for quoting messages */
.quote 
{
	margin-left: 16px;
	padding-left: 16px;
}

.innerquote 
{
	padding: 4px;
	background-color: #ffffff;
	border: solid 1px #9f9f9e;
}

/* used for code */
.code
{
	margin-left: 16px;
	padding-left: 16px;	
}

.innercode
{
	padding: 4px;
	/*background-color: #B2C8F6;*/
	background-color: #FFFFFF;
	border: solid 1px #f39595;
	/*color:#014C00;*/
	color:#000000;
	font-family:Courier New,Courier;
}

/* font sizes */
.smallfont	{ font-size: 7.5pt; }
.largefont	{ font-size: 9pt; }

/* Image Links */
a.imagelink 
{
	font-size: 8pt;
	font-weight: bold;
	color: #000080;
}
a:hover.imagelink
{
	text-decoration: underline;
	color: #0000FF;
	/*background-color: #D0D0D0;*/
}

/* Used for editor textarea */
.posteditor 
{
	width: 100%;
	height: 200px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
}

/* Table just above and below tables */
table.command 
{
	/*border: solid 1px blue;*/
	padding: 3px;
}

/* p-tag at the top of pages with navigation links */
.navlinks { font-weight: bold; color: #ffa800; font-size: 12px; }
.navlinks a { color: #737373; text-decoration: none }
.navlinks a:hover { color: #d1011a; }

/* for printing */
.print 
{
	border: solid 1px #C0C0C0;
}
.printheader 
{
	background-color: #DDDDDD;
	color: #737373;
	padding: 4px;
}
.printbody 
{
	background-color: #FFFFFF;
	color: #737373;
	padding: 4px;
}

/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
div.postdiv
{
	width: 100%;
	min-height: 100px;
	overflow: auto;	
}
