body{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
	text-align: center;
}

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

a:hover {
	text-decoration: underline;
}

div,
table,
form,
img,
p,
ul,
h1,
h2,
h3,
dd,
object
{
	margin: 0;
	border: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

ul{
	list-style: none;
}

input,
textarea,
select
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #a4b97f;
	background-color: white;
	color: #666666;
}

button
{
	color: white;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url('graphics/button.png');
	background-repeat: no-repeat;
	border: 0;
	height: 18px;
	width: 100px;
	padding-left: 0;
	padding-bottom: 2px;
}

html>body button{
	padding-bottom: 3px;
}


.delimiter{
	clear: both;
}

.invisible_delimiter{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}

.hidden{
	display: none;
}


.invisible{
	visibility: hidden;
	position: absolute;
}

#root{
	text-align: left;
	padding-bottom: 4px;
	width: 70.7em;
	overflow: hidden;
	margin: 0 auto;
}

html>body #root{
	width: 71.2em;
}

#subroot{
	border: 1px solid #999999;
	width: 70.7em;
}

html>body #subroot{
	width: 70.9em;
}

#logo{
	float: left;
}

#menu1{
	font-weight: bold;
	float: right;
	font-size: 10px;
	text-decoration: underline;
	color: #3f89bb;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 20px;
}

#menu1 li{
}


#menu1 :link,
#menu1 :active,
#menu1 :visited
{
	color: #3f89bb;
}

#searchinput{
	float: right;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;


}

#searchinput p{
	margin-bottom: 5px;
	text-align: right;
}

#searchinput input{
	width: 112px;
	font-size: 10px;
	padding-left: 2px;
}

#searchinput button{
	font-size: 10px;
	font-weight: bold;
}

#langselect{
	float: right;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 20px;

}

#menu2_container img{
	margin-bottom: -2px;
}

html>body #menu2_container img{
	margin-bottom: -3px;
}

html>body #menu2_container object{
	margin-bottom: -3px;
}



#root.home #menu2_container{
}

#menu2{
	background-color: #c4dbeb;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#menu2 li{
	display: inline;
	border-right: 1px solid white;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #5d96bc;
	line-height: 3.2em;
}

#root.home #menu2 li,
#root.search #menu2 li,
#root.default #menu2 li
{
	padding-top: 11px;
	padding-bottom: 11px;
}

html>body #menu2 li{
	padding-top: 10px;
	padding-bottom: 10px;
}

html>body #root.home #menu2 li,
html>body #root.search #menu2 li,
html>body #root.default #menu2 li
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu2 li.first{
	border-left: 1px solid white;
}


#menu2 :link,
#menu2 :active,
#menu2 :visited
{
	color: white;
}

#menu2 li.orange{
	background-color: #ff6600;
}

#menu2 li.gray,
#menu2 li.last
{
	background-color: #999999;
}

#menu2 li.active{
	padding-bottom: 12px;
}

html>body #menu2 li.active{
	padding-bottom: 11px;
}

#menu3{
	background-color: #f4f4f0;
	border-top: 5px solid #5d96bc;
	border-bottom: 1px solid #5d96bc;
	font-size: 10px;
	color: #1b5386;
	padding-left: 10px;
}

#root ul.orange{
	border-color: #ff6600;
}

#root ul.gray,
#root ul.last
{
	border-color: #999999;
}


#menu3 li{
	display: inline;
	line-height: 2.2em;
	margin-left: 30px;
}

#menu3 li.active{
	font-weight: bold;
}

#menu3 :link,
#menu3 :active,
#menu3 :visited
{
	color: #1b5386;
}

#float_container{
	background-color: white;
}

#relativelinks
{
	border: 1px solid #999999;
	background-color: #f4f4f0;
	margin-bottom: 10px;
}

#gallery,
#guide_ancors
{
	border: 1px solid #999999;
	background-color: white;
	margin-bottom: 10px;
}

#gallery h2,
#relativelinks h2,
#guide_ancors h2
{
	color: white;
	font-weight: bold;
	background-color: #6da0c3;
	background-image: url('graphics/box_arrow.png');
	background-position: 10px 50%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
	padding-right: 6px;
	border: 1px solid white;
}

#gallery ul,
#relativelinks ul,
#guide_ancors ul
{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #999999;
}

#guide_ancors ul li{
	text-align: left;
	background-image: url('graphics/ancor_bullet.png');
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#gallery ul li{
	padding-bottom: 8px;
}

