/** GLOBAL **/

/** LINKS **/
a.info_link:link, a.info_link:visited
{
	color: #490000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
}

a.info_link:hover
{
	color: #3C81BF;
	text-decoration: none;
	border-bottom: dashed 1px #3C81BF;
}

a.red_link:link, a.red_link:visited
{
	color: red;
	border-bottom: dashed 1px red;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
}

a.red_link:hover
{
	color: #3C81BF;
	text-decoration: none;
	border-bottom: dashed 1px #3C81BF;
}

a.red_link_nodash:link, a.red_link_nodash:visited
{
	color: #BF0000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
}

a.red_link_nodash:hover
{
	color: #3C81BF;
	text-decoration: none;
	border-bottom: dashed 1px #3C81BF;
}

.page_announce_header
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 91px;
	background-image:url(../../images/wow_stats/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-family: Courier New;
}
.content_table
{
	width: 94%;
	margin-left: auto; 
	margin-right: auto;
	empty-cells: show;
}

.content_table TD
{
	font-weight: normal;
}

.content_table_header_row, .content_table_header_row TD
{
	padding-left: 14px;
	background-color: #888888;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.content_table_header_row_no_td_padding TD
{
	background-color: #888888;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.content_table_header_row TD a:link, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.content_table_header_row TD a:hover
{
	color: #D2F0FF;
}

.odd_row
{
	background-image: url(../../images/wow_stats/even_row_bg.gif);
	background-repeat: repeat-x;
}

.even_row TD
{
	border-bottom: 1px solid #719ec5;
	padding-top: 3px;
	padding-bottom: 3px;
}

.odd_row TD
{
	border-bottom: 1px solid #719ec5;
	padding-top: 3px;
	padding-bottom: 3px;
}

.profession_green
{
	padding-left: 10px;
	color: #1E4378;
	font-family: Courier new;
	background-image: url(../../images/wow_stats/gray_bar.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	width: 190px;
	height: 20px;
	border: 1px solid #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
}

.section_250
{
	width: 250px;
	background-color: #D2BE8C;
	border: 1px solid #C29C35;
}

.section_250_header
{
	font-family: Verdana,"Trebuchet MS", helvetica,tahoma,sans-serif, "Times New Roman",Times,serif;
	text-align: center;
	color: #1E4378;
	font-weight: bold; 
	padding-bottom: 5px;
}

.section_250_stats
{
	width: 250px;
}

.health
{
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Courier new;
	background-image: url(../../images/wow_stats/green_bar.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	width: 190px;
	height: 20px;
	border: 1px solid #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
}

.mana
{
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Courier new;
	background-image: url(../../images/wow_stats/blue_bar.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	width: 190px;
	height: 20px;
	border: 1px solid #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
}

.rage
{
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Courier new;
	background-image: url(../../images/wow_stats/red_bar.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	width: 190px;
	height: 20px;
	border: 1px solid #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
}

.energy
{
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Courier new;
	background-image: url(../../images/wow_stats/yellow_bar.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	width: 190px;
	height: 20px;
	border: 1px solid #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
}

.news_img
{
	padding-left: 7px;
	padding-right: 7px;
}

.pined_news
{
	padding-left: 30px;
	
}

.normal_news
{
	padding-left: 30px;
}