/*///////////////////////////////////////////////////////////////////////
	WEEPULSE - copyright weeprod 2009
	layout.css / by flowz
///////////////////////////////////////////////////////////////////////*/
html,body{height:100%;}
body {
	background: #fff;
	font-family: Myriad Web Pro, Tahoma, sans-serif;
	font-size: 12px;
	color: #6e6e70;
	margin:0;
	width:100%;
}
img {
	border: none
}
a{
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
a:hover{ color: #056fc0; text-decoration: none; }
/* hack FF pour envlever pointillés autour des liens */

a {
	outline: none;
}


/* fin de hack */
input{
	border: 1px solid #ccc;
	height: 20px;
	background: #fff;
	font-size: 13px;
	color: #000;
	font-family: Myriad Web Pro,Tahoma, sans-serif;
	padding:1px 0;
}
textarea{
	border: 1px solid #cccccc;
	background: #ebebeb;
	font-size: 11px;
	color: #666666;
	font-family: Myriad Web Pro,Tahoma, sans-serif;
	
}
select{
	border: 1px solid #cccccc;
	font-size: 13px;
	color: #000;
	font-family: Myriad Web Pro,Tahoma, sans-serif;
	
}
.submit{
	height: 24px;
	border: 1px solid #ccc;
	background: #99BBEA;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
	font-family: Myriad Web Pro,Tahoma, sans-serif;
	
}
.cancel{
	height: 24px;
	border: 1px solid #ccc;
	background: #37404D;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px;
	font-family: Myriad Web Pro,Tahoma, sans-serif;
	
}
small{
	font-size: 11px;	
}
h1{
	padding: 0;
	margin: 5px 0;
	font-size: 16px;
	color: #212121;
}
h2{
	font-size: 11px;
	color: #9FC22A;
	padding: 0;
	margin: 5px 0;
}
h3{
	float: left;
	font-size: 28px;
	color: #000;
	padding: 0;
	margin: 5px 0 15px 10px;
	font-weight: normal;
	width: 550px;
}
h4{
	float: left;
	font-size: 14px;
	color: #000;
	padding: 0;
	margin: 5px 0 5px 10px;
	font-weight: normal;
	width: 500px;
}
h5{
	font-size: 13px;
	color: #212121;
	padding: 0;
	margin: 5px 0;
	font-weight: normal;
}
p{
	font-size: 14px;
	color: #000;
	margin: 5px 0;
	padding: 0;
}
table{
	font-size: 12px;
	color: #000000;
}

#wrapper {
	margin:0px;
	min-height:84.5%;
	padding:0;
	min-width:100%;
	background: #fff url('../images/template/body-bg.png') repeat-x top left;
	float: left;
}

#page {
	margin:0 auto;
	padding:0;
	width:1080px;
}

#error{
	width: 800px;
	height: 20px;
	margin: 0 auto;
	padding:5px 0 0 0;
	text-align: center;
	background: #b90c0c;
}
#error span{	
	color: #fff;
	margin: 0px;
	padding: 2px 0 2px 20px;
	background: url('../images/icons/error.png') no-repeat top left;
	font-size: 11px;
	font-weight: bold;
}

#header{
	height:135px;
	width:1080px;
	/*background: #fff url('../images/template/header-bg.png') no-repeat top;*/
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

#header h1{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 24px;
}
#header h2{
	clear:both;
	float: left;
	margin: 0px 0px 0 100px;
	padding: 0;
	font-size: 13px;
	color: #59595b;
 	font-weight: normal;
 	width: 135px;
}
#header h3{
	float: right;
	text-align: right;
	margin: 10px 100px 0px 0;
	padding: 0;
	font-size: 16px;
	color: #f26b1d;
 	font-weight: normal;
 	width: auto;
}
#header h3 span{
 	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
#header div.logo{
	height:89px;
	width:243px;
	margin: 0 10px 0 40px;
	padding: 0;
	background: url('../images/template/logo-bg.png') no-repeat top left;
	float: left;
	overflow: hidden;
}
#header div.logo a{
	height:38px;
	width:224px;
	margin: 10px 0 0 10px;
	padding: 0;
	background: url('../images/template/weeprod.png') no-repeat top left;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