#gallery ul li p{
	color: #7e5c11;
	position: relative;
	top: -3px;
}

span.quotes{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 5px;
	font-family: arial, Helvetica, sans-serif;
	margin-left: 2px;
	margin-right: 2px;
}

#gallery h4{
	color: #7e5c11;
	text-align: right;
	padding-right: 6px;
	padding-bottom: 3px;
	margin-top: 0;
	margin-bottom: 0;
}

#gallery h4 :link,
#gallery h4 :active,
#gallery h4 :visited
{
	font-size: 11px;
	color: #7e5c11;
}



#tour{
	margin-top: 10px;
}

html>body #htmleditor_content{
	height: auto;
	min-height: 300px;
}


#edit_content_form p.submit{
	text-align: right;
	margin-top: 10px;
}


#left_frame{
	float: left;
	width: 15.4em;
	height: 400px;
}

html>body #left_frame{
	height: auto;
	min-height: 400px;
}

#abovemiddle{
	float: left;
	width: 38.1em;
	color: #999999;
}

#abovemiddle a,
#abovemiddle :link,
#abovemiddle :active,
#abovemiddle :visited
{
	color: #999999;
}



#navigation{
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 12px;
	padding-bottom: 4px;
}

#middle_frame{
	float: left;
	font-size: 11px;
	width: 38.1em;
	height: 400px;
	border-left: 1px solid #dadada;
}

html>body #middle_frame{
	height: auto;
	min-height: 480px;
}

#root.home #middle_frame{
	float: none;
	width: auto;
	background-color: white;
}

#root.edit div#middle_frame,
#root.photoalbum div#middle_frame,
#root.news div#middle_frame,
#root.search div#middle_frame,
#root.default div#middle_frame
{
	width: auto;
	float: none;
	clear: both;
	border-left: 0;
}

#root.newsdetail div#middle_frame{
	
	width: 53.4em;
}

#root.newsdetail div#right_frame{
	padding-top: 30px;
}

#root.edit div#middle_frame{
	margin-top: 10px;
}

#root.edit div#right_frame,
#root.edit div#left_frame,
#root.photoalbum div#right_frame,
#root.default div#right_frame,
#root.default div#left_frame,
#root.search div#right_frame,
#root.search div#left_frame,
#root.news div#left_frame,
#root.newsdetail div#left_frame,
#extra_root.admin #root.schedule div#right_frame
{
	display: none;
}

#root.photoalbum div#left_frame{
	display: none;
}


#root.edit p.cancel{
	text-align: right;
}

#root.default div#htmleditor_content{
	height: auto;
	min-height: 0px;
	margin-top: 10px;
}

#root.default div#htmleditor_content h1.message{
	padding-bottom: 20px;
}


#middle_frame_cont{
	padding-left: 16px;
	padding-right: 16px;
}


#right_frame{
	float: right;
	width: 17em;
}

#right_frame_cont{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 12px;
}


#left_frame_cont{
	padding-left: 18px;
	padding-right: 12px;
}

#left_title{
	font-size: 10px;
	font-weight: bold;
	color: #1b5386;
	padding-top: 12px;
	padding-bottom: 4px;
	border-bottom: 1px solid #dadada;
}

#menu4{
	font-size: 10px;
	line-height: 1.8em;
	text-align: right;
	text-decoration: underline;
}

#menu4 a,
#menu4 :link,
#menu4 :active,
#menu4 :visited
{
	color: #1b5386;
	text-decoration: underline;
}

#menu4 li.master{
	padding-right: 15px;
        background-image: url('graphics/menu4_master.png');
	background-repeat: no-repeat;
	background-position: 100% 6px;
}

#menu4 li.slave{
	padding-right: 15px;
        background-image: url('graphics/menu4_slave.png');
	background-repeat: no-repeat;
	background-position: 100% 6px;
	margin-right: 15px;
}


#bottom_frame{
	color: #707070;
	text-align: center;
	padding-top: 4px;
}

#bottom_frame :link,
#bottom_frame :active,
#bottom_frame :visited
{
	color: #1b5386;
}

#bottom_frame em{
	font-style: normal;
}

#credits{
	display: inline;
	margin-right: 30px;
}

#copyright{
	display: inline;
}

#root.main #htmleditor{
	padding-top: 10px;
}

#root.main #htmleditor p{
	color: #333333;
	margin-bottom: 10px;
	font-size: 11px;

}

