/*----------------------------------------------------------------------------- */
/* Philotki CSS                                                                 */
/*----------------------------------------------------------------------------- */

/*----------------------------------------------------------------------------- */
/* COLORS                                                                       */
/*----------------------------------------------------------------------------- */
/* :                                                              */
/* :                                                              */
/* :                                                              */
/* :                                                              */
/* :                                                              */
/*----------------------------------------------------------------------------- */

/*----------------------------------------------------------------------------- */
/* CSS RESET                                                                    */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/                 */
/*----------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	background:transparent;
}

:focus {
	outline:0;
}

body {
	color:black;
	background:white;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.cursorDefault, .cursorDefault a {
	cursor:auto;
}

.cursorProgress, .cursorProgress a {
	cursor:progress;
}

/*----------------------------------------------------------------------------- */
/* DEBUG                                                                        */
/*----------------------------------------------------------------------------- */

.div, .span {
	border:solid red 1px;
}

/*----------------------------------------------------------------------------- */
/* HTML ELEMENTS                                                                */
/*----------------------------------------------------------------------------- */

/* commented backslash hack \*/ 
html, body {
	height:100%;
} 
/* end hack */

html {
	overflow:-moz-scrollbars-vertical;
}

abbr, acronym {
	cursor:help;
}

h1 {
	float:left;
	margin:0;
	padding:15px 0 0 35px;
	font-size:1.3em;
}

.footerColumn h2 {
	font-size:1.2em;
}

#mainInfoContent h2 {
	font-size:1.3em;
}

.footerColumn h2, #mainInfoContent h2 {
	font-weight:bold;
	color:#E7EEDD;
	padding: 0 0 2px 0;
	margin: 10px 0 10px 0;
	background:url(/images/line_dot_headline.gif) repeat-x bottom left;
    /*border-bottom:1px dotted #E7EEDD; */
}

#mainInfoContent .alertHeadline, #mainInfoContent .infoHeadline, #mainInfoContent .validHeadline {
	font-weight:bold;
	font-size:1.3em;
	padding:5px 0 20px 30px;
}

#mainInfoContent .alertHeadline {
	background:url(/images/icon_alert_black.gif) no-repeat 0 5px;
}

#mainInfoContent .infoHeadline {
	background:url(/images/icon_info_black.gif) no-repeat 0 5px;
}

#mainInfoContent .validHeadline {
	background:url(/images/icon_valid_black.gif) no-repeat 0 5px;
}

a:link {
	color:#FFF10A; 
	text-decoration:none;
}

a:visited {
	color:#FFF10A; 
	text-decoration:none;
}

a:hover {
	color:#FFF10A;
	text-decoration:underline; 
}

a:active {
	color:#FFF10A; 
	text-decoration:underline;
}

textarea, input, select, button {
	font-size:1.0em;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}

ul.bullets {
	list-style:disc;
	padding:10px 0px 10px 15px;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
	border:0;
}

/*----------------------------------------------------------------------------- */
/* DYNAMIC BUTTONS                                                              */
/*----------------------------------------------------------------------------- */

.button, .buttonSmall {
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	text-indent:inherit; 
}

.button .btn { 
	color:#EFFFFF;
	font-weight:bold;
	font-size:16px;
	white-space:nowrap;
	cursor:pointer;
	display:block;
	line-height:25px;
	padding:0 0 0 10px;
	text-decoration:none;
	vertical-align:middle;
}

.button .btn .btn { 
	padding:0 24px 0 14px; 
}

.blue .btn { 
	background:url(/images/bg_button_blue_start.gif) no-repeat center left; 
}

.blue .btn .btn { 
	background:url(/images/bg_button_blue.gif) no-repeat center right;
}

.green .btn { 
	background:url(/images/bg_button_green_start.gif) no-repeat center left; 
}

.green .btn .btn { 
	background:url(/images/bg_button_green.gif) no-repeat center right;
}

.red .btn { 
	background:url(/images/bg_button_red_start.gif) no-repeat center left; 
}

.red .btn .btn { 
	background:url(/images/bg_button_red.gif) no-repeat center right;
}

.buttonSmall .btn { 
	color:#EFFFFF;
	font-weight:bold;
	font-size:10px;
	white-space:nowrap;
	cursor:pointer;
	display:block;
	height:19px;
	line-height:170%;
	padding:0 0 0 9px;
}

.buttonSmall .btn .btn { 
	padding:0 15px 0 10px; 
}

