/* CSS Document */
body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited, a:active, a:hover{
	color: #002F5D;
}

a.language, a.language:visited, a.language:hover {
	color: #002F5D;
	font-weight: bold;
	text-decoration: none;
}

/************** header tag styles **************/

h1{
	font: bold 19px Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3{
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
}
				
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.logo {
	font: 34px tahoma ;
	color: #ffffff;
}

.inscrit {
	font: 12px tahoma;
	color: #FFFFFF;
}

.copyright {
	font: 11px tahoma;
	color: #FFFFFF;
}

.field_title {
	background: url(images/1dot.gif) repeat-x bottom;
	color: #000000;
	width: 150px;
}

.small_field_title {
	background: url(images/1dot.gif) repeat-x bottom;
	color: #000000;
	width: 80px;
}


.field {
	width: 100%;
}

.field_error {
	color: #990000;
	font-weight: bold;
}

.form_error {
	color: #990000;
	font-weight: bold;
}


.required {
	color: #FF0000;
}

.message_header_new {
	font-weight: bold;
}

.message_header_read {
}

.message_subject {
	color: #666666;
}

.message_from {
	font-weight: bold;
}

.folder_title {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}

.forum_title {
	color: #FFFFFF;
	font-weight:bold;
}
.forum_subtitle {
	color: #FFFFFF;
	background-color: 003366;
}

.forum_bg_dark {
	background-color:#DFDFDF;
}
.forum_bg_light {
	background-color:#F2F2F2;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.dtab {border: 1px; border-color:#000000; }

#site_name{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

a.gobal_link, a.gobal_link:visited{
  	font-size: 11px;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

a.gobal_link:hover{
  	background-image: url(images/glblnav_selected.gif);
	text-decoration: none;
}

/************ subglobalNav styles **************/

.sub_global_nav {
	position: absolute;
	/*top: 80px;*/
	/*width: 100%;*/
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.sub_global_nav a:link, .sub_global_nav a:visited {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;	
}

.sub_global_nav a:hover{
	color: #cccccc;
	text-decoration: underline;
}

a.white_bold:link, a.white_bold:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.white_bold:hover{
	text-decoration: underline;
}

a.pub:link, a.pub:visited {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a.pub:hover{
	text-decoration: underline;
}


a.blue:link, a.blue:visited {
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}

a.users:link, a.users:visited {
	font-size: 14px;
	font-weight: bold;
	color: #334d55;
	text-decoration: underline;
}
a.users:hover {
	text-decoration: underline;
}


a.toolbar, a.toolbar:visited{
  	font-size: 11px;
	font-weight: bold; 
	padding: 2px 5px 4px 5px;
	text-decoration: none;
}


a.interest_title, a.interest_title:visited{
  	font-size: 11px;
	font-weight: bold; 
	text-decoration: underline;
}

a.breadcumb, a.breadcumb:visited {
  	font-size: 14px;
	font-weight: bold; 
	text-decoration: underline;
}

img {
	border: none;
}

td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.display_table 			{	border-collapse: collapse;	clear: both;	}
.display_table thead th {	
	background-color: #E6E6E6;
	border-width: 1px;	
	border-top-color: #FFFFFF;	
	border-bottom-color: #C1C1C1;	
	border-left-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-style: solid;
	height: 23px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.display_table thead th .sort_by {
	background-color: #999999;
	border-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-style: solid;
	height: 23px;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.display_table tbody td {
	background-color: #F0F1F1;
	border-width: 1px;
	border-color: #E6E6E6;
	border-style: solid;
	padding: 2px;
	font-size: 11px;
	color: #000000;
}

.display_table thead th a, .display_table thead th .sort_by a {	
	font-size: 11px;
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
}

.display_table tr.mouseOver td {
	background-color: #E6E6E6;
	cursor: pointer;
}

.table_over tr.mouseOver td {
	background-color: #E6E6E6;
	cursor: pointer;
}
.table_over tr.selected td {
	background-color: #CCCCCC;
	cursor: pointer;
}

.toolbar tr.mouseOver td {
	background: url(images/messages/th_over.gif) center repeat-x;
	cursor: pointer;
}


.button {
	height: 21px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	border: 1px solid #326BC0;
}

table.ctable {
	margin-bottom:10px;
	margin-top:10px;
}

table.ctable thead th {
	color: #999999;
	text-align: right;
	padding: 10px;
	border-bottom: 1px solid #97C364;
	font: 17px Georgia, "Times New Roman", Times, serif;
}

table.ctable thead th a {
	color: #999999;
}

table.ctable tfoot td {
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding: 20px 10px 10px 10px;
}
table.ctable td.heading {
	color: #999999;
	text-align: right;
	padding: 20px 10px 10px 10px;
	border-bottom: 1px solid #97C364;
	font: 17px Georgia, "Times New Roman", Times, serif;
}

table.ctable tbody th {
	padding: 5px 5px 1px;
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
	font-weight: bold;
	color: #95BA67;
	font-style: italic;
	cursor:default;
}
table.ctable tbody td {
	padding: 5px 5px 1px;
}
table.ctable label[for] {
	cursor:pointer;
	font-weight: bold;
	color: #0099CC;
	border: none;
}
table.ctable label[for]:hover {
	font-weight: bold;
	color: #99CC00;
}

table.ctable input[type=text],table.ctable input[type=password],table.ctable textarea,table.ctable select {
	background: #ECF4E2;
	border: 1px solid #97C364;
}

table.ctable td.categories_main {
	padding-top:5px;
	padding-bottom:20px;
	color:#888888;
	text-align: justify;
}

table.ctable .categories_main, table.ctable .categories_main a{
	color: #334d55;
	font: bold 12px Verdana,"Times New Roman", Times, serif;
}

table.ctable .categories_sub, table.ctable .categories_sub a{
	font-size:11px;
	font-weight:normal;
	font-style: italic;
	color: #CC6600;
}

table.ctable div.categories_img{
	width:32px;
	height:32px;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	background: transparent url(images/icons/forum_new.gif) no-repeat;
}

table.ctable div.categories_img_without{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}

a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