#root.main #htmleditor img{
	margin: 4px;
	
}

#root.main #htmleditor h1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#root.main #htmleditor h1.message{
	font-size: 12px;
	padding-bottom: 200px;
}

#root.main #htmleditor h2{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#root.main #htmleditor h3{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

#root.main #htmleditor table{
	border-collapse: collapse;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 10px;
	vertical-align: top;
	font-size: 11px;
}

#root.main #htmleditor td{
	border-right: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	padding: 3px;
}

#root.main #htmleditor thead{
	background-color: #c2ad7e;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#root.main #htmleditor tr.odd{
	background-color: #e6cb91;
}

#root.main #htmleditor ul{
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}

#extra_root.admin #htmleditor ul.admin {
	text-align: right;
	list-style: none;
	font-weight: bold;
	margin-left: 0;
}

#htmleditor ul.admin li.lang {
	float: left;
}

#root.edit #htmleditor{
	padding-top: 20px;
}

#root.edit #htmleditor h1{
	font-weight: bold;
	font-size: 14px;
}

#root.edit #htmleditor form{
	margin-top: 10px;
}


.edit_form p,
.site_form p
{
	margin-bottom: 10px;
	
}

.edit_form span.label,
.site_form span.label
{
	display: block;
	float: left;
	width: 10em;
	text-align: right;
	margin-right: 5px;
}

.edit_form p.submit,
.site_form p.submit
{
	text-align: right;
}

.edit_form h1,
.site_form h1
{
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}

#edit_free_form span.label{
	width: 20em;
	margin-right: 10px;
}

#edit_free_form span.label input{
	text-align: right;
	padding-right: 2px;
}

#edit_free_form span.input_function{
	margin-left: 10px;
}

#contactform span.label{
	width: 20em;
}
#contactform{
	margin-top: 30px;
	padding-left: 16px;
	padding-right: 16px;
}

#contactform form{
	margin-top: 20px;
}

#contactform h1{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}


#page_content.view ul{
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 10px;
}

#photo_album_link{
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	text-align: right;
}

#photo_functions{
	padding-bottom: 50px;
}
			

#album_functions{
	margin-bottom: 10px;
	text-align: right;
}

form#edit_photo_form input{
	width: 204px;
}

form#edit_photo_form span.label{
	margin-top: 3px;
}

#page_content.sitemap h1{
	margin-bottom: 20px;
}

#page_content.sitemap ul li{
	font-weight: bold;
	margin-left: 60px;
}

#page_content.sitemap ul ul li{
	margin-left: 20px;
	font-weight: normal;
}

#page_content.sitemap ul li.alone{
	margin-bottom: 10px;
}

ul#pagenav{
	text-align: center;
	margin-top: 20px;
}

ul#pagenav li{
	display: inline;
}

ul#pagenav li.current{
	font-weight: bold;
}

#news_back{
	float: right;
}

#news_detail .body{
	margin-top: 20px;
	margin-bottom: 20px;
}

#searchresults{
	margin-top: 10px;
	color: #247fbc;
}

#searchresults h1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#searchresults h2{
	margin-top: 20px;
	font-weight: bold;
}

#searchresults li p{
	padding-left: 20px;
}

#searchresults li p em{
	font-weight: bold;
}


#htmleditor_printable{
	background-image: url('graphics/print.jpg');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;

}

#static_sendmail{
	background-image: url('graphics/mail.jpg');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;

}

.file_link{
	background-image: url('graphics/koumpia/download.png');
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	margin-left: 7px;
}



#photoalbum h1,
#globalalbum h1
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 4px;

}

#photoalbum p.navigation{
	text-align: right;
	padding-top: 12px;
        padding-bottom: 4px; 
}

#photoalbum ul.admin{
	margin-left: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
	clear: both;
}

ul#photoalbum_list{
	margin-top: 20px;
	margin-left: 4px;
}

ul#photoalbum_list li{
	width: 146px;
	height: 150px;
	float: left;
	overflow: hidden;
	text-align: center;
}

#photoalbum ul#photoalbum_list.admin li{
	height: 180px;
}

#photoalbum ul#photoalbum_list li p{
	height: 43px;
	overflow: auto;
}

#photoalbum ul#photoalbum_list.admin ul{
	padding-left: 8px;
	padding-right: 8px;
}

#photoalbum ul#photoalbum_list.admin ul li{
	height: auto;
	width: auto;
	border: none;
	font-size: 10px;
}

