@CHARSET "ISO-8859-1";

* {
	font-family: inherit;
	font-size: inherit;
}

html,body,form {
	margin: 0;
	padding: 0;
	width: 100%;
/*	height: 100%;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	z-index: 0;
}

img {
	border: 0px;
}

.center {
	float: left;
	text-align: center;
	width: 98%;
	clear: left;
}

.left {
	float: left;
	text-align: left;
	width: 49%;
	clear: left;
}

.right {
	float: right;
	text-align: right;
	width: 49%;
	margin-right: 5px;
}

div.bodyBox {
	margin: 1px 20px 20px 20px;
	width: 775px;
}

div.contentBodyBox {
	position: relative;
	margin: 1px 20px 20px 20px;
	width: 775px;
	height: 100%;
}


div.bodyTitleBox {
	width: 100%;
	/*background-color: #B5C4FF;*/
	background-color: #99BBE8;
	border-bottom: solid 1px #6699CC;
}

div.bodyTitle img {
	padding-top: 4px;
	padding-left: 0px;
	font-family: Verdana;
	font-size: 24pt;
	color: #000000;
	text-decoration: none;
	width: 200px;
}

div.searchbox {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	
	top: 1px;
}

TEXTAREA,INPUT {
	font-size: 15px;
}



div.bodyLinkbarBox {
	line-height: 25px;
	vertical-align: middle;
	width: 100%;
	height: 28px;
	background-color: #99FFFF;
	border-bottom: solid 1px #000000;
	margin-bottom: 15px;
}

div.bodyLinkbar {
	padding-top: 2px;
	padding-left: 5px;
	font-family: Verdana;
	font-size: 10pt;
}

div.pages { /*	width: 70%; */
	width: 95%;
	padding-top: 10px;
	font-size: 14pt;
	height: 30px;
	margin-left: 0px;
	text-align: center;
	float: left;
	clear: both;
}

div.pageLink,div.pageLink:visited {
	padding-left: 7px;
	padding-right: 7px;
	border: solid 1px #010101;
	font-size: 13pt;
	color: black;
	width: 28px;
	height: 22px;
	float: left;
	margin-left: 2px;
	background-color: #E3E3E3;
}

div.pageLink:hover {
	padding-left: 7px;
	padding-right: 7px;
	border: solid 1px #010101;
	font-size: 13pt;
	width: 28px;
	height: 22px;
	float: left;
	margin-left: 2px;
	background-color: #F3F3F3;
}

.contentView {
	margin: 0px 5px 0px 5px;
}

.contentView caption {
	font-weight: bold;
}

div.fleibplayer {
	top: 140px;
	left: 5px;	
	}

h1.title_player {
	font-weight: bold;	
	font-size: 20px;	
	top: 50px;
	left: 5px;	
margin-bottom:10px;
}

fieldset.displayrelated {
	clear:both;
	width:760px;
	float:left;
	margin-top:30px;
	top: 745px;
}
	
div.ads_right_1 {
position: absolute;
	top: 120px;
	left: 785px;
	float: left;
}

div.ads_right_2 {
position: absolute;
	top: 580px;
	left: 785px;
	float: left;
}

div.ads_bottom {
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
	float: left;
}

div.ads_player_right_1 {
position: absolute;
	top: 80px;
	left: 640px;
	/*float: left;*/
}

div.ads_player_right_2 {
position: absolute;
	top: 395px;
	left: 640px;
	/*float: left;*/
}

div.ads_player_bottom {
	top: 595px;
	margin-left: 60px;
	float: left;
}


fieldset.details_player {
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
top: 668px;
	left: 0px;
	width:580px;
	float:left;
	background-color: #FFFFFF;
	margin: 0px;
	}

div.firstdetails {
	float: left;
}

div.rating_player {
	float: right;
}

div.trade_links {
	position: absolute;
	/*	top: 1280px; /* content=30 */
	top: 1080px; /* content=25 */
	left: 790px;
	float: left;
	font-size: 11px;
}

div.footer,div.footer:visited,div.footer:link {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 730px;
	float: left;
	left: 30px;
	text-align: center;
	font-size: 10px;
	color: #848484;
}

a:visited {
	text-decoration: none;
}

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

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* 
 #############################
 INPUT/FORMS-FORMATTING
 #############################
