/********************************************************************************/
/* SkyPortal Skin - Designed For SkyPortal.net                                  */
/* By Maggie - MaggieOfSweden                                                   */
/* Licensed under a Creative Commons License:                                   */
/* http://creativecommons.org/licenses/by-nc-nd/2.5/                            */
/********************************************************************************/
/*
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
'<> Copyright (C) 2005-2006 Dogg Software All Rights Reserved
'<>
'<> By using this program, you are agreeing to the terms of the
'<> SkyPortal End-User License Agreement.
'<>
'<> All copyright notices regarding SkyPortal must remain 
'<> intact in the scripts and in the outputted HTML.
'<> The "powered by" text/logo with a link back to 
'<> http://www.SkyPortal.net in the footer of the pages MUST
'<> remain visible when the pages are viewed on the internet or intranet.
'<>
'<> Support can be obtained from support forums at:
'<> http://www.SkyPortal.net
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
'::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
@import url("style_layout.css");
@import url("style_window.css");
@import url("style_blocks.css");
@import url("style_menus.css");
@import url("style_events.css");

BODY {
scrollbar-face-color: #EEEEEE; 
scrollbar-shadow-color: #707070; 
scrollbar-darkshadow-color: #EEEEEE; 
scrollbar-highlight-color: #EEEEEE; 
scrollbar-3dlight-color: #707070; 
scrollbar-track-color: #F8F7F7; 
scrollbar-arrow-color: #707070;
background-color: #7B7B7B;

color: #000000; text-decoration: none; font-weight: bold;
font-family:  Verdana, Arial, sans-serif;
font-size: 10px;
padding: 0px; 
margin: 0px;
text-align:center;
}

/* Start PAGE elements */

A:link {color: #AE212D; text-decoration: none; font-weight: bold;}
A:visited {color: #333333; text-decoration: none; font-weight: bold;}
A:hover	{color: #333333; text-decoration: none; font-weight: bold;}
A:active {color: #333333; text-decoration: none; font-weight: bold;}

HR { color: #707070; height: 1px; width:95%; }
frameset {
	color: #000018;
	border: 1px solid #707070;
}
legend {
	color: #000018;
	font-size: 14px;
}
form {
	margin: 0px;
}
select {
	background: transparent;
	background-color: White;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border: 1px solid #A8B2BB;
}
textarea {
	background: transparent;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000018;
	border: 1px solid #000018;		
}

.textbox {
	border: 1px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 2px;
	font-size: 10px;
	margin-bottom: 5px;
}

.textnews {
	border: 0px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 2px;
	font-size: 12px;
	margin-bottom: 5px;
}

.textnewsread {
	border: 0px solid #000000;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 2px;
	font-size: 14px;
	margin-bottom: 5px;
    line-height: 1.5;
}

.button {
	height: 16px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 4px;
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #707070;
	background-color: #F8F7F7;
	color: #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .2em;
}

.Title {
	font-weight: bold;
	font-size: 14px;
	color: #419966;
}

.Code {
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	color: #000000;
	font-family: 'Courier New', Monospace;
	background-color: #D2D2D2;
	width: 80%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 5px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-left: 5px solid #707070;
	font-size: 12px;
}

.Quote {
	display: block;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D2D2D2; 
	width: 80%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 2px solid #707070;
	border-right: 0px solid #707070;
	border-bottom: 2px solid #707070;
	border-left: 0px solid #707070;
	font-size: 10px;
}

.spThemeSmallBlock { border: 1px solid #466D9D; background-image: url('FBack.gif') }

.hidden {
	DISPLAY: none
}
      
 /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* font colors*/
.fBold {
	font-weight: bold;
	font-size: 10px;
	color: #000018;
}
.fNorm {
	font-size: 10px;
	color: #000018;
}
.fAlert {
	color: #FF0000;
}
.tTitle { /* strHeadCellColor */
	background-color: #d2d2d2;
	font-size: 12px;
	font-weight: bold;
	font-color: #ffffff;
	color: #000018;
	padding: 4px;
}
.fTitle {
	font-size: 10px;
	font-weight: bold;
	color: #000018;
}
.tSubTitle {  /* strCategoryCellColor -  */
	background-color: #d2d2d2;
	font-size: 12px;
	font-weight: bold;
    font-color: #ffffff;
	color: #000018;
	padding: 4px;
}
.fSubTitle {
	font-size: 10px;
	font-weight: bold;
	color: #000018;
}
.tAltSubTitle {  /* strCategoryCellColor -  */
	background-color: #d2d2d2;
	font-size: 10px;
	font-weight: bold;
	color: #000018;
	padding: 4px;
}
.fAltSubTitle {
	font-size: 10px;
	font-weight: bold;
	color: #000018;
}
.fSmall {
font-family: Verdana, Arial, sans-serif;
font-size: 9px;
color: #000000;
}
.fNavMember {
	font-weight: bold;
	font-size: 10px;
	color: #000018;
}

/* Table classes */
table {
	font-size: 9px;
	color: #000000; 
	text-decoration: none; 
	font-family:  Verdana, Arial, sans-serif;
	text-align: left;
}
table.grid {
	font-size: 10px;
	color: #000018;
	text-align: left;
	border-top: 1pt solid #707070;
	border-right: 1pt solid #707070;
	border-bottom: 0pt none #000000;
	border-left: 0pt none #000000;
}
table.grid td {
	font-size: 10px;
	color: #000018;
	border-top: 0pt solid #ffffff;
	border-right: 0pt solid #ffffff;
	border-bottom: 1pt solid #707070;
	border-left: 1pt solid #707070;
}

.tCellHover{ /* Cell Hover color */
/*	background-color: #A09F9F;*/
	background-color: #FFFFFF;
}
.tCellAlt0{ /* ForumFirstCellColor - strPopupTableColor */
	background-color: #EEEEEE;
}
.tCellAlt1{ /* ForumCellColor */
	background-color: #F6F6F6;
}
.tCellAlt2{ /* AltForumCellColor */
	background-color: #EEEEEE;
}

.tContent { 
	background-color: #E6E6E6;
	color:#000018;
}
.tBorder {
	margin: 0px;
	padding: 2px;
	color: #000018;
	border: 1pt solid #707070;
	font-size: 12px;
}
.tPlain {
	margin: 0px;
	padding: 2px;
	color: #000018;
	border: 0px;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}
.clsSpacer {
	clear: both;
	height:1px;
	width:10%;
	margin: 0px;
	padding: 0px;
} 
  