@import "css/uistyle.css";
@import "jquery.liteaccordion.css";
@import "jquery.mCustomScrollbar.css";
/*
#artpacks
#artpacks table.artpacks
#artpacks tr.packtittr
#artpacks table.artpacks td

#artpacks td.packtitle
#artpacks td.packtitle span.pkno
#artpacks td.packtitle span.pkno span.lnktop 
#artpacks td.packtitle span.pkno span.lnktop a

#artpacks tr.packtr 
#artpacks td.packfileid
#artpacks td.packfileid span
#artpacks td.packfileid img
#artpacks td.packreldt
#artpacks td.packreldt span
#artpacks td.packreldt span span 

#artpacks tr.packtr
#artpacks td.packn
#artpacks td.packn span.packnfof
#artpacks td.packn span.packnfof a

#artpacks tr.packtr
#artpacks td.packnfo
#artpacks td.packnfo span.packdesc

#artpacks table.artpacks tr.packtr
#artpacks td.packfiles
#artpacks td.packfiles span 
#artpacks td.packfiles span a

#artpacks tr.packsep*/

@font-face {
    font-family: 'dos25';
    src: url('fonts/dos25.eot');
    src: local('?'),url('fonts/dos25.woff') format('woff'),url('fonts/dos25.ttf') format('truetype'),url('fonts/dos25.svg#webfontpVS4iJcr') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'topaz1200';
    src: url('fonts/topaz1200dmg.eot');
    src: local('?'),url('fonts/topaz1200dmg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'topaz1200w';
    src: url('fonts/topaz1200dmg_web.eot');
    src: local('?'),url('fonts/topaz1200dmg_web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


#bodycontent {
  display: none;
}
#artpacks {
	padding:2px;
	width: 98%!important;
	background-color: transparent;
}

#artpacks .packtittr,#artpacks .packsep {
	background-color:transparent;
}

#artpacks .packtr {
	background-color:#211;
}

#artpacks tr td {
	color:#FFF;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	margin:2px;
	padding:2px;
}

/* --------------- Pack File_ID.diz ---------- */
#artpacks tr td.packfileid {
	border-bottom:2px solid #955;
	border-right:2px solid #522;
	color:#FFF;
	width:310px;
}

#artpacks tr td.packfileid div {
	width:275px;
}

#artpacks tr td.packfileid div div.content {
	display:inline;
	width:300px;
}

#artpacks tr td.packfileid div div.content pre {
	background-color:#211;
	border:none;
	width:250px;
}

#artpacks tr td.packfileid img {
	width:200px;
}

#artpacks tr td.packfileid span {
	color:#999;
	display:block;
	font-family:courier new;
	font-size:11px;
	text-align:left;
}

/* --------------- Pack Files ---------- */
#artpacks tr td.packfiles {
	border-bottom:2px solid #955;
	border-left:2px solid #F55;
	padding-bottom:20px;
	padding-top:10px;
	width:420px;
}



#artpacks tr td.packfiles span a:link,#artpacks tr td.packfiles span a:visited,#artpacks tr td.packfiles span a:active, a.packfiles {
	background-color:#337;
	background-image: url('/images/icon/filesave.png');
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom:2px solid #024;
	border-left:2px solid #09D;
	border-right:2px solid #024;
	border-top:2px solid #0CF;
	color:#FFF;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:700;
	margin-right:5px;
	padding:5px 26px 5px 5px;
	text-align:center;
	text-decoration:none;
	text-shadow: -1px 2px 1px #000;	
	width:135px;
}
#artpacks tr td.packfiles span a:hover,a.packfiles:hover {
	background-color: #66C;
	background-image: url('/images/icon/filesave.png')!important;
	background-repeat:	no-repeat!important;
	background-position: right center!important;
	border-bottom:2px solid #035!important;
	border-left:2px solid #2CF!important;
	border-right:2px solid #035!important;
	border-top:2px solid #3EF!important;
	text-shadow: -1px 1px 1px #333!important;	
	color:#FF0!important;
}

/* --------------- Pack NFO File ---------- */
#artpacks tr td.packn {
	border-left:2px solid #F55;
	padding-top:10px;
	width:420px;
}

#artpacks tr td.packn span,#artpacks tr td.packfiles span {
	color:#FFF;
	font-weight:700;
	padding:10px;
}



#artpacks tr td.packn span.packnfof a:link,#artpacks tr td.packn span.packnfof a:visited,#artpacks tr td.packn span.packnfof a:active {
	background-color:#373;
	background-image: url('/images/icon/viewmag.png');
	background-repeat:	no-repeat;
	background-position: right center;
	border-bottom:2px solid #042;
	border-left:2px solid #0D9;
	border-right:2px solid #042;
	border-top:2px solid #0FC;
	color:#FFF;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:700;
	margin-right:5px;
	padding:5px 26px 5px 5px;
	text-align:center;
	text-decoration:none;
	width:110px;
	text-shadow: -1px 1px 1px #333;	
	
}
#artpacks tr td.packn span.packnfof a:hover {
	background-color:#3A3;
	background-image: url('/images/icon/viewmag.png')!important;
	background-repeat:	no-repeat!important;
	background-position: right center!important;
	border-bottom:2px solid #053!important;
	border-left:2px solid #2FC!important;
	border-right:2px solid #053!important;
	border-top:2px solid #3FE!important;
	color:#FF0!important;
	text-shadow: -1px 1px 1px #333;	
	
}

/* --------------- Pack Description ---------- */
#artpacks tr td.packnfo {
	border-left:2px solid #F55;
	height:150px;
	width:430px;
}

#artpacks tr td.packnfo span.packdesc {
	color:#CAA;
	display:block;
	padding:10px;
	width:430px;
}

/* --------------- Pack Release Date ---------- */
#artpacks tr td.packreldt {
	border-left:2px solid #F55;
	margin:0px 0px 0px 5px;
	padding-left:10px;
	width:430px;
}

#artpacks tr td.packreldt span {
	color:#FFF;
	display:block;
	font-size:16px;
}

#artpacks tr td.packreldt span span {
	display:inline;
	font-weight:700;
}

/* --------------- Pack Title ---------- */
#artpacks tr td.packtitle {
	height:25px;
}

#artpacks tr td.packtitle span.pkno {
	background-color:#722;
	border:1px solid red;
	color:#FF0;
	display:block;
	font-size:16px;
	font-weight:700;
	letter-spacing:1px;
	line-height:1.4em;
	margin:20px 0px 5px;
	padding:2px 0px 2px 10px;
	width:960px;
}

#artpacks tr td.packtitle span.pkno span.lnktop {
	margin-left:600px;
	margin-right:5px;
	text-align:right;
}

#artpacks tr td.packtitle span.pkno span.lnktop a {
	color:#FFF;
	text-decoration:none;
}

#artpacks tr td.packtitle span.pkno span.lnktop a:hover {
	background-color:transparent;
	color:#FF0;
	text-decoration:underline;
}

#ascii pre {
	background-color:#FFF;
	border:1px solid #000;
	color:#000;
	font-family:"Lucida Console", monospace;
	font-size:9pt;
	line-height:12px;
	padding:10px;
	text-align:left;
	width:900px;
	max-width: 1000px;
	overflow-x:auto;
}

#asciibw, #asciibw2, #asciibw3, .asciibw3 {
	display:block;
}
.asciibw3 {
	text-align: center;
	background-color:transparent!important;
}
.asciibw3 pre {
	background-color:transparent!important;
	color:#FFF;
	display:block;
	font-family:"Lucida Console", monospace;
	font-size:9pt;
	line-height:12px;
	padding:10px;
	text-align:left;
}
#asciibw pre, #asciibw2 pre {
	background-color:#000;
	border:1px solid #555;
	color:#FFF;
	/*display:block;*/
	font-family:"Lucida Console", monospace;
	font-size:9pt;
	line-height:12px;
	padding:10px;
	text-align:left;
	width:900px;
	max-width: 1000px;
	overflow-x:auto;
}

#asciibw3 pre {
	background-color:#000;
	color:#FFF;
	display:block;
	font-family:"Lucida Console", monospace;
	font-size:9pt;
	line-height:12px;
	padding:10px;
	text-align:left;
}
.ascii {
	overflow: hidden; 
	display: block;
	padding: 10px;
	width: 95%;	
	margin: 5px 10px 20px 5px;
	border: 1px solid #000000;
	background-color: #EEEEEE!important;
	opacity: 0.95;
}
.ascii>pre {
	background-color: #FFFFFF!important;
	border: 1px solid #CCCCCC;
	color: #000000!important;
	font-family: "VT-100", monospace!important;
	font-size: 9pt;
	margin: 5px 10px;
	line-height: 12px;
	padding: 10px;
	text-align: left;
	text-shadow: none!important;
	letter-spacing: 0px;
	overflow: auto;
	width: 98%;
	height: 98%;
	display: block;
 }
#asciisel {
	color:#FFF;
	margin:auto;
	text-align:left;
}

#asciisel td {
	border:2px solid #000;
	color:#FFF;
	text-align:center;
}


#bodycontent {
	color:#000;
	font-family:verdana,arial;
	font-size:12px;
	font-style:normal;
	position:absolute;
	line-height:20px;
	padding:0px;
	text-align:left;
	width:1020px;
	display: table-cell;
	vertical-align: top;
	background-color:black;
	overflow: auto;
    left: 50%;
    top: 30px;
	margin-left: -510px;	
}

#bodycontent a.imagelink:hover,a.imagelink:hover,img a.imagelink:hover {
	background-color:transparent;
	color:transparent;
}

#bodycontent div.introdetail {
	color:#FFF;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}

table.details {
	border:none;
	margin: 0px;
	width: 100%;
}

table.details td.content a {
	background:#222277 url('/images/icon/external.gif') no-repeat right center;
	color:#CCCCFF;
	font-size:8pt;
	line-height:15px;
	margin-right:3px;
	padding-right:18px;
	text-decoration:none;
	text-shadow: 2px 2px 1px #000000;	
}

table.details td.content a:hover {
	background:#222277 url('/images/icon/external.gif') no-repeat right center;
	color:#FF0;
	padding-right:18px;
	text-decoration:underline;
}

table.details thead tr td.header, table.details tbody tr td.header {
	background-color:#4444BB;
	color:#FFFFFF!important;
	font-size:10pt;
	font-weight:700;
	margin:0px;
	padding:5px 0px 2px;
	text-indent:3px;
	text-shadow: 2px 2px 1px #000000;	
}

table.details tbody tr td.content {
	color:#EEEEEE!important;
	text-shadow: 2px 2px 1px #000000;	
	border-bottom: 1px solid #111155;
	background-color:#222277;
	font-size:8pt;
	padding:3px 5px 2px 8px;
	vertical-align:top;
	text-align: left;
}
table.details tbody tr td.label {
	background-color:#333399;
	border-bottom: 1px solid #222277;
	color:#EEEE00!important;
	font-size:10pt;
	font-weight:700;
	padding:3px;
	text-align:center;
	vertical-align:top;
	white-space:nowrap;
	text-shadow: 2px 2px 1px #000000;	
}
table.liste tbody tr:hover td {
	background-color: #6666BB;
}
table.liste tbody tr td.label:hover, table.liste tbody tr td.content:hover {
	cursor: pointer;
}

table.details tbody tr td.title {
	background-color:#5555DD;
	color:#FFFF00!important;
	font-size:13pt;
	font-weight:700;
	line-height:20pt;
	margin:0px;
	padding:2px 0px 5px;
	text-indent:5px;
}

table.details tbody tr.headline:hover td {
  background-color: #000000;
  cursor: default;
}

#bodycontent div.introdetail p.subtitles {
	color:#7777FF;
	font-size:11pt;
	font-weight:700;
	margin:0px;
	padding:5px 0px 2px;
}

#bodycontent div.introdetail p.title {
	color:#FFFF00;
	font-size:14pt;
	font-weight:700;
	margin:0px;
	padding:2px 0px 5px;
}

#bodycontent img.a:hover {
	background-color:transparent;
}

#bodycontent table tr td table tr td table tr td table tr td {
	color:#000000;
}

#bodycontent table tr td table tr td table tr td,.contactform.table,.contactform table td {
	color:#FFFFFF;
}

#bodycontent table.roygroups {
	margin:1px;
	padding:1px;
}

#bodycontent table.roygroups th {
	background-color:#555599;
	color:#FFFFFF;
	font-size:16px;
	font-weight:700;
	text-align:left;
}