.greenSmall .btn { 
	background:url(/images/bg_button_small_green_start.gif) no-repeat center left; 
}

.greenSmall .btn .btn { 
	background:url(/images/bg_button_small_green.gif) no-repeat center right;
}

.buttonLeft {
	margin:5px 10px 5px 0;
}

.buttonDivRight {
	margin:5px 0 5px 10px;
}

.buttonRight {
	margin:5px 0 5px 10px;
	float:right;
}

/*----------------------------------------------------------------------------- */
/* MAIN ELEMENTS                                                                */
/*----------------------------------------------------------------------------- */

#philotki {
	text-align:left;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:0.8em;
	color:#FFFFFF; 
	background:#0A0A0A url(/images/bg_side.gif) repeat;
}

#container {
	height:100%;
	min-height:100%;
	height:auto;
	position:relative;
    text-align: left;
    margin: 0 auto;
    width:882px;
	background:#000000 url(/images/bg_side_main.png) repeat-y center top;
}

#container_test {
	height:100%;
	min-height:100%;
	height:auto;
	position:absolute;
    text-align: left;
	left:50%;
	margin-left:-441px;
    width:882px;
	background:#000000 url(/images/bg_side_main.png) repeat-y center top;
}

/*----------------------------------------------------------------------------- */
/* HEADER                                                                       */
/*----------------------------------------------------------------------------- */

#header {
	margin:0 auto;
	padding:0;
    width:878px;
	height:86px;
	background:#000000 url(/images/bg_top_grad.gif) repeat-x;
}

#header h1 a { 
	display:block; 
	width:231px; 
	height:62px; 
	text-indent:-9999px;
	background:url(/images/logo_philotki_top_trans.gif) no-repeat 0 0;
}

#headerSmall {
	margin:0 auto;
	padding:0;
    width:878px;
	height:61px;
	background:#000000 url(/images/bg_top_grad_small.gif) repeat-x;
}

#headerSmall h1 { 
	padding:10px 0 0 35px;
	width:174px; 
	height:40px; 
	text-indent:-9999px;
	background:url(/images/logo_philotki_top_trans_small.gif) no-repeat 35px 10px;
}

#headerSmallLogo {
	width:174px; 
	height:40px;
	display:block;
}

#login {
	float:left;
	padding:20px 0 0 100px;
	height:53px;
	font-size:8pt;
}

#loginStart {
	padding:5px 0 0 15px;
	height:53px;
	float:left;
	background: url(/images/bg_login_start.gif) no-repeat;
}

#loginEnd {
	float:left;
	width:13px;
	height:53px;
	overflow:hidden;
	background: url(/images/bg_login_end.gif) no-repeat;
}

#topMenuStart {
	float:right;
	padding:35px 35px 0 0;
	font-size:0.9em;
	text-align:right;
}

#topMenuSub {
	float:right;
	padding:15px 35px 0 0;
	font-size:0.9em;
	text-align:right;
}

#loginContent {
	height:53px;
	width:346px;
	font-size:8pt;
	padding:9px 5px 5px 14px;
	background: url(/images/bg_login.gif) no-repeat;
}

#loginForm {
	margin:0;
	padding:0;
}

.loginName, .loginPassword  {
	font-size:8pt;
	width:118px;
	color:#4e672d;
	margin:0 5px 0 0;
	background:#eaf1e0;
	border:1px solid #6f933f;
	background:#f0f7e5 url(/images/bg_input_username.gif) no-repeat;
}

.loginRemember {
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

.loginTable {
	font-size:8pt;
	border-width:0;
	border-style:none;
	border-collapse:collapse;
}

.loginTable td {
	border-width:0;
	padding:0;
}

.loginInfo {
	width:235px;
}

.loginButton {
	text-align:right;
}

.logoutButton {
	text-align:right;
}

#newStripe {
	float:right;
}

#newStripe a {
	display:block;
	height:88px;
	width:88px;
	text-indent:-9999px;
	background:url(/images/logo_new.gif) no-repeat 0 0;
}

.flagIcon {
	padding:0 0 4px 5px; 
	vertical-align:middle;
}

/*----------------------------------------------------------------------------- */
/* MAIN                                                                         */
/*----------------------------------------------------------------------------- */

#content {
	margin:0 auto;
	padding:0;
	width:822px;
}

#contentIndex {
	margin:0 auto;
	padding:0;
	width:878px;
}

#mainInfoContent {
	text-align:left;
	padding:10px 40px 20px 40px;
}

