div.calendar_header {
	width: 172px;
	margin: auto;
	padding: 2px 4px;
	border-top: 1px solid #333333;
	background: #000000;
}

div.calendar_header .month {
	float: left;
}

div.calendar_header .year {
	text-align: right;
}

table.form {
	width: 100%;
}

table.form_fixed {
	width: 100%;
	table-layout: fixed;
}

table.form td,table.form_fixed td {
	padding-top: 3px;
}

table.calendar {
	width: 180px;
	margin: auto;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background: black;
}

table.calendar .weekday {
	text-align: center;
	font-weight: bold;
	background: #333333;
}

table.calendar .date {
	text-align: center;
}

table.calendar .date .current {
	border: 1px solid #333333;
	padding: 0 3px;
}

table.box1 {
	background: #070707;
	width: 100%;
}

table.box1 .left_top {
	background: url(images/box1_left_top.jpg);
	width: 5px;
	height: 5px;
}

table.box1 .right_top {
	background: url(images/box1_right_top.jpg);
	width: 5px;
	height: 5px;
}

table.box1 .left_bottom {
	background: url(images/box1_left_bottom.jpg);
	width: 5px;
	height: 5px;
}

table.box1 .right_bottom {
	background: url(images/box1_right_bottom.jpg);
	width: 5px;
	height: 5px;
}

table.box1 .inthemiddle {
	padding: 5px;
}

table.box2 {
	width: 100%;
	background: #070707;
}

table.box2 .stripe1 {
	width: 10px;
}

table.box2 .stripe2 {
	width: 10px;
	background: #111111;
}

.box3 {
	background: #070707;
}

td.navigation_button {
	border-left: 1px solid #333;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}
.navigation_button > div {
    position: relative;
}
td.navigation_button > div > a {
    line-height: 25px;
    height: 25px;
}
td.navigation_button:hover ul {
    display: block;
}

td.navigation_button a:link,td.navigation_button a:visited {
	display: block;
	text-transform: uppercase;
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}

td.navigation_button a:hover,td.navigation_button a:focus,td.navigation_button a:active
{
	color: #ff6600;
}

input.login_username {
	background: black;
	width: 144px;
	height: 14px;
	padding: 2px;
	margin-top: 7px;
}

*:first-child+html .login_username {
	margin-top: 6px;
}

* html .login_username {
	margin-top: 6px;
}

input.login_username_empty {
	background: black;
	width: 144px;
	height: 14px;
	padding: 2px;
	margin-top: 7px;
	font-weight: bold;
	color: #666666;
}

*:first-child+html .login_username_empty {
	margin-top: 6px;
}

* html .login_username_empty {
	margin-top: 6px;
}

input.login_password {
	background: black;
	width: 109px;
	height: 14px;
	padding: 2px;
	margin-top: 5px;
}

*:first-child+html .login_password {
	margin-top: 3px;
}

* html .login_password {
	margin-top: 3px;
}

input.login_password_empty {
	background: black;
	width: 109px;
	height: 14px;
	padding: 2px;
	margin-top: 5px;
	font-weight: bold;
	color: #666666;
}

*:first-child+html .login_password_empty {
	margin-top: 3px;
}

* html .login_password_empty {
	margin-top: 3px;
}

img.login_button {
	margin-top: 5px;
	margin-left: 5px;
}

*:first-child+html .login_button {
	margin-top: 4px;
}

* html .login_button {
	margin-top: 4px;
}

input.login_settings {
	margin-top: 5px;
}

*:first-child+html .login_settings {
	margin-top: 0;
}

* html .login_settings {
	margin-top: 0;
	background: transparent;
	border: 0;
	padding: 0;
	height: 15px;
}

.dropdown-menu {
    position: absolute;
    z-index: 65000;
    display: none;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #333;
    list-style: none;
    min-width: 100%;
}
.lt-ie8 .dropdown-menu {
    width: 100%;
}

.dropdown-menu li {
    display: block;
    position:relative;
    min-height: 1px;
    vertical-align: bottom;
    margin: 0 -1px;
    padding: 0 5px;
    white-space: nowrap;
}

.naos_menu_subitem_top_user,
.naos_menu_subitem_top_nouser,
.naos_menu_subitem_top {
	background: #000;
	border: 1px solid #333;
	border-top: 0;
	min-height: 25px;
	text-align: center;
	line-height: 25px;
}

.naos_menu_sub_top_user a,
.naos_menu_sub_top_nouser a,
.naos_menu_sub_top a {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	color: #aaaaaa;
}

.naos_menu_sub_top_user a:link,
.naos_menu_sub_top_user a:visited,
.naos_menu_sub_top_nouser a:link,
.naos_menu_sub_top_nouser a:visited
.naos_menu_sub_top a:link,
.naos_menu_sub_top a:visited {
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}

.naos_menu_sub_top_user a:hover,
.naos_menu_sub_top_user a:focus,
.naos_menu_sub_top_user a:active,
.naos_menu_sub_top_nouser a:hover,
.naos_menu_sub_top_nouser a:focus,
.naos_menu_sub_top_nouser a:active,
.naos_menu_sub_top a:hover,
.naos_menu_sub_top a:focus,
.naos_menu_sub_top a:active {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

.form_error_list {
	list-style: square inside;
	text-align: center;
	border: 1px dotted white;
	background: #222222;
	margin-bottom: 1em;
}

.nickname {
	color: #3300ff;
}

.nickname a:link, .nickname a:visited {
	color: #3300ff;
	text-decoration: none;
	font-weight: bold;
}

.nickname a:hover, .nickname a:focus, .nickname a:active {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

.menu_horizontal_bottom {
	text-align: center;
}

.menu_horizontal_bottom a:link, .menu_horizontal_bottom a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.menu_horizontal_bottom a:hover, .menu_horizontal_bottom a:focus, .menu_horizontal_bottom a:active {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}

.bar1 {
	height: 30px;
	background: url(images/page_title_bg.gif);
}

.bar2 {
	height: 22px;
	background: url(images/page_title_bg.gif);
}

table.bar3 {
	width: 100%;
}

table.bar3 td {
	background: #333333;
	height: 20px;
	line-height: 20px;
	color: #AAAAAA;
	font-weight: bold;
}

table.bar3 .stripe1 {
	width: 10px;
	background: #0033cc;
}

table.bar3 .stripe2 {
	width: 10px;
	background: #ff6600;
}

table.bar3 .stripe3 {
	width: 5px;
	background: #070707;
}

table.bar3 .bar3_content {
	padding-left: 5px;
}

div.bar3 {
	background: #333333;
	height: 20px;
	line-height: 20px;
	color: #AAAAAA;
	font-weight: bold;
	padding-left: 10px;
}



table.outline_navbar {
	border: 0;
	width: 100%;
	margin-bottom: 10px;
}

table.outline_navbar td {
	border: 0;
}

table.outline_navbar td.center {
	border: 0;
	text-align: center;
	font-weight: bold;
}

table.outline_navbar td.right {
	border: 0;
	text-align: right;
}



table.ps_imageviewer {
    margin-top: 20px;
}

table.ps_imageviewer td {
    width: 126px;
    padding-bottom: 10px;
    padding-right: 10px;
}

table.ps_imageviewer td div.preview {
    width: 120px;
    height: 120px;
    padding: 3px;
    background-color: #070707;
    border: 1px solid #333333;
}

table.ps_imageviewer td div.title {
    text-align: center;
    padding: 3px;
}

div.ps_imageviewer_photo {
    width: 500px;
}

div.ps_imageviewer_photo div.photo_canvas_background {
    background-color: #070707;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    border: 1px solid #333333;
}

div.ps_imageviewer_photo div.photo_canvas {
    width: 500px;
    margin-top: 20px;
}

div.ps_imageviewer_photo table.navigation {
    width: 500px;
    margin-top: 20px;
}

div.ps_imageviewer_photo table.navigation td.left {
    width: 20px;
}

div.ps_imageviewer_photo table.navigation td.center {
    text-align: center;
}

div.ps_imageviewer_photo table.navigation td.right {
    width: 20px;
    text-align: right;
}

#photographers {
	margin-top: 1em;
	overflow: hidden;
}
.photographer {
	float: left;
	text-align: center;
	margin: 0 10px 10px 0;
}
.photographer, .photographer_idphoto {
	width: 40px;
}
.photographer_name {
	font-weight: normal;
	overflow: hidden;
}
#partyphoto_container {
	width: 520px;
	overflow: hidden;
	text-align: left;
	position: relative;
}
#partyphoto_codepart_image {
	text-align: center;
}
#partyphoto_codepart_image_photo {
	cursor: pointer;
}
#photo-arrow-left, #photo-arrow-right {
	background-image: url(images/arrows.png);
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 64px;
	height: 73px;
}
#photo-arrow-left {
	left: 20px;
	background-position: 0 0;
}
#photo-arrow-right {
	right: 20px;
	background-position: 64px 0;
}
#photo-arrow-left:hover {
	background-position: 0 73px;
}
#photo-arrow-right:hover {
	background-position: 64px 73px;
}
#photo_facebook_share:link, #photo_facebook_share:visited {
	color: #3b5998 !important;
	text-shadow: 2px 2px 2px #FFF !important;
}
#partphoto_between_ads {
	border: 0 none;
	overflow: hidden;
	width: 0;
	height: 0;
}
#facebook_comments {
	margin-top: 1em;
}