#photoalbum ul#photoalbum_list.admin ul li.edit{
	float: left;
}

#photoalbum ul#photoalbum_list.admin ul li.delete{
	float: right;
}

#photoalbum a.photo,
#globalalbum a.photo
{
	display: block;
	height: 90px;
	overflow: hidden;
}

#globalalbum h2{
	clear: both;
	float: none;
	margin-top: 10px;
	font-weight: bold;
}

#newsletter p.input{
	text-align: center;
	color: #4c3502;
	
}

#newsletter p.input input{
	margin-top: 8px;
	margin-bottom: 8px;
	width: 15em;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;	
}

html>body #newsletter p.input input{
	width: 14em;
}

#newsletter p.submit{
	text-align: right;
	padding-right: 2px;
}

#newsletter p.error{
	margin-top: -4px;
	margin-bottom: 8px;
	color: red;
}

#unsubscribe{
	margin-left: 6px;
	margin-right: 6px;
}

#unsubscribe h1{
	font-weight: bold;
        text-align: center;
        font-size: 12px;
        margin-bottom: 30px;
}

#unsubscribe p.submit{
	margin-top: 20px;
	text-align: right;
}

#newslist{
	padding-left: 4px;
	padding-top: 6px;
}

#newslist dt{
	margin-bottom: 8px;
}

#newslist dt span.title{
	color: #5d96bc;
	font-size: 12px;
	font-weight: bold;
}

#newslist dt span.title :link,
#newslist dt span.title :active,
#newslist dt span.title :visited
{
	color: #5d96bc;
}

#newslist dt span.admin{
	float: right;
}


#newslist dd{
	border-bottom: 1px solid #5d96bc;
	margin-bottom: 14px;
	height: 118px;
	overflow: hidden;
}

#newslist dd img{
	float: left;
	margin-right: 8px;
}

#newslist dd p.abstract{
	height: 100px;
	overflow: auto;
}

#newslist dd p.abstract span.admin{
	display: block;
	width: 139px;
	height: 100px;
	float: left;
}

#newslist dd p.more{
	text-align: right;
}

#newslist dd p.more a{
	color: #757055;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

#newslist dd p.more :link,
#newslist dd p.more :active,
#newslist dd p.more :visited
{
	color: #757055;
}

#newslist dd p.more span.admin{
	float: left;
}

#newslist dd p.more span.admin a{
	background-color: transparent;
	font-weight: normal;
	position: relative;
	top: -4px;
	left: -4px;
}

#editnews input{
	width: 40em;
}

#editnews input.checkbox{
	width: auto;
}

#newsdetail{
	padding-left: 4px;
}

#newsdetail div.back
{
	padding-top: 10px;
}

#newsdetail div.back a,
#newsdetail div.back :link,
#newsdetail div.back :active,
#newsdetail div.back :visited
{
	color: #999999;	
}

#newsdetail h1{
	margin-bottom: 10px;
	margin-top: 20px;
}

#newsdetail h1 span.title{
	font-size: 12px;
	font-weight: bold;
	color: #5d96bc;
}

#newsdetail h1 span.admin{
	float: right;
}


#newsdetail div.photo{
	float: left;
	width: 139px;
	margin-right: 8px;
	margin-bottom: 4px;
}

#newsdetail div.photo span.admin{
	position: relative;
	top: -8px;
}

#relativelinks h4{
	text-align: center;
}

#relativelinks ul{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#relativelinks ul li{
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	margin-bottom: 6px;
	
}

#relativelinks ul li.link{
	background-image: url('graphics/link.png');
}

#relativelinks ul li.file{
	background-image: url('graphics/download.png');
}

#relativelinks p.admin{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

form#edit_relative_form h2{
	margin-bottom: 10px;
}

form#edit_relative_form h3{
	background-image: url('graphics/link.png');
	padding-left: 20px;
	background-position: 0px; 4px;
	margin-bottom: 6px;
}

#sitemap h1{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #5d96bc;
}

#sitemap ul{
	padding-left: 20px;
}

#sitemap ul li{
	margin-bottom: 10px;
	font-weight: bold;
}

#sitemap ul li li{
	margin-bottom: 0px;
	font-weight: normal;
}

#categorypromo{
	padding-top: 14px;
}

#categorypromo div{
	width: 356px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

#categorypromo div.first{
	padding-left: 0px;
	border-right: 1px solid #dadada;
}