#mainColumnHeight {
	height:480px;
	float:left;
	width:1px;
	border:0;
	margin:0;
	padding:0;
}

.infoList {
	margin:0 auto;
	padding:8px 15px 15px 15px;
	width:778px;
	height:29px;
	font-weight:bold;
	font-size:18px;
	overflow:hidden;
	background:url(/images/bg_top_list.gif) no-repeat;
}

.infoElement, .infoMain, .infoValue {
	float:left;
	height:22px;
	margin:0;
	padding:0 6px 0 0;
}

.infoMain {
	width:365px;
	overflow:hidden;
}

.infoMain h2 {
	display:inline; 
	color:#89d326;
	font-weight:bold;
	font-size:18px;
}

.infoValue, .infoValueRight {
	text-align:center;
	min-width:76px;
}

.infoSmall {
	text-align:center;
	float:left;
	height:22px;
	margin:0;
	padding:0 6px 0 0;
}

.infoSmallRight {
	text-align:center;
	float:right;
	height:22px;
	margin:0;
	padding:0 4px 0 10px;
}

.infoElementRight, .infoValueRight {
	float:right;
	height:22px;
	margin:0;
	padding:0 0 0 8px;
}

.loadingIcon {
	padding:4px 0 0 0;
}

#googleAdsense {
	clear:both;
	margin:0 auto;
	padding:5px 0 0 0;
	width:728px;
}

#yearSelect {
	padding:0 0 12px 0;
	height:31px;
	width:81px;
}

#yearCurrent {
	position:relative;
	z-index:55;
	float:left;
	width:65px;
	height:28px;
	padding:3px 0 0 0;
	background:url(/images/button_year_main.gif) no-repeat;
}

#yearCurrent a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	width:65px;
	height:28px;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

#yearButton {
	position:relative;
	z-index:56;
}

#yearList {
	position:absolute;
	z-index:50;
	clear:both;
}

#yearListInfo {
	width:81px;
	margin:-12px 0 0 0;
	padding:15px 0 0 0;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	background:#000000 url(/images/button_year_bg.gif) repeat-y;
}

#yearListInfo a {
	display:block;
	padding:0 0 0 1px;
	width:79px;
	height:25px;
	color:#FFFFFF;
}

#yearListInfo a:hover {
	color:#FFFFFF;
	text-decoration:none; 
	background-color:#404040;
}

#yearListEnd {
	width:81px;
	height:10px;
	background:url(/images/button_year_bg_bottom.gif) no-repeat;
}

#languageList {
	position:absolute;
	z-index:50;
	width:120px;
	background-color:#000000;
	border:2px solid #222222;
	text-align:left;
	float:left;
	margin:3px 0 0 0;
}

#languageList a {
	color:#FFFFFF;
	display:block;
	width:115px;
	height:20px;
	white-space: nowrap;
	padding:3px 5px 0 0;
}

#languageList a:hover {
	color:#FFFFFF;
	background-color:#404040;
	text-decoration:none;
}

#langSpan {
	position:relative;
}

.smallYellowArrow {
	background:url(/images/select_arrow_yellow.gif) no-repeat right center;
	padding:0 10px 0 0;
}

.setsList {
	padding:0 0 0 5px;
}

.setsInfo {
	font-style:italic;
	padding:0 0 12px 0;
}

#thumbnailList {
	float:left;
	width:420px;
	text-align:center;
	padding:0 0 0 0;
}

#thumbnailsContainer {
	float:left;
}

.thumbnailContainer, .thumbnailContainerEmpty {
	float:left;
	padding:0 0 15px 0;
	margin:0 7px 0 7px;
	text-align:center;
	height:123px;
	width:123px;
}

.thumbnailContainer {
	background:url(/images/bg_photo_dual.gif) no-repeat;
}

.thumbnailContainerEmpty {
	background:url(/images/bg_photo_empty.gif) no-repeat;
}

.thumbnailContainer:hover {
	background-position:-123px 0; 
}

#setsContainer {
	float:left;
}

.imageContainer {
	margin:0;
	padding:0 0 14px 7px;
	width:808px;
}

.imageContainerTop {
	width:100%;
	height:10px;
	overflow:hidden;
	background:url(/images/box_808_top.gif) no-repeat;
}

.imageContainerMain {
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	background:#222222 url(/images/box_808_bg_500.png) no-repeat;
}

.imageContainerMainSmall {
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	background:#222222 url(/images/box_808_bg_300.png) no-repeat;
}