#header div.portfolioempty,
#header div.portfolio{
	height:19px;
	width:128px;
	margin: 30px 85px 0 0;
	padding: 3px 0 0;
	background: url('../images/template/portfolio-bg.png') no-repeat top left;
	float: right;
	text-align: center;
	overflow: hidden;
}
#header div.portfolioempty{
	background: none;
}
#header div.portfolio a{
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}
#header div.portfolio a:hover{
	text-decoration: none;
	color: #fff;
}
#header div.happyyear{
	height:59px;
	width:73px;
	margin: 18px 50px 0 0;
	padding: 0;
	background: url('../images/template/bonneannee.png') no-repeat top left;
	float: right;
	clear: right;
	text-indent: -9999px;
	overflow: hidden;
}
#headeradmin{
	height:20px;
	width:640px;
}

#main{
	width:984px;
	margin:  0 0 0 40px;
	padding: 0;
	background: #fff;
	float: left;
}
#left{
	float: left;
	margin: 10px 0 0 0;
	padding: 10px;
	width:700px;
	height:530px;
}
#right{
	float: right;
	margin: 0;
	padding: 10px;
	width:250px;
	height:auto;
	
}
.boxhome{
	float: right;
	width: 289px;
	height: 469px;
	margin: 0px 73px 10px 0;
	padding: 10px 15px;
	background: #fff url('../images/template/boxhome-bg.png') no-repeat top left;
}

.boxhome h5{
	float: left;
	clear: both;
	font-size: 24px;
	margin: 0;
	padding: 0px;
	
}

.boxhome h6{
	width: 280px;
	float: left;
	clear: both;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0px;
	color: #000;
}

.boxhome p{
	width: 225px;
	float: left;
	clear: both;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	color: #000;
}

.boxhome img{
	float: left;
	clear: both;
	width: 65px;
	margin: 0;
	padding: 0px;
}

.boxhome .lastnews{
	float: left;
	clear: both;
	font-size: 12px;
	margin: 5px 0;
	padding: 0px;
	width: 285px;
	
}
.boxhome .news{
	float: left;
	width: 200px;
	font-size: 12px;
	margin: 0px 0 0 10px;
	padding: 0px;
	color: #000;
}
.boxhome .sep{
	float: left;
	clear: both;
	width: 289px;
	height: 17px;
	margin: 0;
	padding: 0px;
	background: url('../images/template/boxhome-sep.png') no-repeat top left;
}
.space{
	float: left;
	width: 545px;
	height: 15px;
	margin: 0;
	padding: 0px;
	
}

.contact{
	float: left;
	width: 545px;
	height: 125px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #fff url('../images/template/contact-bg.png') no-repeat top left;
}

.contact h5{
	float: left;
	clear: both;
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 0px;
	text-align: center;
	font-weight: normal;
	width: 100%;
	color: #59595b;
}

.contact a{
	font-size: 14px;
	margin: 0;
	color: #59595b;
}

.contact a.btn{
	float: left;
	margin: 20px 10px 0 0px;
	padding: 10px 0 16px 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	width: 243px;
	color: #59595b;
}

.contact a.grey{
	background: url('../images/template/btn-bg-grey.png') no-repeat top left;
}
.contact a.grey:hover{
	color: #fff;
}
.contact a.orange{
	background: url('../images/template/btn-bg-orange.png') no-repeat top left;
	color: #ffffff;
	
}
.contact a.orange:hover{
	color: #59595b;
	
}
#informations{
	float: left;
	clear: both;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
	height: 145px;
}

#informations img{
	float: left;
	clear: none;
	margin: 0 10px;
	width: 110px;
}

