﻿/*********************************************************
 LEFT PANEL BUTTON STYLE 
*********************************************************/

.PostEntryPanel
{
  width:95%; 
  margin:auto; 
  text-align:center;  
  border-style:solid;
  border-width:0.5em;
  border-color:LightBlue;
  text-align:left;
  margin-bottom:0px;
  padding:0px;    
   
}

.LeftPnlListPnl
{
  text-align:left;
     
}



.LeftPnlListMenu
{
	cursor:pointer ;
	border:none;
	width:95%; 
	height:30px;
	margin-bottom:5px; 
	background-color:AliceBlue; 
	color:Blue;  
	background-image: url(/Images/Backgrounds/Select/Blue/Blue10x50.jpg);	
	background-repeat:repeat-x;
 
}


.LeftPnlListMenuPost
{
	cursor:pointer ;
	width:95%; 
	margin-bottom:5px; 
	background-color:AliceBlue; 
	height:30px; 
	color:Green;  
	font-weight:bold;
	background-image: url(/Images/Backgrounds/Select/Green/Green10x40.jpg);	
	background-repeat:repeat-x;
	border:none;
  

  
}

.LeftPnlListMenuAdmin
{
 	cursor:pointer ;
	width:95%; 
	margin-bottom:5px; 
    background-color:AliceBlue; 
	height:30px; 
	color:Brown;  
	font-weight:bold;
 	background-image: url(/Images/Backgrounds/Select/Gold/Gold10x40.jpg);	
	background-repeat:repeat-x;
 	border:none;

  
}

/*********************************************************/

.PageIndexPanel
{

  float:left; 
  border-color:Orange; 
  background-color:AliceBlue; 
  border-width:0.2em;  
  overflow:auto; 
  text-align:center;    
  padding-top:5px;
  margin-top:5px;
  margin-bottom:5px;
  background:url(/Images/Backgrounds/UserSites/PageIndexPnl.gif);
   
}


.RateArticlePanel
{
border-style:solid; 
background-color:AliceBlue; 
border-color:Green; 
position:absolute ; 
left:-500px; 
top:-500px; 
z-index:2; 
display:none; 
text-align:center; 
font-weight:bold;    
color : Brown;    
    
}


.AbuseReportPanel
{
border-style:solid; 
background-color:AliceBlue; 
border-color:Green; 
position:absolute ; 
left:-500px; 
top:-500px; 
z-index:2; 
display:none; 
text-align:center; 
font-weight:bold;    
color : Brown;
padding:20px;    
    
}