#categorypromo div.last{
	padding-right: 0px;
}

#categorypromo ul{
	padding-top: 10px;
}

#categorypromo ul li{
	width: 162px;
	float: left;
	background-image: url('graphics/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 16px;
}

html > body #categorypromo ul li{
	margin-bottom: 4px;
}

#categorypromo p.more{
	clear: left;
	text-align: right;
	line-height: 2em;
	margin-top: 10px;
}

#categorypromo p.more a{
	background-color: #5d96bc;
	background-image: url('graphics/arrow_blue.png');
	background-repeat: no-repeat;
	background-position: 94% 4px;
	border: 1px solid #3a7ba8;
	font-weight: bold;
	font-size: 10px;
	padding-left: 4px;
	padding-right: 10px;
}

html>body #categorypromo p.more a{
	padding-right: 14px;
}

#categorypromo p.more a:link,
#categorypromo p.more a:active,
#categorypromo p.more a:visited
{
	color: white;
}

#newspromo{
	border-top: 1px solid #dadada;
	padding-top: 20px;
	margin-top: 20px;
}

#newspromo div{
	width: 370px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

html>body #newspromo div{
	width: 356px;
}

#newspromo div.first{
	padding-left: 0px;
	border-right: 1px solid #dadada;
}

#newspromo div.last{
	padding-right: 0px;
	border-left: 1px solid #dadada;
	margin-left: -1px;
}

#newspromo h1{
	font-weight: bold;
	color: #1b5386;
	margin-bottom: 5px;
}

#newspromo h1 :link,
#newspromo h1 :active,
#newspromo h1 :visited
{
	color: #1b5386;
}

#newspromo ul li{
	background-image: url('graphics/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 16px;
	margin-bottom: 10px;
}

#newspromo p.more{
	text-align: right;
	line-height: 2em;
	margin-top: 10px;
}

#newspromo p.more a{
	background-color: #5d96bc;
	background-image: url('graphics/arrow_blue.png');
	background-repeat: no-repeat;
	background-position: 94% 4px;
	border: 1px solid #3a7ba8;
	font-weight: bold;
	font-size: 10px;
	padding-left: 4px;
	padding-right: 10px;
}

html>body #newspromo p.more a{
	padding-right: 14px;
}

#newspromo p.more a:link,
#newspromo p.more a:active,
#newspromo p.more a:visited
{
	color: white;
}


#root.guide div#orange_delimiter{
	height: 5px;
	overflow: hidden;
	background-color: #ff6600;
	border-bottom: 1px solid white;
	 
}

#root.guide #left_frame_cont{
	padding-left: 0px;
	padding-right: 0px;
	
}

#root.guide #abovemiddle{
	width: 55em;
}

#root.guide #middle_frame{
	border-left: 0;
	width: 55em;
}

#root.guide #guide_ancors,
#root.guide #relativelinks
{
	margin-left: 2px;
}

/*#extra_root.admin #root.guide #left_frame{
	display: none;
}

#extra_root.admin #root.guide #middle_frame{
	width: auto;
}*/

#root.guide h1#guide_categories{
	background-color: #ff6600;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;

}

#root.guide #menu3{
	border: 0;
	padding-left: 0;
	border-bottom: 3px solid #dbdbd8;
	margin-bottom: 10px;
}


#root.guide #menu3 li{
	float: none;
	display: block;
	margin: 0;
}

#root.guide #menu3 span{
	display: block;
	border-bottom: 1px solid #dededa;
	border-top: 1px solid white;
}

#root.guide #menu3 li a{
	padding-left: 6px;
}
#root.guide #menu3 ul li span{
	padding-left: 20px;
	background-color: #fdfdfa;
}

#guidelist{
	margin-top: 10px;
	color: #666666;
}



#guidelist form#guide_orderby_form{
	text-align: right;
}

#guidelist dl{
	border-bottom: 1px solid #9dc3de;
	padding-bottom: 20px;
}



#guidelist dt{
	border: 1px solid #9dc3de;
	background-color: #c3dbea;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	padding-left: 6px;
	padding-right: 20px;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
}

#guidelist dt span.title{
	float: left;
}

#guidelist dd{
	padding-bottom: 8px;
}

#guidelist dd img{
	float: left;
	margin-left: -3px;
}

html>body #guidelist dd img{
	margin-left: 0;
}


