/*-- Typography ------------------------------------------------------------------------------------*/

*, p {
	font-family: Segoe UI, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}

a, a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #E8DED5;
	text-decoration: underline;
	line-height: 20px;
}

a:hover {
	text-decoration: none;
}

h1 {	
	font-family: Segoe UI, Trebuchet MS, Tamoha, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	line-height: 36px;
	padding: 0;
	margin: 0;
}

h2 {	
	font-family: Segoe UI, Trebuchet MS, Tamoha, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	line-height: 24px;
	padding: 0;
	margin: 0 0 15px 0;
}

h3 {	
	font-family: Segoe UI, Trebuchet MS, Tamoha, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: normal;
	padding: 0;
	margin: 0 0 15px 0;
}

#navigation_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#navigation_main ul li {
	float: left;
}

#navigation_main ul a {
	display: block;
	padding: 7px;
	margin-right: 28px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

#wrapper_bar_headliner h1 {
	color: #9A0000;
}

#wrapper_bar_headliner p {
	color: #141213;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}

/*-- Classes ------------------------------------------------------------------------------------*/

#navigation_main .selected, #navigation_main a:hover {
	display: block;
	padding: 7px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	background: #141213;
	/*background: url(../media/images/nav_menu_sel_bg.png) center center no-repeat;	
	border: 1px dotted #FF0000;*/
}

#navigation_main .special {
	display: block;
	padding: 7px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	margin-right: 0;
}

#navigation_main .special_selected {
	display: block;
	padding: 7px;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	background: #141213;
	margin-right: 0;
}

.cpanel {
	background: url(../media/images/cpanel_bg.jpg) bottom left repeat-x;
}

.jquery_load_ajax {
	font-style:italic;
	padding-left: 30px;
	background: url(../media/icons/loading.gif) left center no-repeat;
}

.jquery_mini_load_ajax {
	background: url(../media/icons/loading.gif) center center no-repeat;
}

/*-- Data Tables ------------------------------------------------------------------------------------*/