.imageContainerBottom {
	width:100%;
	height:10px;
	overflow:hidden;
	background:url(/images/box_808_bottom.gif) no-repeat;
}

.imageFrontPhotoContainer {
	float:left;
	padding:25px 35px 5px 35px;
}

.imageFrontPhoto {

}

.frontInfo {
	width:245px; 
	text-align:left;
	padding:25px 0 0 0;
	float:left;
	font-size:1.1em;
}

#frontUser {
	float:left;
	width:240px;
	padding:0 0 10px 0;
}

#frontUserPic {
	float:left;
}

#frontUserName {
	vertical-align:middle;
	padding:0 0 0 10px;
	float:left;
}

#frontUserName h2 {
	font-size:1.2em;
}

#frontUserName h3 {
	font-size:0.9em;
}

.frontLink {
	font-weight:bold;
	padding:10px 0 0 0;
	clear:both;
}

#boxUser {
	float:left;
	width:350px;
	overflow:hidden;
}

#boxUserPic {
	float:left;
}

#boxUserName {
	vertical-align:middle;
	padding:4px 0 0 10px;
	float:left;
}

#boxUserName h2 {
	font-size:1.2em;
}

#boxUserName h3 {
	font-size:1.1em;
	width:290px;
}

.boxLink {
	font-weight:bold;
}

.boxElements {
	width:425px;
	padding:28px 0 0 0;
	font-weight:bold;
	font-size:18px;
	overflow:hidden;
}

.boxSets {
	float:left;
	width:102px;
	text-align:center;
}

.boxSetsInfo {
	padding:0 10px 0 10px;
	float:left;
}

.boxSetsDate {
	font-weight:bold;
	font-size:1.1em;
	padding:0;
	margin:0;
}

.boxSetsName {
	font-size:1.3em;
	padding:0;
	margin:0;
}


.frontButton {
	float:right;
}

.frontButtonProfile {
	padding:50px 0 0 0;
	float:right;
}

.imageMain {
	text-align:right;
}

.imageMiddle {
	padding:0 0 4px 0; 
	vertical-align:middle;
}

.imageCopyright {
	text-align:right;
	vertical-align:middle;
	font-size:0.9em;
}

.imageComment {
	text-align:left;
	font-size:1.0em;
	border:dashed #444444 1px;
	padding:5px 10px 5px 10px; 
	background-color:#333333;
}

