@import url("/css/textstyle.css");

body {
	text-align: center;
	color: #333;
	background-color: #e2e2df;
	margin: 0;
	font: normal 1em Arial, helvetica, sans-serif;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover {
}

#mainsection {
	text-align: left;
	width: 1010px;
	background-image:url(images/tlo.jpg);
	background-repeat:repeat-y;
	margin: auto;
	padding-top: 20px;
}

#mainsection > div {
	margin: auto 24px;
}

#superlinks {
	background-color: #210;
	padding: 5px;
	color: #999;
	font-weight: bold;
	margin-bottom: 10px !important;
}

#superlinks a {
	color: white;
	padding: 0 5px;
}

#superlinks, #header, #footer {
	font-size: 0.7em !important;
}

#header {
	padding-top: 10px;
	border-top: solid 1px #bbb;
	position: relative;
	min-height: 170px;
	margin-bottom: 10px;
	position: relative;
}

#ads_banner {
	position: absolute;
	bottom: 0;
	left: 300px;
	right: 300px;
	text-align: center;
	font-size: 1.4em;
	z-index: 10;
	padding-bottom: 10px;
}

#loginform {
	font-size: 1.1em;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 210px;
	padding: 5px;
	text-align: right;
}

#login_form {
	font-size: 1.2em;
	position: fixed;
	background-color: white;
	border: solid 2px #bbb;
	top: 40%;
	left: 50%;
	display: none;
	padding-top: 10px;
	z-index: 20;
	text-align: left;
	padding: 20px;
	width: 220px;
	margin-left: -120px;
	box-shadow: 0 0 16px black;
}

#content #login_form {
	position: static;
	box-shadow: none;
	margin: 30px auto;
	border: none;
	display: block;
	width: 400px;
	font: inherit;
}

#logo {
	cursor: pointer;
}

#menubar {
	background: #d9d7c1 url(images/bg1.png) left top repeat-x;
}

#menubar ul {
	display: inline-block;
	list-style-type: none;
	list-style-image: none;
	padding: 3px 0 0;
	margin: 0;
	font: normal 0.8em verdana, vera sans, sans-serif;
	z-index: 15;
	position: relative;
	padding: 7px 0;
}

#menubar ul ul {
	font-size: 1em;
	position: absolute;
	z-index: 14;
	display: none;
	background-color: #d9d7c1;
	padding: 0;
	top: 1.9em;
	left: -1px;
	min-width: 200px;
	margin: 0;
	border: solid 1px #c1bE9b;
	border-left: solid 1px #e4e2d3;
	border-top: 0;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

#menubar ul ul li {
	display: block;
}

/*#menubar ul > li:last-child > ul {
	right: -1px !important;
	left: auto;
}*/

#menubar ul a, #menubar ul span {
	display: block;
	text-decoration: none;
	color: #333;
}

#menubar ul a:hover {
	color: black;
}

#menubar ul ul a {
	padding: 3px 10px;
}

#menubar ul > ul {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	float: left;
	font-family: verdana;
}

#menubar ul li {
	cursor: pointer;
	position: relative;
	display: inline-block;
	font-weight: normal;
	margin: 0;
}

#menubar > ul > li {
	border-right: solid 1px #c1bE9b;
	border-left: solid 1px #e4e2d3;
	font-weight: bold;
	padding: 5px 10px;
}

#menubar ul:last-child li:last-child {
	border-right: 0;
}

#menubar ul:first-child li:first-child {
	border-left: 0;
}

#menubar ul li:hover > ul {
	display: block;
}

#menubar ul li li:hover {
	background-color: #fff8f4;
}

#menubar ul a:hover {
	text-decoration: none;
}

#menubar ul ul li:last-child .important {
	border: 0 !important;
}

#content {
	min-height: 500px;
	clear: both;
	padding: 10px 0;
	padding-right: 3px;
	margin: 0 10px;
}

#searchform {
	padding: 7px 10px;
	position: absolute;
	right: 0;
	z-index: 16;
}

#searchform div {
	padding: 1px;
	font-size: 0.7em;
}

#searchform input {
	padding: 2px;
	font: inherit;
}

#searchform input[type="text"] {
	width: 160px;
	padding: 3px;
}

