/*
//	Original Hierarchy pro Theme for phpBB version 2.0x & Categories Hierarchy 2.1.6 and +
//
//	file: templates/gg_Hierarchy_pro/gg_Hierarchy_pro.css
//
//	template: Hierarchy pro (gg_Hierarchy_pro)
//	author: GilGraf
//	copyright: (C) 2006 GGWeb-FR
//	created by: GGWeb-FR design
//	site: http://ggweb-fr.com/design/
//	forum: http://ggweb-fr.com/phpbbfre/
//	begin: 2006/05/15 - 16:23:36
//	version: 1.0.2 - 2006/07/10
//	license: http://opensource.org/licenses/gpl-license.php GNU General Public License (GPL)
*/

/* Redefinitions - Compliance ------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
	border: 0;
}
/* ---------------------------------------------------------------------------*/

/* Special Categories Hierarchy ----------------------------------------------*/
.absbottom {
	vertical-align: text-bottom;
}
.dom_overview_abshidden {
	position: absolute;
	visibility: hidden;
	width: 300px;
}
/* ---------------------------------------------------------------------------*/

/* General page style. The scroll bar colours only visible in IE5.5+ ---------*/
body { 
	background: #E2E4EB url(images/css/bg_dark.gif);
	background-color: #F7F8FD;
	scrollbar-face-color: #81543E;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #E7F2FA;
	scrollbar-track-color: #E7F2FA;
	scrollbar-darkshadow-color: #81543E;
}
/* ---------------------------------------------------------------------------*/

/* Gradient background at the top of the page --------------------------------*/
.topbkg {
	background: #84A2CE url(images/ban_centre.jpg);
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}
.bkg_main {
	background: #F7F8FD url(images/css/bg_light.gif);
	border: 1px #F1F1F1 solid;
}
/* ---------------------------------------------------------------------------*/

/* General font families for common tags -------------------------------------*/
font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #000000; }
/* ---------------------------------------------------------------------------*/

