/************************************************************************************
/*general*/
* {
	margin:0px;
	padding:0px;
}

body,html{
	height:100%;
}

body{
	background:url(images/background-top-loop.png) repeat-x top;
}

body, td, th, input, select, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666666;
}

img{
	border:none;
}

a:link, a:visited, a:active{
	color:#993300;
	text-decoration:none;
}

a:hover{
	color:#996600;
	text-decoration:none;
}

h1{
	font-size:24px;
	font-weight:normal;
}

h2{
	color:#8A7744;
	font-size:20px;
	font-weight:normal;
}

h3{
	color:#8A7744;
	font-size:18px;
	font-weight:normal;
}

h4{
	color:#8A7744;
	font-size:16px;
	font-weight:normal;
}

h5{
	color:#8A7744;
	font-size:14px;
	font-weight:normal;
}

hr{
	border-bottom:2px solid #000000;
}

input, select, textarea{
	border:1px solid #DFDFDF;
	background-color:#FFFFFF;
	padding:2px 2px 2px 4px;
}

p{
	margin-bottom:10px;
	padding:0px;
}

.clear{
	clear:both;
}

.button{
	background:url(images/back-button.png) repeat-x top;
	border:none;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
	cursor:hand;
}

.next{
	float:right;
	margin:10px 0px 10px 0px;
}

.next a:link, .next a:visited, .next a:active{
}

.next a:hover{
	text-decoration:underline;
}

.back a:link, .back a:visited, .back a:active{
	float:right;
	background:url(images/icon1.png) no-repeat right;
	font-weight:normal;
	padding-right:15px;
	margin-bottom:20px;
}

.back a:hover{
	font-weight:normal;
}

.back_left{
	float:left;
}

.top_actived, .top_actived:hover, .top_actived:link, .top_actived:visited, .top_actived:active{
	cursor:default;
	color:#CCCCCC !important;
	background:url(images/menu-hover.png) no-repeat top center !important;
}

.top_disabled, .top_disabled:hover, .top_disabled:link, .top_disabled:visited, .top_disabled:active{
	cursor:default;
	background:url(images/back-menu-disabled.png) no-repeat top center !important;
	color:#999999 !important;
}

.bottom_actived, .bottom_actived:hover, .bottom_actived:link, .bottom_actived:visited, .bottom_actived:active{
	cursor:default;
	color:#996600 !important;
	font-size:11px;
	padding:0px 10px 0px 10px;
	background:url(images/icon2.gif) no-repeat left !important;
}

.bottom_disabled, .bottom_disabled:hover, .bottom_disabled:link, .bottom_disabled:visited, .bottom_disabled:active{
	cursor:default;
	font-size:11px;
	color:#999999 !important;
	padding:0px 10px 0px 10px;	
	background:url(images/icon3-disabled.gif) no-repeat left !important;
}

.form_error {
	border: 1px solid red;
}

.errorMessage {
	color: red;
	display:block;
	font-size:10px;
	margin-left:0px;
	_margin-left:10px;
}

.message_success {
	background-color:#EFFFDD;
	font-weight:bold;
	color:#009900;
	padding:0px !important;
}

.message_success div{
	margin:10px !important;
	padding:10px 0px !important;
}

.download a:link, .download a:visited, .download a:active{
	background:url(images/icon4.gif) no-repeat left;
	padding-left:20px;
}

.download a:hover{
	background:url(images/icon5.gif) no-repeat left;
}

.program_href{
	background-image:none !important;
	margin:0px !important;
	padding:0px !important;
	float:none !important;
}

.image_content{
	margin:5px 10px 10px 0px;
	float:left;

}

html .fb_share_link {color:#3B5998 !important; padding:2px 0 0 20px !important; height:16px; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?7:26981) no-repeat top left !important; margin-left:20px; width:auto; }

.hiddened{
	display:none !important;
}