#search_results {
/*	list-style-type: none;
	list-style-image: none;*/
}

#search_results li {
	padding-left: 20px;
	min-height: 23px;
}

#search_results img {
	margin-left: -20px;
}

#search_results a {
	display: inline-block;
	width: 280px;
}

#search_results .author {
	font-size: 0.8em;
}

#search_results .description {
	font-size: 0.8em;
	padding: 3px 0 5px 30px;
}

.relevance {
	margin-top: 3px;
	padding: 4px 0;
	border: solid 1px black;
	float: right;
}

.error, .message, .warning {
	text-align: left;
	position: fixed;
	top: 30%;
	left: 30%;
	right: 30%;
	color: black;
	background-color: #eaa;
	border: solid 1px #a55;
	padding: 3px;
	z-index: 30;
}

.error h2, .message h2, .warning h2 {
	margin: -3px -3px 5px;
	padding: 3px;
	background-color: #a55;
	font: inherit;
}

.error pre, .message pre, .warning pre {
	font: inherit;
	padding: 0;
	margin: 0;
}

.message {
	background-color: #aea;
	border: solid 1px #7b7;
}

.message h2 {
	background-color: #7b7;
}

.warning {
	background-color: #fc7;
	border: solid 1px #c93;
}

.warning h2 {
	color: white;
	background-color: #c93;
}

#tabcontents .mediaitem,
.mediaitem.text-item {
	float: none;
	width: auto;
}

#headlines ul {
	position: relative;
	background-color: black;
	overflow: hidden;
	margin: -2px -3px 0;
}

.switch-image {
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.switch-image a, .switch-image img {
	margin: 0;
	padding: 0;
}

.switch-caption {
	background: #bbb;
	padding: 5px;
	border-bottom: solid 1px #c1bE9b;
	position: relative;
	z-index: 10;
}

.switch-caption .text-title,
.switch-caption .text-description {
	margin: 0;
	padding: 0;
	z-index: 0;
}

.active .switch-caption {
	background: white none;
	border: 0;
	padding: 5px 5px 6px 11px;
	margin-left: -6px;
}

#tabheaders h2 {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	background: #d9d7c1 url(images/bg1.png) left -7px repeat-x;
/*	font-weight: normal;*/
	padding: 2px 9px;
	margin: 0;
	border: solid 1px #bbb;
	border-bottom: 0;
	font-size: 0.9em;
}

#tabheaders h2.current {
	background: white none;
	border: solid 1px #bbb;
	border-bottom: 0;
	padding-bottom: 3px;
	margin-bottom: -1px;
}

#tabcontents .mediabox {
	overflow: auto;
	min-height: 150px;
}

#tabcontents {
}

.searchbox h2 {
}

.searchbox .mediabox {
	min-height: 0 !important;
}

#content_left {
	float: left;
	width: 160px;
	font-size: 0.7em;
	text-align: left !important;
}

#content_left ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#content_left > ul > li {
	border-bottom: solid 1px #bbb;
	padding: 5px;
}

#content_left > ul > li:last-child {
}

#content_left li li {
	margin-left: 10px;
}

#content_left a {
	color: black;
}

#content_left .pages_list li:first-child a {
	color: red;
}


.cat_preview {
	color: red;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border: solid 1px #bbb;
	min-height: 120px;
	margin-bottom: 3px;
}

.cat_preview h2 {
	margin: 0 !important;
	color: black;
	font-size: 0.9em;
}

.cat_preview img {
	float: left;
	padding: 7px;
}


.cat_preview ul {
	padding: 5px 5px 5px 14px;
	margin: 0;
	margin-left: 150px;
}

#dodatki img {
}

#dodatki ul {
	margin-left: 10px;
	overflow: show;
}

#dodatki li:first-child {
	margin-left: -17px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.cat_preview li:first-child a {
	font-weight: bold;
}

.thebutton {
	display: inline-block;
	font-weight: normal;
	border: 0;
	padding: 2px 10px;
	margin: 0 2px 2px;
	cursor: pointer;
	border: solid 1px #aaa;
	background-color: #ddd;
	color: #222;
}

.thebutton:last-child,
.current:last-child {
	margin-right: 0;
}

a.thebutton {
}

#upload {
	margin-right: 20px;
}

