/************************************************************************/
/* IP.Board 3.0 Awards System CSS - By peaderfi  (c)modstation.net		*/
/************************************************************************/
/* awards.css - Award System Styles										*/
/************************************************************************/

	#tab_awards div {
		overflow: visible;
	}
	#tab_awards div .row1 {
		overflow: visible;
		font-weight: normal;
		border:1px solid #000000;
		padding:10px;
	}
	
	#tab_awards .bar {
		-moz-border-radius: 0 0 0 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
	}
	
	#tab_awards .general_box {
		max-height: 250px;
		overflow: auto !important;
	}

	#tab_awards h4 {
		font-size: 1.05em;
		font-weight: normal;
		padding: 6px 6px 6px 6px;
		background: #1d3652 url(http://www.emtbravo.net/public/style_images/master/th_bg.png) repeat-x 50%;
		color: #fff;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	}
	
	#tab_awards li {
		list-style-type: none;
		list-style-image: none;
		list-style-position: outside;
	}

	#tab_awards p.posted_info {
		padding: 0 0 6px 6px;
		margin: 0;
	}
	
	#list_awards div {
		overflow: visible;
	}
	
	#list_awards div .row1 {
		overflow: visible;
		font-weight: normal;
		border:1px solid #000000;
		padding:10px;
	}
	
	#list_awards .bar {
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	}
	
	#list_awards .barnoedge {
		background: #d5dde5 url(http://www.emtbravo.net/public/style_images/master/gradient_bg.png) repeat-x 50%;
		padding: 4px 4px 0px 0px;
	}
	
	#list_awards .baredge {
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
	}
	
	#list_awards .general_box {
		max-height: 100%;
	}

	#list_awards .topic_buttons {
		background: transparent url(http://www.emtbravo.net/public/style_images/master/th_bg.png) repeat-x;
		padding: 0;
		margin: 0px 10px 10px 0px;
	}

	#list_awards h4 {
		font-size: 1.05em;
		font-weight: normal;
		padding: 6px 6px 6px 6px;
		background: #1d3652 url(http://www.emtbravo.net/public/style_images/master/th_bg.png) repeat-x 50%;
		color: #fff;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	}

	#list_awards p.posted_info {
		padding: 0 0 6px 6px;
		margin: 0;
	}
	
	#cab_awards{
		padding: 5px 3px 3px 3px;
	}
	
	.awardstitle{
		font-size: 14px;
	}
	
	.awardsdesctext{
		font-size: 11px;
		font-style: italic;
		color: #666666;
	}
	
	.awards_head{
		font-size: 11px;
		font-weight: bold;
	}
	
		.aw_col_im{
			min-width: 15%;
			vertical-align: middle;
		}
	
		.aw_col_im_im{
			display: block;
		    margin-left: auto;
		    margin-right: auto;
		}
		
		.aw_col_desc{
			width: auto;
		}
		
		.aw_col_stats{
			width: 340px;
		}
	
		.aw_sin_col_im{
			min-width: 15%;
			vertical-align: middle;
		}
	
		.aw_sin_col_im_im{
			display: block;
		    margin-left: auto;
		    margin-right: auto;
		}
		
		.aw_sin_col_buffer{
			width: auto;
		}
		
		.aw_sin_col_detail{
			width: 75%;
		}
	
		.aw_sin_col_mem{
			min-width: 12.5%;
			vertical-align: middle;
			text-align: middle;
		}
	
		.aw_sin_col_awarder{
			min-width: 12.5%;
			vertical-align: middle;
			text-align: middle;
		}
		
		.aw_sin_col_date{
			width: auto;
			vertical-align: middle;
			text-align: center;
		}
		
		.aw_sin_col_reason{
			min-width: 50%;
			vertical-align: middle;
			text-align: center;
		}
	
	.post_block h3 {
    	background: none repeat scroll 0 0 #D8DDE8;
		font-size: 16px;
	    font-weight: normal;
	    height: 36px;
	    line-height: 36px;
	    padding: 0 10px;
	}
		.aw_prof_title{
			min-width: 16%;
		}
		
		.aw_prof_img{
			width: 30%;
		}
		
		.aw_prof_desc{
			min-width: 50%;
		}
	.awards_stats{
		font-size: 12px;
		font-weight: bold;
		color: #1d3652;
	}
	
	.awards_stats_text{
		font-size: 12px;
		font-weight: normal;
		color: #1d3652;
	}
	
		.italic_text{
			font-style: italic;
		}
	
	.bigboldaward {
		font-size: 14px;
		font-weight: bold;
	}