
/* LAYOUT */
* {
	z-index: 2;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	background: #1f1f1f url(images/back.gif) repeat-x;
	font-family:verdana,sans-serif;
	font-size:85%;
	text-align: center;
	height: 100%;
	z-index: -1;
}

div.backg {
	background: url(images/back/backpluto.gif) no-repeat 80% 80% fixed;
	position: fixed;
	z-index: -1;
	margin: 0;
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 780px;
	text-align: left;
	z-index: 1;
}

div.toplogo {
	background: url(images/toplogo.gif);
	width: 780px;
	height: 40px;
}

div.contentback {
	margin: 0 30px -194px 30px;
	width: 720px;
	height: 194px;
	background: url(images/backpluto.gif) no-repeat;
	z-index: -1;
}

div.footer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 70px;
	border: none;
	z-index: 100;
	/*background: url("images/footer_back.jpg") bottom center repeat-x;
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 70px;
	border: none;
	bottom: 0px;
	z-index: 100;*/
}

div.disclaimbox {
	margin: 0 auto 15px auto;
	width: 700px;
	border: 1px solid #454545;
	background: #191919;
	/*text*/
	color: #555555;
	font-size: 0.75em;
	letter-spacing: 0;
	text-align: left;
	padding: 7px 10px 7px 10px;
}


div.disclaimbox a {
	color: #e73636;
	text-decoration: none;
	border-bottom: 1px dotted #e73636;
}

div.disclaimbox a:visited {
	color: #c62727;
	text-decoration: none;
	border-bottom: 1px dotted #c62727;
}

div.disclaimbox a:visited:hover {
	color: #777777;
	border-bottom: 1px solid #777777;
}

div.disclaimbox a:hover {
	color: #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

hr {
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background-color: #454545;
}

div.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

table {
	border-collapse: collapse;
	/*border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;*/
	/*table text*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #aaaaaa;
	line-height: 170%;
	margin: 5px 0 11px 0;
	vertical-align: center;
	width: 100%;
}

table.listprofile {
	margin: 5px 15px 11px 15px;
	width: 359px;
	float: right;
}

table caption {
	font-family: Trebuchet ms, Arial, Tahoma, Verdana,sans-serif;
	color: #999999;
	font-size: 1.7em;
	font-weight: normal;
	margin: 7px 3px 1px 3px;
	line-height: 100%;
	text-align: left;
}

table.listprofile caption {
	text-align: center;
}

table tr.tr-even {
	background: #252525;
}

table tr.tr-odd {
	background: #222222;
}

table td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
	margin: 0;
}

/*MENU*/
#menu
{
	position:			relative;
	background:			url(images/menu.gif) no-repeat;
	float:				left;
	width:	780px;
	height: 40px;
	z-index:			500;
}
#menu ul
{
	list-style:			none;
	margin:				0;
	padding:			0;
	/* Missing width makes IE7 show horizontal menu */
	/* Missing width makes IE6 1. level fill entire width */
	width:				111px;
	float:				left;
}
#menu a
{
	font-family: Trebuchet ms, Arial, Tahoma, Verdana,sans-serif;
	color: #aaaaaa;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0;
	padding: 6px 5px 3px 5px;
	display: block;
	text-align: center;
	border: none;
	line-height: 15px;	
	text-shadow: none;
}
#current a {
	font-family: Trebuchet ms, Arial, Tahoma, Verdana,sans-serif;
/*	color: #aaaaaa;*/
	color: #e73636;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: underline;
	border: none;
}
#menu a:hover {
	border: none;
	color: #e73636;
	text-decoration: underline;
}
#current a:hover {
	border: none;
	color: #aaaaaa;
}
#menu ul ul
{
	position:			absolute;
}
#menu ul ul ul
{
	position:			absolute;
	top:				0;
	left:				100%;
}
#menu ul li ul
{
	font-size: 1.1em;
	background:			#1f1f1f;
	z-index:			500;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display:			none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display:			block;
}

/* BACKLINK */

p.backlink {
	display: inline;
	font-size: 0.8em;
	margin: 0 0 0 30px;
	padding: 0;
	color: #e73636;
	text-decoration: none;
	border-bottom: 1px dotted #e73636;
	z-index: 200;
}

p.backlink a:visited {
	color: #e73636;
	text-decoration: none;
	border-bottom: 1px dotted #e73636;
	z-index: 500;
}

p.backlink a:visited:hover {
	color: #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	z-index: 500;
}

