html{
	width:100%;
	height:100%;
	background-color:#f7f5f5;
}

body{
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	padding:0;
	font-size:14px;
	font-family:Arial;
	color:#000;
	_text-align:center;
}

td{
	font-size:14px;
}

.dh a, .dh a:link, th a, th a:link{
	color:#fff;
}

.wrap{
	width:990px;
	margin:0 auto;
	text-align:left;
}

img, input, form{
	padding:0;
	margin:0;
}

h1, .h1{
	margin:0 0 10px;
	font-size:24px;
	font-family:Georgia;
	font-style:italic;
	font-weight:normal;
	color:#006594;
}

h3, .h3{
	margin:0 0 10px;
	font-size:16px;
	font-family:Georgia;
	font-style:italic;
	font-weight:normal;
	color:#006594;
}

a, a:link{
	text-decoration:underline;
	color:#0091e5;
}

a:hover{
	text-decoration:none;
}

hr{
	margin:5px auto;
	border-style:dashed none none;
	border-width:1px 0 0;
	border-color:#d5d5d5;
}

img, map{
	border:0;
}

label{
	cursor:pointer;
}

.db{display:block}
.dn{display:none}
.fl{float:left}
.fr{float:right}
.cb{clear:both}
.cl{clear:left}
.cr{clear:right;}
.red{color:#ff0000 !important}
.green{color:#00ff00 !important}
.white{color:#ffffff !important}
.gray{color:#76787d !important}
.al{text-align:left}
.ac{text-align:center}
.ar{text-align:right}
.dh{
	background-color:#909090;
	color:#fff;
}
.dd {background-color:#efefef;}
.dl {background-color:#f5f5f5;}
.inline_block{
	display:-moz-inline-stack;
	display:inline-block;
	*zoom:1;
	*display:inline;
}
.border{border:1px solid #262e3e}
.small{
	font-size:11px;
	line-height:12px;
}
.bold{font-weight:bold}

.radio, .checkbox{
	text-indent:-9999999px;
	position:absolute;
	margin-left:-9999px;
}

.radio + label, .checkbox + label{
	line-height:18px;
	min-height:18px;
	padding-left:20px;
	display:inline-block;
}

.radio + label{background:url('/img/icons/ic_radio_button.png') center left no-repeat;}
.checkbox + label{background:url('/img/icons/ic_checkbox.png') center left no-repeat;}
.radio + label:hover, .checkbox + label:hover{cursor:pointer;}
.radio:checked + label{background-image:url('/img/icons/ic_radio_button_checked.png')}
.checkbox:checked + label{background-image:url('/img/icons/ic_checkbox_checked.png')}

.page_active{
	font-weight:bold
}

.path{
	margin:5px 0;
	padding:2px;
	font-size:12px;
}

.path a, .path a:link{
	text-decoration:underline;
}

.fullwidth{
	width:99% !important;
}

.images{
	text-align:center;
}

.images img{
	padding:2px;
	border:1px solid #333d53;
	background:#242c3b;
	margin:5px;
}

.images img:hover{
	border:1px solid #536386;
	color:#fff;
	cursor:pointer;
}

/* Interface */

.text, .select, .file, .textarea{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow:inset 2px 2px 6px #e5e5e5;
	-webkit-box-shadow:inset 2px 2px 6px #e5e5e5;
	box-shadow:inset 2px 2px 6px #e5e5e5;
	font-family:Georgia;
}

.text{
	width:70%;
	border:1px solid #b2b2b2;
	border:1px solid #b2b2b2;
	color:#6e6e6e;
	font-size:14px;
	height:19px;
	_height:29px;
	padding:5px;
}

.text:hover, .textarea:hover,.textarea_small:hover, .textarea_medium:hover, .textarea_large:hover, .select:hover{
	border:1px solid #949494;
}

.textarea, .textarea_small, .textarea_medium, .textarea_large{
	width:70%;
	height:250px;
	border:1px solid #e3e3e3;
	color:#6f6f6f;
	font-size:14px;
}

.select, .file{
	width:70%;
	border:1px solid #b2b2b2;
	color:#6e6e6e;
	height:30px;
	font-size:14px;
}

.textarea_small{
	width:70%;
	height:150px;
}

.textarea_medium{
	width:100%;
	height:200px;
}

.textarea_large{
	width:100%;
	height:350px;
}

.select option{padding:3px;}

.button, button{
	cursor:pointer;
	padding:0 10px;
	height:31px;
	background:url('/img/button.png') top left repeat-x;
	color:#fff;
	border:0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}

button:disabled{
	opacity:0.5
}

.separator{
	height:1px;
	background:url('/img/separator.png') top left repeat-x;
	margin:40px auto;
}

/* /Interface */

#head{
	padding:20px 0;
	background:url('/img/body_bg.png') top left repeat-x;
}

#head_second{
	padding:20px 0;
	background:url('/img/body_bg_second.png') top left repeat-x;
}

#logo{
	float:left;
	width:341px;
	height:172px;
}

#navigation{
	text-align:right;
	padding-top:7px;
}

#auth table{
	float:right;
}

#auth .text{
	width:170px;
}

#auth label{
	color:#212121;
	font-family:Georgia;
}