.imageCopyright .copyright {
	font-size:1.2em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

img.thumbnailImage {
	border:solid #4A4A4A 1px;
	padding:0;
	margin:0;
}

img.image {
	border:0;
	padding:0px;
}

img.rssImage {
	vertical-align:bottom;
	padding:0 0 3px 0;
	margin:0;
}

.thumbnailTable {
	text-align:center;
	vertical-align:middle;
	width:123px;
	height:123px;
}

.imageTable {
	text-align:center;
	vertical-align:middle;
	width:100%
}

.thumbnailTable td, .imageTable td {
	text-align:center;
	vertical-align:middle;
}

.box033 {
	float:left;
	width:246px;
	font-size:1.1em;
	padding:0 8px 14px 6px;
}

.box033Top {
	width:100%;
	height:10px;
	overflow:hidden;
	background:url(/images/box_246_top.gif) no-repeat;
}

.box033Content {
	width:216px;
	min-height:300px;
	padding:5px 15px 5px 15px;
	background:#222222 url(/images/box_246_bg_209.gif) no-repeat;
}

.box033Content050 {
	width:216px;
	min-height:50px;
	padding:5px 15px 5px 15px;
	background:#222222 url(/images/box_246_bg_050.gif) no-repeat;
}

.box033Content120 {
	width:216px;
	min-height:119px;
	padding:5px 15px 5px 15px;
	background:#222222 url(/images/box_246_bg_120.gif) no-repeat;
}

.column033 {
	float:left;
	width:249px;
	padding:0 15px 0 0;
}

.box033Content h3, .box033Content050 h3, .box033Content120 h3, .column033 h3 {
	font-weight:bold;
	font-size:1.4em;
	color:#FFFFFF;
	padding:0 0 5px 0;
}

.box033Content h4, .box033Content050 h4, .box033Content120 h4, .column033 h4 {
	font-weight:bold;
	font-size:1.1em;
	color:#FFFFFF;
	padding:0 0 5px 0;
}

.box033Content h3 span, .box033Content050 h3 span, .box033Content120 h3 span, .column033 h3 span {
	font-weight:normal;
	font-size:0.8em;
}

.box033Content p, .box033Content050 p, .box033Content120 p, .column033 p {
	padding:0 0 10px 0;
}

.box033Content ul, .column033 ul {
	padding:0 0 10px 0;
}

.box033Bottom {
	width:100%;
	height:10px;
	overflow:hidden;
	background:url(/images/box_246_bottom.gif) no-repeat;
}

.box050 {
	float:left;
	width:396px;
	font-size:1.1em;
	padding:0 8px 14px 7px;
}

.box050Main {
	float:left;
	width:396px;
	font-size:1.1em;
	padding:0 8px 14px 35px;
}

.box050Top {
	width:100%;
	height:10px;
	overflow:hidden;
	background:url(/images/box_396_top.gif) no-repeat;
}

.box050Top ul {
	margin:0;
	padding:0;
}

.box050Top ul li {
	float:left;
	list-style:none;
	padding:0 3px 0 0;
}

.box050Content {
	display:block;
	min-height:370px;
	width:366px;
	padding:5px 15px 5px 15px;
	background:#222222 url(/images/box_396_bg_400.gif) no-repeat;
}

.box050Content050 {
	display:block;
	min-height:50px;
	width:366px;
	padding:5px 15px 5px 15px;
	background:#222222 url(/images/box_396_bg_050.gif) no-repeat;
}

.box050Content120 {
	display:block;
	min-height:119px;
	width:366px;
	padding:5px 15px 5px 15px;
	background:#222222 url(/images/box_396_bg_120.gif) no-repeat;
}

.box050Content.inactiveTab {
	display: none;
}

.box050Content.activeTab {
	display: block;
}

.box050Content050 h3, .box050Content120 h3 {
	font-weight:bold;
	font-size:1.1em;
	color:#FFFFFF;
	padding:0 0 5px 0;
}

.box050Bottom {
	width:100%;
	height:9px;
	overflow:hidden;
	background:url(/images/box_396_bottom.gif) no-repeat;
}

.box066 {
	float:left;
	width:547px;
	font-size:1.1em;
	padding:0 8px 14px 7px;
}

.box066Top {
	width:100%;
	height:10px;
	overflow:hidden;
	background:url(/images/box_547_top.gif) no-repeat;
}

.box066Content050 {
	display:block;
	min-height:50px;
	width:517px;
	padding:5px 15px 5px 15px;
	background:#222222 url(/images/box_547_bg_050.gif) no-repeat;
}

.box066Content120 {
	display:block;
	min-height:119px;
	width:517px;
	padding:5px 15px 5px 15px;
	background:#222222 url(/images/box_547_bg_120.gif) no-repeat;
}

.box066Content050 h3, .box066Content120 h3 {
	font-weight:bold;
	font-size:1.1em;
	color:#FFFFFF;
	padding:0 0 5px 0;
}

.box066Content050 p, .box066Content120 p {
	padding:0 0 10px 0;
	font-size:1.1em;
	font-weight:bold;
}

.box066Bottom {
	width:100%;
	height:9px;
	overflow:hidden;
	background:url(/images/box_547_bottom.gif) no-repeat;
}

.box100 {
	float:left;
	width:808px;
	padding:0 0 14px 7px;
}

.box100Main {
	float:left;
	width:808px;
	padding:0 0 14px 35px;
}

.box100Top {
	width:808px;
	height:10px;
	overflow:hidden;
	background:url(/images/box_808_top.gif) no-repeat;
}

.box100Content {
	width:793px;
	padding:5px 0 5px 15px;
	background:#222222 url(/images/box_808_bg_120.png) no-repeat;
}

.box100Content050 {
	width:778px;
	min-height:55px;
	padding:5px 15px 1px 15px;
	background:#222222 url(/images/box_808_bg_050.png) no-repeat;
}

.box100Content120 {
	width:778px;
	min-height:119px;
	padding:5px 15px 5px 15px;
	background:#222222 url(/images/box_808_bg_120.png) no-repeat;
}

.box100Content050 h3, .box100Content120 h3 {
	font-weight:bold;
	font-size:1.4em;
	color:#FFFFFF;
	padding:0 0 5px 0;
}

.box100Content050 p, .box100Content120 p {
	padding:0 0 10px 0;
	font-size:1.1em;
	font-weight:bold;
}

.box100Content050 td, .box100Content120 td {
	padding:0 0 0 5px;
	font-size:1.1em;
	font-weight:bold;
}

.box100Content050 .icon, .box100Content120 .iso {
	height:20px;
	width:22px;
	text-indent:-22px;
	overflow:hidden;
}

.box100Content050 .iso, .box100Content120.iso {
	background:url(/images/icon_iso.gif) no-repeat;
}

.box100Bottom {
	width:808px;
	height:10px;
	overflow:hidden;
	background:url(/images/box_808_bottom.gif) no-repeat;
}

.exifIcon {
	padding:0 0 4px 5px; 
	vertical-align:middle;
}

.box100Green {
	width:808px;
	padding:0 0 0 11px;
	/* opacity: 0.97; */
}

.box100GreenTop {
	width:100%;
	height:20px;
	overflow:hidden;
	background:url(/images/box_green_top_extra.gif) no-repeat;
}

.box100GreenContent {
	width:778px;
	padding:5px 15px 5px 15px;
	background:#73b917 url(/images/box_green_bg_016.gif);
}

.box100GreenContent h3 {
	font-weight:bold;
	font-size:1.2em;
	color:#FFFFFF;
	padding:0 0 5px 0;
}

.box100GreenContent p {
	padding:0 0 10px 0;
	font-size:1.1em;
	font-weight:bold;
}

.box100GreenBottom {
	width:100%;
	height:8px;
	overflow:hidden;
	background:url(/images/box_green_bottom.gif) no-repeat;
}

.box100GreenPart {
	float:left;
	padding:0 15px 0 0;
}

.box100GreenClose {
	float:right;
}

#adminBox {
	position:absolute;
	left:25px;
	top:125px;
	z-index:99;
}

