A  {
	color : #26598f;
}

A:Visited  {
	color : #26598f;
}

A:Active  {
	color : #26598f;
}

A:hover  {
	color: #268f59;
}

/* Old background-color: #26598f */
BODY  {
    font-size : 10pt;
	background-color : #268f59;
	color : Black;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h1.CalendarEvent {
    font-size: 18pt;
	background-color:#26598f;
	color: white;
	padding-left: 10px;
}

div.CalendarEvent {
  margin-left:20px;
}

h1.CalendarDate {
    font-size: 14pt;
	background-color:#26598f;
	color: white;
	padding-left: 10px;
}

FORM {
    margin: 0px;
    padding: 0px;
}

Table.List {
       background-color: #400000;
}


TD.Head {
       background-color: maroon;
       color: white;
       cursor: pointer;
       font-weight: bold;
}

TR.Even {
       background-color: #FFFFCC;
}

TR.Odd {
       background-color: #DDDDAA;
}


H1  {
	margin : 0;
	font-size : 12pt;
	font-weight : bold;
	text-align : left;
}

H2  {
	margin : 0;
	padding-top: 30px;
	font-size : 14pt;
	font-weight : bold;
	border: 0px;
	border-bottom: 1px;
	border-color: black;
	border-style: solid;
	text-align : left;
}

H2.Compact {
    padding-top: 15px;
}

H3  {
	margin : 0;
	font-size : 12pt;
	font-weight : bold;
	text-align : left;
}

LI  {
	text-align : left;
	margin-bottom : 10px;
}

.NewsBody  {
	margin : 10px;
}

.NewsHeadline  {
	font-size : 16pt;
	font-weight : bold;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 5px;
}

.NewsCredit  {
	font-size : 10pt;
	margin : 10px;
}

.NewsTopic  {
	font-weight : bold;
	font-style : italic;
	color : #FFFFFF;
}

.CharacterBox  {
	border-color : Black;
	padding : 0;
	border-style : solid;
	border-width : 1px;
	margin : 0px;
	float : right;
}

.CharacterName  {
	font-size : 8pt;
	text-align : center;
	background-color : yellow;
}


.WindowTitle  {
	font-size : 16px;
	font-weight : bold;
	text-align : left;
    color: black;
    height: 20px;
    padding-top: 2px;
    padding-left: 5px;
    background-image: url(/images/Skin2005/TanGradient.png);
}

.WindowTitle A {
    color: #000088;
}

.ContentArea {
	background-image: url(/images/Skin2005/wave-bg.gif);
	background-repeat: repeat-x;
	background-color: white;
}

.Deleted {
    text-decoration: line-through;
}

TD.Menu  {
	font-size : 16px;
	padding-bottom: 5px;
}

TD.Menu:hover {

}

.MenuSelected  {
	font-weight : bold;
}

.SectionWindow  {
	margin : 10px;
	margin-top: 0px;
	text-align : justify;
}

.NewsTable  {
	margin : 0px;
	padding : 0px;
	border-width : 0px;
	background-color : #CCCCCC;
	width : 95%;
}

.NewsCredit A  {
	color : Maroon;
	font-size : 12pt;
}

.NewsPosted  {
	font-size : 12pt;
	margin-left : 10px;
	margin-right : 10px;
}

.MemberCard  {
	font-size : 12pt;
	color : #CCCCFF;
	margin-left : 5px;
}

.AdBanner  {	
	margin-top : 5px;
	text-align : center;
}

.AdCaption  {
	font-size : 12pt;
	text-align : center;
	margin-bottom : 5px;
}

.AdCaption A  {
	color : White;
}

.Copyright  {
	font-size : 8pt;
	color : white;
	text-align : center;
	padding: 10px;
}

.ShoppingCart {
	font-size : 12pt;
	color : black;
	text-align : left;
	margin-top : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-bottom : 10px;
}

.calendar {
	font-size : 12pt;
}

.Window {
	margin : 10px;
}

.teamspeakserver {
	font: 9pt arial, verdana,helvetica;
}

.teamspeakchannel {
	font: 9pt arial, verdana,helvetica;
}

.teamspeakplayer {
	font: 9pt arial, verdana,helvetica;
}

DIV.Error {
	border-color: red;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
}

DIV.Notice {
	border-color: black;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
    background-color: lightgray;
}

INPUT
{
    border:solid 1px steelblue;
}

TEXTAREA
{
    border:solid 1px steelblue;
}

TEXTAREA.req
{
    border-color: red;
    background-image: url(/images/panel/req.gif);
    background-position: top right; 
    background-repeat: no-repeat; 
}

SELECT
{
    border:solid 1px steelblue;
}

SELECT.req
{
    border-color: red;
}

INPUT.req
{
    border-color: red;
    background-image: url(/images/panel/req.gif);
    background-position: top right; 
    background-repeat: no-repeat; 
}

SPAN.texticon
{
	font-size: 16pt;
	font-family: webdings;
	color: Maroon;
	cursor : default;
}

.FormBorder
{
	border:5px;
	border-style:solid;
	border-color:#222455;
}

.LineBorder
{
	border:1px;
	border-style:solid;
	border-color:black;
}

@media print {
	
	INPUT {
		visibility: hidden;
	}
	
	.FormBorder {
		border:0px;
	}

	.Header {
		visibility: hidden;
	}
	
	.WindowTitle {
		visibility: hidden;
	}
	
	TABLE.LocationPath {
		visibility: hidden;
		display: none;
	}

}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:18pt;
	background-color: gray;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	margin-right:40px;
	padding-left:2px;
	background-image:url('/images/expand.png');
	background-repeat:no-repeat;
	background-position:top right;	

	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:white;
	width:100%;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