#informations div{
	float: left;
	clear: none;
}
#informations h6{
	margin: 0 0 5px 0;
	width: 170px;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #000;
}
#informations p{
	clear: none;
	margin: 0;
	width: 160px;
	font-size: 12px;
	
}
.box1{
	width: 250px;
	height: auto;
	margin: 0 0 10px;
	padding: 10px 0 0 0;
	background: #522641  url('../images/template/box-bg.png') no-repeat top left;
}
.box1-btm{
	width: 250px;
	height: 16px;
	margin: 0;
	padding: 0;
	background: url('../images/template/box-btm.png') no-repeat top left;
}
.box1 h4{
	margin: 0 10px 5px;
	padding: 0px 0 0 15px;
	color: #fff;
	font-size: 14px;
	background: url('../images/template/bullet.png') no-repeat top left;
}
.box1 h5{
	margin: 10px 0 2px 0;
	padding: 0px 0 0 15px;
	color: #ccc;
	font-size: 11px;
	font-weight: normal;
}
.box1 a{
	text-decoration: none;
	color: #fff;
}
.box1 a:hover{
	text-decoration: underline;
	color: #fff;
}
.box1 h6{
	margin: 0px;
	padding: 0px 15px;
	color: #fff;
	font-size: 12px;
}
.box2{
	width: 250px;
	height: 240px;
	margin: 0 0 0;
	padding: 10px 0 0 0;
	background: #565b4b  url('../images/template/box2-bg.png') no-repeat top left;
}
.box2-btm{
	width: 250px;
	height: 16px;
	margin: 0 0 10px;
	padding: 0;
	background: url('../images/template/box2-btm.png') no-repeat top left;
}
.box2 h4{
	margin: 0 10px 5px;
	padding: 0px 0 0 15px;
	color: #fff;
	font-size: 14px;
	background: url('../images/template/bullet2.png') no-repeat top left;
}
.box2 h5{
	margin: 5px 10px 0;
	height: 16px;
	padding: 4px 0 0 22px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/pulsor/chat.png') no-repeat top left;
}
.box2 p{
	margin: 0px 10px 5px;
	padding: 0px;
	color: #ccc;
	font-size: 12px;
}
.box2 span{
	margin: 0px 10px 5px;
}
#content{
	float: left;
	width:645px;
	padding: 5px 5px 0 10px;
	text-align: left;
	min-height: 500px;
}
#content h3{
	width: 640px;
	font-size: 36px;
	margin: 5px 0 15px;
}
#content-home{
	float: left;
	width:979px;
	padding: 5px 5px 0 0px;
	text-align: left;
	background: url('../images/template/home-bg.png') no-repeat 70% 45%;
	height: 515px;
}
#content-admin{
	margin: 0;
	float: left;
	width:970px;
	padding: 5px 5px 0;
	text-align: left;
	background: #fff;
	border: 2px solid #59595B;
}
#content-admin h1{
	float: none;
	font-size: 16px;
	font-weight: bold;
	color: #37404D;
}
#content-admin h3{
	float: none;
	font-size: 16px;
	font-weight: bold;
	color: #99BBEA;
}
#content-admin h4{
	width: auto;
}
.blank{
	float: left;
	width:100px;
	padding: 0;
	height: 223px;
}
#nav{
	height:28px;
	width:1000px;
	margin: 0 0 10px;
	padding: 0;
	background: #565b4b url('../images/template/nav-bg.png') no-repeat top left;
	float: left;
	overflow: hidden;
}
#nav ul{
	margin: 0 0 0 25px;
	padding: 0;
}
#nav ul li{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#nav a.hover,
#nav a{
	height: 22px;
	margin: 0;
	padding: 6px 15px 0;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#nav a.hover,
#nav a:hover{
	background: #212121;
	text-decoration: none;
}
#footer{
	float: left;
	clear: left;
	height:100px;
	width:100%;
	background: url('../images/template/footer-bg.png') repeat-x top left;
	text-align:left;
	margin: 0;
	color: #818181;
	padding: 0px;
	
}

#footer div{
	margin: 0 auto;
	width: 1080px;
}
#footer ul{
	float: left;
	padding: 0;
	margin: 30px 0px 0 0px;
	width: 145px;
}
#footer ul.first{
	margin: 30px 0px 0 50px;
	width: 145px;
}
#footer h5{
	color: #818181;
	float: left;
	margin: 0 0 8px 0;
	font-weight: bold;	
	font-size: 12px;
}
#footer h6{
	color: #818181;
	float: left;
	clear: none;
	margin: 0px 0px 0 80px;
	padding: 30px 0 0 0;
	font-weight: bold;	
	font-size: 12px;
}
#footer li{
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	width: 145px;
}
#footer li a{
	color: #818181;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
}
#footer li a:hover{
	text-decoration: underline
}
#footer p{
	font-size: 10px;
	color: #666666;
}
#footer a{
	color: #ebebeb;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover{
	text-decoration: underline;
	
}