#renderTime {
	position:absolute;
	top:0;
	left:0;
	width:1400px;
	opacity:0.3;
	z-index:-1;
	padding:10px;
	margin:10px;
	border:solid white 1px;
}

.browserInfo {
	float:left;
	font-weight:bold;
	font-size:1.2em;
	width:110px;
	text-align:center;
	padding:15px 30px 20px 0;
}

.pluginInfo {
	float:left;
	font-weight:bold;
	font-size:1.2em;
	padding:10px 20px 0 0;
}

.image-box{
	position:relative;
	border:1px solid #000;
	margin:0 0 1em;
	overflow:hidden;
	cursor:move;
}

.image-box img{
	position:relative;
	top:0;
	left:0;
}

/*----------------------------------------------------------------------------- */
/* FOOTER                                                                       */
/*----------------------------------------------------------------------------- */

#footerClear {
	clear:both;
	height:343px;
	width:100%;
}

#footer {
	text-align:left;
	padding:10px 0 0 0;
	margin:-348px auto 0 auto;
	width:878px;
	position:relative;
	z-index:1;
}

#footerSmallClear {
	clear:both;
	height:143px;
	width:100%;
}

#footerSmall {
	text-align:left;
	padding:10px 0 0 0;
	margin:-148px auto 0 auto;
	width:878px;
	position:relative;
}

#footerDeco {
	margin:0;
	padding:0;
	width:878px;
	height:80px;
	background:url(/images/bg_green_grass.gif) no-repeat;
}

#footerDecoSmall {
	margin:0;
	padding:0;
	width:878px;
	height:100px;
	background:url(/images/bg_green_grass.gif) no-repeat;
}

#footerDecoLogo {
	height:96px;
	background:url(/images/logo_philotki_small_sub.gif) no-repeat 620px bottom;
}

#footerContainer {
	padding:10px 0 0 0;
	margin:0 auto;
	width:878px;
	background:#80C624;
	/* url(/images/deco_tree.jpg) no-repeat right bottom; */
}

#footerColumnHeight {
	height:260px;
	float:left;
	width:1px;
	border:0;
	margin:0;
	padding:0;
}

#footerColumns {
	width:878px;
	padding:0 0 0 0;
	background:url(/images/logo_philotki_small.gif) no-repeat 695px bottom;
}

.footerColumn {
	float:left;
	width:246px;
	color:#293f0c;
	margin:0;
	padding:0 0 35px 35px;
}

#fotterBottom {
	text-align:center;
	padding:10px 35px 8px 35px;
	font-size:0.9em;
	background:#4A6A20 url(/images/bg_footer_line.gif) repeat 0 0;
}


/*----------------------------------------------------------------------------- */
/* INFO BOXES                                                                   */
/*----------------------------------------------------------------------------- */