#guidelist dd p{
	padding-top: 10px;
	margin-left: 160px;
}

#guidelist dd p span{
	white-space: nowrap;
}


#guidelist dd p :link,
#guidelist dd p :active,
#guidelist dd p :visited
{
	color: #006fbd;
}


#guidelist dd div.more{
	text-align: right;
	margin-top: 10px;
	padding-right: 10px;
}

#guidelist dd div.more :link,
#guidelist dd div.more :active,
#guidelist dd div.more :visited
{
	color: white;
}

#guidelist dd div.more a{
	background-color: #5d96bc;
	background-image: url('graphics/arrow_blue.png');
	background-repeat: no-repeat;
	background-position: 94% 4px;
	border: 1px solid #3a7ba8;
	font-weight: bold;
	font-size: 10px;
	padding-left: 4px;
	padding-right: 10px;
}

html>body #guidelist dd div.more a{
	padding-right: 14px;
}

#guidelist div.admin{
	text-align: right;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.pagenav{
	text-align: center;
}

div.pagenav :link,
div.pagenav :active,
div.pagenav :visited
{
	text-decoration: underline;
}


div.pagenav ul{
	display: inline;
}

div.pagenav ul li{
	display: inline;
}

div.pagenav li.current a{
	font-weight: bold;
}

#edit_guide_form span.label{
	width: 12em;
}

#edit_guide_form input{
	width: 30em;
}

#edit_guide_form div.userdata{
	background-color: #fff6f6;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#edit_guide_form div.userdata input.password,
#edit_guide_form div.userdata input.username
{
	font-weight: bold;
	color: red;
}

#guidemain{
	margin-bottom: 10px;
}

#guidemain h1{
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #175387;
	margin-bottom: 10px; 
}

#guidemain p.info span{
	white-space: nowrap;
}

#guidemain p.info{
	color: #666666;
}

#guidemain p.info :link,
#guidemain p.info :active,
#guidemain p.info :visited
{
	color: #006fbd;
}

#guidemain div.admin a{
	float: right;
	margin-left: 20px;
	font-weight: bold;	
}

#guidegallery{
	border-top: 1px solid #c6c6c6;
	clear: right;
	margin-top: 12px;
}

#guidegallery div#guidegallery_zoomed{
	height: 230px;
	width: 360px;
	background-color: #b9d6e8;
	overflow: hidden;
	float: left;
	border-right: 16px solid #b9d6e8;
	padding-right: 1px;
}

html>body #guidegallery div#guidegallery_zoomed{
	width: 343px;
}

#guidegallery div#guidegallery_zoomed img{
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

#guidegallery ul#guidegallery_list{
	height: 230px;
	width: 102px;
	overflow: auto;
	float: left;
	margin-left: 1px;
	scrollbar-base-color: #b9d6e8;
}

#guidegallery ul#guidegallery_list ul,
#guidegallery ul#guidegallery_list li{
	display: inline;
}

html>body #guidegallery ul#guidegallery_list img{
	margin-bottom: -6px;
}

#extra_root.admin #guidegallery ul#guidegallery_list img{
	margin-top: 12px;
	margin-bottom: 0;
}

#guidegallery ul#guidegallery_list ul li{
	font-weight: bold;
}


#guidegallery div#guidegallery_instructions{
	padding-top: 5px;
}
#guidegallery div#guidegallery_instructions li{
	margin-bottom: 26px;
	margin-left: 10px;
	color: #666666;
	font-size: 10px;
}

#guidegallery div#guidegallery_zoomedlabel{
	width: 464px;
	background-color: #b9d6e8;
	border-top: 1px solid white;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #666666;
}

html>body  #guidegallery div#guidegallery_zoomedlabel{
	clear: both;
	width: 454px;
}

#guidegallery ul.admin{
	font-weight: bold;
}

#guideextra{
	margin-top: 10px;
}

#guideextra ul.admin{
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
}


#guideextra ul.admin li{
	display: inline;
	font-weight: bold;
	margin-left: 10px;
}

#guideextra h2{
	font-size: 12px;
	font-weight: bold;
	color: #175387;
	margin-top: 10px;
	margin-bottom: 10px;
}




a.invisible_ancor{
	float: right;
}

#login{
	padding-top: 10px;
	border-bottom: 1px solid #dadada;
}


#login h1{
	color: #175387;
	font-weight: bold;
	font-size: 12px;
}

#login span.label{
	width: 300px;
}