input.checkbox{
	border: 0px;
	height: 12px;
	width: 12px;
}

.error_message{
	float: left;
	width: 100%;
	min-height: 35px;
	color: #f2681d;
	font-size: 12px;
	padding: 0 0 0 40px;
	margin: 5px 5px 10px;
	background: url(../images/pulsor/warning.png) no-repeat top left;
	font-weight: bold;
}
.scrollable{
	height:350px;
	width: 190px;
	overflow:hidden;
}
.vscroll-line {background:url(../images/line.gif) repeat-y;}
.vscroll-line1 {background:url(../images/line1.gif) repeat-y;}
.vscroll-line2 {background:url(../images/line.gif) repeat-y;}
#scrollslider0 {height:11px !important;}
.vscroll-slider {
	background: url(../images/button-slider.gif) no-repeat;
	height:100px !important;
	cursor: pointer;
}
#boxleft{
	width:645px;
	height:100%;
	float:left;
}
/* STYLE ADMIN */
#admin{
	width: 800px;
	height: 95px;
	color: #ffffff;
	margin: 0 auto;
	padding:0;
}
#admin .toplinks{
	height: 16px;
	padding: 2px 0;
}
#admin  h1{
	float: left;
	padding: 0;
	margin: 0;	
	color: #a4c233;
	padding: 0 0 0 15px;
	background: url('../images/pulsor/online.gif') no-repeat top left;
	font-size: 11px;
	font-weight: bold;
}

#admin  h2{
	float: left;
	padding: 0;
	margin: 25px 0 2px 10px;	
	color: #ebebeb;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}
#admin  img{
	float: left;
}
#admin .toplinks span{
	float: right;
}
#admin .toplinks a{
	float: right;
	color: #ebebeb;
	padding: 0;
	margin: 0 10px;
	font-size: 11px;	
	text-decoration: none;
}
#admin .toplinks a:hover{
	text-decoration: none;
	color: #a4c233;
}
#admin .topadmin{
	width: 790px;
	height: 65px;
	background: url('../images/pulsor/bg.gif');
	padding: 5px;
	text-align: left;
	margin: 0;
}
#admin .topadmin a{
	float: left;
	color: #fff;
	padding: 2px 9px;
	margin: 0px 0 0px;
	font-size: 11px;	
	text-decoration: none;
	font-weight: normal;
}
#admin .topadmin a:hover{
	text-decoration: none;
	background: #a4c233;
	
}
#admin .topadmin a.btn{
	float: right;
	text-decoration: none;
	margin: 25px 0 2px 10px;
	padding: 0;
}
#admin .topadmin a.btn:hover{
	text-decoration: none;
	background: none;	
}

#navigation:after{
	content:"";
	clear:both;
	display:block;
}
#navigation{
	float: left;
	width:760px;
	height: 30px;
	margin:15px 0 0 0;
	padding:0;
}
#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height: 30px;
}
#navigation ul li{
	float:left;
	padding: 0;
	width: 146px;
	height: 28px;
	margin:0px 3px 0 0;
	background: url('../images/template/menu-bg.png');
	text-align: center;
}
#navigation ul li a.on,
#navigation ul li a{
	width: 100%;
	text-align: center;
	color:#fff;
	text-decoration:none;
	padding: 4px 0 0;
	margin:0;
	font-size:14px;
	float:left;
}
#navigation ul li a.on,
#navigation ul li a:hover{
	color:#fff;
	font-weight: bold;
}
#navigation ul li.hover,
#navigation ul li:hover {
	position: relative;
}
#navigation ul li.hover ul,
#navigation ul li:hover ul {
	display: block;
}
a.linkedit{
	position: absolute;
	background: url('../images/icons/edit.gif');
	padding: 0;
	width: 14px;
	height: 16px;
	text-indent: -9999px;
	
}
a.fichierjoint{
	background: url('../images/icons/piecejointe.jpg') no-repeat;
	padding: 0px 0 3px 20px;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	margin: 5px 0;
}
a.fichierjoint:hover{
	text-decoration: underline;
}
/* PULSOR STYLES */

