/* Prosilver Style Portal
By sjpphpbb.net
These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

html, body {
	color: #536482;
	background-color: #486CA1;
}

h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.5em;
}

.description {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}

.cat_block {
	color: #075072;
	height: 10px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #006699;
	background-image: url('./images/cellpic4.gif');
	white-space: nowrap;
	padding: 2px 2px;
}

.board_disable {
	color: #FF0000;
}

.block_center {
	text-align: center;
}

.block_left {
	text-align: left;
}

.block_header2 {
	text-align: left;
}

.block_header3 {
	text-align: right;
}

.block_header {
	text-align: left;
	width : 100%;
}

.header_center {
	text-align: center;
	width : 30%;
}

.logo {
	text-align: center;
	width : 30%;
}

.logodesc_2 {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 5px 5px;
	background: #D9DFE4;
	border-bottom: 1px solid #4787A7;
	height: 150px;
	width : 100%;
}

.logo_center {
	text-align: center;
	width : 70%;
}

.block {
	list-style-type: none;
}

.block_header_logo {
	list-style-type: none;
}

.block_row2 {
	background-color: #DCE1E5;
	text-align: center;
	padding: 4px;
}

.contenant {
	display : none;
}

.portal {
	padding: 0 0px;
	min-width: 650px;
}

.recent{ 
	height: 250px;
	OVERFLOW: auto;
}

.friendconnect_h{
height: 300px;
OVERFLOW: auto;
}

.last_visites{ 
	height: 150px;
	OVERFLOW: auto;
	text-align: left;
}

.block_chat {
	width: 75%;
	text-align: left;
}	
	
.box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.shouts {
	width: 100%;
	height: 200px;
	overflow: auto;
}
#chat {
	width: 100%;
	text-align:left;
}

#message {
	width: 65%;
}

#whois_online{
	vertical-align:text-top;
	text-align:left;
}
.online_img {
	vertical-align:middle;
}	
#act_indicator {
	visibility:hidden;
}

.messages {
	font-size: 1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}
	/* fin  css chats */

.category {
 color: #105289;
 text-align:left; 
 padding-left:10px; 
} 

.category2 {
  color: #105289;
  text-align:left;
  padding:1px;
}

.smallimage {
	width:6px; 
	height:7px; 
	float:left;
	margin-right:5px; margin-bottom:5px;
}

.imgborder {
	border-width: 2px;
	border-color: #ff0000;
	border-style: dotted;
}
	
dl.title dt {
	color: #FFFFFF;	
	font-size: 1.0em;
	text-transform :uppercase;	
}	

#pscroller1{
	width: 100%;
	height: 24px;
	padding: 0px;
	margin: 0px;
}

/* Popup content and Image Viewer
------------ */
.popcontent#popinfo{
	position: relative;
	z-index: 0;
}

.popcontent#popinfo hover{
	position: relative;
	display:block;
	background-color: #CADCEB;
	z-index: 50;
}

.popcontent#popinfo span{ /*CSS for enlarged image*/
	display: block;
	position: absolute;
	background-color: #E0FFFF;
	border: 2px solid #b7e6ff;
	visibility: hidden;
	color: navy;
	text-decoration: none;
	width: 144px;
}

.popcontent#popinfo span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.popcontent#popinfo:hover span{ /*CSS for enlarged image on hover*/
	display:block;
	visibility: visible;
	white-space: nowrap;
	margin-top: -46px;
    padding: 3px 3px;
	left: 40px; /*position where enlarged image should offset horizontally */
	width: 144px;
}

#wrap {
    padding: 12px 12px;
    min-width: 650px;
    width: 940px;                  /* This changes the width of your style to a fluid 80%. */
    margin: 0 auto;                /* This center aligns your wrap width on the browser page */
    background-color: #f9f9f9;     /* Gives the wrap a white background */
    border: 3px solid #b7e6ff;     
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#simple-wrap #page-body {
	margin-top: 10px;
}