p.backlink a:hover {
	color: #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	z-index: 500;
}

div.backlinkbox {
	margin: 10px 0 10px 0;
	border-top: 1px solid #333333;
	z-index: 500;
}

/* TEXT */

p {
	font-family: Verdana, sans-serif;
	font-size: 0.85em;
	color: #bbbbbb;
	line-height: 2/* 170% */;
	padding: 0 13px 16px 15px;
	text-align: left;
	text-shadow: none;
}

p.center {
	text-align: center;
}

div.footer p {
	color: #555555;
	font-size: 0.75em;
	letter-spacing: 0;
	margin: 3px auto 0 auto;
	text-align: center;
}

p.csc-linkToTop {
	margin-bottom: 0;
	padding-bottom: 0;
}

dd.csc-textpic-caption {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	color: #999999;
	line-height: 170%;
	margin: 0 5px 5px 5px;
	padding: 0 0 0 0;
	text-align: center;
}

a {
	color: #e73636;
	text-decoration: none;
	border-bottom: 1px dotted #e73636;
	text-shadow: 1px 1px 0px #000000;
}

a:visited {
	color: #c62727;
	text-decoration: none;
	border-bottom: 1px dotted #c62727;
	text-shadow: none;
}

a:visited:hover {
	color: #777777;
	border-bottom: 1px solid #777777;
	text-shadow: none;
}

a:hover {
	color: #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	text-shadow: none;
}

p a {
	color: #af2c2c;
	text-decoration: none;
	border-bottom: 1px solid #af2c2c;
}

p a:visited {
	color: #a12727; /* #782121; */
	text-decoration: none;
	border-bottom: 1px dotted #a12727;
}

p a:visited:hover {
	color: #777777;
	border-bottom: 1px solid #777777;
}