#auth input{
	margin-left:5px;
}

#menu{
	padding:15px 0;
}

#menu a, #menu a:link{
	font-family:Georgia;
	font-style:italic;
	font-size:16px;
	margin-left:30px;
	color:#424242;
	text-decoration:underline;
}

#menu a:hover{
	text-decoration:none;
}

#share{
	margin:23px 0 10px;
}

#share_container{
	text-align:center;
	padding:0 70px;
	height:160px;
}

#share_second{
	height:31px;
	margin:23px 0 0px;
}

.welcome{
	font-size:28px;
	line-height:28px;
	color:#fff;
	font-style:italic;
	font-family:Georgia;
	margin:0;
	padding:0;
}

.welcome2{
	font-size:16px;
	margin:0;
	padding:0 0 0 140px;
	color:#fff;
	font-style:italic;
	font-family:Georgia
}

.welcome3{
	color:#a7ccdd;
	font-size:12px;
}

.header{
	font-size:16px;
	font-style:italic;
	font-family:Georgia;
	color:#212121
}

td.label{
	padding-right:20px;
	width:1%;
	white-space:nowrap;
}

#registration{
	width:460px;
	overflow:hidden;
	padding-right:30px;
}

#registration .text{
	width:97%;
}

#info{
}

.container .tl, .container .tr, .container .bl, .container .br{
	width:23px;
	height:23px;
}

.container .tl, .container .tc, .container .tr, .container .cl, .container .cr, .container .bl, .container .bc, .container .br{
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
.container .tl{background:url('/img/container_tl.png') top left no-repeat;}
.container .tr{background:url('/img/container_tr.png') top left no-repeat;}
.container .bl{background:url('/img/container_bl.png') top left no-repeat;}
.container .br{background:url('/img/container_br.png') top left no-repeat;}
.container .tc{background:url('/img/container_tc.png') top left repeat-x;}
.container .cl{background:url('/img/container_cl.png') top left repeat-y;}
.container .cr{background:url('/img/container_cr.png') top left repeat-y;}
.container .bc{background:url('/img/container_bc.png') top left repeat-x;}
.container .cc{
	background:#ffffff;
	color:#757575;
	padding:10px;
}

#footer{
	background:url('/img/footer_shadow.png') top center no-repeat;
	text-align:center;
	padding:20px 0;
	margin:70px 0 0;
}

#footer_menu a, #footer_menu a:link{
	color:#7f7f7f;
	text-decoration:underline;
	font-size:12px;
	margin:0 10px;
}

#footer_menu a:hover{
	text-decoration:none
}

#copyright{
	text-align:center;
	font-size:12px;
	color:#a4a4a4;
	padding:10px 0 0;
}

input{display:inline}

.col{
	width:50%;
	vertical-align:top
}