#pulsor{
	width: 100%;
	height: 42px;
	background: #37404d url('../images/pulsor/linetop.png') repeat-x bottom left;
	color: #ccc;
	float: left;
	overflow: hidden;
	padding: 0;
	font-family: Myriad Web Pro, Tahoma, sans-serif;
	
}

#pulsor .ptop{
	height: 20px;
	padding: 0;
}
#pulsor  h1{
	/*float: left;*/
	padding: 0;
	margin: 0;	
	color: #99bbea;
	padding: 0 0 0 15px;
	background: url('../images/pulsor/online.png') no-repeat top left;
	font-size: 12px;
	font-weight: bold;
}

#pulsor  h2{
	float: left;
	clear: both;
	padding: 0;
	margin: 0px 0 0px 10px;	
	color: #99bbea;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
#pulsor  h3{
	float: left;
	clear: both;
	padding: 0;
	margin: 2px 0 0px 15px;	
	color: #ffffff;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	width:auto;
}
#pulsor  table{
	color: #ffffff;
	font-size: 11px;
}
#pulsor  img{
	/* float: left; */
}
#pulsor .ptop span{
	 float: right; 
	 color: #ccc;
	
}
#pulsor .ptop div.sep{
	 float: right;
	width: 5px;
}
#pulsor .welcome{
	 float: right; 
}
#pulsor .ptop div.msg{
	float: left;
	clear: both;
	margin: 5px 0 0 0;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size:11px;
}

#pulsor .ptop span.ok{
	font-weight:bold;
	color: #99bbea;
}
#pulsor .ptop a.panelclose{
	padding: 0;
	margin: 0 10px;
	background: url(../images/pulsor/close.png) no-repeat;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
}
#pulsor .ptop a{
	float: right;
	color: #ebebeb;
	padding: 0;
	margin: 0 10px;
	font-size: 12px;	
	text-decoration: none;
}
#pulsor .ptop a:hover{
	text-decoration: none;
	color: #99bbea;
}
#pulsor .ptop a.logoff{
	float: left;
	color: #ebebeb;
	padding: 0;
	margin: 4px 0 0 10px;
	font-size: 11px;	
	text-decoration: none;
}
#pulsor .ptop a.logoff:hover{
	text-decoration: none;
	color: #99bbea;
}
#pulsor .pls_menu ul{
	padding: 0;
	margin: 0 auto;
	text-align: center;
	
}
#pulsor .pls_menu li{
	float: left;
	padding: 2px 0 0 0;
	margin: 0 15px;
	list-style: none;
	background: url('../images/pulsor/bg-tab.gif') repeat-x;
	height: 16px;
	
}
#pulsor .pls_menu a{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	padding: 2px 10px;
	background: url('../images/pulsor/bg-tab.gif') repeat-x;
	height: 16px;
	float: none;
}
#pulsor .pls_menu a:hover{
	color: #fff;
	text-decoration: none;
	background: url('../images/pulsor/bg-tab2.gif') repeat-x;
	font-size: 12px;
	
}
#catch{
	background: url('../images/pulsor/catch.png') no-repeat top left;
	text-indent: -9999px;
	width: 25px;
	height: 17px;
	margin: 0 10px 0 0;
	cursor: pointer;
	position: absolute;
	left: 97%;
}