#edit_button {
	text-align: center;
	padding: 2px;
	margin: 0;
}

#footer {
	clear: both;
	padding: 0 10px 5px;
	border-top: solid 1px #bbb;
}


hr {
	color: #ddd;
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin: 5px 0;
}

#fileupload {
	border: 0;
	background: none transparent;
	width: 100%;
	height: 170px;
	margin: 5px -5px 0;
}

.info, .tabinfo {
	color: black;
	border: solid 1px #6bf;
	background-color: #def;
	padding: 5px;
	margin: 0 -5px 5px;
}

label {
	display: inline-block;
	vertical-align: top;
	padding: 4px 0;
}

label[for="publish"] {
	background: transparent url(images/clock.gif) 145px 4px no-repeat;
}

label[for="timetolive"] {
	background: transparent url(images/zzzz.gif) 147px 4px no-repeat;
}

.add_media textarea,
.edit_media textarea {
	width:80%;
	height: 10em;
	font: inherit;
}

textarea#lead {
	background: none transparent;
	height: auto;
	padding: 5px;
	min-height: 0;
	border: 0;
}

label img {
	float: right;
}

#add_text #description,
#edit_text #description {
	padding: 0;
	width: 100%;
	height: 30em !important;
}

#infotext img {
	background: none transparent !important;
}

#title, #location, #tags {
	width: 49%;
}

fieldset {
	margin: 0 -5px 5px;
}

#infotext {
	background: transparent url(images/loading.gif) 0 -8px no-repeat;
	padding-left: 30px;
	min-width: 30px;
}

.loading {
	vertical-align: top;
	color: red;
	height: 32px;
}

.boxholder {
	display: inline-block;
	width: 290px;
	margin-bottom: 20px;
	vertical-align: top;
	margin-right: 20px;
	background-color: #f8f8f8;
}

.box {
	padding: 2px 5px;
}

.box.maincat {
	background-color: #eee;
	width: inherit;
}

#edit_player_stub {
	width: 460px;
	height: 370px;
	float: right;
	margin-left: 10px;
}

#vid_player_stub {
	width: 100%;
	height: 420px;
	float: left;
	margin-right: 10px;
}

#edit_video #vid_player {
	float: right;
}

.stub_player {
	display: inline-block;
	background-color: #124;
	text-align: center;
}

.stub_player div {
	padding: 25% 10px;
}

h1 {
	float: left;
	margin: 10px;
	display: none;
}

h2, h3 {
	font-size: 1em;
}

#content > h2, #nametag {
	margin-bottom: 2px;
}

h2 img {
	vertical-align: top;
}

#content > h2 img {
	padding-top: 2px;
}

.featured-description {
	padding: 0 5px 5px;
	text-align: justify;
}

.smallertext  {
	text-align: justify;
	font-size: 0.8em;
}

.smallertext h3 {
	padding: 9px 0 2px;
	font-size: 1.0em;
}


.tinytext {
}

.status {
	float: right;
}

#slideshow {
	margin: -1px 0 -2px;
	height: 300px;
	position: relative;
	border: solid 1px #bbb;
	overflow: hidden;
}

#slideshow ul {
	overflow: hidden;
}

#slideshow #controls {
	list-style-type: none;
	list-style-image: none;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 40;
	margin: 0;
	padding: 0;
}

#slideshow #controls li {
	float: left;
	width: 10px;
	height: 10px;
	background: #ddd none;
	border: solid 1px gray;
	margin: 0 5px;
}

#slideshow #previous_slide,
#slideshow #next_slide {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 125px;
	left: 10px;
	opacity: 0.5;
	z-index: 30;
	display: block;
	cursor: pointer;
}

#slideshow:hover #previous_slide {
	background: transparent url(images/previous.png) no-repeat;
}

#slideshow #next_slide {
	left: auto;
	right: 10px;
}

#slideshow:hover #next_slide {
	background: transparent url(images/next.png) no-repeat;
}

.mediaslide, #slideshow .info {
	width: 672px;
	height: 300px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.mediaslide {
	cursor: pointer;
}

#slideshow .info {
	margin: 0;
	padding: 0;
	left: 0;
}

.slide-caption {
	font-size: 0.80em;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 10px;
	height: 80px;
	color: white;
	text-shadow: 1px 1px 2px black;
	background: url(images/back1.png) transparent;
}

