/*
default.css - OrbPortals Studios Default Theme
This file controls for OrbPortals Studios during off-seasons theme.

Default theme Copyright (C) 1994-Present DTSL Williams

http://www.orbportals.com
*/


/* DEFAULTS */
* {
	font-family: century gothic,tahoma,verdana,arial;
	}

.copyright {
	clear:both;
	color:#889;
	font-size:65%;
	padding-bottom:5px;
	text-align:center;
	width:98%;
	z-index: -1;
	position: absolute;
	top: -999999999px;
	left: -999999999px;
	}
.copyright a {
	color:#669;
	text-decoration: none;
	}

BODY { 
	font-family: century gothic,tahoma,verdana,arial;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #000000;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#0179FF;
	scrollbar-darkshadow-color:#000033;
	scrollbar-face-color:#003366;
	margin: 0px;
	}
A:link {
	color: #739EFF; 
	text-decoration: underline;
	font-weight: bold;
	}
	
	iframe {
	padding: 1px;
	background-color: #000;
	border:1px solid #f00;
	margin: 4px;
	}
A:visited {
	color: #3366FF;
	text-decoration: underline;
	font-weight: bold;
	}
A:hover {
	color: #FF9701;
	text-decoration: none;
	font-weight: bold;
	}
SELECT {
	color: #000000;
	background-color: #c0c0c0;
	font-family: verdana,arial;
	font-size: 10pt;
	}
INPUT {
	border-bottom:1px #249BFF solid;
	border-right:1px #249BFF solid;
	border-top:1px #0179FF solid;
	border-left:1px #0179FF solid;
	color: #FFFFFF;
	background-color: #000033;
	font-family: verdana,arial;
	font-size: 10pt;
	}
TEXTAREA {
	border-bottom:1px #249BFF solid;
	border-right:1px #249BFF solid;
	border-top:1px #0179FF solid;
	border-left:1px #0179FF solid;
	color: #FFFFFF;
	background-color: #000033;
	font-family: verdana,arial;
	font-size: 10pt;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#0179FF;
	scrollbar-darkshadow-color:#000033;
	scrollbar-face-color:#003366;
	}
SELECT {
	border-bottom:1px #249BFF solid;
	border-right:1px #249BFF solid;
	border-top:1px #0179FF solid;
	border-left:1px #0179FF solid;
	color: #FFFFFF;
	background-color: #000033;
	font-family: verdana,arial;
	font-size: 10pt;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#0179FF;
	scrollbar-darkshadow-color:#000033;
	scrollbar-face-color:#003366;
	}
#Content { 
	margin-bottom: 20px; 
	}
#Content p {
	font: bold 14pt/14pt century gothic; 
	text-align: left;
	color: #FFD700
	}
#Content ul {
	font: bold 12pt/12pt century gothic; 
	text-align: left;
	}
#List {
	font: 10pt century gothic; 
	text-align: left;
	}

div.hr {
	height: 1px;
	background: #aeaeae;
	}
div.hr hr {
	display: none;
	}