#playTime {
	padding:20px 10px 10px 10px;
	font-size:9px;
	position:absolute;
	top:125px;
	width:114px;
	height:94px;
	background:url(/images/bg_popup_time.gif) no-repeat;
	z-index:101;
}

#playTime .playSeconds {
	text-align:right;
	font-size:13px;
	font-weight:bold;
	width:30px;
	color:#4e672d;
	background:#eaf1e0;
	border:1px solid #6f933f;
	margin:2px 5px 0 0;
}

#playTime .secondsText {
	display:inline;
	font-size:17px;
	font-weight:bold;
}

#playTime .playSave {
	float:left;
	margin:4px 2px 0 0;
}

#playTime .playRun {
	float:right;
	margin:6px 0 0 0;
}

#thumbnailInfoContainer {
	position:absolute;
	width:331px;
	height:122px;
	background:url(/images/bg_popup_info_green.gif) no-repeat;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	z-index:100;
}

.thumbnailInfoImage {
	float:left;
	padding:0;
	margin:0 5px 15px 6px;
	text-align:center;
	height: 123px;
	width: 123px;
}

.thumbnailInfo {
	float:left;
	padding:15px 10px 0 0;
	width:175px;
	height:122px;
	overflow:hidden;
}

#advice-loginMainName, #advice-loginMainPassword {
	padding: 6px 5px 5px 30px;
	position:absolute;
	top:60px;
	width:120px;
	height:20px;
	background-color:#000000;
	background-position:5px 5px;
	border:1px #c95b44 dotted;
	z-index:105;
}

#advice-loginMainName {
	left:350px;
}

#advice-loginMainPassword {
	left:520px;
}

/*----------------------------------------------------------------------------- */
/* LISTS                                                                        */
/*----------------------------------------------------------------------------- */

.menulist {
	display: inline;
}

.menulist li  {
	display: inline;
}

/*----------------------------------------------------------------------------- */
/* FORMS                                                                        */
/*----------------------------------------------------------------------------- */

#formMain {
	padding:10px;
}

.formResult {
	width:440px;
	background-color:#679925;
	border:1px #93cd47 dotted;
	margin:10px 0 0 0;
	padding:10px;
}

.formError {
	width:440px;
	background-color:#a02d25;
	border:1px #c95b44 dotted;
	margin:10px 0 0 0;
	padding:10px;
}

.mainForm  {
	padding:20px 0 10px 0;
}

.mainForm ul li {
	clear:both;
	margin:0 0 20px 0;
}

.mainForm .checkbox {
	clear:both;
	margin:0 0 0 160px;
}

.fieldsetMain {
	width:469px;
}

.fieldsetPicture {
	width:460px;
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #222222;
	background-color:#000000;
}

.inputLabel {
	float:left;
	display:block;
	width:150px;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 10px 0 0;
}

.checkboxLabel {
	margin:0 10px 0 0;
}

.formSize300 {
	width:300px;
}

.formSize250 {
	width:250px;
}

.formSize200 {
	width:200px;
}

.formSize150 {
	width:150px;
}

.formCheckbox {
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

.formImage {
	float:left;
	padding:0 5px 0 0;
}

.formInfo {
	color:#dddddd;
	font-size:0.9em;
	width:300px;
	margin:5px 0 0 160px;
}

#formPasswordStrength {
	width:300px;
	margin:5px 0 5px 160px;
	color:#aaaaaa;
	font-size:0.8em;
	font-style:italic;
}

p.adviceFieldError {
	display: block;
	color:#eeeeee;
	border:2px #c95b44 solid;
	font-size: 0.9em;
	padding: 4px 10px 5px 10px;
	background-color:#a02d25;
}

.fieldsetMain p.adviceFieldError {
	margin:0 0 0 160px;
	width:280px;
}

p.adviceFieldValid {
	display: none;
	color:#2c8411;
	border:2px #add6a0 solid;
	font-size: 0.9em;
	padding: 4px 10px 5px 10px;
	background-color:#dcf9d3;
}

.fieldsetMain p.adviceFieldValid {
	margin:0 0 0 160px;
	width:280px;
}

.ajaxLoading {
	float:right;
	margin:0;
	width:16px;
	height:26px;
	background:url(/images/ajax_loader_arrows4.gif) no-repeat 0 10px;
}

.ajaxError {
	float:right;
	display: block;
	width:16px;
	height:16px;
	background:url(/images/ajax_loader_arrows_error3.gif) no-repeat;
}

/*----------------------------------------------------------------------------- */
/* IN PLACE EDITOR                                                              */
/*----------------------------------------------------------------------------- */