*/
input.inputText {
	background: #ffffff;
	font: 10pt verdana;
	color: #000000;
	width: 300px;
	border: 1px solid;
}

input.submitButton {
	background: #ffffff;
	font: 10pt verdana;
	color: #000000;
	width: 202px;
	border: 1px solid;
}

input.AsubmitButton {
	background: #ffffff;
	font: 10pt verdana;
	color: #000000;
	width: 107px;
	border: 1px solid;
}

input[disabled] { /* FF 2 Fix */
	border: 1px solid #ccc;
	color: #ccc;
}

textarea {
	background: #ffffff;
	font: 10pt verdana;
	color: #000000;
	width: 200px;
	height: 120px;
	border: 1px solid;
	overflow: auto;
}

select {
	background: #ffffff;
	font: 10pt verdana;
	color: #000000;
	width: 205px;
	border: 1px solid;
	overflow: auto;
}

em {
	font-size: 75%;
	font-style: italic;
}

label {
	font-weight: bold;
	font-size: 114%
}

fieldset {
	background-color: #F0F0F0;
	margin: 5px;
}

h1 {
	font-weight: bold;
/*	font-size: 200%;*/
}

h2 {
	font-weight: bold;
	font-size: 150%;
}

/* 
 #############################
 UPLOADER-FORMATTING
 #############################
*/
legend {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
}

fieldset.flash {
	width: 375px;
	margin: 10px 0px 10px 0px;
	border-color: #D9E4FF;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

.red { /* Error */
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

.green { /* Current */
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

.blue { /* Complete */
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,.progressBarComplete,.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

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

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

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel,a.progressCancel:link,a.progressCancel:active,a.progressCancel:visited,a.progressCancel:hover
	{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/
.starbox .stars {
	background: #cccccc;
}

.starbox .rated .stars {
	background: #dcdcdc;
}

.starbox .rated .hover .stars {
	background: #cccccc;
}

.starbox .colorbar {
	background: #F87273;
}

.starbox .hover .colorbar {
	background: #ffcc1c;
}

.starbox .rated .colorbar {
	background: #F87273;
}

.starbox .rated .hover .colorbar {
	background: #F87273;
}

.starbox .ghost {
	background: #a1a1a1;
}

.starbox .indicator {
	clear: both;
}

.starbox .dotted .stars,.starbox .dotted .hover .stars,.starbox .dotted .rated .stars,.starbox .dotted .rated .hover .stars
	{
	background:
		url(/javascripts/starbox/images/starbox/background_dotted.gif) top
		left repeat-x;
}

.starbox .dotted .colorbar,.starbox .dotted .hover .colorbar,.starbox .dotted .rated .colorbar,.starbox .dotted .rated .hover .colorbar
	{
	background: #000000;
}

.starbox .dotted .ghost {
	background: #666666;
}

.starbox .pointy .colorbar {
	background: #ffcc1c;
}

.starbox .pointy .hover .colorbar {
	background: #ff9231;
}

.starbox .inverse .stars {
	float: right;
}

.starbox .inverse .indicator {
	clear: both;
	display: block;
	text-align: center;
}

.basictab ul {
	margin: 4px;
	width: 40%;
	padding: 3px 0;
	margin-left: 10;
	font: bold 12px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
}

.basictab li {
	display: inline;
	margin: 0;
}

.basictab li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #E3E3E3;
	color: #2d2b2b;
}

.basictab li a:visited {
	color: #2d2b2b;
}

.basictab li a:hover,.basictab li a.current {
	background-color: #D8D8D8;
	color: black;
}

.basictab li a:active {
	color: black;
}

.tabcontainer {
	clear: left;
	width: 95%; /*width of 2nd level sub menus*/
	height: 1.5em;
	/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent {
	display: none;
}

/* Tags stuff */
#htmltagcloud {
	font-family: 'lucida grande', trebuchet, 'trebuchet ms', verdana, arial,
		helvetica, sans-serif;
	line-height: 2.4em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0ex;
	background-color: #fff;
	margin: 1em 1em 0em 1em;
	padding: 2em
}

#htmltagcloud a:link {
	text-decoration: none
}

#htmltagcloud a:visited {
	text-decoration: none
}

#htmltagcloud a:hover {
	text-decoration: underline;
	color: #002A8B;
}

#htmltagcloud a:active {
	text-decoration: none;
}