#bodycontent table.roygroups tr td {
	color:#000000;
	font-size: 1.3em;
	line-height: 1.5em;
	text-shadow: 2px 2px 1px #DDDDDD;	
	padding: 4px 12px 12px 8px;
}

#bodycontent table.roygroups tr td a,#bodycontent table.roygroups tr td a:active,#bodycontent table.roygroups tr td a:visted {
	color:#000066;
	font-size: 14px;
	line-height: 18px;
	text-decoration:underline;
	text-shadow: 2px 2px 1px #DDDDDD;	
}

#bodycontent table.roygroups tr td a:hover {
	/*background-color:#00F;*/
	color:#000;
	text-decoration:none;
}

#bosskey,a.tooltip span,#sactrosvid,div.introcontentoff,a.picnudelnk span {
	display:none;
}

#controlbottom {
	left:15px;
	position:absolute;
	top:415px;
}

#controltop {
	left:15px;
	position:absolute;
	top:0px;
}

#controltop,#controlbottom {
	height:40px;
	padding:0px;
	width:520px;
}

#copyleft td a.imagelink:hover,a.imagelink:hover img,img a.imagelink:hover {
	background-color:transparent;
	color:transparent;
}

#daplaya {
	height:164px;
	left:-34px;
	position:absolute;
	top:-20px;
	width:598px;
	z-index:99;
}

#displaybox {
	background-color:#000;
	color:#fff;
	height:100%;
	left:-2500px;
	position:absolute;
	text-align:center;
	top:-2000px;
	vertical-align:middle;
	width:100%;
	z-index:100;
}

#displaybox2 {
	background-color:#000;
	border:5px solid #CCC;
	color:#fff;
	height:520px;
	position:absolute;
	text-align:center;
	vertical-align:middle;
	width:720px;
	z-index:101;
}

#dockcontent0,#dockcontent1 {
	position:absolute;
	top:160px;
	z-index:299;
	/*margin-left: 100px;*/
	left: 80%;
}

#flowplayerholder {
	border:1px solid #555;
	height:340px;
	left:15px;
	position:absolute;
	top:45px;
	width:520px;
}

#imageoverlay {
	background-color:#000;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	display:block;
	height:400px;
	left:5px;
	overflow:scroll;
	padding:5px;
	text-align:center;
	top:5px;
	width:700px;
	z-index:900;
}

#introdetail {
	left:565px;
	position:absolute;
	top:5px;
	width:400px;
}

#nudewrap {
	margin-left:20px;
	padding-left:0px;
}

#ovctrl {
	bottom:10px;
	left:100px;
	position:absolute;
	z-index:120;
}

#playbtn:hover,a.gallerypic:hover,a.gallerypic:hover span.zoom-icon,a.gallerypic span.zoom-icon:hover,a.gallerypic img.pic:hover,#playbtnsml:hover,a.gallerypicsml:hover,a.gallerypicsml:hover span.zoom-icon,a.gallerypicsml span.zoom-icon:hover,a.gallerypicsml img.pic:hover {
	cursor:pointer;
}

#playerwrap {
	left:5px;
	position:absolute;
	top:5px;
	z-index:102;
}

#playerx {
	z-index:102;
}


#topheader {
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:1000px;
	z-index: 110;
	overflow: visible;
}

#topheader .quickn {
	background-color:#126;
	border-bottom:1px solid #369;
	border-left:1px solid #59A;
	border-right:1px solid #369;
	border-top:1px solid #59A;
	display:block;
	margin:0px;
	padding:5px 5px;
	height: 25px;
	position:relative;
	width: 995px;
	overflow: visible;
	z-index: 120;
}

#topheader table td a.logo {
	background-color:transparent;
	margin:0px;
	padding:0px;
}

#wrapper {
	height:560px;
	position:relative;

}

.BigGreen {
	background:#6C6;
	border-bottom:2px solid #5A5;
	border-left:2px solid #7E7;
	border-right:2px solid #5A5;
	border-top:2px solid #7E7;
	color:#000;
	cursor:pointer;
	font-family:verdana,arial,helvetica;
	font-size:16px;
	font-weight:700;
	height:30px;
	padding:5px;
	text-decoration:none;
	z-index:999;
}

.BigGray {
  	background: #ccc; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7a7a', endColorstr='#f0f0f0'); /* for IE<10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#7a7a7a), to(#f0f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #7a7a7a,  #f0f0f0); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #7a7a7a, #f0f0f0); /* for IE 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7a7a7a), to(#f0f0f0)); /* for Safari 4+, Chrome 1-9 */
	background: -o-linear-gradient(top, #7a7a7a, #f0f0f0); /* Opera 11.10+ */
	text-shadow: -1px 1px 1px #EEE;	
	border-bottom:2px solid #575;
	border-left:2px solid #777;
	border-right:2px solid #575;
	border-top:2px solid #777;	
	-moz-border-radius: 4px; 
	border-radius: 4px;
	color:#333;
	cursor:pointer;
	font-family:verdana,arial,helvetica;
	font-size:16px;
	line-height: 20px;
	font-weight:700;
	padding:10px;
	text-decoration:none;
	z-index:999;	
	margin: 5px 1px;
}
.BigGray:hover {
  	background: #ccc; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9f9fff'); /* for IE<10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#9f9fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #9f9fff); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #ffffff, #9f9fff); /* for IE 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#9f9fff)); /* for Safari 4+, Chrome 1-9 */
	background: -o-linear-gradient(top, #ffffff, #9f9fff); /* Opera 11.10+ */
	text-shadow: -1px 1px 1px #777;	
	border-bottom:2px solid #AA5;
	border-left:2px solid #EE7;
	border-right:2px solid #AA5;
	border-top:2px solid #EE7;	
	-moz-border-radius: 4px; 
	border-radius: 4px;
	color:#000;
	cursor:pointer;
	font-family:verdana,arial,helvetica;
	font-size:16px;
	line-height: 20px;
	font-weight:700;
	padding:10px;
	text-decoration:none;
	z-index:999;	
	margin: 5px 1px;
}
.BigGrayOff {
	cursor:default;
	background:#686;
	text-shadow: -1px 1px 1px #000;	
	border-bottom:2px solid #464;
	border-left:2px solid #242;
	border-right:2px solid #464;
	border-top:2px solid #242;
	-moz-border-radius: 4px; 
	border-radius: 4px;	
	color:#DD0;
	font-family:verdana,arial,helvetica;
	font-size:16px;
	font-weight:700;
	padding:10px;
	line-height: 20px;
	text-decoration:none;
	z-index:999;
	margin: 5px 1px;
}

.BigGreenNull {
	background:#686;
	border-bottom:2px solid #464;
	border-left:2px solid #242;
	border-right:2px solid #464;
	border-top:2px solid #242;
	color:#CCC;
	font-family:verdana,arial,helvetica;
	font-size:16px;
	font-weight:700;
	height:30px;
	padding:5px;
	text-decoration:none;
	z-index:999;
}



.PicBox {
	background-color:#000;
	border:2px solid #000;
	cursor:pointer;
	float:left;
	height:119px;
	margin:auto;
	padding:auto;
	position:relative;
	width:80px;
	z-index:10;
}

.PicBox0 {
	border:2px solid #555;
	height:70px;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:76px;
	z-index:5;
}

.PicBoxAsc {
	background-color:#77A;
	/*border-top:1px solid #000;*/
	height:18px;
	left:2px;
	margin:0px;
	display:block;
	padding: 2px 0px;
	position:absolute;
	text-align:center;
	top:88px;
	width:40px;
	z-index:1;
}


.PicBoxOrg {
	background-color:#77A;
	/*border-left:1px solid #000;
	border-top:1px solid #000;*/
	display:block;
	height:18px;
	left:40px;
	margin:0px;
	padding:2px 0px;
	position:absolute;
	text-align:center;
	top:88px;
	width:40px;
	z-index:1;
}

.PicBoxAsc span,.PicBoxOrg span {
	color:#EEF;
	background-color:#55A;
	border-top: 1px solid #99F;
	border-left: 1px solid #99F;
	border-right: 1px solid #55A;
	border-bottom: 1px solid #55A;
	font-family:arial;
	padding: 1px 6px;
	margin-left: 1px;
	margin-bottom: 4px;
	font-size:9px;
	line-height: 12px;
	text-align:center;
	text-decoration:none;
	z-index:2;
}
.PicBoxAsc span:hover,.PicBoxOrg span:hover {
	background-color:#5A5;
	color: yellow;
	border: 1px solid black;
}
.PicBoxH1 {
	border:2px solid #555;
	height:35px;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:80px;
	z-index:5;
}

.PicBoxH2 {
	border:2px solid #555;
	height:35px;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:36px;
	width:80px;
	z-index:5;
}

.PicBoxLabel {
	background-color:#77A;
	height:40px;
	left:2px;
	margin:0px;
	padding:0px;
	position:absolute;
	text-align:center;
	top:71px;
	line-height: 36px;
	width:78px;
	z-index:1;
}
.LabelWithPhoto {
	background-color: #662!important;
}

.PicBoxLabel span {
	color:#FF5;
	font-family:arial;
	font-size:10px;
	text-align:center;
	line-height: 20px;
	z-index:2;
}

.PicBoxN {
	background-color:#000;
	border:2px solid #000;
	cursor:pointer;
	float:left;
	height:112px;
	margin:0px;
	padding:0px;
	position:relative;
	width:84px;
	z-index:10;
	/*overflow: hidden;*/
}

.PicBoxNew {
	background-color:#000;
	border:2px solid #000;
	cursor:pointer;
	float:left;
	height:119px;
	margin:0px;
	padding:0px;
	position:relative;
	width:90px;
	z-index:10;
}


.PicBoxV1 {
	border:2px solid #555;
	height:70px;
	left:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:40px;
	z-index:5;
}

.PicBoxV2 {
	border:2px solid #555;
	height:70px;
	left:41px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	width:40px;
	z-index:5;
}

.PicBoxV2 img,.PicBoxV1 img {
	z-index:1;
}

.big {
	font-family:verdana,arial;
	font-size:15px;
}

.button {
	background-color:#4584C4;
	color:#fff;
	font-family:verdana,arial,helvetica;
	font-size:12px;
}

.buttonoff {
	background-color:#C44545;
	color:#fff;
	font-family:verdana,arial,helvetica;
	font-size:12px;
}

.buttonon {
	background-color:#45C445;
	color:#fff;
	font-family:verdana,arial,helvetica;
	font-size:12px;
}

.datetime {
	color:#fff;
	font-family:verdana,arial;
	font-size:9px;
}

.dockclass {
	background-color:#300;
	border-bottom:4px solid #733;
	border-left:4px solid red;
	border-right:4px solid #733;
	border-top:4px solid red;
	color:red;
	cursor:pointer;
	font-family:verdana,arial;
	font-size:18px;
	font-weight:bold;
	height:25px;
	padding:5px;
	/*
	position:relative;
	*/
	position: fixed;
	top: 120px;
	left: 1200px;
	text-align:center;
	width:100px;
}

.fr {
	color:#3F8640;
	font-size:16px;
}

.gr {
	color:#960;
	font-size:16px;
}

.headerph {
	display:block;
	height:155px;
	margin:0px;
	padding:0px;
	width:1000px;
}

h1.homeheader{
	background-color:#015;
	color:#ddF;
	display:block;
	font-family:verdana,arial;
	font-size:16px;
	font-weight:700;
	margin:0px;
	padding:5px 0px 5px 5px;
	text-decoration:none;
	z-index:100;
	text-shadow: 3px 3px 3px #000;		
	
}
#pageheading a {
	text-shadow: 3px 3px 3px #000;		
}

.lb {
	color:#600;
	font-size:16px;
}

.linkspan {
	color:#000;
	cursor:pointer;
	font-family:verdana,arial;
	font-size:13px;
	font-style:normal;
	line-height:22px;
	text-decoration:underline;
	width:75px;
}

.linkspan2 {
	color:#555;
	cursor:pointer;
	font-family:verdana,arial;
	font-size:11px;
	font-style:normal;
	line-height:15px;
	text-decoration:underline;
	width:75px;
}

.logo {
	display:block;
	margin:0px;
	padding:0px;
}

.nudeintro {
	clear:both;
	padding:5px;
	width:880px;
	font-size: 12px;
	color:#FFF;
	font-family:arial;
}


.nudeintro  b {
	color:#FF0;
	font-size:14px;
	font-weight:700;
}

.nudewrap {
	clear:both;
	position:relative;
	width:940px;
	overflow: hide;
}

.path {
	color:#091F5B;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:400;
	text-decoration:underline;
}
.nudewrapper {
	width: 920px;
	display: block;
}
.picheading {
	top: 3px;
	left: 5px;
	background-color:#77A;
	border:2px solid #337;
	/*clear:both;*/
	margin:2px;
	padding:5px;
	width:880px;
}

.picheading span {
	color:#FF5;
	font-family:arial;
	font-size:14px;
	font-weight:700;
}

.playbtn {
	border:2px solid #222;
	height:360px;
	margin:2px;
	padding:2px;
	width:482px;
}

.playbtnsml {
	border:2px solid #222;
	height:90px;
	margin:0px;
	padding:0px;
	width:120px;
	background-color: #000000;
}

.royfooter {
	background-color:#126;
	border:2px solid #555;
}

.sectionBox {
	border:solid 1px #e6e6e6;
	margin:0px;
	padding:5px;
}

.small,td.small, p.small, #roygroups td.small {
	color:#336;
	font-family:verdana,arial;
	font-size:0.9em;
	line-height:1.2em;
}

