/*******************************************/
/* GENERAL
/*******************************************/

div#container {
	margin: 0 auto;
	width: 1006px;
}

div#header {
	background: #FFF url('/img/template/header_bg.jpg') top left no-repeat;
	height: 100px;
}

a#button_home {
	display: block;
	height: 100px;
	width: 280px;
	text-decoration: none;
}

div#menu {
	background: #eee;
	border-bottom: 1px solid #aaaaaa;
	height: 32px;
	padding: 0 10px;
}

div#usermenu {
	float: right;
}

div#content {
	background: #FFF;
	padding: 20px 5px;
}

div#footer {
	background: CCC;
	height: 50px;
}

div#breadcrub {
	padding: 4px 0;
}

/*******************************************/
/* ELEMENT */
/*******************************************/

div.element {
	margin: 10px 30px;
}

div.element h2 {
	background: #fff;
	border: 1px solid #aaaaaa;
	border-bottom: none;
	float: left;
	margin: 0 10px -1px;
	padding: .5em 1em;
}

div.element .element_menu {
	background: #eee;
	height: 30px;
}

div.element .element_menu ul li {
	float: left;
}

div.element .element_menu ul li a {
	display: block;
	float: left;
	margin: 0 10px -1px;
	padding: .5em 1em;
	text-decoration: none;
}

div.element .element_menu ul li.active a {
	background: #fff;
	border: 1px solid #aaaaaa;
	border-bottom: none;
	display: block;
	float: left;
	margin: 0 10px -1px;
	padding: .5em 1em;
	text-decoration: none;
}

div.element .element_content {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	clear: both;
	padding: 5px;
}

div.element .element_content img {
	float: left;
	margin: 0 5px 0 0;
}

div.element .element_options {
	text-align: right;
}

div#container_picture_change {
	background: #f1f1f1;
	border: 1px solid #e4e4e4;
	border-top: none;
	display: none;
	float: right;
	margin: -5px 0 0 600px;
	padding: 10px;
	position: absolute;
	width: 300px;
}

div#container_picture_change label {
	padding: 0 20px 0 0;
}

div#container_picture_change select {
	width: 200px
}

div#container_picture_change input[type=submit] {
	margin: 10px 0 0;
}

div.actions {
	padding: 5px;
}

a.neighbor {
	font-size: 1.6em;
	margin: 0 10px;
}

div.container_split_code {
	padding: 6px 0 0;
}

/*******************************************/
/* FORM */
/*******************************************/

form ul {
	list-style: none;
}

form ul li {
	padding: 4px 0;
}

form ul li label {
	float: left;
	text-align: right;
	padding: 4px 4px 4px 0;
	width: 120px;
}

div.checkbox label,
div.checkbox input[type=checkbox]{
	float: none;
}

div.checkbox input[type=checkbox] {
	margin: 3px 5px 0 125px;
}

/*******************************************/
/* ADVERTISMENT */
/*******************************************/

div.advertisment_full,
div.advertisment_right {
	padding: 10px 0 20px;
	text-align: center;
}

/*******************************************/
/* UPLOAD
/*******************************************/


div#container_upload {
	margin: 0 auto;
	width: 600px;
}

div#container_upload label {
	float: left;
	text-align: right;
	padding: 3px 5px 0 0;
	width: 215px;
}

div#container_upload input[type=text] {
	width: 225px;
}

div#files_overview {
	margin: 10px 0;
}

div#files_overview ul {
	margin: 0 10px;
}

div#files_overview ul li {
	font-style: italic;
	padding: 2px;
}

/*******************************************/
/* GALLERIES
/*******************************************/

div.paginator {
	background: #eee;
	border-bottom: 1px solid #aaa;
	padding: 5px;
	text-transform: lowercase;
	text-align: center;
}

div.paginator a,
div.paginator span.current {
	padding: .5em 1em;
}


.element_menu div.paginator {
	border-bottom: none;
}

div#gallery_index {
	text-align: center;
}

div#gallery_index img {
	float: none;
	margin: 10px 5px 0;
}

/*******************************************/
/* PICTURE
/*******************************************/

img#full {
	float: none;
}

div#picture_message {
	display: none;
}

/*******************************************/
/* USER: profile.ctp
/*******************************************/

ul.list_data li div {
	background: #eee;
	float: left;
	font-weight: bold;
	padding: 0 2px;
	margin: 0 3px;
	text-align: right;
	width: 150px;
}

ul.list_data li {
	padding: 2px;
}
























/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
/*
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
*/
.ui-widget-content { background: #ffffff ; color: #222222; }
.ui-widget-header { border-bottom: 1px solid #aaaaaa; background: #ffffff color: #222222; font-weight: bold;}
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { font-weight: normal; color: #356aa0; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #356aa0; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { background: #ffffff; color: #356aa0; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/


/* Misc visuals
----------------------------------*/

/* Corner radius */
/*
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
*/
/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Resizable
----------------------------------*/
/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.9em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Progressbar
----------------------------------*/
.ui-progressbar { background: #eee; height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {background: #356aa0; margin: -1px; height:100%; }


div#progress_screen {
  display: none;
  height: 140px;
}

div#progressInfo {
  margin: 5px;
  color: #000;
}

div#progressCancel {
  text-align: right;
}




