img{
	border: 0;
}

.tong{
	position: relative;
	width: 44%;
	height: 4em;
	cursor: pointer;
}

.background{
	height: 100%;
	width: 100%;
	border: 0;
}

.tong .cont{
	position: absolute;
	left: 0;
	top: 0;
}

#trans1{
	cursor: pointer;
}

#trans2{
	cursor: pointer;
}

#gallery_tab .tong{
	
}

#favourite_tab .tong{
	
	left: 56%;
}

#gallery_tab .tong .cont{
	left: 15%;
	top: 18%;
	font-size: 14pt;
	color: green;
}

#favourite_tab .tong .cont{
	left: 13%;
	top: 20%;
	font-size: 13pt;
	color: red;
	font-weight: bold;
}

.content{
	width: 93.4%;
	height: 90%;
	position: relative;
	border-top: 0px;
	border-left: 2px;
	border-right: 2px;
	border-bottom: 0px;
	border-style: solid;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	
}

#gallery_tab .content{
	background-color: #E1FEDF;
	border-color: #b3ddc7;
}

#favourite_tab .content{
	background-color: #FCEAC0;
	border-color: #FFA900;
}

.head{
	position: relative;
	height: 3em;
	width: 100%;
}

.foot{
	position: relative;
	height: 4em;
	width: 100%;
}
	
.transparent{
	background-color: transparent;
	position: absolute;
}

#trans1{
	width: 56%;
	height: 4em;
	left: 44%;
	top: 0;
}

#trans2{
	width: 56%;
	height: 4em;
	left: 0;
	top: 0;
}

#main_tab_div{
	position: relative;
	top: 0;
	left: 0;
	height: auto;
}

#gallery_tab{
	position: absolute;
	left: 0;
	top: 0;
	width: 670px;
	height: auto;
}

#favourite_tab{
	position: absolute;
	left: 15px;
	top: 0;
	width: 670px;
	height: auto;
}

#fav_dial{
	font-size: 0.9em;
	width: 1.5em;
	background-color: white;	
}

#short_lang_desc{
	width: 200px;
	background: white;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 5;
	overflow: hidden;
}

#a_enter{
	text-align: center;
}

.desc{
	color: #005500;
	font-size: 1.2em;
}

.desc .dbody{
	text-align: justify;
}

.desc .p1{
	text-indent: 20px;
	text-align: justify;
}

.desc .centered{
	text-align: center;
}

.desc img{
	vertical-align: middle;
}

.desc .button{
	width: 170px;
	height: 35px;
	background-color: #b3ddc7;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.desc .button a{
	color: #005500;
	font-size: 1em;
	font-weight: normal;
	line-height: 250%;
}

/*LOGGING
*******************************************
*/
#log_err_div{
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
}

#log_err_div .mhead{
	color:red;
	font-weight:bold;
	text-decoration:blink;
	font-size:120%;
}

#log_err_div .mbody{
	 color:black;
	 font-size:1.1em;
}

#log_err_div input{
	font-size:1.4em;
}

.line1{
	height: 1px;
	color: silver;
	background-color: black;
	border: 0;
}

.linered{
	height: 1px;
	color: red;
	background-color: red;
	border: 0;
}
/***********************************************/

.navig_div{
	text-align:center;
	font-size:14pt;
	width:100%;
	position:relative;
}

.d_lang{
	margin-top: 7px;
}

.c_func_butt{
	height:70px;
	width:70px;
}

.notes_desc{
	width: 10%;
	color:red;
	text-align:right;
	font-weight: bold;
}

.notes{
	width: 57%;
}

.price_desc{
	width: 10%;
	color: red;
	font-weight: bold;
}

.price{
	width: 23%;
}

.page_navig{
	width: 100%;
	font-size: 12pt;
	position: relative;
	left: 0;
	top: 0;
}

.page_navig .left{
	text-align: left;
	width: 20%;
	position: absolute;
	left: 0;
}

.page_navig .center{
	text-align: center;
	width: 60%;
	position: absolute;
	left: 20%;
}

.page_navig .right{
	text-align: right;
	width: 20%;
	position: absolute;
	left: 80%;
}

.page_navig .center .mult{
	font-weight: bold;
	cursor: pointer;
}

.page_navig .center .chosen{
	font-weight: bold;
	color: orange;
	cursor: pointer;
}

.page_navig .center .single{
	cursor: pointer;
}

.dbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 500px;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	z-index: 5;
}

.dbg .title{
	font-weight: bold;
}

.login_lout{
	 margin-right:115px;
	 width:530px;
	 height:100px;
	 overflow:hidden;
	 position:relative;
	 top: 10px;
	 z-index:1;
	 color:#ff850a;
	 font-weight:bold;
}

.login_lout .login{
	margin-top: 8px;
	margin-bottom: 8px;
	width:100px;
	display:inline;
	margin-left:10px;
	background-color:#e4fee3;
	margin-right:70px;
}

.login_lout .pass{
	width:100px;
	display:inline;
	margin-left:10px;
	background-color:#e4fee3;
}

.login_lout .reg{
	color:blue;
	margin-right:85px;
	font-weight:normal;
}

.login_lout .in{
	width:60px;
	margin-right:10px;
}

.login_lout .log_info{
	margin-right: 28px;
	font-size: 15px;
	color: black;
}

.login_lout .log_info span{
	color: red;
}

.login_lin{
	display:block;
	margin-right:115px;
	width:530px;
	height:100px;
	overflow:hidden;
	position:relative;
	z-index:1;
	color:red;
	font-weight:bold;
}

