/* L I N K S */
html, body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	/*overflow: auto;*/
	color: Silver;
	overflow: hidden;
	height: 100%;
}

p {
	margin-left: 0.5em;
	margin-right: 0.5em;
} 

p + p { 
	margin-top: 0.5em; 
	margin-left: 0.5em;
	margin-right: 0.5em;
} 

#container {
	height: 100%;
	width: 100%;
}

#reklamaLeft {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 100%;
	border: 0px dashed blue;
}

#reklamaRight {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	height: 100%;
	border: 0px solid Yellow;
}

#content {
	position: absolute;
	left: 120px;
	right: 120px;
	top: 0px;
	height: 100%;
	border: 0px dashed silver;
	overflow: auto;
	color: silver;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

#GAK {
	visibility: hidden;
	display: none;
}

div.scaleMeImage {
	margin-bottom: 10px;
}

div.top10ratings {
	margin-top: 5px;
	overflow: hidden;
	width: 200px;
	font-size: 0.7em;
	border: 1px dashed silver;
	float: right;
	background-color: black;
	z-index: 10;
}

div.top10views {
	margin-top: 5px;
	overflow: hidden;
	width: 200px;
	font-size: 0.7em;
	border: 1px dashed silver;
	background-color: black;
	float: right;
	z-index: 10;
}

div.top10header {
	overflow: hidden;
	background-color: gray;
	color: white;
	text-align: center;
	width: 100%;
	font-size: 0.7em;
}

div.footer {
	color: gray;
	text-align: center;
	font-size: 0.7em;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}



/* page navigation */
div.pageNavigation {
	border:0 none;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.pageNavigation a:link, .pageNavigation a:visited, .pageNavigation a:hover, .pageNavigation a:active {
	background:			black none repeat scroll 0 0;
	border:1px 			solid silver;
	color:					silver;
	font-size:			11px;
	padding:				3px 6px;
	text-decoration:none;
}

.pageNavigation a:hover {
	background:			gray none repeat scroll 0 0;
	border-color:		white;
	color:					white;
}

.pageNavigation span {
	background:			black none repeat scroll 0 0;
	border:					1px solid gray;
	color:					silver;
	font-size:			11px;
	padding:				3px 6px;
	text-decoration:none;
}

/* related items */
div.relatedOuterBox {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	overflow: hidden;
	width: 648px;
	font-size: 0.9em;
	border: 1px dashed silver;
	background-color: black;
	margin-left:auto;
	margin-right:auto;
}

div.relatedHeader {
	margin-top: -5px;
	margin-bottom: 5px;
	margin-left: -5px;
	margin-right: 0px;
	width: 658px;
	overflow: hidden;
	background-color: gray;
	color: white;
	text-align: center;
}

div.relatedItem {
	font-size: 0.8em;
	margin: 5px;
	overflow: hidden;
	width: 150px;
	border: 1px dashed silver;
	background-color: black;
	float: left;
}

div.relatedItem:hover {
	border: 1px solid white;
}

div.relatedItemThumb {
	overflow: hidden;
	text-align: center;
	width: 100%;
}
div.relatedItemThumb img {
	height: 150px;
	width: 150px;
}
div.relatedItemTitle {
	overflow: hidden;
	text-align: center;
	width: 100%;
}




div.editorsComment {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	
}


a.veritasLink {
	border: 0;
}



div.enlargeImage {
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 100%;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-top: 0px;
	margin-left: 0px;
}

hr {
	width: 100%;
}

table {
	background-color: #000000;
}

A {
	COLOR: Silver; FONT-FAMILY: "Arial, Comic Sans MS, helvetica, veranda", sans-serif;   FONT-WEIGHT: normal; 
text-decoration: none
}
A:visited {
	COLOR: Silver; FONT-FAMILY: "Arial, Comic Sans MS, helvetica, veranda", sans-serif;   FONT-WEIGHT: normal; 
text-decoration: none
}
A:active {
	COLOR: Silver; FONT-FAMILY: "Arial, Comic Sans MS, helvetica, veranda", sans-serif;  FONT-WEIGHT: normal; 
text-decoration: none
}
A:hover {
	COLOR: White;  FONT-FAMILY: "Arial, Comic Sans MS, helvetica, veranda", sans-serif;  FONT-STYLE: italic;
text-decoration: underline
}

img {
	border: 0px solid black;
}

H1 {
	text-align: center;
}
H2 {
	text-align: center;
}

#tableLinks {
	width: 100%;
}

#dateStamp {
	width: 100%;
	font-size: 10px;
	text-align: right;
	display: block;
}

.dateStamp {
	width: 100%;
	font-size: 10px;
	text-align: right;
}

.contentGroupText { 
	font-family: "Courier New",
			Courier,
			monospace;
}

/* UPLOAD specials */
#uploadFromURL {
	display: inline;
}
#uploadFromHDD {
	display: none;
}
#uploadFromPendingDir {
	display: none;
}
#uploadFromDailyMotion {
	display: none;
}
/*table.level1 {
	align: center;
	width: 100%;
}
*/