span.tagcloud0 {
	font-size: 1.0em;
	padding: 0em;
	color: #ACC1F3;
	z-index: 10;
	position: relative
}

span.tagcloud0 a {
	text-decoration: none;
	color: #ACC1F3
}

span.tagcloud1 {
	font-size: 1.4em;
	padding: 0em;
	color: #ACC1F3;
	z-index: 9;
	position: relative
}

span.tagcloud1 a {
	text-decoration: none;
	color: #ACC1F3
}

span.tagcloud2 {
	font-size: 1.8em;
	padding: 0em;
	color: #86A0DC;
	z-index: 8;
	position: relative
}

span.tagcloud2 a {
	text-decoration: none;
	color: #86A0DC
}

span.tagcloud3 {
	font-size: 2.2em;
	padding: 0em;
	color: #86A0DC;
	z-index: 7;
	position: relative
}

span.tagcloud3 a {
	text-decoration: none;
	color: #86A0DC
}

span.tagcloud4 {
	font-size: 2.6em;
	padding: 0em;
	color: #607EC5;
	z-index: 6;
	position: relative
}

span.tagcloud4 a {
	text-decoration: none;
	color: #607EC5
}

span.tagcloud5 {
	font-size: 3.0em;
	padding: 0em;
	color: #607EC5;
	z-index: 5;
	position: relative
}

span.tagcloud5 a {
	text-decoration: none;
	color: #607EC5
}

span.tagcloud6 {
	font-size: 3.3em;
	padding: 0em;
	color: #4C6DB9;
	z-index: 4;
	position: relative
}

span.tagcloud6 a {
	text-decoration: none;
	color: #4C6DB9
}

span.tagcloud7 {
	font-size: 3.6em;
	padding: 0em;
	color: #395CAE;
	z-index: 3;
	position: relative
}

span.tagcloud7 a {
	text-decoration: none;
	color: #395CAE
}

span.tagcloud8 {
	font-size: 3.9em;
	padding: 0em;
	color: #264CA2;
	z-index: 2;
	position: relative
}

span.tagcloud8 a {
	text-decoration: none;
	color: #264CA2
}

span.tagcloud9 {
	font-size: 4.2em;
	padding: 0em;
	color: #133B97;
	z-index: 1;
	position: relative
}

span.tagcloud9 a {
	text-decoration: none;
	color: #133B97
}

span.tagcloud10 {
	font-size: 4.5em;
	padding: 0em;
	color: #002A8B;
	z-index: 0;
	position: relative
}

span.tagcloud10 a {
	text-decoration: none;
	color: #002A8B
}

span.freq {
	font-size: 10pt !important;
	color: #bbb
}