.error{
	position:absolute;
	z-index:100000;
	/* supply height to ensure consistent positioning for every browser */
/* 	height:15px; */
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;
	max-width:300px;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	box-shadow:0 0 6px #ddd;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	-o-box-shadow: 0 0 6px #ddd;
	-khtml-box-shadow: 0 0 6px #ddd;
}

.error em {
	border:10px solid;
	border-color:#FFFE36 transparent transparent;
	bottom:-17px;
	display:block;
	height:0;
	left:10px;
	position:absolute;
	width:0;
}

.error p{
	margin:0;
	padding:0;
}

.admin_menu a, .admin_menu a:link{
	color:#404040;
	display:block;
	padding:0 0 0 18px;
	margin:5px 0;
	background:url('/img/bullet.png') center left no-repeat;
}

.overlay {
	display:none;
	z-index:100001;
	background-color:#fff;
	width:700px;
	padding:20px;
	min-height:200px;
	box-shadow:0 0 20px 5px #aaa;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow:0 0 90px 5px #000;
	-o-box-shadow:0 0 90px 5px #000;
	-khtml-box-shadow:0 0 90px 5px #000;
	max-height:600px;
	overflow:auto;
}

/* close button positioned on upper right corner */
.close_x {
	background-image:url('/img/overlay/close.png');
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index:99999999;
}

.filename{
	width:50%;
}

.adv{
	text-align:center;
	margin:10px auto
}

.adv img, .adv embed{
	margin:2px auto
}

#path{
	margin:0 0 10px;
	font-size:11px;
}

.notify{
	background:#fefae4;
	border:1px solid #e2daa6;
	padding:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.nowrap{
	white-space:nowrap
}

.descr{
	padding-top:5px;
	font-size:9pt;
	line-height:8pt;
	color:#777
}

#change_link_container{
	text-align:left
}

#control{
	margin:13px 0
}

#control .control{
	display:inline
}

.control{display:none}

.ui-menu{
	width:200px;
}

#tree{
	display:none;
	position:absolute;
	z-index:100
}

#tree ul{
	padding-left:30px
}

#tree > ul{
	padding-left:0
}

#tree li{
	list-style-type:none;
	display:block;
	margin:5px 0;
	padding:0;
}

#file_upload{
	display:none
}

#drop_box{
	padding:37px 30px;
	text-align:center;
	font-size:18px;
	font-style:italic;
	border:2px dashed #ccc;
	border-radius:5px;
	cursor:pointer
}

#drop_box.highlighted{
	background:#FFFBE7
}

#progressbar{
	margin:13px 0
}

.ui-progressbar {
	position: relative;
}
.progress-label {
	position: absolute;
	left: 50%;
	top: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
}

#static_form{
	display:none
}

/*
 *	Colorbox Core Style:
 *	The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
 *	User Style:
 *	Change the following styles to modify the appearance of Colorbox.  They are
 *	ordered & tabbed in a way that represents the nesting of the generated HTML.
 */
#cboxOverlay{background:#999;}
#colorbox{outline:0;box-shadow:0 0 10px rgba(0, 0, 0, 0.3); background: #fff; border-radius:5px}
#cboxContent{border-radius:5px; margin-top:30px; }
#cboxContent button{box-shadow:none !important}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#fff; padding:10px; border-radius:5px; }
#cboxLoadingGraphic{background:url(/img/ajax-loader.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#fff;}
#cboxTitle{position:absolute; top:-22px; left:10px; color:#000; font-style:italic}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; position:absolute;  }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{
	background:url('/img/larr.png') top left no-repeat;
	width:38px;
	height:38px;
	top:50%;
	margin-top:-19px;
	left:20px;
}

#cboxNext{
	background:url('/img/rarr.png') top left no-repeat;
	width:38px;
	height:38px;
	top:50%;
	margin-top:-19px;
	right:20px;
}

#cboxClose{background:url(/img/controls.png) no-repeat -50px 0px; top:-25px; right:5px; width:20px; height:20px; }
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}