.slide-caption a {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 5px;
}

#scroll {
	height: 170px;
	margin: 5px 0;
	clear: both;
	position: relative;
	padding: 0 40px;
	overflow: hidden;
	outline: 0;
}

#scroll .medialist {
	overflow: hidden;
	height: inherit;
}

#scroll .mediaicon {
	width: 170px;
	height: 170px;
	position: relative;
	padding: 0 4px;
	float: left;
	border-radius: 3px;
	overflow: hidden;
}
#scroll img {
	border: 0;
	padding: 0;
}

#scroll .author {
	display: none;
}

#scroll .title {
	display: block;
	margin: 0 4px;
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	height: 35px;
	padding: 3px;
	background: url(images/back1.png) transparent;
}

#scroll .mediaicon:hover .title {
	background: url(images/back2.png) transparent;
}

#scroll .title a {
	color: white;
	text-shadow: 1px 1px 1px black;
}

#scroll .nextButton,
#scroll .previousButton {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30px;
	line-height: 170px;
	text-align: center;
	background-color: white;
	border: solid 1px #aaa;
	font-size: 2em;
	color: #aaa;
	cursor: pointer;
}

#scroll .disabled {
	background-color: #ccc;
}

#scroll .nextButton {
	left: auto;
	right: 0;
}

.mediabox,
.userbox {
	color: black;
	padding: 3px;
	border: solid 1px #bbb;
	margin-bottom: 6px;
	background: white;
	text-align: left;
}

.mediabox a, .userbox a,
.cat_edit a, .group_edit a {
}

.userbox {
	margin-top: 3px;
}

.mediabox h2,
.mediabox h3,
#slideshow h2,
.userbox h2,
.cat_preview h2 {
	background: #d9d7c1 url(images/bg1.png) left bottom repeat-x;
	margin: -3px -3px 2px;
	padding: 6px 6px 3px;
}

.mediabox h3 {
	padding: 3px;
}

.mediabox .info {
	margin: 0;
	border: 0;
	line-height: 6em;
	text-align: center;
	background-color: transparent;
}


.paginator {
	text-align: center;
	clear: left;
}

.paginator img {
	border: 0;
	margin: 0 5px 1px;
}

.medialist {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.thumb {
	cursor: pointer;
}

.text_thumb {
	border: 0;
}

.mediaitem {
	min-height: 90px;
	margin: 0;
	padding: 10px 2px;
	border-top: solid 1px #bbb;
}

.mediaitem:first-child {
	border: 0;
}

.mediaitem .media_type {
	float: right;
	margin: 3px;
}

.mediaitem .image_thumb {
	text-align: center;
	float: left;
	padding:3px;
}

.mediaitem .text_thumb {
	float: left;
	margin: 0 8px;
}

.mediaitem .title {
	font: normal 1.5em Times New Roman, Times, serif;
}

.mediaswitch .title {
	font: normal 1.1em Times New Roman, Times, serif;;
}

.mediaitem .title img {
	vertical-align: top;
}

.mediaitem .status {
	padding: 0 3px;
}

.processed {
	color: #aaa;
}

.moderated, .mod, .appl {
	color: #fa5;
}

.rejected, .del, .rej {
	color: #a55;
}

.live, .edit, .acpt {
	color: #5a5;
}

.date,
.mediaitem .author,
.mediaitem .status,
.mediaitem .description,
.mediaswitch .description {
	font-size: 0.7em;
}

.mediaitem .date,
.mediaitem .title,
.mediaitem .author,
.mediaitem .description {
	display: block;
	margin-left: 100px;
}

.mediaitem .description {
	padding-top: 2px;
}

.mediaicon {
	display: inline-block;
	text-align: center;
	width: 233px;
	margin-bottom: 10px;
}

.mediaicon .title {
	display: block;
	margin: 0;
	font-size: 0.8em;
}

.mediaicon .author {
	font-size: 0.7em;
}

.medialistitem {
	font-size: 0.8em;
	clear: both;
	border-bottom: solid 1px #e6f1ff;
}

.medialistitem:hover {
}

.medialistitem .title,
.medialistitem .author,
.medialistitem .status,
.medialistitem .mediastatus,
.medialistitem .date {
	display: inline-block;
	float: none;
	font: inherit !important;
	padding: 1px;
	margin: 0;
}

.medialistitem .title {
	width: 350px;
	padding-left: 20px;
	font-weight: bold !important;
	cursor: pointer;
}

.medialistitem img {
	margin-left: -20px;
	padding: 0;
	vertical-align: top;
}

.medialistitem .author {
	width: 170px;
}

.medialistitem .mediastatus {
	width: 110px;
	text-align: right;
}

.medialistitem .status {
	text-align: right !important;
	width: 290px;
}

.medialistitem .date {
	float: left;
	text-align: right;
	width: 100px;
}

.mediaswitch {
	margin-left: 71%;
	min-height: 70px;
}

.mediaswitch a {
    display: block;
}

.mediaswitch span {
	cursor: default;
}

#photooftheweek {
	margin-right: -3px;
	float: right;
	width: 268px;
	height: 326px;
	overflow: hidden;
}

