/* ALL styles to be deleted on this css and replaced with new forums layout styles */
.pager
	{
		width: 100%;
		border: 1px solid #ccc;
		margin-bottom: 20px;
		margin-left:0;
		padding:10px;
		text-align:right;
		clear:both;
	}
	
		
#message_title_polo
		{
		
		float:left;
		width:850px;
		height:80px;
		background-image:url(../Images/Global/message_title.gif);
		background-repeat:no-repeat;
		margin-bottom:5px;
		}
		
#message_title_polo h3
		{
		display:block;
		width:850px; /*match to image width*/
		height:80px; /*match to image height*/
		text-indent:-3000px;
		overflow:hidden;
		text-decoration:none;
		}
		

		
.messageboard_wrappper_polo
		{
		width:840px;
		/*height:140px;*/
		margin-bottom:5px;
		clear:both;
		}
		
.message_pic_frame
		{
		float:left;
		width:115px;
		height:140px;
		background-image:url(../Images/Global/message_pic_frame.gif);
		background-repeat:no-repeat;
		text-align:center;
		}
		
.message_pic_frame img
		{
		margin-top:6px;
		}
		
.message_right_wrap_polo
		{
		float:right;
		width:720px;
		/*height:140px;*/
		color:#2e2e2e;
		}
		
.message_title_polo
		{
		    font-weight:bold;
		font-size:1.3em;
		display:inline;
		width:590px;
		float:left;
		margin-left:10px;
		}
		
.message_date
		{
		width:90px;
		float:right;
		font-size:1em;
		display:inline;
		margin-top:2px;
		}
		
.message_body
		{
		width:700px;
		margin:10px;
		font-size:0.9em;
		clear:both;
		}
		
.message_response
		{
		width:700px;
		margin-left:10px;
		margin-right:10px;
		}
		
.message_response a
		{
		margin-left:10px;
		margin-right:10px;
		font-weight:bold;
		color:#2e2e2e;
		}
		
.message_spacer
		{
		width:725px;
		height:auto;
		}
		
.message_underline
		{
		width:715px;
		height:7px;
		margin-left:10px;
		margin-right:10px;
		background-image:url(../Images/Global/hrule.gif);
		}
		
#post_form
		{
		width:840px;
		height:300px;
		background-color:#99CC99;
		}
		
.post_form input
		{
		width:300px;
		}
		
#right
		{
		margin-top:10px;
		float:right;
		width:150px;
		height:450px;
		font:"Courier New", Courier, monospace;
		color:#333333;
		background-repeat:no-repeat;
		background-position:top right;
		background-color:#CC6666;
		}	
		
/* Library styles ----------------------------------------- */

.messageboard_title 
{
    font-weight:bold;
    font-size:16px;
    }	
    
    
 /* _________ Pagination ____________ */
 
 .pagination{
     color:#00568B;
     width: 786px;
     margin-left: 100px;
}
 .pagination span{
     float:left;
}
 .pagination a{
     padding:0 3px;
     margin:0 2px;
     float:left;
}
 .pagination a:hover{
     text-decoration:none;
}
 .pagination a.current{
    font-weight:bold;
    text-decoration:none;
    cursor:default;
}
 
  /* _________ /Pagination ____________ */