@charset "utf-8";
*{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align: justify;
	font-size: 12px;
}
body{
	margin: 0;
	padding: 0;
}

a{
    color: #FF9900;
    font-weight: bold;
}
h1{
	font-size: 14px;
	font-weight: bold;
	color: #ffaa11;
}
p{
	font-size: 12px;
	color: #666666;
}
.contener {
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 100%;
	width: 100%;
	position: relative;
}
.page{
	background: #ffffff url(../img/page_bg.jpg) repeat-x;
	width: 900px;
	margin: auto;
	overflow: hidden;
}
.page_content{
	width: 800px;
	margin-left: 50px;
	background: #FFFFFF;
	overflow: hidden;
}
.logo{
    margin-top: 5px;
	margin-bottom: 10px;
	width: 600px;
	height: 80px;
	background: url(../img/audioguide_logo_2.jpg) 10px 0px no-repeat;
	float: left;

}
.language_panel{
	float: left;
	margin-right: 10px;
}
div.language_panel a{
	color: #09F;
	text-decoration: none;
}
div.language_panel a:hover {
	text-decoration: underline;
}
div.language_panel a:active {
	color: #36F;
	text-decoration: none;
}

.language_btn{
	float: left;
	border-left: #d8ecff thin solid;
	width: 50px;
	height: 20px;
	line-height: 25px;
	color: #5aafff;
}
.language_icon{
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
	float: left;
}
.top_txt{
	margin: 10px;
    margin-top: 0px;
	padding: 10px;
	border-bottom: solid thin #666666;
	clear: both;
}
.main_txt{
	margin: 10px;
	padding: 10px;
	overflow: hidden;
}
.left_col{
	float: left;
	width: 440px;
	padding-right: 10px;
}
.player{
	width: 100%;
	text-align: center;
}
.right_col{
	float: left;
	text-align: center;
	width: 310px;
	margin-top: 10px;
}
.main_button{
	border: #CCCCCC thin solid;
	width: 302px;
	position: relative;
	margin: auto;
	margin-bottom: 20px;
}
.main_button_inside{
	background: #ffaa11 url(../img/button_bg.jpg);
	width: 300px;
	border: #FFFFFF thin solid;
	min-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
}
div.main_button_inside a{
	color:#FFF;
	text-decoration: none;
}
div.main_button_inside a:hover {
	text-decoration: underline;
}
div.main_button_inside a:active {
	color: #F60;
	text-decoration: none;
}

.main_button_l_t{
	position: absolute;
	left: -1px;
	top: -1px;
	background: url(../img/button_left_top.jpg);
	width: 10px;
	height: 10px;
}
.main_button_r_t{
	position: absolute;
	right: -1px;
	top: -1px;
	background: url(../img/button_right_top.jpg);
	width: 10px;
	height: 10px;
}
.main_button_r_b{
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: url(../img/button_right_bottom.jpg);
	width: 10px;
	height: 10px;
}
.main_button_l_b{
	position: absolute;
	left: -1px;
	bottom: -1px;
	background: url(../img/button_left_bottom.jpg);
	width: 10px;
	height: 10px;
}
.gray_button{
	border: #CCCCCC thin solid;
	width: 152px;
	position: relative;
	margin: auto;
	margin-bottom: 10px;
}
.gray_button_inside{
	background: #ffaa11 url(../img/gray_button_bg.jpg);
	width: 150px;
	border: #FFFFFF thin solid;
	min-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}
div.gray_button_inside a{
	color:#FFF;
	text-decoration: none;
}
div.gray_button_inside a:hover {
	text-decoration: underline;
}
div.gray_button_inside a:active {
	color: #F60;
	text-decoration: none;
}

.gary_button_l_t{
	position: absolute;
	left: -1px;
	top: -1px;
	background: url(../img/gray_button_left_top.jpg);
	width: 10px;
	height: 10px;
}
.gray_button_r_t{
	position: absolute;
	right: -1px;
	top: -1px;
	background: url(../img/gray_button_right_top.jpg);
	width: 10px;
	height: 10px;
}
.gray_button_r_b{
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: url(../img/gray_button_right_bottom.jpg);
	width: 10px;
	height: 10px;
}
.gray_button_l_b{
	position: absolute;
	left: -1px;
	bottom: -1px;
	background: url(../img/gray_button_left_bottom.jpg);
	width: 10px;
	height: 10px;
}

.footer{
	width: 100%;
	min-height: 200px;
	background: url(../img/footer_bg.jpg) repeat-x #81c2ff;
	border-top: #5aafff solid thin;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
    margin-top: 10px;
}
.footer a{
	cursor: pointer;
    color: white;
    font-weight: normal;

}
#LoginDiv{
	display: none;
	margin: auto;
	width: 900px; 
}

.footer #LoginDiv a{
	cursor: pointer;
    color: blue;
    font-weight: normal;

}

.head_img
{
    margin-top: 30px;
}

.head_img img
{
    
}

#flashMessage
{
	color:#990000;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #FF9999
}

.placeholder
{
    width: 440px;
    height: 125px;
    margin-top: 25px;
    padding-top: 125px;
    background: #81c2ff;
    text-align: center;
}

#player{
    margin-top: 10px;
    text-align: center;
}