.progress-bar, .progress {
    height: 25px;
}

.progress {
    background: #444;
    width: 0;
}

#partyphoto-topbar {
    background: #333;
    height: 25px;
    position: relative;
}

#partyphoto-topbar .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 100px;
    z-index: 1;
}

#partyphoto-topbar.hideShare #photo_facebook_share {
    display: none;
}

#partyphoto_codepart_photonumber {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 25px;
    text-align: center;
    z-index: 2;
}

#photo_facebook_share {
    background: #eceef5;
    border: 1px solid #cad4e7;
    border-bottom: 0;
    display: block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 98px;
    z-index: 3;
}
#photo_facebook_share:hover {
    background-color: #ebedf4;
    border-color: #9dacce;
}

.gallery-outline {
    margin-bottom: 1px;
}

.gallery-outline .fb-like {
    display: block;
    margin-top: 2px;
}

.gallery-outline-photo, .gallery-outline-infos {
    float: left;
}
.lt-ie8 .gallery-outline-photo, .lt-ie8 .gallery-outline-infos {
    display: inline;
    zoom: 1;
}

.gallery-outline-photo {
    width: 180px;
    margin-right: 8px;
}
.gallery-outline-photo img {
    display: block;
}

.galleries .gallery-outline {
    float: left;
    margin-bottom: 12px;
    width: 378px;
}

.galleries .gallery-outline:nth-child(odd) {
    margin-right: 12px;
}
.galleries .gallery-outline-infos {
    margin-left: 188px;
    width: 190px;
}
.gallery-outline-photo + .gallery-outline-infos {
    margin-left: 0;
}

.photo-statistic {
    padding: 10px;
    margin-bottom: 10px;

    color: #FFF;
    text-align: center;
    font-size: 16px;

    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;

    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.photo-statistic strong {
    color: #F90;
}​

#reportOrDeletePhoto {
    height: 100px;
    display: block;
    margin: 0 auto;
}