._inplaceeditor-saving { 
	background:url(/images/ajax_loader_arrows.gif) bottom right no-repeat;
}

/*----------------------------------------------------------------------------- */
/* HELP TABLE                                                                   */
/*----------------------------------------------------------------------------- */

.helpInfo {
	border:0;
}

.helpHeadline {
	font-size:1.2em;
	font-weight:bold;
	padding:15px 0 0 0;
	color:#89d326;
}

.helpSubHeadline {
	font-size:1.1em;
	font-weight:bold;
	padding:15px 0 0 0;
}

.helpIcon {
	padding:5px 0 0 0;
	text-align:center;
}

.helpText {
	padding:5px 0 0 5px;
}

/*----------------------------------------------------------------------------- */
/* INFO HANDLER                                                                */
/*----------------------------------------------------------------------------- */

.infoHandlerNormal {
	font-size:0.9em;
	text-align:left;
	width:786px;
	background-color:#326ba6;
	border:1px #30567d dotted;
	margin:0 0 20px 6px;
	padding:10px;
}

.infoHandlerMain {
	font-size:0.9em;
	text-align:left;
	width:786px;
	background-color:#326ba6;
	border:1px #30567d dotted;
	margin:0 0 20px 35px;
	padding:10px;
}

.infoHandlerHeadline {
	height:25px;
	font-weight:bold;
	font-size:1.4em;
	color:#ccd8e5;
	padding: 0 0 0 30px;
	margin: 0 0 7px 0;
	background:url(/images/icon_info_blue.gif) no-repeat;
}

/*----------------------------------------------------------------------------- */
/* ERROR HANDLER                                                                */
/*----------------------------------------------------------------------------- */

.errorHandlerNormal {
	font-size:0.9em;
	text-align:left;
	width:786px;
	background-color:#a02d25;
	border:1px #c95b44 dotted;
	margin:0 0 20px 6px;
	padding:10px;
}

.errorHandlerMain {
	font-size:0.9em;
	text-align:left;
	width:786px;
	background-color:#a02d25;
	border:1px #c95b44 dotted;
	margin:0 0 20px 35px;
	padding:10px;
}

.errorHandlerHeadline {
	height:25px;
	font-weight:bold;
	font-size:1.4em;
	color:#E7EEDD;
	padding: 0 0 0 30px;
	margin: 0 0 7px 0;
	background:url(/images/icon_alert_red.gif) no-repeat;
}

/*----------------------------------------------------------------------------- */
/* AUTOCOMPLETER                                                                */
/*----------------------------------------------------------------------------- */

.autoCompleter {
	color:#000000;
	background-color:#ffffff;
	border:1px solid #888888;
}

.autoCompleter ul li.selected { 
	background-color:#ffffbb;
}
 
.autoCompleter ul li {
	width:97%;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}

/*----------------------------------------------------------------------------- */
/* UPLOAD                                                                       */
/*----------------------------------------------------------------------------- */

.progressError { 
	border: solid 1px #B50000;
	background-color: #000000;
}

.progressCurrent {
	border: solid 1px #444444;
	background-color: #000000;
}

.progressComplete  {
	border: solid 1px #222222;
	background-color: #000000;
}

.progressName {
	color: #FFFFFF;
	width: 323px;
	height: 20px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarCurrent,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 20px;
	background-color: #444444;
	margin-top: 2px;
}

.progressBarComplete {
	width:100%;
	background-color: #222222;
	visibility:hidden;
}

.progressBarError {
	width:100%;
	background-color: #B50000;
	visibility:hidden;
}

/*----------------------------------------------------------------------------- */

.uploadProgressBox {
	height:125px;
	width:460px;
	border:1px solid #222222;
	background-color:#000000;
	color:#FFFFFF;
	padding:15px;
	margin:0 0 10px 0;
}

.uploadInfoBox {
	float:left;
	width:320px;
	margin:0 15px 0 0;
}

.uploadHeadline {
	font-weight:bold;
	font-size:1.2em;
}

.uploadInfo {
	padding:7px 0 3px 0;
	height:20px;
}

.uploadProgress {
	height:20px;
	background-color:#444444;
}

.uploadThumbnail {
	float:left;
	text-align:center;
	height:123px;
	width:123px;
	background:url(/images/bg_photo_dual.gif) no-repeat;
}

.uploadButtons {
	width:490px;
}

#uploadSelectImages {
	padding:2px 0 0 0;
}