table.tabsedit{
	font-family: Myriad Web Pro, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	text-align: left;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
td.tabson{
	background: #ebebeb;
	color: #212121;
	padding: 5px 10px;
	font-weight: bold;
}
td.tabsoff{
	background: #ccc;
	color: #000;
	padding: 5px 10px;
}

td.tabsoff a{
	color: #212121;
	text-decoration: none;
}
td.tabsoff a:hover{
	color: #212121;
	text-decoration: underline;
}
table.tabform{
	font-family: Myriad Web Pro, Tahoma, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0 auto 15px;
	text-align: left;
	width: 970px;
	border: 1px solid #aaa;
	background: #ebebeb;
}
table.tabformsmall{
	font-family: Myriad Web Pro, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px 0 10px 40px;
	text-align: left;
	border: 1px solid #aaa;
}
table.listing{
	font-family: Myriad Web Pro, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 15px auto;
	text-align: left;
	float: left;
	width: 700px;
	border: 1px solid #aaa;
}
table.listing tr{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
table.listing tr:hover{
	background: #ebebeb;
}
table.listing th{
	background: #dadada;
	color: #212121;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}
td.label{
	font-weight: bold;
	vertical-align: top;	
}
div.login{
	margin: 70px auto 0;
	padding: 10px;
	background: url('../images/pulsor/box-login.jpg') no-repeat top left;
	width: 312px;
	height: 176px;
}

div.login h3{
	font-size: 20px;
	height: 26px;
	background: url('../images/pulsor/pulse.png') no-repeat top left;
	padding: 5px 0 0 35px;
	float: none;
	width: 200px;
}


.boxaccount{
	width: 220px;
	height: auto;
	margin: 5px 0 10px;
	padding: 10px;
	background: #37404D;
	text-align: left;
	border: 1px solid #ccc;
}
.boxaccount h4{
	float: none;
	margin: 0;
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 14px;
	background: url('../images/template/bullet.png') no-repeat top left;
	width: 140px;
}
.boxaccount h5{
	float: none;
	margin: 0;
	height: 16px;
	padding: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.boxaccount p{
	float: none;
	margin: 0;
	padding: 0px;
	color: #ebebeb;
	font-size: 12px;
}
.boxaccount a.logoff{
	float: none;
	margin: 0;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
.boxaccount a.logoff:hover{
	text-decoration: underline;
}
.boxinfo{
	width: 250px;
	height: auto;
	margin: 0 0 10px;
	padding: 10px 0 0 0;
	background: #565b4b  url('../images/template/box2-bg.png') no-repeat top left;
}
.boxinfo-btm{
	width: 250px;
	height: 16px;
	margin: 0;
	padding: 0;
	background: url('../images/template/box2-btm.png') no-repeat top left;
}
.boxinfo h4{
	margin: 0 10px 5px;
	padding: 0px 0 0 15px;
	color: #fff;
	font-size: 14px;
	background: url('../images/template/bullet2.png') no-repeat top left;
}
.boxinfo h5{
	margin: 5px 10px 0;
	height: 16px;
	padding: 4px 0 0 22px;
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/pulsor/chat.png') no-repeat top left;
}
.boxinfo h5.mod{
	margin: 10px 0 10px 25px;
	height: 20px;
	padding: 5px 0 0 25px;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	background: url('../images/pulsor/ico-mod2.png') no-repeat top left;
}
.boxinfo p{
	margin: 0px 10px 5px 25px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
}
h4.mod{
	float: none;
	margin: 20px 10px 0 0;
	padding: 5px 0 0 35px;
	height: 25px;
	color: #212121;
	font-size: 18px;
	background: url('../images/pulsor/ico-mod.png') no-repeat top left;
}
h4.config{
	float:left;
	clear: both;
	margin: 0 10px 5px;
	padding: 5px 0 0 35px;
	height: 25px;
	color: #212121;
	font-size: 18px;
	background: url('../images/pulsor/ico-mod.png') no-repeat top left;
	width: 100%;
}

h4.tools{
	float: none;
	margin: 20px 10px 0 0;
	padding: 5px 0 0 35px;
	height: 25px;
	color: #212121;
	font-size: 18px;
	background: url('../images/pulsor/ico-tools.png') no-repeat top left;
	width: 100%;
}
li.linkboard{
	float: none;
	margin: 10px 20px 10px;	
	padding: 0;
	list-style: none;
	width: 150px;
	background: #ebebeb;
	height: 25px;
	text-align: center;
}
li.linkboard a{
	display: block;
	width: 150px;
	float: none;
	padding: 5px 0 0 0;
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

li.linkboard:hover a,
li.linkboard:hover,
li.linkboard a:hover{
	text-decoration: none;
	background: #212121;
	color: #fff;
	
}
a.new{
	padding: 2px 0 0 20px;
	margin: 0 10px;
	background: url(../images/pulsor/new.png) no-repeat;
	height: 18px;
	font-size: 13px;
	color: #92b63a;
}
.inputtext{
	width: 610px;
}

.inputtext-small{
	width: 60px;
}
.offline{
	margin: 5px 0;
	color: #ff0000;
	font-size: 12px;
}
#controlpanel{
	float: left;
	margin: 2px 0;
	height: 24px;
	padding: 2px;
	width: auto;
	background: #ebebeb;
}
#controlpanel:hover{
	/*background: #fff;*/
}
#controlpanel div.confirm,
#controlpanel div.info{
	float: left;
	margin: 0;
	height: 20px;
	padding: 0 4px;
	font-size: 11px;
}
#controlpanel div.confirm{
	float: left;
	margin: 2px 0;
	height: 20px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}
#controlpanel div.confirm,
#controlpanel:hover div{
	color: #AE016A;
}
#controlpanel h7.control{
	float: left;
	padding: 0px;
	margin: 0 3px;
	height: 20px;
	width: 20px;
	
}
#controlpanel  a.statuson,
#controlpanel  a.statusoff,
#controlpanel  a.info,
#controlpanel  a.edit,
#controlpanel  a.list,
#controlpanel  a.del{
	height: 20px;
	width: 20px;
	padding: 0px;
	margin: 0 3px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	display:block;
	overflow:hidden;
}