.smallOrg {
	color:#f60;
	font-family:verdana,arial;
	font-size:10px;
}

.textBox {
	width:120px;
}

.websites {
	background-image:url('/images/websitebg.gif');
	border:solid 1px #060;
	margin:0px;
}

.white {
	color:#f0f0f0;
}

.whiteline {
	background-color:#FFF;
	display:block;
	margin:0px;
	padding:0px;
}

.yellowBorder {
	border:2px solid #ff0;
}

a {
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0.5px;
	line-height:18px;
}

a b {
	font-size:13px;
	line-height:18px;
}


A:link.activeroylink,A:visited.activeroylink,A:active.activeroylink,A:hover.activeroylink,a:link.activeroylink b {

}


A:link.downloadlink,A:active.downloadlink {
	color:#000;
	font-family:verdana,arial;
	font-size:12px;
	font-style:normal;
	line-height:20px;
	text-decoration:underline;
}
A:visited.downloadlink {
	color: #333333;
}
A:hover.downloadlink {
	background-color:transparent;
	color:#00F;
	font-family:verdana,arial;
	font-size:12px;
	text-decoration:none;
}


A:link.roylink,A:visited.roylink,A:active.roylink,a:link.roylink b {
	color:#aaf;
	font-family:verdana,arial;
	font-size:12px;
}
A:hover.roylink,A:hover.roylink b {
/*	background-color:#00F;*/ 
	color:#FF0;
	font-family:verdana,arial;
	font-size:12px;
	text-decoration: none;
}


A:link.roylinkgal,A:visited.roylinkgal,A:active.roylinkgal,a:link.roylinkgal b {
	color:#ffa;
	font-family:verdana,arial;
	font-size:12px;
}
A:hover.roylinkgal {
	/*background-color:#00F;*/
	color:#FF0;
	font-family:verdana,arial;
	font-size:12px;
}

A:link.smalllnk,A:visited.smalllnk,A:active.smalllnk {
	color:#000;
	font-family:verdana,arial;
	font-size:10px;
	line-height:14px;
	text-decoration:underline;
}

A:hover.smalllnk {
	/*background-color:#336;*/
	color:#FF0;
	font-family:verdana,arial;
	font-size:10px;
	text-decoration:none;
}


A:hover.OtherWebsiteLink {
	background-color:#fff;
}


/* Carsten Pages */
a img {
	background-color:transparent;
	border-width:0px;
	padding:0px;
}

a.gallerypic {
	display:block;
	float:left;
	position:relative;
	text-decoration:none;
	width:480px;
}

a.gallerypic span.zoom-icon,a.gallerypicsml span.zoom-icon {
	left:40%;
	position:absolute;
	top:35%;
	visibility:visible;
}

a.gallerypicsml {
	display:block;
	float:left;
	position:relative;
	text-decoration:none;
	width:120px;
}
a.gallerypicsml>span.zoom-icon {
	opacity: 0.65;
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	filter: alpha(opacity=65);
}


a.logo {
	padding:0px;
}

/* Begin Gallery Selection Link Style */
a.opaclnk {
	display:block;
	height:105px;
	margin:15px;
	padding:0px;
	width:605px;
	cursor:pointer;
}


a.opaclnk:link,a.opaclnk:active {
	background:transparent url('/images/clickme-corner.png') no-repeat right bottom;
	background-color:#111;
	border-bottom:3px solid #222;
	border-left:3px solid #222;
	border-right:3px solid #444;
	border-top:3px solid #333;
}

a.opaclnk:visited {
	background:transparent url('/images/gallery-visted.png') no-repeat right bottom;
	background-color:#111;
	border-bottom:3px solid #222;
	border-left:3px solid #222;
	border-right:3px solid #444;
	border-top:3px solid #333;
	cursor:pointer;
}

a.opaclnk:hover {
	background:transparent url('/images/sel_gal_bg.png') no-repeat right bottom;
	border-bottom:3px solid #FF0;
	border-left:3px solid #EE0;
	border-right:3px solid #fff;
	border-top:3px solid #eee;
	cursor:pointer;
}





a.packfiles,a.packfiles:visited,a.packfiles:active {
	background:#337 url('/images/icon/filesave.png') no-repeat right center;
	border-bottom:2px solid #024;
	border-left:2px solid #09D;
	border-right:2px solid #024;
	border-top:2px solid #0CF;
	color:#FFF;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px 26px 5px 5px;
	text-align:center;
	text-decoration:none;
	width:145px;
	cursor:pointer;
	text-shadow: -1px 1px 1px #333;		
}

a.packnfoflnk,a.packnfoflnk:active,a.packnfoflnk:visited {
	background:#373 url('/images/icon/viewmag.png') no-repeat right center;
	border-bottom:2px solid #042;
	border-left:2px solid #0D9;
	border-right:2px solid #042;
	border-top:2px solid #0FC;
	color:#FFF;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px 26px 5px 5px;
	text-align:center;
	text-decoration:none;
	width:180px;
	cursor:pointer;
	text-shadow: -1px 1px 1px #333;		
}

a.packnfoflnk:hover,a.packofflnk:hover {
	background:#3A3 url('/images/icon/viewmag.png') no-repeat right center;
	border-bottom:2px solid #053;
	border-left:2px solid #2FC;
	border-right:2px solid #053;
	border-top:2px solid #3FE;
	color:#FF0;
	cursor:pointer;
	text-shadow: -1px 1px 1px #333;	
}

a.packofflnk,a.packofflnk:active,a.packofflnk:visited {
	background:#373 url('/images/icon/viewmag.png') no-repeat right center;
	border-bottom:2px solid #042;
	border-left:2px solid #0D9;
	border-right:2px solid #042;
	border-top:2px solid #0FC;
	color:#FFF;
	cursor:pointer;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px 26px 5px 5px;
	text-align:center;
	text-decoration:none;
	width:150px;
	text-shadow: -1px 1px 1px #333;		
}

a.packonlnk,a.packonlnk:active,a.packonlnk:visited,a.packonlnk:hover {
	background:#030 url('/images/icon/viewmag.png') no-repeat right center;
	border-bottom:2px solid #174;
	border-left:2px solid #050;
	border-right:2px solid #174;
	border-top:2px solid #050;
	color:#777;
	cursor:pointer;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px 26px 5px 5px;
	text-align:center;
	text-decoration:none;
	width:150px;
	text-shadow: -1px 1px 1px #333;	
}

a.picnudelnk:hover span {
	background-color:#600;
	border:1px solid #963;
	color:#ff0;
	left:5em;
	padding:0.2em;
	position:absolute;
	top:-15em;
}

a.picnudelnk:hover span,a.picnudelnk:hover span img {
	z-index:800;
}

a.tooltip,a.picnudelnk {
	position:relative;
}

a.tooltip:hover span {
	background-color:#600;
	border:1px solid #963;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	color:#ff0;
	display:block;
	left:2em;
	padding:0.3em 0.6em;
	position:absolute;
	top:3em;
	width:250px;
}

a:hover {
	/*background-color:#9898FF;*/
	color:#ff0;
	text-decoration: none;
}

b {
	font-weight:700;
}

blockquote, cite {
	border-left:5px solid #777;
	color:#CCC;
	font-size:12px;
	font-style:italic;
	margin-left:10px;
	padding-left:5px;
}

blockquote a,cite a {
	color:#CCC;
	font-size:12px;
	font-style:italic;
}

body {
	background:#000 url('/images/roysacback2014.png') bottom left repeat-x;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
}


body table.asciimation tbody tr td {
	padding-top:10px;
	text-align:center;
	vertical-align:bottom;
}

body table.asciimation tbody tr td ol {
	border-bottom:1px solid #777;
	font-size:20px;
	text-align:left;
}

body table.asciimation tbody tr td ol li {
	color:#ffffff;
	font-size:13px;
	font-variant:small-caps;
}

body table.royfooter a.smalllnk,body table.royfooter a.smalllnk:active,body table.royfooter a.smalllnk:visited {
	color:#aaf;
	text-shadow: 2px 2px 2px #111111;	
}

body table.royfooter a.smalllnk:hover {
	color:#eeeeff;
	text-shadow: 2px 2px 2px #111111;	
}

body table.royfooter tbody tr td {
	padding:10px;
	text-shadow: 2px 2px 2px #111111;	
}

body table.royfooter tbody tr td p.small b {
	color:#bbf;
}

body table.royfooter tbody tr td p.small,body table.royfooter tbody tr td p.small {
	color:#99f;
}

cite {
	border-left:5px solid #777;
	color:#CCC;
	display:block;
	font-size:12px;
	font-style:italic;
	margin-left:15px;
	padding-left:5px;
}

div.introcontent {
	color:#555;
	z-index:10;
}

div.introcontent table tr td {
	color:#555;
}

em {
	color:#6f6f6f;
	font-family:verdana,arial;
	font-size:12px;
	font-style:normal;
	font-weight:400;
}

h1 {
	display:block;
	font-family:arial, helvetica, sans-serif;
	font-size:17px;
	font-weight:700;
	margin:0px;
	padding:10px 5px;
}
h1.homeheader {
	padding-left: 10px;
	text-shadow: -1px 1px 1px #EEE;	
	background: transparent;
 }
 