#photooftheweek .imagebox {
	display: inline-block;
	width: 257px;
}

#photooftheweek h3 {
	display: none;
}

#photooftheweek #imagelist {
	text-align: center;
}

#photooftheweek .smallertext {
	display: block;
	margin: 0;
	padding: 0 6px;
}

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

#pdf_list li {
	display: inline-block;
	margin: 2px;
}

#pdf_archive li {
	float: left;
}

.pdf_box {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

#pdf_header > div {
	display: inline-block;
	vertical-align: top;
}

#pdf_issues {
	text-align: center;
	position: relative;
}

#pdf_issues_wrap {
	width: 200px;
	margin: auto;
	height: 250px;
	overflow: hidden;
}

#pdf_issues #pdf_list {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

#pdf_issues .nextButton,
#pdf_issues .previousButton {
	position: absolute;
	left: 3px;
	bottom: 10px;
	display: inline-block;
	width: 40px;
	cursor: pointer;
	border: solid 1px #aaa;
	background-color: #ddd;
}

#pdf_issues .nextButton {
	left: auto;
	right: 3px;
}

.pdf_box input[type="checkbox"], .pdf_box small {
	position: absolute;
}

.pdf_box small {
	right: 0;
	font-size: 0.7em;
	cursor: pointer;
}

#pdf_issues .pdf_box {
	width: 200px;
	height: 250px;
	float: left;
	margin: 0;
	padding: 0;
}

#pdf_issues .black {
	display: block;
	padding: 0 0 8px;
}

.pdf_box span {
	display: inline-block;
	width: 180px;
	height: 200px;
	line-height: 200px;
	padding: 3px 0;
}

.pdf_box img {
	border: 0;
	text-decoration: none;
	vertical-align: bottom;
}

.pdf_box > a {
	display: block;
}

#add_pdf, #update_pdf {
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -240px;
	width: 480px;
	z-index: 20;
}

#add_pdf div, #update_pdf div {
	box-shadow: 0 0 16px black;
	padding: 10px;
}

#add_pdf label, #update_pdf label {
	width: 120px;
}

.cat_edit, .group_edit {
	border: solid 1px #349;
	border-top: solid 1px #568;
	border-left: solid 1px #568;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.cat_edit th,
.group_edit th {
	background: #d9d7c1 url(images/bg1.png) left top repeat-x;
	border-bottom: 0;
	padding: 1px 5px;
}

.cat_edit .current {
	background-color: #ddd;
}

.cat_edit td,
.group_edit td {
	font-size: 0.8em;
	vertical-align: top;
	border-top: 0;
	padding: 1px 5px;
}


td.id {
	text-align: right;
}

td.title {
	text-align: left;
}

td.description {
	text-align: left;
}

.add_media label,
.edit_media label,
#add_user label,
#edit_profile label,
#change_password label {
	display: inline-block;
	width: 190px;
	vertical-align: top;
}

#avatar {
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px;
	border: solid 1px #e6f1ff;
	background-color: white;
}

.profile {
	padding-left: 10px;
	margin-left: 125px;
}

.data {
	margin-left: 410px;
}

.userbox .user {
	display: inline-block;
	text-align: center;
	width: 130px;
	cursor: pointer;
}

.userbox .avatarbox {
	line-height: 120px;
	font-size: 1px;
	height: 120px;
}

