/* Style For Items  */
.MainPageItem{
	padding-left: 10px;
	height:45px;
	font-family:arial,helvetica;
	border:0px solid red;
	margin-top:2px;

}

.ItemAlone{
	padding-left: 10px;
}

.itemTitle{
	display:block;
	font: bold normal medium arial, sans-serif;
	text-decoration : underline;
	font-size:13px;
	margin-bottom:3px;
}

.PublishedBy{
	display:block;
	float:left;
	font: normal normal 11px arial, sans-serif;
	width: 130px;
	border-right: thin solid #D1DE66;
	overflow:hidden;
	font-size:11px;
	/*letter-spacing:-1px;*/
}

.PublishedOn{
	display:block;
	float:left;
	font: normal normal 10px arial, sans-serif;
	width: 120px;
	text-align:left;
	padding-left:5px;
	border-right: thin solid #D1DE66;
	/*letter-spacing:-1px;*/
}

.CommentsCount{
	display:block;
	float:left;
	font: normal normal 11px arial, sans-serif;
	width: 110px;
	text-align:left;
	padding-left:5px;
	border-right: thin solid #D1DE66;
	/*letter-spacing:-1px;*/
}
.ViewsCount{
	display:block;
	float:left;
	text-align:center;
	font: normal normal 11px arial, sans-serif;
	padding-left:5px;
	/*width: 100px;*/
	/*letter-spacing:-1px;*/
}
.Avatar{
	float:left;
	padding-right:8px;
	padding-left:8px;
	height:45px;
	width:45px;

}
.VoteCount{
	color: #6A750F;
	left:50%;
	margin-top:5px;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	font-family: arial,sans-serif;
	margin-bottom:2px;
	line-height:16px;
}

.ClickVote{
	margin-top:-5px;
	text-align:center;
	cursor: pointer;
	cursor: hand;
	font-family: arial,sans-serif;
	font-size:11px;
	line-height:16px;
	color:#333333;
}
.VoteHolder{
	float:left;
	display:inline;
	background-image: url('/bullesModule/images/bulle_voted.jpg');
	height:44px;
	width:52px;
	color:#333333;
	font-family:Trebuchet MS,Verdana;
	font-size:9pt;
	line-height:16px;
}

.VotedHolder{
	float:left;
	display:inline;
	background-image: url('/bullesModule/images/bulle_votes.gif');
	height:44px;
	width:52px;
}

.voted, .voted a{
	color:#484e15 !important;
}


.LinkHolder{
	clear:both;
	padding-left:115px;
	font-size:large;
}
.Description{
	clear:both;
	padding-left:115px;
}
.CommentHolder{
	clear:both;
	padding-left:115px;
}
.CommentText{
	clear:both;
	padding-left:10px;
}
.CommentFormWrapper{
	padding-top:20px;
	clear:both;
	padding-left:115px;
}

.WelcomeMessage{
	text-align:center;
}

.inscriptionWrapper{
	text-align:center;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
}

.UserName {	font-weight:bold;}
.Date {	font-weight:bold; font-size:10px;}
.LuTotal {	font-weight:bold;}



table {
	text-align:left;
}




#BigCommentWrapper{
	position:absolute;
	z-index:2;
	width:600px;
	height:525px;
	top:75px;
	left:0px;
	background-color:#E4FAFB;
	overflow-y:auto;
}





.Logout{
	cursor: pointer;
}
.AuthFailed{
	font: bold italic Palatino, serif;
	color:red;
}

.ErrorMessage{
	font: bold italic Palatino, serif;
	color:red;
}

a {
	color:black;
	text-decoration : none;
}

a:hover {
	color: #D1DE66;
}

#wrapper {
	width:600px;
	z-index:2;
	margin-left:13px;
}

#ContentHolder {
	width:570px;
	margin-left:7px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url('/bullesModule/images/background.gif')
}

#LeftSideBorder {
	background-image: url('/bullesModule/images/bulles_border_left.gif') ;
	background-repeat: repeat-y;
	background-position:top left;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	height:100%;
	width:100%;
}

#RightSideBorder {
	background-image: url('/bullesModule/images/bulles_border_right.gif') ;
	background-repeat: repeat-y;
	background-position:top right;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	height:100%;
	width:100%;
}

.FormWrapper{
	text-align:center;
}


.topMsgBulle{
	font-size:11px;
	font-family:arial,helvetica;
	padding:10px;
	color:#fff;
}


.myInfo{
	margin:15px;
	color:#484e15;
	font-size:13px;
	background-color:#b5ce19;
	padding:5px;
}


.myInfo a{
	color:#fff;
	border-bottom:1px dotted #000;
}


.myInfoError{
	margin:15px;
	color:red;
	font-size:13px;
	background-color:#fff;
	padding:5px;
	border:1px solid gray;
}


..myInfoError a{
	color:#000;
	border-bottom:1px dotted #000;
}


.myButton{
	border:1px solid gray;
	font-weight:bold;
}

.linkNbPerPage{
	color:#b9c92a;
	text-decoration:underline;
	font-weight:bold;
}

.linkNbPerPage:hover{
	color:#fff;
	text-decoration:none;
}