h2 {
    z-index: 0;
	width:100%;
	color:#ff0;
	font-family:verdana,arial;
	font-size:15px;
	font-weight:700;
	padding: 4px 3px 5px 10px;
	margin: 5px 0px 5px 0px;
	clear: both;
	letter-spacing:1px;
   -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #525252;  
    background-image: -webkit-linear-gradient(top, #575757, #2e2e2e);
    background-image: -moz-linear-gradient(top, #575757, #2e2e2e);
    background-image: -o-linear-gradient(top, #575757, #2e2e2e);
    background-image: linear-gradient(to bottom, #575757, #2e2e2e);		
}
 h2.homeheader  {
	padding: 10px 5px 10px 10px;
	margin: 5px 3px 5px -7px;
	color: #EFEFAA;
	border-bottom: 1px solid #666666;
	clear: both;
	letter-spacing:1px;
   -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #121212;  
    background-image: -webkit-linear-gradient(top, #070707, #2e2e2e);
    background-image: -moz-linear-gradient(top, #070707, #2e2e2e);
    background-image: -o-linear-gradient(top, #070707, #2e2e2e);
    background-image: linear-gradient(to bottom, #070707, #2e2e2e);	
 }

h3 {
	clear: both;
    display:block;
	border-bottom:1px solid #036;
	color:#DEF;
	font-family:verdana,arial;
	font-size:13px;
	font-weight:700;
	letter-spacing:1px;
	padding: 4px 3px 5px 10px;
	margin: 5px 0px 5px 0px;
	clear: both;
   -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #525252;  
    background-image: -webkit-linear-gradient(top, #575757, #2e2e2e);
    background-image: -moz-linear-gradient(top, #575757, #2e2e2e);
    background-image: -o-linear-gradient(top, #575757, #2e2e2e);
    background-image: linear-gradient(to bottom, #575757, #2e2e2e);	
 }

h4 {
	clear: both;
	letter-spacing:1px;
   -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #121212;  
    background-image: -webkit-linear-gradient(top, #070707, #2e2e2e);
    background-image: -moz-linear-gradient(top, #070707, #2e2e2e);
    background-image: -o-linear-gradient(top, #070707, #2e2e2e);
    background-image: linear-gradient(to bottom, #070707, #2e2e2e);	
    font-size: 13px;
	color: #AADDFF;
	padding: 5px 3px 3px 5px;
	margin: 4px 0px 3px -7px;	
	border-bottom: 1px solid #666666;	
}
h5 {
   display: block;
   margin: 5px 0px;
   padding: 4px 15px;
   color: yellow;
   font-size: 14px;
   font-weight: bold;
   border-bottom: 1px solid #777700;
}

#pageheading {
	height: 105px;
	padding: 0px;
	/* margin: -10px 0px 5px -5px;*/
	margin-top: -5px;
	margin-bottom: 5px;
	position: relative;
	clear: both;
	letter-spacing:1px;
   -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #121212;  
    background-image: -webkit-linear-gradient(top, #070707, #2e2e2e);
    background-image: -moz-linear-gradient(top, #070707, #2e2e2e);
    background-image: -o-linear-gradient(top, #070707, #2e2e2e);
    background-image: linear-gradient(to bottom, #070707, #2e2e2e);	
 }

 
img.hdrimage {
	position:absolute;
	right:10px;
	margin: 0px 10px 5px 10px;
}
hr {
	background-color:#069;
	color:#069;
	height:1px;
}

i {
	font-style:italic;
}

lrg {
	font-size:20px;
}


select,input {
	color:#000;
	font-family:verdana,arial;
	font-size:10px;
	font-style:normal;
}

strong {
	color:#f60;
	font-family:verdana,arial;
	font-size:12px;
	font-style:normal;
	font-weight:400;
}

table {
	background-color:#000;
}

/* End Gallery Selection Link Style */
table.artpackstab tbody tr {
	background-color:#FFF;
}
table.artpackstab tbody tr th {
	font-size: 14px!important;
	color: #FFFF00!important;
	text-shadow: 1px 1px 0px #333333;
}
table.artpackstab tbody tr td {
	font-size:13px!important;
	text-align:center;
	text-shadow: 1px 1px 0px #333333;
}



table.artpackstab tbody tr td a:link,table.artpackstab tbody tr td a:active,table.artpackstab tbody tr td a:visited {
	background-color:#373;
	border-bottom:1px solid #042;
	border-left:1px solid #0D9;
	border-right:1px solid #042;
	border-top:1px solid #0FC;
	color:#FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
	font-family:verdana,arial;
	font-size:11px!important;
	font-weight:700;
	margin-right:2px;
	padding:5px 8px 5px 8px;
	text-align:center;
	text-decoration:none;
	width:90px;
	text-shadow: 1px 1px 0px #333333;
}

table.artpackstab tbody tr td a:hover {
	background-color:#3A3;
	border-bottom:1px solid #053;
	border-left:1px solid #2FC;
	border-right:1px solid #053;
	border-top:1px solid #3FE;
	color:#FFFF00!important;
}

table.artpackstab tbody tr td.header {
	background-color:#ddd;
	color:#000;
	font-weight:700;
}

td {
	color:#000;
	font-family:verdana,arial;
	font-size:12px;
	font-style:normal;
	line-height:20px;
}

textarea {
	color:#000;
	font-family:verdana,arial,helvetica;
	font-size:10px;
}

td.roytooldetail {
	padding: 15px;
}
td.roytooldetail, td.roytooldetail p, td.roytooldetail ul li, td.roytooldetail ol li {
	color: #dddddd; font-size: 12px;
}
td.roytooldetail code, td.roytooldetail p td.roytooldetail, td.roytooldetail ul li code, td.roytooldetail ol li code {
	color: yellow; font-family: Lucida Console, Monospace; font-size: 13px;
}

td.roytooldetail p i {
	color: white; font-style: italic;font-family: courier, Monospace;
}

a.bigpluslnk,a.bigpluslnk:active,a.bigpluslnk:visited {
	background:#963 url('/images/icon/viewmagzoomin.png') no-repeat center center;
	border-bottom:2px solid #420;
	border-left:2px solid #D90;
	border-right:2px solid #420;
	border-top:2px solid #FC0;
	color:#FFF;
	cursor:pointer;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px 26px 5px 5px;
	text-align:center;
	text-decoration:none;
	width:30px;
	/* height:30px;*/
	position:absolute;
	left:660px;
	/* left:725px;*/
}

a.bigminuslnk,a.bigminuslnk:active,a.bigminuslnk:visited {
	background:#963 url('/images/icon/viewmagzoomout.png') no-repeat center center;
	border-bottom:2px solid #420;
	border-left:2px solid #D90;
	border-right:2px solid #420;
	border-top:2px solid #FC0;
	color:#FFF;
	cursor:pointer;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px 26px 5px 5px;
	text-align:center;
	text-decoration:none;
	width:30px;
	/* height:30px;*/
	position:absolute;
	left:730px;
	/** left:775px;*/
}

a.bigpluslnk:hover {
	background:#B85 url('/images/icon/viewmagzoomin.png') no-repeat center center;
}
a.bigminuslnk:hover {
	background:#B85 url('/images/icon/viewmagzoomout.png') no-repeat center center;
}

a.bigprevlnk,a.bigprevlnk:active,a.bigprevlnk:visited {
	background:#AA3 url('/images/icon/left-prev.png') no-repeat center center;
	border-bottom:2px solid #420;
	border-left:2px solid #D90;
	border-right:2px solid #420;
	border-top:2px solid #FC0;
	color:#FFF;
	cursor:pointer;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px 26px 5px 5px;
	text-align:center;
	text-decoration:none;
	width:40px;
/*	* height:30px;*/
}

a.bignextlnk,a.bignextlnk:active,a.bignextlnk:visited {
	background:#AA3 url('/images/icon/right-next.png') no-repeat center center;
	border-bottom:2px solid #420;
	border-left:2px solid #D90;
	border-right:2px solid #420;
	border-top:2px solid #FC0;
	color:#FFF;
	cursor:pointer;
	font-family:verdana,arial;
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
	margin-right:5px;
	padding:5px 26px 5px 5px;
	text-align:center;
	text-decoration:none;
	width:40px;
	/* height:30px;*/
	position:absolute;
	left:800px;
	/* left:820px;*/
}
a.bignextlnk:hover  {
  background:#DD3 url('/images/icon/right-next.png') no-repeat center center;
}
 a.bigprevlnk:hover {
	background:#DD3 url('/images/icon/left-prev.png') no-repeat center center;
 }
#bodycontent #fileidcol {
 margin: 0px 0px 45px 0px;
 width: 99%;
}
#bodycontent #fileidcol td {
	white-space:pre-line;
	background-color: #222;
	color: #FFF;
	font-family:"Lucida Console", monospace;
	font-size:10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 20px;
	padding-bottom: -25px;
	line-height:11px;
	letter-spacing: 0px;
	vertical-align: top;
	width: 50%;

}
#bodycontent #fileidcol td pre {
  text-shadow: 4px 4px 2px #000;		
}
#bodycontent #fileidcol td b {
	color: #FF0;
	font-size:12px;
	line-height:20px;
	display: block;
	background-color: #444;
	text-indent: 5px;
   -webkit-box-shadow: 1px 0 0 1px rgba(0, 0, 0, 0.8);
    box-shadow: 1px 0 0 1px rgba(0, 0, 0, 0.8);	
	text-shadow: 2px 2px 0px #000;		
}

/* Begin Gallery Selection Link Style */
a.gallerylink {
	position: relative;
	width: 480px;
	height: 68px;
	display: block;
	text-align: center;
	margin:0px;
	padding: 0px;
	text-decoration: none;
}

a.gallerylink img.over, a.gallerylink img.def, a.gallerylink img {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left:0px;
	width: 462px;
	height: 68px;
	margin: 0px;
	padding: 0px;
}


a.gallerylink:link,a.gallerylink:active {
	background:black url('/images/gal_bg1.gif') repeat-x left top;
	border-bottom:3px solid #222;
	border-left:3px solid #222;
	border-right:3px solid #444;
	border-top:3px solid #333;
}

a.gallerylink:visited {
	background:black url('/images/gal_bg1.gif') repeat-x left top;
	border-bottom:3px solid #222;
	border-left:3px solid #222;
	border-right:3px solid #444;
	border-top:3px solid #333;
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
}

a.gallerylink:hover {
	background:black url('/images/gal_bg2.gif') repeat-x left top;
	border-bottom:3px solid #FF0;
	border-left:3px solid #EE0;
	border-right:3px solid #fff;
	border-top:3px solid #eee;
}

ul.gallerylist {
	/*list-style-type: none;*/
	list-style: disc url('/images/gal_bullet.gif');
}
  
ul.gallerylist li {
	position: relative;
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}  

a.gallerylink span.txt1 {
	z-index: 999;
	color: #400;
	font-family:"Lucida Console", monospace;
	font-size:18px;
	font-weight: bold;
	position: absolute; 
	right: 10px; 
	bottom: 4px;
}
a.gallerylink span.txtshadow {
	z-index: 998;
	color: #FF0;
	font-family:"Lucida Console", monospace;
	font-size:18px;
	font-weight: bold;
	position: absolute; 
	right: 11px; 
	bottom: 5px;
}


a.logo span.sclbl,  a.logo span.scurl {
	display: none;
}

a.logo {
	position: relative;
}
a.logo:hover span.sclbl {
	background-color:#006;
	border-top:1px solid #369;
	border-left:1px solid #369;
	border-right:1px solid #369;
	color:#aaa;
	display:block;
	padding:0.3em 0.6em;
	position:absolute;
	top: 0em;
	left: 2em;
	width:250px;
	line-height: 14px;
	overflow: hidden;
	font-family:verdana,arial;
	font-size:10px;
	font-weight:400;
	text-align:left;
	text-decoration:none;
}

a.logo:hover span.scurl{
	background-color:#006;
	border-bottom:1px solid #369;
	border-left:1px solid #369;
	border-right:1px solid #369;
	color:#fff;
	font-weight: bold;
	display:block;
	padding:0.3em 0.6em;
	position:absolute;
	top: 2em;
	left: 2em;
	width:250px;
	line-height: 14px;
	overflow: hidden;
	font-family:verdana,arial;
	font-size:11px;
	text-align:left;
	text-decoration:none;
}

/*OSDM Intros Goodies Box */
#bodycontent table.osdmgoodies {
	width: 100%;
	text-align: center;
	border: none;
}
#bodycontent table.osdmgoodies tr {
	height: 25px;
}

#bodycontent table.osdmgoodies tr td { 
  /*display: block;*/
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-left: 1px solid #222222;
	border-bottom: 1px solid #222222;
	height: 25px;
	padding-left: 5px;
}

#bodycontent table.osdmgoodies tr td span.videodata { 
	display: block;
	font-size: 10px;
	color: #999999;
}

#bodycontent table.osdmgoodies tr td.osdmreshdr {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #222222;
	vertical-align: top;
	text-align: left;
	width: 30%;
}

#bodycontent table.osdmgoodies tr td.media, #bodycontent table.osdmgoodies tr td.label {
	background-color: #111111;
	padding: 10px;
	margin: 10px;
	line-height: 20px;
}		  
#bodycontent table.osdmgoodies tr td.media {
	text-align: center;
	vertical-align: top;	
	width: 30px;
}
#bodycontent table.osdmgoodies tr td.label {
	text-align: center;
	vertical-align: middle;	
}		  

#bodycontent table.osdmgoodies tr td.media a.download {
	margin: 10px;
	padding: 3px 25px;
	font-size: 1.1em;
}
#bodycontent table.osdmgoodies tr td.media a.link, #bodycontent table.osdmgoodies tr td.label a.link {
	color: white!important;
}
#bodycontent table.osdmgoodies tr td.media>a>span:first-of-type:after {
  content: url('/images/icon/filesave.png'); position: absolute; margin: -2px 2px 2px 2px; 
}

.ui-widget-content table.roygroups tr td a {
	color: #33A;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
}		  
		  
#include-from-outside a.dropbox_link {
	background:#6C6;
	border-bottom:2px solid #5A5;
	border-left:2px solid #7E7;
	border-right:2px solid #5A5;
	border-top:2px solid #7E7;
	color:#000;
	cursor:pointer;
	font-family:verdana,arial,helvetica;
	font-size:16px;
	font-weight:700;
	height:30px;
	padding:5px;
	text-decoration:none;
	z-index: 99;
}
#asciititle {
	clear: both;
	position: relative;
	display:block;
	font-size:16px;
	font-weight:bold;
	color:white;
	text-indent:15px;
	padding:5px;
}



DIV.ANSICSS { background-color:#000;  color:#C6C6C6; font-family:Terminal, monospace; letter-spacing: 0px; line-height: 100%;font-size: 10pt; display: inline-block; margin:0px;padding:0px; width: 640px;}
DIV.ANSICSS PRE SPAN {width: 8pt;height:16pt;letter-spacing: 0pt;font-weight: normal;line-height:100%;margin: 0px; padding: 0px;}
DIV.ANSICSS PRE SPAN.B0 {  background-color: #000000; }
DIV.ANSICSS PRE SPAN.C0 {  color: #000000; }
DIV.ANSICSS PRE SPAN.B1 {  background-color: #0000AA;}
DIV.ANSICSS PRE SPAN.C1 {  color: #0000AA;}
DIV.ANSICSS PRE SPAN.B2 {  background-color: #00AA00;}
DIV.ANSICSS PRE SPAN.C2 {  color: #00AA00;}
DIV.ANSICSS PRE SPAN.B3 {  background-color: #00AAAA;}
DIV.ANSICSS PRE SPAN.C3 {  color: #00AAAA;}
DIV.ANSICSS PRE SPAN.B4 {  background-color: #AA0000;}
DIV.ANSICSS PRE SPAN.C4 {  color: #AA0000;}
DIV.ANSICSS PRE SPAN.B5 {  background-color: #AA00AA;}
DIV.ANSICSS PRE SPAN.C5 {  color: #AA00AA;}
DIV.ANSICSS PRE SPAN.B6 {  background-color: #AA5500;}
DIV.ANSICSS PRE SPAN.C6 {  color: #AA5500;}
DIV.ANSICSS PRE SPAN.B7 {  background-color: #AAAAAA;}
DIV.ANSICSS PRE SPAN.C7 {  color: #AAAAAA;}
DIV.ANSICSS PRE SPAN.C8 {  color: #555555;}
DIV.ANSICSS PRE SPAN.C9 {  color: #5555FF;}
DIV.ANSICSS PRE SPAN.CA {  color: #55FF55;}
DIV.ANSICSS PRE SPAN.CB {  color: #55FFFF;}
DIV.ANSICSS PRE SPAN.CC {  color: #FF5555;}
DIV.ANSICSS PRE SPAN.CD {  color: #FF55FF;}
DIV.ANSICSS PRE SPAN.CE {  color: #FFFF55;}
DIV.ANSICSS PRE SPAN.CF {  color: #FFFFFF;}




/*
DIV.ANSICSS {
	background-color:#000; color:#C6C6C6;
	font-family:dos, monospace; font-size: 1.5em;
	display: inline-block; width: 640px;
	margin: 0px; padding: 0px; letter-spacing: 0px;
	border: none;
	overflow: visible;
}
DIV.ANSICSS PRE {
	margin: 0px; padding: 0px; letter-spacing: 0px;
	vertical-align: top; text-align: left; 
	border: none;
}
DIV.ANSICSS PRE SPAN {
	margin: 0px; padding: 0px; letter-spacing: 0px;
	vertical-align: top; text-align: left; 
}
DIV.ANSICSS PRE SPAN.B0 {background-color: #000000;}
DIV.ANSICSS PRE SPAN.C0 {color: #000000;}
DIV.ANSICSS PRE SPAN.B1 {background-color: #0000AA;}
DIV.ANSICSS PRE SPAN.C1 {color: #0000AA;}
DIV.ANSICSS PRE SPAN.B2 {background-color: #00AA00;}
DIV.ANSICSS PRE SPAN.C2 {color: #00AA00;}
DIV.ANSICSS PRE SPAN.B3 {background-color: #00AAAA;}
DIV.ANSICSS PRE SPAN.C3 {color: #00AAAA;}
DIV.ANSICSS PRE SPAN.B4 {background-color: #AA0000;}
DIV.ANSICSS PRE SPAN.C4 {color: #AA0000;}
DIV.ANSICSS PRE SPAN.B5 {background-color: #AA00AA;}
DIV.ANSICSS PRE SPAN.C5 {color: #AA00AA;}
DIV.ANSICSS PRE SPAN.B6 {background-color: #AA5500;}
DIV.ANSICSS PRE SPAN.C6 {color: #AA5500;}
DIV.ANSICSS PRE SPAN.B7 {background-color: #AAAAAA;}
DIV.ANSICSS PRE SPAN.C7 {color: #AAAAAA;}
DIV.ANSICSS PRE SPAN.C8 {color: #555555;}
DIV.ANSICSS PRE SPAN.C9 {color: #5555FF;}
DIV.ANSICSS PRE SPAN.CA {color: #55FF55;}
DIV.ANSICSS PRE SPAN.CB {color: #55FFFF;}
DIV.ANSICSS PRE SPAN.CC {color: #FF5555;}
DIV.ANSICSS PRE SPAN.CD {color: #FF55FF;}
DIV.ANSICSS PRE SPAN.CE {color: #FFFF55;}
DIV.ANSICSS PRE SPAN.CF {color: #FFFFFF;}

*/

a.viewbtns,a.viewbtns:visited,a.viewbtns:active {
	background:#337 url('/images/icon/viewmag.png') no-repeat right center;
	border-bottom:1px solid #024;
	border-left:1px solid #09D;
	border-right:1px solid #024;
	border-top:1px solid #0CF;
	color:#FFF;
	font-family:verdana,arial;
	font-size:10px;
	font-weight:600;
	margin-bottom:3px;
	margin-right:3px;
	padding:3px 26px 3px 3px;
	text-align:center;
	text-decoration:none;
	width:110px;
	cursor:pointer;
}
a.viewbtnsni,a.viewbtnsni:visited,a.viewbtnsni:active {
	background:#337;
	border-bottom:1px solid #024;
	border-left:1px solid #09D;
	border-right:1px solid #024;
	border-top:1px solid #0CF;
	color:#FFF;
	font-family:verdana,arial;
	font-size:10px;
	font-weight:600;
	margin-bottom:3px;
	margin-right:3px;
	padding:5px 5px 5px 5px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

table.toolslist {
	font-family: lucida console;
}
table.toolslist td.heading {
	color: white;
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid #7777DD;
	border-left: 1px solid #7777DD;
	border-right: 1px solid #5555BB;
  	background: #555599; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#555599', endColorstr='#777777'); /* for IE<10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#555599), to(#777777)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #555599,  #777777); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #555599, #777777); /* for IE 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555599), to(#777777)); /* for Safari 4+, Chrome 1-9 */
	background: -o-linear-gradient(top, #555599, #777777); /* Opera 11.10+ */		
}
table.toolslist td.heading span {
	float: left;
	padding: 10px;
	vertical-align: middle;
}
table.toolslist td.heading span a , table.toolslist td.heading span a:link, table.toolslist td.heading span a:visited , table.toolslist td.heading span a:active {
	color: white;
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	text-shadow: -2px 2px 3px #111111;		
}

body table.toolslist td.heading span a:hover {
	color: yellow;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
	text-shadow: -2px 2px 3px #111111;	
}

table.toolslist td.description {
	color: #eeeeee;
	font-size: 14px;
	line-height:22px;
	border-top:  1px solid #5555BB;
	border-left: 1px solid #5555BB;
	border-right: 1px solid #444499;
	border-bottom: 1px solid #444499;
	background-color: #111144;
	text-shadow: -2px 2px 3px #111111;	
}
table.toolslist td.description p {
	color: #eeeeee;
	font-size: 14px;
	padding: 3px 8px; 
	line-height: 22px;
	text-shadow: -2px 2px 3px #111111;	
}
table.toolslist td.spacer {
	background-color: transparent;
	border: none;
	padding: 10px;
}

.magnifyarea{ /* CSS to add shadow to magnified image. Optional */
	box-shadow: 5px 5px 7px #818181;
	-webkit-box-shadow: 5px 5px 7px #818181;
	-moz-box-shadow: 5px 5px 7px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
	background: white;
}


a.nohover:hover {
	background-color:transparent;
	border-width:0px;
	padding:0px;	
}


.overlay {
	opacity: 0.8;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index:900;  
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	line-height: 16px;
	text-align: center;
	background-color: #000000;
}
.overlay_content {
	opacity: 1;
	position: fixed;
	top: 0px;
	line-height: 16px;
	left: 0px;
	margin: -1px 0px 0px 0px;
	font-size: 16px;
	padding: 0px;
	letter-spacing: 0px;
	z-index:910;  
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: transparent;
}

.mediawrapper {
	position: relative;
	display: block; 
	vertical-align: middle;
	height: 100%;
	z-index: 900;
}	
.ansianiwrapper {
	position: absolute;
	display: block;
	width:650px;
	height: 500px;
	z-index: 997;
}
.overlayctrl {
	position:absolute;
	margin: 0px;
	padding: 3px;

	vertical-align: middle;
	top: 3px;
	height: 40px;
	width: 100%;
	
	background-color: #222222;	
	z-index: 995;
	border-top-left-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-left-radius:8px;		
	border-top-right-radius:8px;
	-moz-border-top-right-radius:8px;
	-webkit-border-top-right-radius:8px;		
}



.mediashow {
	position:absolute;
	display: block; 
	top: 0px;
	/*vertical-align: middle;*/
	padding: 5px;
	/* for modern browsers use semi-transparent color on the border. nice! */
    border:10px solid rgba(42, 42, 42, 0.698);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;		
	background-color: #111;	
	z-index: 990;
}
.medialabel {
	position:absolute;
	bottom:0px; 
	left:0px; 
	color: white;
	background-color:#333;
	font-family:arial;
	font-size:20px;
	display:block;
	width:100%;
	margin:0px; 
	padding: 10px 10px 10px 10px;
	z-index: 990;
}

.medialabelsml {
	position:absolute;
	bottom:0px; 
	left:0px; 
	display:block;
	margin:0px; 
	padding: 3px 5px;
	width: 100%;
	display: block;
	color: white;
	background-color:#333;
	font-family:arial;
	font-size:12px;
	line-height: 18px;
	z-index: 990;
	text-align: left;
}

.backgroundsel {
	border:3px solid #777;
	width: 20px; 
	height:	20px; 
	float: left;
	margin-top: 8px;
	margin-left:15px;
	cursor:pointer;
	background-color: #111;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}	
.backgroundsel>div {
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;	
}
#videoplayer {
	width: 490px;
	height: 370px;
	vertical-align: middle;
	padding: 5px;
}

.gallerypic {
	display: block;
	text-align:center;
	vertical-align: middle;
	position: relative;
	margin: 2px;
}
.playbtn:hover>.gallerypic {
  border: 2px solid #FFEE55;
  margin: 0px;
}
.gallerypic>.zoom-icon {
	display: inline-block;
	position: absolute;
/*	width: 138px;
	height: 137px;*/
	width: 90%;
	height: 90%;
	margin: 20px;
	top: 0px;
	left: 0px;
	background: url('/images/play-button-overlay.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 50%;
	opacity: 0.35;
	-moz-opacity: 0.35;
	-khtml-opacity: 0.35;
	filter: alpha(opacity=35);
}
.gallerypic>.zoom-icon:hover {
	opacity: 0.9;
	background: url('/images/play-button-overlay_hover2.gif');
	background-repeat:no-repeat;
	background-size: 50%;
	background-position:center center;
}

.overlaytitle {
	position: fixed;
	bottom: 20px;
	background-color: #222;
}

div.feedburnerFeedBlock {
	width:270px;
	/*width: auto;*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

	/*
	#doublescroll, #doublescroll2 { overflow: auto; overflow-y: hidden;}    
	#doublescroller, #doublescroller2 { margin: 0; padding: 1em; white-space: nowrap; } 
	*/
.asciiw, .asciib, .asciit{
	-webkit-border-radius:20px;
	border-radius:20px 20px;
	border:1px solid #000;
	font-family:"Lucida Console", monospace;
	font-size:9pt;
	line-height:12px;
	padding:5px;
	text-align:left;
	min-width:640px;
	max-width: 1000px;
	overflow-x:auto;	
 }	
.asciiw   pre{
	color:#000;
	background-color: white;
	-webkit-border-radius:20px;
	border-radius:20px 20px;
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 98%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(2%,rgba(255,255,255,1)), color-stop(98%,rgba(255,255,255,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 98%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 98%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 98%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 98%,rgba(0,0,0,0) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececFF', endColorstr='#00e5e5FF',GradientType=2 );*/ /* IE6-9 */
}
.asciib   pre{
	color: white;
	background-color: black;
	-webkit-border-radius:20px;
	border-radius:20px 20px;
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 2%, rgba(0,0,0,1) 98%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(2%,rgba(0,0,0,1)), color-stop(98%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,1) 98%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,1) 98%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,1) 98%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 2%,rgba(0,0,0,1) 98%,rgba(0,0,0,0) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececFF', endColorstr='#00e5e5FF',GradientType=2 );*/ /* IE6-9 */
}
.asciit   pre{
	color: #777;
	-webkit-border-radius:20px;
	border-radius:20px 20px;
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0) 98%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(2%,rgba(0,0,0,0)), color-stop(98%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0) 98%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0) 98%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0) 98%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0) 98%,rgba(0,0,0,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececFF', endColorstr='#00e5e5FF',GradientType=2 );*/ /* IE6-9 */
	background-color: transparent;	
}


#doublescroll, #doublescroll2 {
	overflow-x: hidden;
	width:850px;
	display:block;
}    
	/*#doublescroller span, #doublescroller2 span { margin: 0; padding: 1em; white-space: nowrap; }*/ 
	/*#doublescroller , #doublescroller2, */

#doublescroller pre, #doublescroller2 pre {
	display: block;
	overflow: visible;
}
 
#doublescroller pre, #doublescroller2 pre, #doublescroll pre, #doublescroll2 pre {
	font-family:"Lucida Console", monospace;
	font-size:9pt;
	line-height:12px;
	padding:10px;
	text-align:left;
	display:block;
}

#doublescroller2 pre {
	background-color:#000;
	border:1px solid #555;
	color:#FFF;
	z-index:-1;
	border: 2px solid gray;
	width:100%;
	display:block;
	overflow-x: auto;
}


#doublescroller pre {
	background-color:#FFF;
	border:1px solid #000;
	color:#000;
	border: 2px solid orange;
	width:100%;
	display:block;
	overflow-x: auto;
}
.showbtn {
	height: 23px;
	line-height: 22px;
	text-align: left;
	padding: 10px 2px 15px 5px;
	margin: 3px 10px;
	float: left;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;	
	
}		

div.gallery table {
	background-color: #111;
	width: 100%;
}
div.gallery table tbody tr td.galleryitem {
	cursor:pointer;
	padding-bottom:5px; 
	padding-right:5px; 
	border: 1px solid #000;
	width: 20%;
}

div.gallery table tbody tr td.galleryitem div.thumbimg {
	opacity: 0.45;
	-moz-opacity: 0.45;
	-khtml-opacity: 0.45;
	filter: alpha(opacity=45);
}

div.gallery table tbody tr td.galleryitem:hover div.thumbimg {
    opacity: 1.0;
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	filter: alpha(opacity=100);
	
}
.paging {
	text-align: center;
	color: white;
}


table.cliparameters {
	font-size: 12px;
	width: 99%;
	border: 1px solid #111111;
}

table.cliparameters thead tr.head {
  	background: #333333; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#777777'); /* for IE<10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#777777)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333333,  #777777); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #333333, #777777); /* for IE 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#777777)); /* for Safari 4+, Chrome 1-9 */
	background: -o-linear-gradient(top, #333333, #777777); /* Opera 11.10+ */	
}
table.cliparameters thead tr.head th {
	color: #DDDD55;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	font-family: "Verdana";
	padding: 4px 10px;
	text-shadow: -2px 2px 3px #222222;	
}
table.cliparameters thead tr.head th.right {
	text-align: right!important;
}
table.cliparameters tbody tr.row:nth-child(odd) {
	background-color: #111111!important;
}
table.cliparameters tbody tr.row:nth-child(odd)+tr.middle {
	background-color: #111111!important;
}
table.cliparameters tbody tr.row:nth-child(odd) td.param {
	border-right: 1px solid #333333!important;
}
table.cliparameters tbody tr.row:nth-child(even) {
	background-color: #222222!important;
}
table.cliparameters tbody tr.row:nth-child(even)+tr.middle {
	background-color: #222222!important;
}
table.cliparameters tbody tr.row td.param {
	color: #FFFFFF!important;
	font-weight: bold;
	font-family: "Lucida Console";
	font-size: 1.1em;
	vertical-align: top;
	padding: 5px 15px;
	text-align: right;
	width: 30%;
	letter-spacing: 1px;
	text-shadow: -2px 2px 3px #111111;	
}
table.cliparameters tbody tr.row td.optio {
	color: #CCCCCC!important;
	vertical-align: top;
	padding: 5px 15px;
	font-weight: normal;
	font-size: 1.0em;
	font-family: "Arial";
	text-align: left;
	width: 70%;
}
table.cliparameters tbody tr.row td.optio i {
    color: #DDDDDD!important;
	font-weight: 700;
	font-family: "Lucida Console";
}
table.cliparameters tbody tr.middle {
	margin: 0px;
}
table.cliparameters tbody tr.middle td.label {
	margin: 0px;	
	padding: 3px 25%;
	color: #999944!important;
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Courier New";
}
code {
	font-family: "Lucida Console";
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}
/* ======================================================================= 
	MENU START
 ======================================================================= */	
.menu {
	position: relative;
    margin-top: 0px;
	margin-left: 0px;
	display: inline-block;
	height:25px; 
	z-index:100;
	/*border-right: 1px solid #585752; */
	font-family:verdana,arial;
	font-size:16px;
	font-weight:bold;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:1px;
	margin:0px;
	list-style-type:none;
    position: relative;
	float:left;
    left:0px;
    top:0px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li{
	float: left;
	position: relative;
	
}
.menu ul li.menu0 { width: 80px;} /* Home */
.menu ul li.menu1 {	width: 115px;} /* Blog */
.menu ul li.menu2 {	width: 185px;} /* SAC */
.menu ul li.menu3 {	width: 100px;} /* Roy */
.menu ul li.menu4 {	width: 140px;} /* Learn */
.menu ul li.menu5 {	width: 120px;} /* Galleries */
.menu ul li.menu6 {	width: 130px;} /* Links & Downloads */
.menu ul li.menu7 {	width: 90px;} /* Search */
.menu>ul>li.menu0>a:after { content: url('/images/icon/folder_home.png'); float: right; margin: 0px 2px 0px 2px; }
.menu>ul>li.menu1>a:after { content: url('/images/icon/www.png'); float: right;  margin: 0px 2px 0px 2px; }
.menu>ul>li.menu2>a:after { content: url('/images/icon/kdmconfig.png'); float: right; margin: 0px 2px 0px 2px; }
.menu>ul>li.menu3>a:after { content: url('/images/icon/important.png'); float: right; margin: 0px 2px 0px 2px; }
.menu>ul>li.menu4>a:after { content: url('/images/icon/bookcase.png'); float: right; margin: 0px 2px 0px 2px; }
.menu>ul>li.menu5>a:after { content: url('/images/icon/colorize.png'); float: right; margin: 0px 2px 0px 2px; }
.menu>ul>li.menu6>a:after { content: url('/images/icon/filesave.png'); float: right; margin: 0px 2px 0px 2px; }
.menu>ul>li.menu7>a:after { content: url('/images/icon/search.png'); float: right; margin: 0px 2px 0px 2px; }



/* style the links for the top level */
.menu>ul>li a {
	display:block;
	text-decoration:none;
	color:#000; 
	/*width:200px; */
	height:23px; 
	border:1px solid #777777; 
	border-width:1px 1px 1px 1px; 
	padding-left:10px; 
	line-height:22px; 
	font-weight: normal;
  	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccccff', endColorstr='#7979a9'); /* for IE<10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccccff), to(#7979a9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ccccff,  #7979a9); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #ccccff, #7979a9); /* for IE 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccccff), to(#7979a9)); /* for Safari 4+, Chrome 1-9 */
	background: -o-linear-gradient(top, #ccccff, #7979a9); /* Opera 11.10+ */	
}


/* style the second level with sub background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#E4E4E4 url('data:image/gif;base64,R0lGODlhDAAMAKIAAP///9LS0s7Ozr6+vq6urqKiov8AAAAAACH5BAEHAAYALAAAAAAMAAwAAAMvaDHVPcGoQVwj0LAyQL2D4QSAZ4mOUH4Fmq6N26hma9GsS9YxxfGYCQsUmVg4xQQAOw==') no-repeat 130px center!important;
	font-weight: normal;	
	font-size: 11px;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#FFFFFF url('data:image/gif;base64,R0lGODlhDAAMALMAAP/+/ufy+tzs99Dm9Vyo3VSj20Ga2D6Y1yqKzSeAvv8AAAAAAAAAAAAAAAAAAAAAACH5BAEHAAoALAAAAAAMAAwAAAQ2UBGTajVESYNsRZhCJcfQfYZiEUBwVqpVAMIby+15V7MLe7Oa5cbyDTkkkwW0eaEyG08ipIgAADs=') no-repeat 130px center!important;
	font-size: 11px;
}
/* second level with sub hover */
.menu ul ul :hover > a.drop {
	color: black;
	background: #C4C8FF url('data:image/gif;base64,R0lGODlhDAAMALMAAP/+/ufy+tzs99Dm9Vyo3VSj20Ga2D6Y1yqKzSeAvv8AAAAAAAAAAAAAAAAAAAAAACH5BAEHAAoALAAAAAAMAAwAAAQ2UBGTajVESYNsRZhCJcfQfYZiEUBwVqpVAMIby+15V7MLe7Oa5cbyDTkkkwW0eaEyG08ipIgAADs=') no-repeat 130px center!important;
	font-size: 11px;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color: #C4C8FF;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#1418FF;
	color: #FFFFFF;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333355', endColorstr='#9A9ABC')!important; /* for IE<10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#333355), to(#9A9ABC))!important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333355,  #9A9ABC)!important; /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #333355, #9A9ABC)!important; /* for IE 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333399), to(#9A9ABC))!important; /* for Safari 4+, Chrome 1-9 */
	background: -o-linear-gradient(top, #333355, #9A9ABC)!important; /* Opera 11.10+ */	
	font-size: 11px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden; 
    position:absolute;
	height:0px;
	top:20px;
	left:0px; 
	width:160px;
	border-top:1px solid #000;
	font-size: 11px; 
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;			 
			
	transition-property:all;
	-moz-transition-property: all; 
	-webkit-transition-property:all; 
	-o-transition-property:all; 
		   
    transition-duration: 0.25s;
	-webkit-transition-duration: 0.25s; 
		   
   transition-timing-function: ease-in-out;
   -webkit-transition-timing-function: ease-in-out;
}

/* another hack for IE5.5 */
* html .menu ul ul {
    top:22px;
	/*t\op:20px;*/
}

/* position the third level flyout menu */
.menu ul ul ul{
   left:160px; 
   top:-2px; 
   width:160px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
    left:-160px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0px; 
	left:0px; 
	border-collapse:collapse;
}

/* style the second level links (values)*/
.menu ul ul a, .menu ul ul a:visited {
	background:#F5F5F5; 
	color:#333; 
	cursor: pointer;
	height:auto; 
	line-height:1em; 
	padding:4px 5px; 
	width:160px;
	border-width:0px 1px 1px 1px;
	font-weight: normal;
	font-size: 11px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#FFF; 
  	background: #333; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#9A9A9A')!important; /* for IE<10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#9A9A9A))!important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333333,  #9A9A9A)!important; /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #333333, #9A9A9A)!important; /* for IE 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#9A9A9A))!important; /* for Safari 4+, Chrome 1-9 */
	background: -o-linear-gradient(top, #333333, #9A9A9A)!important; /* Opera 11.10+ */
	
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFF; 
  	background: #333; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#9A9A9A')!important; /* for IE<10 */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#9A9A9A))!important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333333,  #9A9A9A)!important; /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #333333, #9A9A9A)!important; /* for IE 10+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333333), to(#9A9A9A))!important; /* for Safari 4+, Chrome 1-9 */
	background: -o-linear-gradient(top, #333333, #9A9A9A)!important; /* Opera 11.10+ */
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;		
	z-index: 999;
}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;			 
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
	visibility:visible;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;		
	z-index: 999;	
}



/* ======================================================================= 
	MENU END
 ======================================================================= */		
td.contentcell {
	color: white;
	line-height: 22px;
}
 

 
 #navwrap, .navwrap {
	padding: 8px;
	display: inline-block;
	clear: both;
	width: 98%;
   -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: #121212;  
    background-image: -webkit-linear-gradient(top, #2e2e2e, #171717);
    background-image: -moz-linear-gradient(top, #2e2e2e, #171717);
    background-image: -o-linear-gradient(top, #2e2e2e, #171717);
    background-image: linear-gradient(to bottom, #2e2e2e, #171717);	
	position: relative;	
	clear:both;
	margin: 0px 3px 5px 3px;
 }
 
 #main {
	margin: 0px 0px 0px -10px!important;
	position: relative;
	width: 960px;
	height: 550px;
 }
 #main h3 {
    height: 14px;
	font-size: 12px; 
	font-weight: normal;
	letter-spacing: 1px;
	font-family: arial;
	line-height: 14px;
	margin: 1px 1px 1px 2px;
	padding: 2px 2px 2px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	z-index: 10;
	width: 100%;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-ms-border-radius: 0; 
	border-radius: 0;
 }
 #main  h3:hover {
   background: #525252;
   border-color:#717171; 
   color:yellow;
 }
 div.contentpage {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 940px;
	/*overflow-y: auto;*/
 }
 .ui-accordion-content {
	background: transparent!important;
 }
 
 .ui-accordion-header-icon , .ui-accordion-header-active {
    display: none;
 }
 
 table.roygroups tr.row:nth-child(odd) , table.roygroups tbody.rows:nth-child(odd)  {
	background-color: #FFFFFF;
 }
 table.roygroups tr.row:nth-child(even) , table.roygroups tbody.rows:nth-child(even){
	background-color: #eeeeff;
 }
 
 
 table.historylist {
   border: 1px solid #222;
 }
 table.historylist tbody tr td {
	border-top: 1px solid #333;
	padding-bottom: 10px;
	color: #fff!important;
 }
 table.historylist tbody tr td:nth-child(1) {
	font-size: 15px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
 }
 table.historylist tbody tr td:nth-child(2) {
	font-size: 12px;
	line-height: 25px;
	color: #ddd!important;
	letter-spacing: 1px;
 }
 
 table.historylist tbody tr:nth-child(odd) {
	background-color: #111;
 }
  table.historylist tbody tr:nth-child(even) {
	background-color: #000;
 }
 img.overlayed:hover {
	cursor: pointer;
 }
 
a.toprated:link, a.toprated:link b, a.toprated:active, a.toprated:active b {color:red;}
a.toprated:visited, a.toprated:visited b  {color:#DD0000;}
a.toprated:hover, a.toprated:hover b {color: white;background-color:#AA0000;}

.maincontent {
	position:relative;
	text-shadow: 2px 2px 2px #111111;	
}
 .boxwrapper {
	margin-top: 18px 3px;
	text-align:center;
	color:white;
	position: relative;
	padding: 18px 3px;
	clear: both;
	text-shadow: 2px 2px 2px #333333;	
 }
 
 div.playbtnsml {
	display:block;
	background-repeat: no-repeat; 
	background-position: 0px 0px;
	cursor: pointer;
}					
table.osdmgoodies  div.playbtnsml  {
	margin-left: 25%; 
	margin-right:25%;
	width: 150px;
	height:110px;
}

ul.sortColumns {
	list-style-type:none;
	padding:1px;
	margin:0px;
    position: relative;
	float:left;
    left:0px;
    top:0px;
}
ul.sortColumns li {
	float: left;
	border: 1px solid black;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	border-radius: 4px;	
	position: relative;
	padding: 4px 0px 4px 6px;
	margin: 3px 1px 3px 0px;
 /* 	background-color: #DDDDDD; */ /* for non-css3 browsers */
	background-image: -webkit-linear-gradient(top, #FFFFFF, #555555);
    background-image: -moz-linear-gradient(top, #FFFFFF, #555555);
    background-image: -o-linear-gradient(top, #FFFFFF, #555555);
    background-image: linear-gradient(to bottom, #FFFFFF, #555555);	
	background-image: -ms-linear-gradient(top, #FFFFFF, #555555); 	
	/* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CECECE'); */	/* for IE<10 */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CECECE));		*/		 /* for webkit browsers */
	/* background: -moz-linear-gradient(top,  #FFFFFF,  #CECECE); 								*/				/* for firefox 3.6+ */
	/* background: -ms-linear-gradient(top, #FFFFFF, #CECECE); 						*/						/* for IE 10+ */
    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CECECE));	*/					 /* for Safari 4+, Chrome 1-9 */
	/* background: -o-linear-gradient(top, #FFFFFF, #CECECE); 							*/						/* Opera 11.10+ */	
	
}

ul.sortColumns li.sorted {
  	/*background-color: #55DD55; */ /* for non-css3 browsers */
    background-image: -webkit-linear-gradient(top, #CCFFCC, #119911);
    background-image: -moz-linear-gradient(top, #CCFFCC, #119911);
    background-image: -o-linear-gradient(top, #CCFFCC, #119911);
    background-image: linear-gradient(to bottom, #CCFFCC, #119911);	
	background-image: -ms-linear-gradient(top, #CCFFCC, #119911); 	
}
ul.sortColumns li a {
	color: black;
	font-size: 14px;
	font-family: Arial Narrow;
	display:block;
	text-decoration:none;  
	font-weight: bold;
	text-shadow: 1px 1px 2px #999999;	
}

ul.sortColumns li a:after {
	content: url("data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==");
	float: right; 
	margin: 0px 2px 0px 2px;
}
ul.sortColumns li.sorted a.asc:after {
	content: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7");
	float: right; 
	margin: -5px 2px 0px 2px;
}
ul.sortColumns li.sorted a.desc:after {
	content: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7");
	float: right; 
	margin: 0px 2px 0px 2px;
}
ul.sortColumns li:hover {
	cursor: pointer;
	/* background-color: #55DD55; *//* for non-css3 browsers */
    background-image: -webkit-linear-gradient(top, #FFFFCC, #777711);
    background-image: -moz-linear-gradient(top, #FFFFCC, #777711);
    background-image: -o-linear-gradient(top, #FFFFCC, #777711);
    background-image: linear-gradient(to bottom, #FFFFCC, #777711);	
	background-image: -ms-linear-gradient(top, #FFFFCC, #777711); 
	
}

.main {
    width:98%;
	padding: 0px 10px 5px 5px;
   -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    background-color: #121212;  
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    background: -moz-linear-gradient(bottom,  rgba(0,0,0,0) 0%, rgba(15,15,15,1) 2%, rgba(5,5,5,1) 50%, rgba(20,20,20,1) 98%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(2%,rgba(15,15,15,1)),  color-stop(50%,rgba(5,5,5,1)), color-stop(98%,rgba(20,20,20,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(15,15,15,1) 2%, rgba(5,5,5,1) 50%, rgba(20,20,20,1) 98%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(15,15,15,1) 2%,rgba(5,5,5,1) 50%,rgba(20,20,20,1) 98%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(0,0,0,0) 0%,rgba(15,15,15,1) 2%,rgba(5,5,5,1) 50%,rgba(20,20,20,1) 98%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(15,15,15,1) 2%,rgba(5,5,5,1) 50%,rgba(20,20,20,1) 98%,rgba(0,0,0,0) 100%); /* W3C */
	
    /*
    background-image: -webkit-linear-gradient(top, #2e2e2e, #000000);
    background-image: -moz-linear-gradient(top, #2e2e2e, #000000);
    background-image: -o-linear-gradient(top, #2e2e2e, #000000);
    background-image: linear-gradient(to bottom, #2e2e2e, #000000);		
	*/
	text-shadow: 1px 1px 1px #111111;	
}
.content {
	background: transparent;
}

table.content tr td, td.content {
	padding: 3px 0px 3px 5px;
	margin: 0px;
}

table.content tr td ol, td.content ol {
	list-style: none;    
	list-style-position: inside;
    counter-reset: my-badass-counter;
	padding: 0px;
	margin: 0px;
	
}
table.content tr td ol li:before, td.content ol li:before {
    content: counter(my-badass-counter, decimal) ".";
    counter-increment: my-badass-counter;
    margin-left: -20px;
	margin-right: 5px;
    font-weight: bold;
	color: white;
	font-size: 1.1em;
}
table.content tr td ol  li li:before, td.content ol  li li:before {
  content: counter(my-badass-counter, lower-alpha) ".";
  counter-increment: my-badass-counter;
}
table.content tr td ol.reverse_numbering li:before, td.content ol.reverse_numbering li:before {
    font-weight: normal;
	color: transparent;
	font-size: 0em;
}

table.content tr td ol li , td.content ol li{
	padding-left: 20px;
}
table.content tr td ol.reverse_numbering li , td.content ol.reverse_numbering li{
	font-weight: bold;
	font-size: 1.1em;
	color: white;
}
table.content tr td ol.reverse_numbering li span, td.content ol.reverse_numbering li span{
	font-weight: normal;
	font-size: 0.9em;
}

table.content tr td p , table.content tr td li, td.content p , td.content li {
	color: #CCCCCC;
	text-justify: justify;
	-ms-text-justify: newspaper;	
	padding-right:1px;
	text-shadow: 1px 1px 0px #111111;
}
table.content tr td p  , table.content tr td ul li , td.content p  , td.content ul li{
	line-height: 24px;
	font-size: 14.4px;
}

table.content tr td ol li, td.content ol li  {
	line-height: 24px;
	font-size: 14.4px;
}
table.content tr td ol li  li , td.content ol li  li{
	line-height: 24px;
	font-size: 14.4px;
}
table.content tr td code, td.content code {
   color: #FFFFCC;
   font-family: 'lucida console', monospace;
   text-shadow: 2px 2px 1px #112;
   text-transform: uppercase;
   font-size: 1.005em;
   letter-spacing:0px;
   font-weight: 625;
}
table.content tr td p a.roylink, td.content p a.roylink {
	line-height: 24px!important;
	font-size: 14.4px;
	padding-right:1px;
	text-shadow: 1px 1px 0px #111111;
	font-weight: 500;
}
table.content tr td pre, td.content pre {
  color: white;
  letter-spacing: 0px;
  font-size: 12px;
  line-height: 1.0em;
  font-weight: normal;
  margin: 5px;
  padding: 0px;
  text-shadow: 1px 1px 0px #000;
  font-family: vt-100, monospace;
}
table.content tr td blockquote, td.content blockquote {
  line-height: 24px;
  font-size: 14.4px;
  color: #777777;
}
#artansiani DIV.ANSIANICSS {background-color:#000;color:#C6C6C6;display:inline-block;width:640px;margin:0px;padding:0px;}
#artansiani DIV.ANSIANICSS PRE {margin:0px;padding:0px;display:block;width:100%;line-height: 8px;}
#artansiani DIV.ANSIANICSS PRE SPAN {padding:0px!important;margin-top:0px!important;letter-spacing:0;display:inline-block;white-space:nowrap;font-family:"Lucida Console", monospace;font-size:16px;line-height:16px;width:8px;height:16px;overflow:hidden;border:none;}
#artansiani  DIV.ANSIANICSS PRE SPAN.B0 {background-color:#000000;}
#artansiani DIV.ANSIANICSS PRE SPAN.C0 {color:#000000;}
#artansiani DIV.ANSIANICSS PRE SPAN.B1 {background-color:#0000AA;}
#artansiani DIV.ANSIANICSS PRE SPAN.C1 {color:#0000AA;}
#artansiani DIV.ANSIANICSS PRE SPAN.B2 {background-color:#00AA00;}
#artansiani DIV.ANSIANICSS PRE SPAN.C2 {color:#00AA00;}
#artansiani DIV.ANSIANICSS PRE SPAN.B3 {background-color:#00AAAA;}
#artansiani DIV.ANSIANICSS PRE SPAN.C3 {color:#00AAAA;}
#artansiani DIV.ANSIANICSS PRE SPAN.B4 {background-color:#AA0000;}
#artansiani DIV.ANSIANICSS PRE SPAN.C4 {color:#AA0000;}
#artansiani DIV.ANSIANICSS PRE SPAN.B5 {background-color:#AA00AA;}
#artansiani DIV.ANSIANICSS PRE SPAN.C5 {color:#AA00AA;}
#artansiani DIV.ANSIANICSS PRE SPAN.B6 {background-color:#AA5500;}
#artansiani DIV.ANSIANICSS PRE SPAN.C6 {color:#AA5500;}
#artansiani DIV.ANSIANICSS PRE SPAN.B7 {background-color:#AAAAAA;}
#artansiani DIV.ANSIANICSS PRE SPAN.C7 {color:#AAAAAA;}
#artansiani DIV.ANSIANICSS PRE SPAN.C8 {color:#555555;}
#artansiani DIV.ANSIANICSS PRE SPAN.C9 {color:#5555FF;}
#artansiani DIV.ANSIANICSS PRE SPAN.CA {color:#55FF55;}
#artansiani DIV.ANSIANICSS PRE SPAN.CB {color:#55FFFF;}
#artansiani DIV.ANSIANICSS PRE SPAN.CC {color:#FF5555;}
#artansiani DIV.ANSIANICSS PRE SPAN.CD {color:#FF55FF;}
#artansiani DIV.ANSIANICSS PRE SPAN.CE {color:#FFFF55;}
#artansiani DIV.ANSIANICSS PRE SPAN.CF {color:#FFFFFF;}
#artansiani DIV.ANSIANICSS PRE SPAN.II{background-color:#000000;color:#AAAAAA;}

 @import "font-awesome.css";
 
 .contentbox {
	display:block;
	position:relative;
	border:1px solid #555555;
	background-color:#333333;
	padding: 15px;
	margin: 8px;
	text-align:left;
	color: #bbbbbb;
}

#newfooter {
	border-radius: 0 0 20px 20px;
	background-color: #000000;
	background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 84%,  rgba(255,255,255,0.04) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.04)), color-stop(50%,rgba(255,255,255,0.25)), color-stop(84%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0.04))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 84%,  rgba(255,255,255,0.04) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 84%,  rgba(255,255,255,0.04) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 84%,  rgba(255,255,255,0.04) 100%); /* IE10+ */
	background-image: linear-gradient(top,  rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0) 84%,  rgba(255,255,255,0.04) 100%); /* W3C */
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-style: italic;
	text-align: left;
	min-height: 30px;
	display: block;
	text-indent: 50px;
	position: absolute;
}

#bodycontent {
	scrollbar-face-color: #A6393D;
    scrollbar-shadow-color: #FF0;
    scrollbar-highlight-color: #AAA;
    scrollbar-3dlight-color: #666;
    scrollbar-darkshadow-color: #999;
    scrollbar-track-color: #111;
    scrollbar-arrow-color: #622;
}
 
#bodycontent::-webkit-scrollbar{
	width:12x;
	background-color:  #000;
	cursor: pointer;
} 

#bodycontent::-webkit-scrollbar-thumb{
	background-color:  #A6393D;
	border: 1px solid #622;
	border-radius:10px;
	margin: 3px;
	cursor: pointer;
}
#bodycontent::-webkit-scrollbar-thumb:hover{
	background-color:#BF4649;
	border:1px solid #333333;
	cursor: pointer;
}
#bodycontent::-webkit-scrollbar-thumb:active{
	background-color:#A6393D;
	border:1px solid #333333;
} 
#bodycontent::-webkit-scrollbar-button{
  background-color: #444;
  cursor: pointer;
}
#bodycontent::-webkit-scrollbar-corner{
   background-color: #000000;
   color: #992;
   cursor: pointer;
   display: none;
}

#bodycontent::-webkit-scrollbar-track{
	border:1px #222 solid;
	border-radius:10px;
	-webkit-box-shadow:0px 0px 6px #333 inset;
	background-color:  #111;
	cursor: pointer;
	
} 

.content ul {
  color: white;
}

 .type-courier {
   height: 44px;
   width: 70px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -422px 0px;
   float: left;
   margin: 2px;
   position: relative;
 }
 .type-art {
   height: 44px;
   width: 50px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -326px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 
 .type-games {
   height: 44px;
   width: 50px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -490px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 .type-trainers {
   height: 44px;
   width: 36px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -290px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 .type-apps {
   height: 44px;
   width: 50px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -374px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 
 .type-ppe {
   height: 44px;
   width: 65px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -540px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 
 .status-member, .bbs-member {
   height: 44px;
   width: 40px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -638px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 
 .status-leader {
   height: 44px;
   width: 70px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -54px 0px;
   float: left;
   margin: 2px;
   position: relative;
 }
 
 .status-founder {
   height: 44px;
   width: 40px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -786px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 .status-leader-founder {
   height: 44px;
   width: 40px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -827px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 
 .bbs-distro {
   height: 44px;
   width: 70px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -124px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 
 .bbs-hq {
   height: 44px;
   width: 35px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -605px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 
 .bbs-whq {
   height: 44px;
   width: 50px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -680px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
 
 .bbs-ehq {
   height: 44px;
   width: 50px;
   background-image: url('/images/royicons.gif');
   background-repeat: no-repeat;
   background-position: -730px 0px;
   float: left;
   margin: 2px;   
   position: relative;
 }
.icon-fade {
	float: left;
	height: 44px;
	margin: 2px;
	width: auto;
	position: relative;
}
.totop {
   background-image: url('/images/totop.gif');
   background-repeat: no-repeat;
   background-position: 0px 0x;
   background-color: transparent;
   width: 100px;
   height: 22px;
   display: block;
   margin: 8px auto -4px auto;
   cursor: pointer;   
   text-decoration: none;
   color: black;
   z-index: 990;
}

.totop:hover {
   background-image: url('/images/totopon.gif');
   background-repeat: no-repeat;
   background-position: 0px 0x;
   background-color: transparent;
   cursor: pointer;   
   text-decoration: none;
   color: black;   
   z-index: 990;
}

div#qTip {
  padding:0.5em 0.7em;
  border: 1px solid #963;  
  border-right-width: 2px;  
  border-bottom-width: 2px;  
  display: none;  
  background-color:#600;
  color:#ff0;
  font: normal 0.75em Arial, SanSerif;
  text-align: left;  
  position: absolute;
  z-index: 999;  
  opacity: 0.9;
  -moz-border-radius: 4px !Important;  
  border-radius: 4px !Important;
  -webkit-border-radius:4px!important;	
}

/* ---- Download Page -- Pack Downloads */
table.packfiledownloads {
	border: none;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	background-color: transparent;
	width: 100%;
}
table.packfiledownloads tr td {
   margin: 0px; padding: 1px; text-align: center;
}
.packfiledownloads .box-wrapper {
    padding: 3px 5px; background: #000000; background: rgba(255,255,255,0.3);
    border: 1px solid rgba(0,0,0,0.1); border-top-color: rgba(255,255,255,0.4); border-bottom-color: rgba(255,255,255,0.4);
}
.packfiledownloads  .box-wrapper:after {
    content: ""; display: table; clear: both;
}
.packfiledownloads .block-level {
    width: 180px; height: 35px; margin: 3px; position: relative; float: left; color: #fff; padding: 5px;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
}

.packfiledownloads div[class*="gradient"]{
    background-color: #3456D0; box-shadow: 0 0 0 1px #a27b62;
	border: 1px solid #332255;
}
.packfiledownloads .gradient-light-linear {
    background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
}
.packfiledownloads .left_label {
   float: left;   width: 30px;   font-size: 18px;
   left: 5px;
   line-height: 25px;   padding: 2px;   font-weight: bold;
   color: white;   margin-right: 4px;   margin-left: 2px;
   text-shadow: 0 2px rgba(0,0,0,0.7);  font-family: Arial, San-Serif;
}
.packfiledownloads .right_link {
  float: right;  width: 140px;  top: 0px;  right: 2px;  padding-left: 2px;
}
.modern {
    display: inline-block;    margin: 1px;    padding: 1px 2px;
    background: #553399;	color: #CCCCCC!important;  border: 1px solid rgba(0,0,0,0.15);  border-radius: 4px;
    -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),  0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2); 

    /* Font styles */
    text-decoration: none; text-shadow: 0 2px rgba(0,0,0,0.7);
}
.modern:hover {
    background: #9B9AFF; color: #111133!important;
}
.embossed-link {
    box-shadow: inset 0 3px 2px rgba(255,255,255,.22), inset 0 -3px 2px rgba(0,0,0,.17), inset 0 20px 10px rgba(255,255,255,.12),
					  0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}
.modern.embossed-link {
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2), 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.15), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}
.modern.embossed-link:active {
    box-shadow: 
        inset 0 -2px 1px rgba(255,255,255,0.2), 
        inset 0 3px 2px rgba(0,0,0,0.12);
}

/* ----------------------------------- */

#socialmediaadd {
   height: 30px;
   padding: 2px;
   margin: 0px 5px;
   overflow-y:hidden;
   max-width: 900px;
   display: block;
}
.addbutton {
  top: 0px;
  padding: 0px;
  margin: 0px 2px;
  overflow: hidden;
  float: left;
}
#tabscontrol {
   position: relative;
   overflow: hidden;
   display: block;
   width: 99%;
}
#tabscontrol .ui-tabs-panel {
   overflow-y: auto;
   overflow-x: hidden;
   display: block;
   position: relative;
   width:95%;
}
.ui-widget-content {
  background: transparent;
}

table.nothing {
	margin: 0px;
	border: none;
	padding: 0px;
	background-color: transparent;
}
table.nothing>tr {
	background-color: transparent;
}
table.nothing>tr>td {
	margin: 0px;
	border: none;
	padding: 0px;
	background-color: transparent;
}

table.simple {
   border-top: 1px solid #777777;
   border-left: 1px solid #666666;
   margin: 15px 5px;
   border-spacing: 0px;
   color: whitesmoke;
   font-size: 13px;
   line-height: 18px;
   font-family: arial;
}
table.simple>thead>tr {
	background-color: #9999FF!important;
}
table.simple>thead>tr>th , table.simple>tbody>tr>td.head {
	font-weight: bold;
	color: black;
	padding: 8px 12px;
	font-size: 15px;
	text-shadow: 1px 1px 0px #999999!important;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #FFFFFF;
}

table.simple>tbody tr:nth-child(odd) {
   background-color: transparent;
}
table.simple>tbody tr:nth-child(even) {
   background-color: #111111;
}
table.simple>tbody>tr>td {
   border-bottom: 1px solid #444444;
   border-right: 1px solid #333333;
   color: #DDDDDD!important;
   font-size: 13px!important;
   text-shadow: none!important;
   line-height: 18px;
   padding: 6px 10px;
}
table.simple>tbody>tr>td>p {
   font-size: 13px!important;
   text-shadow: none!important;
   line-height: 18px;
   padding: 0px;
   margin: 0px;
}
table.simple>tbody>tr>td>strong, table.simple>tbody>tr>td>b, table.simple>tbody>tr>td>em, table.simple>tbody>tr>td>p>strong, table.simple>tbody>tr>td>p>b, table.simple>tbody>tr>td>p>em{
	color: white!important;
    font-weight: bold;
}
table.simple>tbody>tr>td.head {
	background-color: #9999FF!important;
	color: black!important;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
table.simple tr.subhead, table.simple tr.subhead {
	background-color: #333377!important;
}
table.simple tr.subhead>th, table.simple tr.subhead>td {
   color: #FFFFAA;
   font-weight: bold;
   text-align: left;
   text-shadow: 1px 1px 0px #000000!important;
   font-size: 14px;
   border-bottom: #111111!important;
   border-right: #222222!important;
}

div.sauce, div.saucecomments{
 margin-top:5px;
 margin-left:20px;
 background-color:#000000!important;
 border:3px solid #C1C1C1!important;
 color:#555555!important;
 padding:10px!important;
 width:600px!important;
 align:right!important;
 font-family:Terminal, monospace!important;
 font-size:0.95em!important;
 display:inline-block;
 position:relative;}
div.sauce span.saucelabel{
   font-weight: bold!important; 
   width: 170px!important;
   text-align: right!important; 
   line-height: 1.5em!important;
   border-bottom: 1px dotted #222266!important;
   }
div.sauce span.saucedata{
  width: 400px!important; 
  position: absolute!important;right: 5px!important; 
  text-align: left!important;
  color: #CCCCCC!important;
  border-bottom: 1px dotted #222266!important;
  }
div.sauce div.saucetitle span.saucelabel { color: #FFFF55!important;}
div.sauce div.saucetitle span.saucedata { color: #858500!important;}
div.sauce div.sauceauthor span.saucelabel { color: #55FF55!important;}
div.sauce div.sauceauthor span.saucedata { color: #008500!important;}
div.sauce div.saucegroup span.saucelabel { color: #C1C1C1!important;}
div.sauce div.saucegroup span.saucedata { color: #555555!important;}
div.sauce div.saucedatatype span.saucelabel { color: #555555!important;}
div.sauce div.saucedatatype span.saucedata { color: #444444!important;}
div.sauce div.saucefiletype span.saucelabel { color: #444444!important;}
div.sauce div.saucefiletype span.saucedata { color: #333333!important;}
div.sauce div.saucecreatedate span.saucelabel { color: #5555FF!important;}
div.sauce div.saucecreatedate span.saucedata { color: #555599!important;}
div.sauce div.saucetinfo1 span.saucelabel { color: #FFFF55!important;}
div.sauce div.saucetinfo1 span.saucedata { color: #858500!important;}
div.sauce div.saucetinfo2 span.saucelabel { color: #FFFF55!important;}
div.sauce div.saucetinfo2 span.saucedata { color: #858500!important;}
div.sauce div.saucetinfo3 span.saucelabel { color: #FFFF55!important;}
div.sauce div.saucetinfo3 span.saucedata { color: #858500!important;}
div.sauce div.sauceice{color: #FFFFFF!important;
}