.userbox .avatarbox img {
	padding: 3px;
	border: solid 1px #e6f1ff;
	vertical-align: middle;
	font-size: 0.8em;
}

.userbox .name {
	font-size: 0.7em;
}

#screening {
	clear: both;
}

#screening textarea {
	width: 100%;
}

.error_info, .message_info {
	padding: 5px;
	margin: 0 -5px 5px;
	background-color: #eaa;
	border: solid 1px #a55;
}

.error_info h2, .message_info h2 {
	color: white;
	background-color: #a55;
	margin: -5px -5px 5px;
	padding: 5px;
}

.error_info h2:last-child {
	margin: 5px -5px -5px;
}

.message_info {
	background-color: #aea;
	border: solid 1px #7a7;
}

.message_info h2 {
	background-color: #7a7;
}

#placeholder {
	margin-left: 173px;
	font-size: 0.8em;
}

#indicator {
	vertical-align: middle;
	display: inline-block;
	clear: none;
	width: 0px;
	border: solid 1px #448;
	background-color: red;
	height: 5px;
}

#cloud {
	text-align: center;
}

#cloud a {
	display: inline-block;
	padding: 0 3px;
	vertical-align: middle;
}

#text_data, #video_data {
	float: right;
	width: 255px;
}

#text_data, #gallery_data, #video_data {
	font-size: 0.75em;
	padding-top: 5px;
}

#text_data p:first-child,
#gallery_data p:first-child,
#video_data p:first-child {
	margin-top: 0;
}

#newsbox {
	color: black;
	text-align: justify;
	margin-right: 275px;
	min-height: 300px;
}

#insert_image, #edit_history {
	text-align: left;
	display: none;
	position: absolute;
	background-color: #e2e2df;
	top: 200px;
	left: 10%;
	right: 10%;
	border: solid 6px #bbb;
	padding: 10px 15px 10px 25px;
	min-height: 100px;
	z-index: 40;
	box-shadow: 0 0 20px black;
	filter: glow(color=#000000,strength=3);
	filter: dropshadow(color=#000000,offX=0,offY=0);
}

#insert_image #tabheaders,
#insert_image #tabcontents {
	margin-left: -11px !important;
}

#insert_image #from_gallery {
	min-height: 300px !important;
}

#insert_image #from_net {
	min-height: 80px !important;
}

#insert_image > h2 {
	margin-left: -10px;
}

#insert_image .align {
	margin: 5px -5px;
	padding: 5px;
	background: url(images/back3.png) transparent;
}

#insert_image #choiceframe ul {
	max-height: 300px;
	overflow: auto;
}

li.current {
	border: solid 1px #6bf !important;
	background-color: #def;
	padding: 0 !important;
}

#upload_list {
	float: right;
	font-size: 0.8em;
}

#filelist {
	color: black;
	border: solid 1px #e6f1ff;
	overflow: auto;
	height: 150px;
	min-width: 300px;
	max-width: 500px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

#filelist .row {
	text-align: right;
	border-bottom: solid 1px #e6f1ff;
}

#filelist li.row {
	margin: 0;
	padding: 1px;
	clear: both;
}

#filelist .thebutton {
	font: inherit;
	font-size: 0.8em;
	margin: 1px 1px 1px 20px;
}

#filelist .row:last-child {
	border: 0;
}

#file {
	text-align: right;
	vertical-align: bottom;
	display: inline-block;
	min-width: 400px;
	margin: 2px 20px;
}

.progressbox {
	float: right;
	width: 100px;
	border: solid 1px #349;
	padding: 1px;
}


#file .progressbox {
	width: 200px;
	margin-top: 2px;
	background-color: white;
	color: black;
}

.progressbar {
	float: left;
	display: inline-block;
	background-color: red;
	line-height: 16px;
	font-size: 14px;
	width: 0;
	text-align: center;
}


#gallerybox {
	margin: 0 0 6px;
}

#gallerybox h3
#gallerybox ul {
}

.imagecanvas {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.imagebox {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	margin: 2px 1px;
	padding: 0;
}

#choiceframe .imagebox {
	padding: 1px;
}

#imagedeleteframe .imagebox_xs {
	border: solid 1px transparent;
}