p a:hover {
	color: #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

li a {
	color: #af2c2c;
	text-decoration: none;
	border-bottom: 1px dotted #af2c2c;
}

li a:visited {
	color: #782121;
	text-decoration: none;
	border-bottom: 1px dotted #782121;
}

li a:visited:hover {
	color: #777777;
	border-bottom: 1px solid #777777;
}

li a:hover {
	color: #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

ul {
	margin: 0 15px 11px 15px;
	padding: 0 0 0 18px;
	list-style-image: url(images/list1.gif);
	list-style-position: outside;
}

li {
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #aaaaaa;
	text-align: left;
}

p.csc-linkToTop {
	text-align: center;
	font-size: 0.8em;
}

p.csc-subheader {
	font-family: Trebuchet ms, Arial, Tahoma, Verdana,sans-serif;
	color: #999999;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 15px 3px 15px;
	padding: 0;
	line-height: 100%;
	border: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Trebuchet ms, Arial, Tahoma, Verdana,sans-serif;
	color: #999999;
	font-weight: normal;
	letter-spacing: -0.01em;
}

h1 {
	font-size: 2.4em;
	text-transform: none;
	margin: 0 0 2px 0;
	padding: 0 15px 0 15px;
	line-height: 100%;
	height: 100%;
	text-align: left;
	border-bottom: 1px solid #bbbbbb;
}

h2 {
	font-size: 1.8em;
	text-transform: none;
	margin: 0 0 2px 0;
	padding: 0 15px 0 15px;
	line-height: 100%;
	text-align: left;
	border-bottom: 1px solid #454545;
}

h3 {
	font-size: 1.6em;
	margin: 15px 0 10px 0;
	padding: 0 15px 0 15px;
	line-height: 100%;
	text-align: left;
}

h3 a {
	color: #e73636;
	text-decoration: underline;
}

h3 a:visited {
	color: #c62727;
}

h3 a:visited:hover {
	color: #777777;
}

h3 a:hover {
	color: #aaaaaa;
}

h4 {
	font-size: 1.5em;
	margin: 15px 15px 10px 15px;
	line-height: 100%;
	text-align: left;
}

h5 {
	font-size: 1.3em;
	margin: 15px 15px 10px 15px;
	line-height: 100%;
	text-align: left;
}

div.tipbox {
	margin: 0 auto 15px auto;
	width: 700px;
	border: 1px solid #454545;
	background: #191919 url(images/tipbox_back1.jpg) no-repeat center center;
}

div.tipbox div.csc-textpic-intext-left {
	margin-top: 7px;
}


/* CSS DIV COLUMNS ETC */

/*2 columns*/
div.col-right {
	width: 389px;
	margin: 0 50px 0 0;
	border-left: 1px solid #454545;
}

div.col-float-right {
	float: right;
	width: 389px;
	margin: 0;
	padding: 0;
}

div.col-left {
	width: 389px;
	margin: 0;
	border-right: 1px solid #454545;
}

div.col-float-left {
	float: left;
	width: 389px;
	margin: 0;
	padding: 0;
}

div.float_r {
	float: right;
	margin-left: 5px;
}

div.float_r-336x280col {
	float: right;
	margin-left: 5px;
	width:389px;
	text-align:center;
}

div.float_l {
	float: left;
	margin-right: 5px;
}


div.center-addw728 {
	padding-left: 26px;
	margin: 0;
	width: 780px;
}

div.col-660px {
	width: 655px;
	margin: 0;
	border: 0;
}

.clearboth {
	clear: both;
}

/* IMAGES */

a{
	border: 0;
	text-decoration: none;
}

a:hover {
	border: 0;
}

a:visited {
	border: 0;
}

a:visited:hover {
	border: 0;
}

div.csc-textpic-intext-left {
	margin: 0 15px 0 15px;
}

div.csc-textpic-intext-right {
	margin: 0 15px 0 15px;
}

div.csc-textpic a img {
	border: 1px solid #353535/*#e73636*/;
	padding: 2px;
}

div.csc-textpic a:visited img {
	border: 1px solid #353535/*#c62727*/;
	padding: 2px;
}

div.csc-textpic a:visited:hover img {
	border: 1px solid #e73636/*#777777*/;
	padding: 2px;
}

div.csc-textpic a:hover img {
	border: 1px solid #e73636/*#aaaaaa*/;
	padding: 2px;
}

div.mult-port-pic {
	background: #191919;
	padding: 10px;
	text-align: center;
	border: 0;
	padding: 0;
	margin-bottom: 10px;
}

div.mult-port-pic object {
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
}

div.vcjslide-frontpage {
	background: #191919;
	margin: 0 5px 0 0;
	padding: 0;
	width: 780px;
	height: 170px;
}

div.vcjslide-frontpage img {
	position:relative;
	left: 10px;
	top: 10px;
	z-index: 200;
}

div.extramarg1 {
	margin-left: 5px;
}

div.extramarg1 img {
	position:relative;
	right: 5px;
	top: 5px;
}

div.frontp-buttons {
	text-align: center;
}

div.buttoncont {
	text-align: center;
	width: 389px;
}

div.buttoncontport {
	text-align: center;
	width: 780px;
}

img.button {
	border: 0;
	margin: 0 auto 0 auto;
}

/* FORM */

fieldset.csc-mailform {
	border: 0;
	margin: 0;
}
div.csc-mailform-field {
	width: 369px;
	text-align: right;
	margin: 0;
}
	
div.csc-mailform-field label {
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	color: #bbbbbb;
	line-height: 180%;
	padding: 0;
	text-align: left;
}

input, textarea {
	background: #353535;
	font-family: 'Courier New', Courier, monospace;
	font-size: 1em;
	color: #bbbbbb;
	padding: 2px;
	margin: 1px;
	border: 1px solid #666666;
}

input.csc-mailform-submit {
	border: 1px outset #666666;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
}

input.csc-mailform-submit:hover {
	background: #444444;
}

input.csc-mailform-submit:active {
	border: 1px inset #666666;
}

/*NEWS*/

div.news-container h5 {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	color: #555555;
	font-weight: normal;
	line-height: 100%;
	margin: 5px 13px 2px 15px;
	padding: 0;
	border-bottom: 1px solid #454545;
}

div.news-container p {
	padding-bottom: 0;
}

/*SPECIAL*/

div.digg {
	background: #ffffff;
	padding: 5px;
	float: left;
	margin: 6px 10px 0 10px;
	border: 3px solid #1f1f1f;
}

div.digg-compact-link a {
	float: right;
	margin: 6px 10px 0 10px;
	padding: 0;
}

div.digg-compact-link img {
	border: none;
}

a.easter-egg {
	line-height: 10px;
	float: right;
	background: #222222;
	border: 0;
	text-decoration: none;
	color: #292929;
}

a.easter-egg:hover {
	background: #444444;
}

a.easter-egg:visited {
	background: #292929;
}

a.easter-egg:visited:hover {
	background: #444444;
}