p, td	{ font-size: 11px; color: #000000; }

/* Lines ---------------------------------------------------------------------*/
hr {
	height: 0px;
	background-color: #FBFBFA;
	border: #D8D8D8 0px solid;
	border-top-width: 1px;
}
td.line	{
	background-color: #F7F8FD;
	background-image: url(images/css/cellpic_line.gif);
}
/* ---------------------------------------------------------------------------*/

/* Look ----------------------------------------------------------------------*/
td.spaceLook {
	background-color: #F1F1F1;
}
td.spaceLine {
	background: #F1F1F1 url(images/css/cellpic_nav.gif);
	border: #49629C 1px solid;
	border-width: 0px 1px 0px 1px;
}
/* ---------------------------------------------------------------------------*/

/* Shadow images for tables --------------------------------------------------*/
.shadow { border-collapse: collapse; height: 4px; width: 100%; }
.shleft { background: url(images/css/sh_left.gif) no-repeat; width: 8px; }
.shbottom { background: url(images/css/sh_middle.gif) repeat-x; width: 100%; }
.shright { background: url(images/css/sh_right.gif) no-repeat; width: 8px; }
/* ---------------------------------------------------------------------------*/

/* Navigation bar ------------------------------------------------------------*/
.navbar {
	color: #314687;
	font-size: 10px;
	background: #F1F1F1 url(images/css/cellpic_nav.gif) repeat-x;
	height: 21px;
	white-space: nowrap;
	border: 0px solid #E9E9EA;
	border-width: 1px 0px 1px 0px;
}
.navbar a:link { text-decoration: none; color: #000000; }
.navbar a:visited { text-decoration: none; color: #000000; }
.navbar a:active { text-decoration: none; color: #000000; }
.navbar a:hover { text-decoration: underline; color: #000000; }

.navsep	{ font-weight: bold; font-size: 11px; color: #9AB0DE; }
/* ---------------------------------------------------------------------------*/

/* Navigation box ------------------------------------------------------------*/
.navbox {
	background:  url(images/css/fond_centre.gif);
	
}
/* ---------------------------------------------------------------------------*/

/* Top infos -----------------------------------------------------------------*/
.topinfo {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #F1F9FF;
}
/* ---------------------------------------------------------------------------*/

/* Header title --------------------------------------------------------------*/
.headertitle	{
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #2D3C8B;
}
.headersubtitle	{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #EAF1F9;
}
/* ---------------------------------------------------------------------------*/

/* -- mod: attachmod ---------------------------------------------------------*/
.attachtable	{
	color: #A9A9A9;
	font-family: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border: #E9E9EA 1px solid;
	border-collapse: collapse;
}
td.attachrow {
	color: #A9A9A9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #E9E9EA 1px solid;
	height: 21px;
}
.headerbox	{
	color: #740200;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
}
/* ---------------------------------------------------------------------------*/

/* This is the border line & background colour round the entire page ---------*/
.bodyline	{
background:  url(images/css/bg_dark.gif);
	
}
.border-front	{
background:  url(images/css/fond_centre.gif);
	background-color: #F9FAFA;
	border-left: #D8D8D8 1px solid;
	border-right: #BABABA 1px solid;
}
/* ---------------------------------------------------------------------------*/

/* This is the outline round the main forum tables ---------------------------*/
.forumline {
background:  url(images/css/bg_dark.gif);
	background-color: #FFFFFF;
	border: #000000 1px solid;
}
/* ---------------------------------------------------------------------------*/

/* Header cells - the gradient backgrounds -----------------------------------*/
.tht {
	width: 100%;
	height: 22px;
	border-collapse: collapse;
}
.thl-1 {
	width: 11px;
	height: 22px;
	background-image : url(images/css/thl_1.gif);
	background-position : left;
	background-repeat : no-repeat;
}
.thl-1sd {
	width: 11px;
	height: 22px;
	background-image : url(images/css/thl_1sd.gif);
	background-position : left;
	background-repeat : no-repeat;
}
.thl-2 {
	width: 38px;
	height: 22px;
	background-image : url(images/css/thl_2.gif);
	background-position : left;
	background-repeat : no-repeat;
}
.thm-1 {
	width: 100%;
	background: url(images/css/thm_1.gif) repeat-x;
	color: #3B88CD;
}
.thr-2 {
	width: 38px;
	height: 22px;
	background-image : url(images/css/thr_2.gif);
	background-position : right;
	background-repeat : no-repeat;
}
.thr-1 {
	width: 11px;
	height: 22px;
	background-image : url(images/css/thr_1.gif);
	background-position : right;
	background-repeat : no-repeat;
}
.thr-1sd {
	width: 11px;
	height: 22px;
	background-image : url(images/css/thr_1sd.gif);
	background-position : right;
	background-repeat : no-repeat;
}
.tbt {
	width: 100%;
	height: 22px;
	border-collapse: collapse;
}
.tbl-1 {
	width: 11px;
	height: 22px;
	background-image : url(images/css/tbl_1.gif);
	background-position : left;
	background-repeat : no-repeat;
}
.tbm-1 {
	width: 100%;
	background: url(images/css/tbm_1.gif) repeat-x;
	color: #3B88CD;
}
.tbr-1 {
	width: 11px;
	height: 22px;
	background-image : url(images/css/tbr_1.gif);
	background-position : right;
	background-repeat : no-repeat;
}

.cat-1 {
	background: url(images/css/cat.gif) repeat-x;
	background-color: #276EB2;
	color: #3B88CD;
	text-align: center;
	height: 25px;
}

th {
	background-image: url(images/css/cellpic3.gif);
	background-color: #F3F3F4;
	color: #740200;
	font-size: 11px;
	font-weight: bold; 
	padding: 0px;
	spacing: 0px;
	height: 25px;
}
th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	font-weight: bold;
	height: 25px;
	border-left: #E9E9EA 1px solid;
	border-top: #E9E9EA 1px solid;
	border-right: #E9E9EA 1px solid;
	border-bottom: #E9E9EA 1px solid;
}
/* ---------------------------------------------------------------------------*/

/* Main table cell colours and backgrounds -----------------------------------*/
td.row1	{
	background-color: #FEFEFE;
	background-image: url(images/css/bg_row1.gif);
	border-left: #FBFBFA 1px solid;
	border-top: #FBFBFA 1px solid;
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid;
}
td.row1-1	{
	background-color: #FEFEFE;
	background-image: url(images/css/bg_row1.gif);
}
td.row2	{
	background-color: #F9FAFA;
	background-image: url(images/css/bg_row2.gif);
	border-left: #FBFBFA 1px solid;
	border-top: #FBFBFA 1px solid;
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid;
}
td.row2-1	{
	background-color: #F9FAFA;
	background-image: url(images/css/bg_row2.gif);
}
td.row3, td.row3Right, td.row3right {
	background-color: #FCFCFC;
	background-image: url(images/css/bg_row3.gif);
	border-left: #FBFBFA 1px solid;
	border-top: #FBFBFA 1px solid;
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid;
}
td.row3-1 {
	background-color: #FCFCFC;
	background-image: url(images/css/bg_row3.gif);
}
td.row4 {
	background-color: #EAEAEA;
	background-image: url(images/css/cellpic_btn_over.gif);
	border-left: #FBFBFA 1px solid;
	border-top: #FBFBFA 1px solid;
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid;
}
td.row5-1 {
	background-color: #F4F4F4;
	background-image: url(images/css/bg_row5.gif);
}

td.titleLegend {
	color: #000000;
	font-size: 10px;
	background: #F1F1F1 url(images/css/cellpic_nav.gif) repeat-x;
	height: 21px;
	white-space: nowrap;
	border: #CECECE 0px solid;
	border-width: 1px 0px 1px 0px;
}
td.rowLegend {
	background-color: #F7F7F7;
	background-image: url(images/css/bg_row1.gif);
}
/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/
/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
	background-color: #ECECED;
	background-image: url(images/css/cellpic1.gif);
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
	background-image: url(images/css/cellpic1.gif);
	background-color: #ECECED;
	height: 27px;
}
td.catHead {
	font-size: 12px;
}
td.cat-float {
	background-image: url(images/css/bg_space_header.gif);
	background-color: #D8D8D8;
}

td.spaceRow {
	background-image: url(images/css/bg_sp_header_title.gif);
	background-color: #E6E6E6;
}
td.space-header-box {
	background-image: url(images/css/bg_sp_header_box.gif);
	background-color: #1866B1;
}
td.space-header-title {
	background-image: url(images/css/bg_sp_header_title.gif);
	background-color: #E6E6E6;
}
td.spaceHeader {
	background-image: url(images/css/bg_space_header.gif);
	background-color: #D8D8D8;
}
td.spaceFooter {
	background-image: url(images/css/bg_space_header.gif);
	background-color: #D8D8D8;
}
/* ---------------------------------------------------------------------------*/

h1 {
	background: #F5F5F5 url(images/css/fond_centre.gif) repeat-y;
	border-left: #F5F5F5 1px solid;
	border-top: #F5F5F5 1px solid;
	border-right: #F5F5F5 1px solid;
	border-bottom: #EEEEEE 1px solid;
}

/* The largest text used in the index page title and toptic title etc. -------*/
.maintitle, h1, h2 {
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #000000;
}
a.maintitle:link { text-decoration: none; color: #000000; }
a.maintitle:visited { text-decoration: none; color: #000000; }
a.maintitle:active { text-decoration: none; color: #000000; }
a.maintitle:hover { text-decoration: underline; color: #000000; }

.mainpost {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
	color: #000000;
}
a.mainpost:link { text-decoration: none; color: #000000; }
a.mainpost:visited { text-decoration: none; color: #000000; }
a.mainpost:active { text-decoration: none; color: #000000; }
a.mainpost:hover { text-decoration: underline; color: #000000; }

.mainsearch {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 120%;
	color: #000000;
}
/* ---------------------------------------------------------------------------*/

/* General text --------------------------------------------------------------*/
.genpx { font-size: 1px; }
.genspacer { font-size: 4px; }
.genmini { font-size: 6px; }
.gentiny { font-size: 8px; }
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen, .genmed, .gensmall { color: #000000; }

a.gen, a.genmed, a.gensmall { text-decoration: none; color: #000000; }
a.gen:link, a.genmed:link, a.gensmall:link { text-decoration: none; color: #000000; }
a.gen:visited, a.genmed:visited, a.gensmall:visited	{ text-decoration: none; color: #000000; }
a.gen:active, a.genmed:active, a.gensmall:active { text-decoration: none; color: #000000; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ text-decoration: underline; color: #000000; }
/* ---------------------------------------------------------------------------*/

/* General text error --------------------------------------------------------*/
.generror { font-size: 12px; font-weight: bold; }
.genmederror { font-size: 11px; }
.gensmallerror { font-size: 10px; }
.generror, .genmederror, .gensmallerror { color: #FF0000; }
/* ---------------------------------------------------------------------------*/

/* The register, login, search etc links at the top of the page --------------*/
.mainmenu { font-size: 11px; color: #000000; }
a.mainmenu:link { text-decoration: none; color: #000000; }
a.mainmenu:visited { text-decoration: none; color: #000000; }
a.mainmenu:active { text-decoration: none; color: #000000; }
a.mainmenu:hover { text-decoration: underline; color: #000000; }
/* ---------------------------------------------------------------------------*/

/* Forum category titles -----------------------------------------------------*/
.thtitle { font-weight: bold; font-size: 11px; letter-spacing: 1px; color: #F1F9FF; }
a.thtitle:link { text-decoration: none; color: #F1F9FF; }
a.thtitle:visited { text-decoration: none; color: #F1F9FF; }
a.thtitle:active { text-decoration: none; color: #F1F9FF; }
a.thtitle:hover { text-decoration: underline; color: #CCDBE7; }
/* ---------------------------------------------------------------------------*/

/* Forum category titles -----------------------------------------------------*/
.cattitle { font-weight: bold; font-size: 11px; letter-spacing: 0px; color: #000000; }
a.cattitle:link { text-decoration: none; color: #000000; }
a.cattitle:visited { text-decoration: none; color: #000000; }
a.cattitle:active { text-decoration: none; color: #000000; }
a.cattitle:hover { text-decoration: underline; color: #000000; }
/* ---------------------------------------------------------------------------*/

/* Forum title: Text and link to the forums used in: index.php ---------------*/
.forumlink { font-weight: bold; font-size: 12px; color: #000000; }
a.forumlink:link { text-decoration: none; color: #000000; }
a.forumlink:visited { text-decoration: none; color: #000000; }
a.forumlink:active { text-decoration: none; color: #000000; }
a.forumlink:hover { text-decoration: underline; color: #000000; }
/* ---------------------------------------------------------------------------*/

/* Used navigation text, (Page 1,2,3 etc) and the navigation bar -------------*/
.nav { font-weight: bold; font-size: 11px; color: #000000; }
a.nav:link { text-decoration: none; color: #000000; }
a.nav:visited { text-decoration: none; color: #000000; }
a.nav:active { text-decoration: none; color: #000000; }
a.nav:hover { text-decoration: underline; color: #000000; }
/* ---------------------------------------------------------------------------*/

/* Navigation arrow ----------------------------------------------------------*/
.navarrow { font-weight: bold; font-size: 11px; color: #F1F3F6; }
/* ---------------------------------------------------------------------------*/

/* titles for the topics: could specify viewed link colour too ---------------*/
.topictitle { font-weight: bold; font-size: 11px; color: #000000; }
a.topictitle:link { text-decoration: none; color: #000000; }
a.topictitle:visited { text-decoration: none; color: #000000; }
a.topictitle:active { text-decoration: none; color: #000000; }
a.topictitle:hover { text-decoration: underline; color: #000000; }
/* ---------------------------------------------------------------------------*/

/* Name of poster in viewmsg.php and viewtopic.php and other places ----------*/
.name { font-size: 11px; color: #000000; }
a.name:link { text-decoration: none; color: #000000; }
a.name:visited { text-decoration: none; color: #000000; }
a.name:active { text-decoration: none; color: #000000; }
a.name:hover { text-decoration: underline; color: #000000; }
/* ---------------------------------------------------------------------------*/

/* Location, number of posts, post date etc ----------------------------------*/
.postdetails { font-size: 10px; color: #000000; }
/* ---------------------------------------------------------------------------*/

/* The content of the posts (body of text) -----------------------------------*/
.postbody { font-size: 12px; line-height: 18px; }
a.postlink:link	{ text-decoration: none; color: #000000; }
a.postlink:visited { text-decoration: none; color: #000000; }
a.postlink:active { text-decoration: none; color: #000000; }
a.postlink:hover { text-decoration: underline; color: #000000; }
/* ---------------------------------------------------------------------------*/

/* Quote & Code blocks -------------------------------------------------------*/
.code-table {
	border-left: #CECECE 1px solid;
	border-top: #347DBF 1px solid;
	border-right: #CECECE 1px solid;
	border-bottom: #CECECE 1px solid;
	margin: 5px 0;
}
.code-corner {
	background: transparent url(images/css/code_header.gif) no-repeat left;
	border-left: #CECECE 0px solid;
	border-top: #347DBF 2px solid;
 	border-right: #CECECE 0px solid;
	border-bottom: #CECECE 0px solid;
}
.code-left {
	background-color: #E3DBCE;
	border-right: #CECECE 0px solid;
}
.code-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #E6E6E6 url(images/css/bg_sp_header_title.gif);
	border-left: #CECECE 0px solid;
	border-top: #347DBF 2px solid;
	border-right: #CECECE 0px solid;
	border-bottom: #CECECE 0px solid;
	text-align: left;
	vertical-align: middle;
}
.code-title {
	font-size: 12px;
	font-weight: bold;
	color: #5C74EB;
}
.code-text {
	font-family: Courier, 'Courier New', sans-serif;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #F9FAFA;
}

.quote-table {
	border-left: #CECECE 1px solid;
	border-top: #347DBF 1px solid;
	border-right: #CECECE 1px solid;
	border-bottom: #CECECE 1px solid;
	margin: 5px 0;
}
.quote-corner {
	background: transparent url(images/css/quote_header.gif) no-repeat left;
	border-left: #CECECE 0px solid;
	border-top: #347DBF 2px solid;
 	border-right: #CECECE 0px solid;
	border-bottom: #CECECE 0px solid;
}
.quote-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #E6E6E6 url(images/css/bg_sp_header_title.gif);
	border-left: #CECECE 0px solid;
	border-top: #347DBF 2px solid;
	border-right: #CECECE 0px solid;
	border-bottom: #CECECE 0px solid;
	text-align: left;
	vertical-align: middle;
}
.quote-title {
	font-size: 12px;
	font-weight: bold;
	color: #740200;
}
.quote-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #F9FAFA;
}
/* ---------------------------------------------------------------------------*/

/* Copyright and bottom info -------------------------------------------------*/
.copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	letter-spacing: -1px;
}
a.copyright:link { text-decoration: none; color: #000000; }
a.copyright:active { text-decoration: none; color: #000000; }
a.copyright:visited { text-decoration: none; color: #000000; }
a.copyright:hover { text-decoration: underline; color: #000000; }
/* ---------------------------------------------------------------------------*/

/* Form elements -------------------------------------------------------------*/
select {
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-left: #CECECE 2px solid; 
	border-top: #CECECE 2px solid; 
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid; 
}

input.checkbox {
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-left: #CECECE 1px solid; 
	border-top: #CECECE 1px solid; 
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid; 
}

input.radio {
	background-color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-left: #CECECE 1px solid; 
	border-top: #CECECE 1px solid; 
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid; 
}

input {
	text-indent : 2px;
}

textarea.post {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-left: #CECECE 2px solid; 
	border-top: #CECECE 2px solid; 
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid; 
}

input.post {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-left: #CECECE 2px solid; 
	border-top: #CECECE 2px solid; 
	border-right: #E7E7E7 1px solid;
	border-bottom: #E7E7E7 1px solid; 
}
/* ---------------------------------------------------------------------------*/

/* The buttons used for bbCode styling in message post -----------------------*/
input.button {
	background-color: #3B88CD;
	background-image: url(images/css/cellpic_btn.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F1F9FF;
	border-left: #E7E7E7 1px solid; 
	border-top: #E7E7E7 1px solid; 
	border-right: #A5AEC3 1px solid;
	border-bottom: #A5AEC3 1px solid; 
	cursor: pointer;
}
input.button:hover {
	background-image: url(images/css/cellpic_btn_over.gif); 
	background-color: #EAEAEA; 
	color: #444444;
	border-left: #E7E7E7 1px solid; 
	border-top: #E7E7E7 1px solid; 
	border-right: #A5AEC3 1px solid;
	border-bottom: #A5AEC3 1px solid; 
}
/* ---------------------------------------------------------------------------*/

/* The main submit button option ---------------------------------------------*/
input.mainoption {
	background-color: #3B88CD;
	background-image: url(images/css/cellpic_btn.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F1F9FF;
	border-left: #E7E7E7 1px solid; 
	border-top: #E7E7E7 1px solid; 
	border-right: #CECECE 1px solid;
	border-bottom: #CECECE 1px solid; 
	cursor: pointer;
}
input.mainoption:hover {
	background-image: url(images/css/cellpic_btn_over.gif); 
	background-color: #EAEAEA; 
	color: #444444;
	border-left: #E7E7E7 1px solid; 
	border-top: #E7E7E7 1px solid; 
	border-right: #A5AEC3 1px solid;
	border-bottom: #A5AEC3 1px solid; 
}
/* ---------------------------------------------------------------------------*/

/* None-bold submit button ---------------------------------------------------*/
input.liteoption {
	background-color: #3B88CD;
	background-image: url(images/css/cellpic_btn.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F1F9FF;
	border-left: #E7E7E7 1px solid; 
	border-top: #E7E7E7 1px solid; 
	border-right: #CECECE 1px solid;
	border-bottom: #CECECE 1px solid; 
	cursor: pointer;
}
input.liteoption:hover {
	background-image: url(images/css/cellpic_btn_over.gif); 
	background-color: #EAEAEA; 
	color: #444444;
	border-left: #E7E7E7 1px solid; 
	border-top: #E7E7E7 1px solid; 
	border-right: #A5AEC3 1px solid;
	border-bottom: #A5AEC3 1px solid; 
}
/* ---------------------------------------------------------------------------*/

/* This is the line in the posting page which shows the rollover help line ---*/
.helpline {
	background-color: #F5F5F5;
	color: #444444;
	font-size: 9px;
	border-style: none;
}
/* ---------------------------------------------------------------------------*/

/* Class topics attributs ----------------------------------------------------*/
.attr_reported {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFA500;
}
.attr_solved {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00C000;
}
.attr_dev {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E1313;
}
/* ---------------------------------------------------------------------------*/

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
