﻿
A.loginLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
}

A.loginLink:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #92102c;
}



.activeLink
{
	color: #fff;
	background-color: #204073;
	border-top: solid 2px #fff;
	border-top-width: 1px;
}
div#wrapper 
{
	background-color: #FFFFFF;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #858585;
	border-left-color: #858585;
	margin: 0px;
}
.logoHeader {
	background-image: url(images/weekendWarriorsHeader.gif);
	background-repeat: no-repeat;
	height: 158px;
	padding-top: 15px;
	padding-right: 15px;
}

div#header
{
	text-align: right;
	background-repeat: no-repeat;
	height: 88px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}
div#header a
{
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

div#menubar
{
    background-color: #345487;
    height: 35px;
	margin-bottom: 10px;
	padding-left: 55px;
	background-image: url(images/fullNav.gif);
}

div#menubar a
{
	color: #fff;
	margin-left: -4px;
	padding: 10px;
	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
div#menubar a:hover 
{
	color: #fff;
	background-color: #204073;
	border-top: solid 2px #fff;
	border-top-width: 1px;
}

div.usermsg
{
	background-color: #cccccc;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 10px;
	margin-bottom: 5px;
	background-image: url(images/alertBg.gif);
}

div#workarea
{
    
    background-color: #fff;
    padding: 0;
    font-size: 12px;
 
}
div#workarea p
{
    font-size: 12px;
    padding: 0 10px;
}

/* Top Nav */
div#topad
{
	background-color: #fff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 10px;

}
/* End Top Nav */

/* side bar */
div#sidelinks
{
    
    background-color: #fff;
    padding: 0;
    font-size: 10px;
}

div#sidelinks p
{
    font-size: 10px;
    padding: 0 5px;
}

div#sideads
{
	border: 1px solid #dadada;
	background-color: #fff;
	font-size: 10px;
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div#sideads p
{
    font-size: 10px;
    padding: 0 5px;
}

div.sidepanel
{
	padding: 8px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 201px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
	background-repeat: no-repeat;
	background-position: right;
}

div.sidepanel h5
{
	background-color:#345487;
	color:#fff;
	padding:2px;
	font-size:12px;
}

div.sidepanel a:hover
{
    color:#345487;
}

div.sidepanel input
{
    font-size: 12px;
}
div.sidepanel select
{
    width: 140px;
}

div.sidepanel input.regfield
{
    width: 140px;
}

input.required
{
    border: solid 1px #f00;
}

/* END Side panel */

div.formpanel
{
	background-color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
	background-image: url(images/contentBlueFade.gif);
	background-repeat: no-repeat;
}

div.gamepanel
{
    border: solid 1px #345487;
    background-color: #fff;
    padding:5px 0px;
    margin-bottom:20px;
    font-size:11px;
}

div.formpanel h4
{
	margin: 0;
}
    
div.formpanel dl
{
    margin:0;
}
div.formpanel dt
{
	font-size: 12px;
	margin-top: 5px;
}
div.formpanel dd
{
	font-size: 12px;
	margin-left: 0;
}
div.formpanel input
{
    font-size: 11px;
}

div.gamepanel input
{
    font-size: 11px;
}

div.formpanel select
{
    width: 250px;
}

div.formpanel input.regfield
{
    width: 250px;
}
div.formpanel input.shortfield
{
    width: 50px;
}
div.formpanel input.midfield
{
    width: 100px;
}
input.required
{
    border: solid 1px #f00;
}

.wizsidebar 
{
    display: none;
}

/* List and toolbar styles */
.itemlist
{
    width: 100%;
    background-color: #fff;
    border-width: 0;
}
.itemlist tr
{
    border-bottom: solid 1px #999;
}
.itemlist td
{
    padding: 3px;
    font-size: 11px;
    border-bottom: solid 1px #999;
}
.itemlist th
{
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #666;
    background-color:#EEEEEE;
	color:#254578;
}

.itemlist th a
{
    padding: 0px 0px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #666;
	color:#1f3f72;
	
}

.itemlist th a:hover
{
    text-decoration:underline;
    color:#891404;

}

.itemlist a
{
    color: #000;
}
.itemlist span.label
{
    font-size: 11px;
    color: #666;
}
.selecteditem
{
    background-color: #ffc;
}
.hovereditem
{
    background-color: #e8eef7;
}

.selectbar
{
    padding: 5px;
    font-size: 11px;
}

.toolbar
{
    padding: 5px;
    font-size: 11px;
}
.toolbar input
{
    font-size: 12px;
}
.toolbar input.searchfield
{
    width: 250px;
    margin-left: 20px;
}
.toolbar input.addbutton
{
    font-weight: bold;
}
.toolbar a
{
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
}

div.permcategory 
{
    background-color: #ccc;
    padding: 3px;
    font-weight: bold;
    font-size: 12px;
}


.rbList td
{
    padding: 3px;
    font-size: 11px;
    border-bottom: solid 1px #999;
}


.cbList td
{
    padding: 3px;
    font-size: 11px;
    border-bottom: solid 1px #999;
}

.fineprint
{
    color:#345487;
    font-size:10px;
    line-height:90%
}

div.headerpanel h5
{
	margin: 0px;
	color: #fff;
	font-size: 12px;
	text-indent: 25px;
	background-repeat: repeat-x;
	padding-top: 5px;
	height: 32px;
	background-image: url(images/sidePanelHead2.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dadada;
}

div.formPanelHeader h5
{
	margin:0px;
	color: #FFFFFF;
	font-size: 12px;
	text-indent: 25px;
	background-repeat: repeat-x;
	padding-top: 5px;
	height: 33px;
	background-image: url(images/formPanelHeader.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dadada;
	width:218px;
}


/**/



/*** IE6 Fix ***/
* html form
{
    padding:0;
    margin:0;
}

/* HELP DIV STUFF */
div.help
{
    /* Here's where you change the overal background color of the help box, and other stuff. */
	background-color: #e3e3e3;
	text-align: left;
	padding: 15px 15px;
	border: solid 1px #333;
	width:350px;
	z-index:99;
	
	/* don't touch this stuff here */
	position: absolute;
	top:0;
	left:0;
	display:none;
    opacity: 0.95; /* Safari/CSS3 */
    -moz-opacity: 0.95; /* Mozilla */
    filter: alpha(opacity=95); /* IE */
}

/* Change the style of the divider tag */
div.help hr
{
    color:#b4b4b4;

/* change the style of the b tag. */
div.help b
{}

/* change the style of the italic tag */
div.help i
{
    font-size:10px;
   
}

/* change the style of the paragraph tag if needed */
div.help p
{
    
}

/* change the style of the a tag */
div.help a
{
}

/* change the style of the a hover */
div.help a:hover
{}


/* HELP LINK  */
/* this is the link for the ? icon */
.help
{
    padding-left:5px;
}