body
{
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	background-color: #7c756d;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

a
{
	color: #486945;
	text-decoration: none;
}


img
{
	border: none;
}

.commons_block_align_middle
{
	margin-left: auto;
	margin-right: auto;
}


.commons_text_align_center
{
	text-align: center;
}


.commons_text_align_left
{
	text-align: left;
}


.commons_text_align_justify
{
	text-align: justify;
}


.commons_text_align_right
{
	text-align: right;
}


.commons_font_size_zero
{
	font-size: 0px;
}


#commons_main_container
{
	width: 974px;
	background-image: url(../images/layout/commons/commons_page_bg.png);
	background-repeat: repeat-y;
	/*height: 1000px;*/
}


#commons_table_container
{
	width: 914px;
}


#commons_menu_container
{
	height: 23px;
	background-image: url(../images/layout/commons/commons_menu_bg.png);
	background-repeat: repeat-x;
}


.commons_bottom_page
{
	width: 			100%;
	margin-left: 	auto;
	margin-right: 	auto;
	text-align: 	center;
	margin-left: 	-2px;
	color:			#AAA;
	padding: 		30px 0;
	
}

.commons_bottom_page a:link,
.commons_bottom_page a:hover,
.commons_bottom_page a:active,
.commons_bottom_page a:visited
{
	color: #729F59;
	text-decoration: none;
}
.commons_bottom_page a:hover
{
	text-decoration: underline;
}

#commons_global_container
{
	height: 100%;
	background-image: url(../images/layout/commons/commons_bottom_page_bg.png);
	background-repeat: repeat-y;
	width: 974px;
}


.pager_display_container li
{
	display: 			inline;
}


.pager_display_container li a
{
	font-size:  		11px;
	color: 				#FFB400;
}


.pager_display_container li a.selected
{
	padding: 			2px;
	padding-right: 		0px;
	margin: 			2px;
	background-color: 	#CAD9EC;
	color: 				#fff;
}