#imageorderframe {
	margin-bottom: 3px;
}

#imageorderframe .imagebox {
	float: left;
}

#media_author {
	text-align: right;
	margin-right: 275px;
}

.media-description {
	margin-top: 10px;
	margin-right: 275px;
	padding-bottom: 10px;
}

.main_gallery {
}

.imagebox img {
	vertical-align: middle;
	border: 0;
}

.imagebox_xl {
	text-align: center;
}

.imagebox_xl img {
	border: 0 !important;
	padding: 0 !important;
	margin: auto;
}

.imagebox_l, .imagebox_xl {
	width: 100%;
	padding-bottom: 20px;
}

.imagebox_m {
	width: 340px;
	margin-top: 6px;
}

.imagebox_m img {
}

#photooftheweek .imagebox_xm {
	width: auto;
	display: block;
}

#photooftheweek .title {
	display: block;
	position: static;
}

.imagebox_s {
	height: 185px;
	line-height: 175px;
	width: 168px;
	margin: 1px;
	font-size: 0.8em;
}

.imagebox_xs {
	height: 110px;
	line-height: 100px;
	width: 97px;
	margin: 1px 0;
	font-size: 0.7em;
}

.imagebox .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: normal;
	display: none;
	font-size: 0.8em;
}

.imagebox:hover .title {
	display: block;
}

.imagebox a {
	color: black;
}

#gallery_data {
	float: right;
	width: 260px;
}

#image {
	text-align: center;
	margin: auto;
	padding-top: 5px;
	min-height: 200px;
}

.image_wrap {
	position: relative;
}

#image .prev, #image .next {
	position: absolute;
	top: 45%;
	opacity: 0;
}

#image:hover .prev, #image:hover .next {
	opacity: 0.4;
	display: block;
	filter: alpha(opacity=40);
}

.prev img, .next img {
	border: 0 !important;
	background: transparent !important;
	margin: 10px;
	padding: 0;
}

.next {
	right: -10px;
}

#image:hover .prev, #image:hover .next {
}

.image_thumb img,
.mediaicon .text_thumb,
#image img {
	padding: 3px;
	vertical-align: middle;
	border: solid 1px #e6f1ff;
	background-color: white;
	margin-bottom: 2px;
	font-size: 0.8em;
}

span.thebutton {
	margin: 0 2px;
}

span.current {
	background-color: white;
	margin: 0 2px;
	display: inline-block;
	border:solid 1px #349;
	color: #349;
	font-weight: bold;
	padding: 2px 10px;
}

#imageorderframe {
}

#imageorderframe img {
	cursor: move;
	font-size: 0.8em;
}

input[type="text"], input[type="password"],
input[type="file"], textarea, select {
	border: 1px solid #bbb;
	border-top: 1px solid #777;
	border-bottom: 1px solid #ddd;
	background: #fefefe url(images/textbg.png) no-repeat top left;
	background-color: white;
	border: solid 1px #bbb;
	padding: 4px;
	margin: 1px;
}

select {
	padding: 2px;
	width: 210px;
}

.hidden {
	display: none;
	padding: 10px;
}

p.align img {
	vertical-align: middle;
}

.alarmclock {
	padding: 2px 5px;
}

#related {
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}

#related li {
	line-height: 20px;
	margin: 0;
	padding: 0 0 2px 25px;
	text-align: left;
}

#related li img {
	margin-left: -20px;
	vertical-align: top;
}


#header .banner_wide {
	float: right;
}

td .banner_wide {
	max-width: 500px;
	margin: auto;
}

.id {
	border: 0;
	vertical-align: middle;
	margin: 0 8px;
}

#stat4u {
	float: right;
}

#orderview {
	height: 450px;
	overflow: auto;
}

#gallery_size_row, #size_row {
	font-size: 0.7em !important;
	float: right;
}

.black {
	font-size: 0.75em;
}

div.black {
	margin-bottom: 10px;
	font-size: 0.7em;
}

.black, .black a {
	color: black;
}

#thumb_info {
	text-align: center;
	display: block;
}

#edit_video #thumb_info {
	float: right;
	width: 200px;
	margin-top: 3em;
}

#login_link {
	float: right;
	cursor: pointer;
}

#single_image {
	margin-bottom: 1em !important;
}
