/*
  SimNation Theme for phpBB version 2+
  Created by Ludovic RESLINGER <lr@cuivres.net>
  http://www.cuivres.net
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body
	{
		background-image: url(images/background.jpg);
		background-color: #A6BBF6;
		scrollbar-face-color: #A6BBF6;
		scrollbar-highlight-color: #A6BBF6;
		scrollbar-shadow-color: #000066;
		scrollbar-3dlight-color: #000066;
		scrollbar-arrow-color:  #000066;
		scrollbar-track-color: #A6BBF6;
		scrollbar-darkshadow-color: #000066;
	}

/* General font families for common tags */
font,th,td,p
	{ 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
a:link,a:active,a:visited 
	{ 
		color : #000066;
	}
a:hover
	{
		text-decoration: underline;
		color : #FFFFFF;
	}
hr
	{
		height: 0px;
		border: solid #000066 0px;
		border-top-width: 0px;
	}


/* This is the border line & background colour round the entire page */
.bodyline
	{
		background-image: url(images/background2.jpg);
		background-color: #A6BBF6;
		border: 0px #98AAB1 solid;
	}

/* This is the outline round the main forum tables */
.forumline
	{
		background-color: transparent;
		border: 2px #000066 solid;
		padding: 0px;
	}


/* Main table cell colours and backgrounds */
td.row1
	{
		background-color: transparent;
		border: 1px #A6BBF6 solid;
	}
td.row2
	{
		background-color: transparent;
		border: 1px #A6BBF6 solid;
	}
td.row3
	{
		background-color: transparent;
		border: 1px #A6BBF6 solid;
	}


/*
  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: transparent;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
		border: 1px #A6BBF6 solid;
}

/* Header cells - the blue and silver gradient backgrounds */
th
	{
		color: #FFFFFF;
		font-size: 11px;
		font-weight : bold;
		background-color: transparent;
		height: 28px;
		background-image: url(images/cellpic3.gif);
	}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom
	{
		background-image: url(images/cellpic1.gif);
		background-color:transparent;
		border: #000066;
		border-style: solid;
		height: 28px;
	}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom
	{
		height: 28px;
		border-width: 0px 0px 0px 0px;
	}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR
	{
		font-weight: bold;
		border: #A6BBF6;
		border-style: solid;
		height: 28px;
	}
td.row3Right,td.spaceRow
	{
		background-color: transparent;
		background-image: url(images/cellpic.gif);
		border: #000066;
		border-style: solid;
	}

th.thHead,td.catHead 
	{
		font-size: 12px;
		border-width: 0px 0px 0px 0px;
	}
th.thSides,td.catSides,td.spaceRow
	{
		border-width: 0px 0px 0px 0px;
	}
th.thRight,td.catRight,td.row3Right
	{
		border-width: 0px 0px 0px 0px;
	}
th.thLeft,td.catLeft
	{
		border-width: 0px 0px 0px 0px;
	}
th.thBottom,td.catBottom
	{
		border-width: 0px 0px 0px 0px;
		}
th.thTop
	{
		border-width: 0px 0px 0px 1px;
	}
th.thCornerL 
	{
		border-width: 0px 0px 0px 0px;
	}
th.thCornerR
	{
		border-width: 0px 0px 0px 1px;
	}


/* 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 : #000066;
	}


/* General text */
.gen
	{
		font-size : 12px;
	}
.genmed 
	{
		font-size : 11px;
	}
.gensmall
	{
		font-size : 10px;
	}
.gen,.genmed,.gensmall
	{
		color : #000066;
	}
a.gen,a.genmed,a.gensmall
	{
		color: #000066;
		text-decoration: none;
	}
a.gen:hover,a.genmed:hover,a.gensmall:hover
	{
		color: #FFFFFF;
		text-decoration: underline;
	}


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


/* Forum category titles */
.cattitle
	{
		font-weight: bold;
		font-size: 12px ;
		letter-spacing: 1px;
		color : #000066
	}
a.cattitle
	{
		text-decoration: none;
		color : #000066;
	}
a.cattitle:hover 
	{
		text-decoration: underline;
	}


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


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


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


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name
	{
		font-size : 11px;
		color : #000066;
	}

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


/* The content of the posts (body of text) */
.postbody
	{
		font-size : 12px;
		color : #000066;
	}
a.postlink:link
	{
		text-decoration: none;
		color : #000066;
	}
a.postlink:visited
	{
		text-decoration: none;
		color : #3333CC;
	}
a.postlink:hover
	{
		text-decoration: underline;
		color : #FFFFFF;
	}


/* Quote & Code blocks */
.code
	{
		font-family: Courier, 'Courier New', sans-serif;
		font-size: 11px;
		color: #006600;
		background-color: transparent;
		border: #D1D7DC;
		border-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
	}

.quote
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #444444;
		line-height: 125%;
		background-color: transparent;
		border: #D1D7DC;
		border-style: solid;
		border-left-width: 1px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
	}


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