/* Tags end*/ /* Autocomplete box */
div.autocomplete {
	position: absolute;
	/*width: 250px;*/
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	z-index: 1;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.autocomplete ul li.selected {
	background-color: #6699ff;
	color: white;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	/*height: 32px;*/
	cursor: pointer;
}
/* Autocomplete box end */

.swfupload {
	position: absolute;
	z-index: 1;
}





/**************************
###########################
##                       ##
##        CONTENT        ##
##                       ##
###########################
**************************/

div.album {
	width: auto;
	/*	padding-left: 20px;*/
	clear: left;
}

div.albumTitle {
	clear: left;
	font-weight: bold;
}

div.albumTimestamp {
	clear: left;
}

img.imgfront {
	float: left;
	width: 300px;
	height: 300px;
	display: block;
	border: 0 none;
	margin: 20px;
}

div.albumrating {
	clear: left;
}

div.albumDescription {
	margin: 20px;
}

div.albumTags {
	clear: left;
	margin: 20px;
}

div.albumContentArea {
	clear: both;
}

div.albumAttributes {
	width: 400px;
	right: 5px;
	float: right;
	margin: 20px 5px 0px 10px;
	border: solid 1px #b4b4b4;
}

div.albumEditGlobal {
	clear: left;
	font-weight: bold;
	font-size: 15px;
}

div.thumbBox {
	float: left;
	width: 147px;
	height: 200px;
	}
	
div.contentThumbSquare {
	float: left;
	margin: 5px 5px 0px 5px;
	height: 162px;
	width: 147px;
}

div.contentThumbImg img {
	display: inline;
	margin: 5px 5px 0px 5px;
	padding: 5px;
	width: 125px;
	height: 125px;
	border: 1px solid #e4e4e4;
	background-color: #e4e4e4;
}

div.contentThumbImg a:hover img {
	width: 125px;
	height: 125px;
	border: 1px solid #b4b4b4;
}

div.contentTextBox {
	text-align: center;
	font-size: 9pt;
	padding-left: 5px;
	width: 125px;
	height: 14px;
	overflow: hidden;
	border: solid 1px transparent;
	z-index: -1;
}

div.contentDetails {
 width: 125px;
 margin-left: 14px;
 }

div.contentDetailsViews {
	font-size: 7pt;
	float: left;
	text-align: left;
	margin-left: 5px;
	}

div.contentDetailsDuration {
	font-size: 7pt;
	float: right;
	text-align: right;
	}

div.contentDetailsRating {
	height: 2em;
	width: 6em;
	float: left;
	margin-top: 3px;
	margin-left: 3px;
}

div.contentThumbSquare:hover {
	overflow: visible;
}

div.contentThumbSquare:hover div.contentTextBox {
	overflow: visible;
margin-left: 5px;
	width: 125px;
	height: auto;
	border-left: 1px solid #b4b4b4;
	border-top: 1px solid #b4b4b4;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	background-color: #e4e4e4;
	position: absolute;
	z-index: 999;
}


.rating {
	font-size: 13px;
	margin: 0px;
}

div.related {
	clear: both;
}

/* Approve GUI */
.overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	width: 313px;
	overflow: hidden;
	/*background: #000;*/
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity = 0);
	opacity: 0;
}

.overlay:hover {
	opacity: 0.33;
	-moz-opacity: 0.33;
	filter: alpha(opacity = 33);
}

.overlay_text {
	z-index: 2;
	position: relative;
	top: -50%;
	text-align: left; /* for explorer only */
	width: 200px;
	margin-left: auto;
	margin-right: auto; /* for all browsers*/
}

.approve_container {
	z-index: 0;
	position: relative;
	float: left;
	background-color: #F0F0F0;
	border: 1px solid black;
	padding: 0px 15px 15px 15px;
	margin: 5px;
	clear: both;
	margin-top: 30px;
	width: 625px;
	height: 392px;
	overflow: visible;
}

.approve_content {
	z-index: 1;
	position: relative; /* Fixes the z-index */
	float: left;
}

.approve_content_textbar {
	margin: 2px 0px 2px 0px;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	height: 15px;
	width: 100%;
}

.approve_red {
	width: 311px;
	height: 376px;
	text-align: center;
	font-weight: bold;
	line-height: 375px;
	color: #B50000;
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

.approve_green {
	width: 311px;
	height: 376px;
	text-align: center;
	font-weight: bold;
	line-height: 376px;
	color: green;
	border: solid 1px green;
	background-color: #EBFFEB;
}

input.approve {
	width: 498px;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
	float: left;
	background-color: #F0F0F0;
	border-style: hidden;
	border-width: 1px;
	padding: 0px
}

.dupe {
	top: 19px;
	height: 157px;
	text-align: center;
	position: absolute;
	border-style: solid;
	background-color: #F0F0F0;
	border-width: 1px;
	border-color: black;
	z-index: 2;
	bottom: 0;
	padding: 5px;
}

/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	border-bottom: 1px solid black;
	height: 20px;
	clear: both;
}

ul.subsection_tabs li.tab {
	float: left;
	margin-right: 7px;
	text-align: center;
}

ul.subsection_tabs li.tab a {
	display: block;
	height: 20px;
	padding: 0 6px 0 6px;
	width: 160px;
}

ul.subsection_tabs li.tab a:hover {
	background-color: #F0F0F0;
}

ul.subsection_tabs li.tab a.active {
	background-color: #F0F0F0;
	border: 1px solid black;
	border-bottom: 0;
}

div.tab_content {
	background-color: #F0F0F0;
	border: 1px solid black;
	border-top: 0;
	padding: 5px;
	overflow:hidden;
}