#controlpanel  a.info,
#controlpanel  a.edit:hover,
#controlpanel  a.list:hover,
#controlpanel  a.del:hover{
	text-decoration: none;
} 
#controlpanel  a.edit{
	background: url(../images/pulsor/penblack.png) no-repeat 0 0;
} 
#controlpanel:hover  a.edit,
#controlpanel  a.edit:hover{
	background: url(../images/pulsor/pen.png) no-repeat 0 0;
} 
#controlpanel  a.statuson{
	background: url(../images/pulsor/on.png) no-repeat 0 0;
	cursor: pointer;
} 
#controlpanel  a.statuson:hover{
	background: url(../images/pulsor/off.png) no-repeat 0 0;
} 
#controlpanel  a.statusoff{
	background: url(../images/pulsor/off.png) no-repeat 0 0;
	cursor: pointer;
} 
#controlpanel:hover  a.statusoff,
#controlpanel  a.statusoff:hover{
	background: url(../images/pulsor/on.png) no-repeat 0 0;
} 
#controlpanel  a.del{
	background: url(../images/pulsor/delblack.png) no-repeat 0 0;
	cursor: pointer;
} 
#controlpanel:hover  a.del,
#controlpanel  a.del:hover{
	background: url(../images/pulsor/del.png) no-repeat 0 0;
} 
#controlpanel  a.list{
	background: url(../images/pulsor/modblack.png) no-repeat 0 0;
	padding: 0px;
	margin: 2px 3px 0;
} 
#controlpanel:hover  a.list,
#controlpanel  a.list:hover{
	background: url(../images/pulsor/mod.png) no-repeat 0 0;
} 
#controlpanel  a.info{
	background: url(../images/pulsor/infoblack.png) no-repeat 0 0;
	cursor: pointer;
} 
#controlpanel:hover  a.info,
#controlpanel  a.info:hover{
	background: url(../images/pulsor/info.png) no-repeat 0 0;
} 

#pls_message{
font-weight: bold;
margin: 10px 0 0 0;
}

#linkform{
	background: #ccc; 
	border: 1px solid #ebebeb;
	margin: 4px;
	padding: 4px;

}

#linkform img{
	margin: 0 5px;
	cursor: pointer; 
	vertical-align: middle
}
.subnav{
	width: 260px;
	float: right;
	margin: 10px 55px 0 0;
	padding: 0;

}

.subnav .top{
	float: right;
	background: url(../images/template/subnav-top.png) no-repeat 0 0;
	width: 230px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 13px 0 0 10px;
}

.subnav a{
	float: right;
	background: url(../images/template/subnav-bg.png) no-repeat 0 0;
	width: 220px;
	height: 30px;
	font-size: 14px;
	color: #000;
	padding: 10px 0 0 20px;
	font-weight: bold;
	
}