.login_lin .capt{
	margin-top:20px;
	margin-right:40px;
	font-size:14px;
}

.login_lin .out{
	margin-right:60px;
	margin-top:10px;
	font-size:13px;
}

.login_lin .log_info{
	float: left;
	width: 320px;
	height: 100%;
	background-color: transparent;
	position: relative;
	top: -55px;
	text-align: left;
	font-size: 15px;
	color: black;
}

#contact_div{
	 margin-right:106px;
	 width:263px;
	 height:35px;
	 overflow:hidden;
	 position:relative;
	 z-index:1;
}

#af_sub{
	text-align: center;
}

.modlist .headers{
	font-weight: bold;
}

.modlist .headers .sortedby a{
	color: orange;
}

.pid{
	color: red;
}

#stafflist{
	border-collapse: collapse;
	border: 0px;
}

#guest_gal_head{
	margin-left: 15px;
	font-size: 13px;
}

.staff_view_top td{
	width: 33%;
	text-align: center;
}

.staff_view_top .back{
	text-align: left;
}

.staff_view_top .forward{
	text-align: right;
}

.staff_view_top img{
	vertical-align: middle;
}

.staff_view_top .butt img{
	height:60px;
	width:60px;
}

.pv_table{
	width:100%;
	background-color: transparent;
}

#left_column{
	width:400px;
	vertical-align: top;
}

#left_column table{
	background-color: transparent;
	width: 330px;
}

#left_column .header{
	background-color:#e0ffff;
	font-weight: bold;
}

#cat_no_tr{
	color: red;
}

#cat_no{
	font-weight: bold;
	font-size: 15px;
}

#left_column .lang{
	color: red;
}

#left_column .lang img{
	margin-left: 45px;
}

#left_column .desc1{
	vertical-align: top;
}

#left_column .desc2{
	text-align: justify;
}

#right_column{
	width:370px;
	vertical-align:top;
	text-align:center;
}

#right_column .r_main{
	background-color: transparent;
	border-color: #ffffff;
	border:0;
}

#right_column .main_pic{
	text-align:center;
}

#right_column .main_pic td{
	vertical-align:top;
	background-repeat: no-repeat;
	background-position: center;
}

#right_column .main_pic img{
	border:1px;
	border-color: #00aa44;
}

#view_photos{
	text-decoration: blink;
	color: red;
	font-size: 14px;
}

#right_column .small_pics td{
	vertical-align:top;
	text-align:center; 
	background-repeat: no-repeat;
	background-position: center;
}

#right_column .small_pics img{
	 border:1px;
	 border-color: #00aa44;
	 vertical-align:middle;
}

#lang_level{
	background-color: transparent;
}

#lang_level .l_header{
	color:orange;
	font-size:14px;
	font-weight:bold;
	text-align: center;
}

#lang_level .l_header span{
	float: left;
}

#lang_level .l_body1{
	vertical-align: top;
	font-weight: bold;
}

#lang_level .l_body2{
	text-align: justify;
}

#photo_title{
	text-align: center;
	width: 100%;
	font-weight: bolder;
	font-size: 20px;
}

#photo_title span{
	color: red;
}

#guest_message{
	background-color: #EFEFEF;
	width: 95%;
	border-width: 1px;
	border-style: solid;
	border-color:orange;
	margin-top: 30px;
}

.link_person_name{
	color: black;
	font-weight: bold;
}

.link_person_name span{
	color: red;
}

#a_guest_more{
	color:red;
	font-size: 1.3em;
}

.edl_label{
	width: 100%;
	background: transparent;
}

.edl_text{
	width: 100%;
	background: transparent;
	display: none;
}


/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
.eng_ver{
	background: #FFFF9F;
	width: 175px;
}

/***************************************************************/
.col_red{
	color: red;
}

.col_green{
	color: green;
}

.guest_top{
	width: 100%;
	text-align: center;
	font-size: 10pt;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-top:4px;
	padding-bottom:4px;
}

/*##############################################################################################*/

#left_menu{
	vertical-align: top;
	width:185px;
	background-color: red;
	/*background-image: url("theme/pentagos/gfx/left_bg.gif");*/
	background-repeat: repeat;
}

#left_menu .lm_cont{
	position:relative;
	top:0;
	left:0;
	width:185px;
}

#left_menu .lm_cont .lm_abs{
	position:absolute;
	top:-15px;
	left:0;
	width:185px;
}

.lm_abs a{
	text-decoration:none;
	color:#253D21;
	font-size:11px;
	font-weight:bold;
	cursor: pointer;
}

#left_menu .menu_item{
	width:170px;
	height:80px;
	position:relative;
	text-align:right;
	color:#253D21;
	font-size:11px;
	font-weight:bold;
	cursor: pointer;
}

#left_menu .menu_item_selected{
	width:170px;
	height:80px;
	position:relative;
	text-align:right;
	color:orange;
	font-size:11px;
	font-weight:bold;
	cursor: pointer;
}

#left_menu .menu_item div{
	position:relative;
	margin-right:85px;
}

#left_menu .menu_item div img{
	 width:0px;
	 margin-right:-5px;
}

#left_menu .menu_item_selected div{
	position:relative;
	margin-right:85px;
}

#left_menu .menu_item_selected div img{
	 width:0px;
	 margin-right:-5px;
}

#main_center_div{
	min-height:480px;
}

tr.edu-row{display: none}