body,html {
	background: #fff;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.talign-center {
	text-align: center;
}

.talign-right {
	text-align: right;
}

.talign-left {
	text-align: left;
}

a {
	text-decoration: none;
	color: #f35c0d;
}

a:hover {
	color: #0F76FF;
}

strong {
	font-weight: bold;
	color: #222;
}

h1,h2,h3,h4,h5,h6 {
	color: #333333;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	margin: 5px 0;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 174%;
}

h3 {
	font-size: 153.9%;
}

h4 {
	font-size: 131%;
}

h5 {
	font-size: 108%;
}

h6 {
	font-size: 85%;
}

ol{
	margin-left:30px;
}

ol li{
	list-style-type: decimal;
}

/** FORM **/
.general_form {
	margin: 15px 5px 5px 5px;
	color: #000;
}

.fieldWrapper {
	margin-bottom: 10px;
}

.fieldWrapper label {
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 13px;
	color: #555;
	width: 100px;
	text-align: right;
}

.fieldWrapper input[type=text],.fieldWrapper input[type=password],.fieldWrapper textarea
	{
	width: 300px;
}

.fieldWrapper .formError {
	margin-left: 110px;
	color: #ff0000;
	font-size: 11px;
}

.buttonWrapper {
	margin: 10px 0 0 110px;
}

.input_button {
	margin: 10px 0 10px;
	padding: 4px;
	background: #FFFFFF url(../images/button_bg.gif) repeat-x scroll left
		bottom;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	cursor: pointer;
}

.input_text {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/field_shadow.gif) repeat-x scroll 0 0;
}

/** NOTIFICATIONS **/
.notification {
	font-size: 15px;
	padding: 10px;
	margin: 5px;
}

.notification p {
	display: block;
	margin: 0 0 10px 0;
}

.notification-normal {
	background: #ECF4F6;
	border-bottom: 1px solid #D9EAFC;
}

.notification-error {
	background: #ECF4F6;
	border-bottom: 1px solid #D9EAFC;
}

.description-text {
	font-style: italic;
	font-size: 11px;
	padding: 10px;
}

/** GENERAL TABLE **/
.general_table {
	width: 100%;
	margin: 10px 0;
}

.general_table tr td {
	padding: 2px;
	border-bottom: 1px solid #ddd;
}

/** round borders **/
.round_box{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	background:#fff;
	padding:10px;
}

#hd_wrapper, #ft_wrapper, #site_wrapper{
	margin:0 auto;
	width:970px;
}

#hd_wrapper{
	background:#fff;
	padding:10px;
}

	#logo{
		float:left;
		margin-top:10px;
		margin-left:60px;
	}

	#language_bar{
		float:right;
	}

	#nav{
		margin-top:50px;
		line-height: 30px;
		float:right;
	}

	#nav li{
		margin-left:10px;
		height:30px;
		float:left;
		background:#C71417;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}

	#nav li a{
		font-size:13px;
		float:left;
		padding:0 20px;
		color:#fff;
	}

	#nav li a:hover{
		background:#F56C54;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}

#ft_wrapper{
	border-top:1px solid #ddd;
	padding:20px 10px 20px 10px;
	background:#fff;
	color:#666;
}

	#ft_wrapper a{
		font-size:15px;
		color:#333;
	}

	#ft_wrapper a:hover{
		color:#f35c0d;
	}

#content {
	padding-bottom:20px;
}

	#content_header{
		background:url('../images/mobile_bgtop.jpg') bottom center no-repeat;
	}

	#content_header h1{
		border:0px;
		text-align:center;
		color:#C71417;
		font-size:36px;
		padding:20px 0;
		font-family:Arial, Helvetica, sans-serif;
	}

	#content_header h2{
		border:0px;
		text-align:center;
		color:#333;
		font-size:25px;
		padding:20px 0;
		font-family:Arial, Helvetica, sans-serif;
	}

	#content_header a{
		display:block;
		height:38px;
		line-height:38px;
		font-size:20px;
		font-weight:bold;
		text-align:center;
		padding:20px 0;
		background:url('../images/content_header_link.png') no-repeat center center;
		color:#fff;
	}

	#content_header .round_box{
		height:200px;
		margin-left:23px;
		border:1px solid #ddd;
		font-size:15px;
	}

	#content_footer{
		background:#000;
		padding:10px;
	}

	#content_footer h1{
		border:0px;
		text-align:center;
		color:#fff;
		font-size:20px;
		padding:10px 0;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}

	#content_footer a{
		display:block;
		height:38px;
		line-height:38px;
		font-size:20px;
		font-weight:bold;
		text-align:center;
		background:url('../images/content_footer_link.png') no-repeat center center;
		color:#fff;
		margin:30px 0;
	}

#site_wrapper{
	background:#fff;
	padding:1px 10px 10px 10px;
}

.pagination_selected{
	margin:0 2px;
}

.pagination{
	margin:0 2px;
}

table tr th{
	font-weight: bold;
}

table tr th, table tr td{
	padding:2px;
	border-bottom:1px solid #ddd;
}

/** BUTTONS **/
.awesome{
	background: #222 url('../images/alert-overlay.png') repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
}

.large_awesome, .large_awesome:visited {
	font-size:14px;
	padding:8px 14px 9px;
}