.subnav a:hover{
	color: #0a56a6;
	
}
.subnav .on{
	float: right;
	background: url(../images/template/subnav-on.png) no-repeat 0 0;
	width: 219px;
	height: 29px;
	color: #0a56a6;
	font-weight: bold;
	font-size: 14px;
	padding: 12px 0 0 40px;
	font-weight: bold;
	
}
.subnav .top20{
	margin-top: 20px;
}

div.weepulse{
	float:left;
	background: url(../images/pulsor/cube.png) no-repeat top left;
	width: 400px;
	margin: 10px;
	padding: 20px 0 0 130px;
	height: 200px;
	font-size: 12px;
}
div.head-dash1,
div.head-dash2{
	background: url(../images/pulsor/head-dash1.png) no-repeat top left;
	width: 241px;
	height: 15px;
	margin: 10px;
	padding: 4px 5px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
div.head-dash2{
	width: 213px;
	background: url(../images/pulsor/head-dash2.png) no-repeat top left;
}
div.list-dash{
	width: 231px;
	margin: 10px 15px;
	padding: 4px 5px;
	font-size: 12px;
}


div.list-dash a{
	color: #37404D;
	font-size: 13px;
	display: block;
}
div.list-dash a:hover{
	font-size: 13px;
	color: #99BBEA;
	
}
div.list-dash span{
	color: #37404D;
}

.selectmod{
	margin: 4px 10px 0;
	font-size: 11px; 
	color: #ebebeb;
	background: #37404D;
	padding: 0;
	height: 18px;
}
.selectmod option{
	background: #ebebeb;
	color: #37404D;
}

a.linkfacebook{
	background: url(../images/template/fb.jpg) no-repeat top left;
	width: 155px;
	height: 44px;
	margin: 20px 10px 0;
	padding: 5px 0px 0 55px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.linktwitter:hover,
a.linkfacebook:hover{
	text-decoration: none;
	color: #0a56a6;
}
a.linktwitter{
	background: url(../images/template/twitter.jpg) no-repeat top left;
	width: 140px;
	height: 45px;
	margin: 10px 10px 0;
	padding: 5px 15px 0 55px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;

}
a.linkfacebook2{
	float: left;
	background: url(../images/template/fb2.jpg) no-repeat top left;
	width: 115px;
	height: 27px;
	margin: 20px 0px 0 15px;
	padding: 5px 0px 0 35px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a.linktwitter2:hover,
a.linkfacebook2:hover{
	text-decoration: none;
	color: #0a56a6;
}
a.linktwitter2{
	float: left;
	background: url(../images/template/twitter2.jpg) no-repeat top left;
	width: 60px;
	height: 27px;
	margin: 20px 0px 0;
	padding: 5px 0px 0 35px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;

}


.left-side h2
{
	color: #a83b95;
	padding:40px 0 0 45px;
	margin: 0px 0 0 0;
	font-size:28px;
	font-weight:normal;
}

.left-side span
{
	color: #393b4c;
}

.left-side p
{
	color:#393b4c;
	font-size:15px;
	padding: 0;
	margin: 20px 0 20px 0;
	clear: both;
}

.slide-holder {
	
	clear: both;
	float: left;
	overflow: hidden;
	z-index: 1;
	width: 650px;
}
ul.slidelist {
	list-style: none;
	width: 99999px;
	padding: 0;
	margin: 0;
	position: relative;
}
ul.slidelist li {
	overflow: hidden;
	width: 650px;
	float: left;
	z-index: 1;
	position: relative;
}
.pagination-holder {
	margin: 0 10px 0px 0;
	float: right;
	clear: both;
	width: 650px;
	height: 20px;
	display: block;
	text-align: right;
}
.pagination-holder ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
.pagination-holder ul li {
	float: left;
	padding: 0 0 0 4px;
}
.pagination-holder ul li a {
	background: url(../images/template/puce.png) no-repeat;
	text-align: center;
	overflow: hidden;
	float: right;
	font-size: 0;
	width: 10px;
	height: 10px;
	display: block;
	padding: 0;
}
.pagination-holder ul a.active,
.pagination-holder ul a:hover {
	background: url(../images/template/puce-on.png) no-repeat;
}