/* Form elements */
input,textarea, select
	{
		background-color : #A6BBF6;
		color : #000066;
		font: normal 11px Verdana, Arial, Helvetica, sans-serif;
		border-color : #000066;
	}

/* The text input fields background colour */
input.post, textarea.post, select
	{
		background-color : #A6BBF6;
	}

input
	{
		text-indent : 2px;
	}

/* The buttons used for bbCode styling in message post */
input.button
	{
		background-color : #A6BBF6;
		color : #000066;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* The main submit button option */
input.mainoption
	{
		background-color : #A6BBF6;
		font-weight : bold;
	}

/* None-bold submit button */
input.liteoption
	{
		background-color : #A6BBF6;
		font-weight : normal;
	}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline 
	{
		background-color: #A6BBF6;
		border-style: none;
	}

/* Added for Online Offline Hidden Mod */
/* Set Image style */
img, .forumline img
	{
		border: 0;
	}
/* End of Onlien Offline Hidden Mod's Code */

/*					*/
/* SimNation Buttons			*/
/*					*/
/* Menu Buttons				*/
/* button styles */
ul.main_menu {
		list-style: none ;
		margin: 0 ;
		padding: 0 ;
		width: 610px;
		overflow: hidden ;/* Création du contexte de formatage */
		white-space: nowrap;
		}
ul.main_menu li {
		float: left;
		width: 100px;
		height: 31px;
		vertical-align:middle ;
		border: 0px solid #600 ;
		margin-right: 1px ;
		color: #FFFFFF ;
		}
ul.main_menu li a, li a:visited {
		display: block;
		background: url(images/button_menu.gif) no-repeat ;
		color: #FFFFFF ;
		width: 100px;
		height: 31px;
		font: Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding: 5px 0 ;
		vertical-align:middle ;
		text-align: center ;
		font-weight: bold ;
		text-decoration: none ;
		}
ul.main_menu li a:hover, ul.main_menu li a:focus, ul.main_menu li a:active {
		background: url(images/button_menu.gif) no-repeat ;
		color: #000066;
		background-position: 0 -41px;
		font-weight: bold ;
		text-decoration: none ;
		}
/*					*/
.icon_menu
	{
		display: block-inline;
		margin: 0 ;
                padding: 0 ;
		vertical-align:middle;
		background-repeat: no-repeat;
		padding: 0 0 5px 18px;
	}
/* list of button icons */
#buttonMenuPortal .icon_menu
	{
		background-image: url(images/icon_mini_house.gif);
	}
#buttonMenuShop .icon_menu
	{
		background-image: url(images/icon_shop.gif);
	}
#buttonMenuUshop .icon_menu
	{
		background-image: url(images/icon_user_shop.gif);
	}
#buttonMenuEmplois .icon_menu
	{
		background-image: url(images/icon_jobs.gif);
	}
#buttonMenuBanque .icon_menu
	{
		background-image: url(images/icon_mini_banque.gif);
	}
#buttonMenuPrison .icon_menu
	{
		background-image: url(images/icon_mini_justice.gif);
	}
#buttonMenuLottery .icon_menu
	{
		background-image: url(images/icon_lottery.gif);
	}
#buttonMenuCasino .icon_menu
	{
		background-image: url(images/mini_casino.gif);
	}
#buttonMenuRules .icon_menu
	{
		background-image: url(images/icon_mini_rules.gif);
	}
#buttonMenuFaq .icon_menu
	{
		background-image: url(images/icon_mini_faq.gif);
	}
#buttonMenuSponsor .icon_menu
	{
		background-image: url(images/icon_mini_sponsors.gif);
	}
#buttonMenuSearch .icon_menu
	{
		background-image: url(images/icon_mini_search.gif);
	}
#buttonMenuProfil .icon_menu
	{
		background-image: url(images/icon_mini_profile.gif);
	}
#buttonMenuPM .icon_menu
	{
		background-image: url(images/icon_mini_message.gif);
	}
#buttonMenuMembers .icon_menu
	{
		background-image: url(images/icon_mini_members.gif);
	}
#buttonMenuGroups .icon_menu
	{
		background-image: url(images/icon_mini_groups.gif);
	}
#buttonMenuLogout .icon_menu
	{
		background-image: url(images/icon_mini_login.gif);
	}
#buttonMenuRegister .icon_menu
	{
		background-image: url(images/icon_mini_register.gif);
	}
#buttonMenuSecurity .icon_menu
	{
		background-image: url(images/icon_mini_security.gif);
	}
/* For MP Button			*/
font.la_poste
	{
		color: yellow;
		font: Arial, Helvetica, sans-serif;
                font-size: 10px;
		font-weight: bold ;
	}
/*					*/
/* End of Buttons			*/


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