@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

body {
	font-family:"Century Gothic", Verdana, Arial, Geneva, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

ul, ol, dl {
	list-style:inside;
	margin-left: 25px;
}

ol {
	list-style-type: decimal;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1 {
	font-size: 18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size: 14px;
}

p {
	margin-bottom: 10px;
}

.hmargin {
	margin-bottom: 5px;
	margin-top: 5px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}


table {
	width: 100%;
	border: 1px solid #CCC;
}

table caption {
	background-color: #E4E4E4;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0 3px 0;
	height: 25px;
	border: 1px solid #CCC;
}

table th {
	background-color: #E4E4E4;
	color: #666;
	font-weight: bold;
	height: 25px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

td {
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
}

td.wno {
	width: 75px;
}

.report tr:hover {
	background-color: #CCC;
}

span.block {
	display: block;
}

.table_agentinfo  {
	color: #333;
	background-color: #FFF;
	font-size: 12px;
	margin: 5px auto;
	width: 98%;

}

.table_agentinfo thead th {

	padding-left: 3px;

}

.logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

.table_agentinfo tr td  {

	height: 18px;

	padding-left: 3px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #E6E6E6;

	font-size: 10px;

}

.agentdata {
	background-color: #eee;
	border: 1px solid #999;
	padding: 5px;
	position: relative;
}

.agentinfo {
	width: 350px;
}

.agentpic {
	width: 175px;
	position: absolute;
	right: 5px;
	top: 5px;
}
.agent {
	margin-top: 10px;
}


/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 950px;
	background: #FFFFFF;
	margin: 20px auto;
	border: 8px solid #444;
	overflow: hidden;
}

.container_login {
	width: 500px;
	background: #FFFFFF;
	margin: 20px auto;


	border: 4px solid
#;
	padding: 10px;
	border: 4px solid #444;
}
.container_login #login_form {
	width: 400px;
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
}
.container_login #login_form p {
	margin-bottom: 8px;
}

#login_form label {
	float: left;
	width: 85px;
}

.classreg {
	width: 800px;
	background: #FFFFFF;
	margin: 20px auto;
	border: 4px solid #000;
	padding: 10px;
}


/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	height: 176px;
	background-image: url(images/banner_bg.jpg);
	background-repeat: repeat-x;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 10px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-image: url(images/banner_bg.jpg);
	height: 75px;
	color: #000;
}
.title {
	background: url(images/title_bg.jpg) repeat-x;
	height: 23px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 8px;
}


/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/

.content_wrapper {
	overflow: hidden;
	position: relative;
}

.sidebar1 {
	float: left;
	width: 130px;
	background: #fff;
	padding: 10px 5px;
	border-right: 1px solid #CCC;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.sidebar1_noright {
	float: left;
	width: 130px;
	background: #fff;
	padding: 10px 5px;
	border-right: 1px solid #CCC;
}

.content {
	padding: 10px 5px;
	width: 625px;
	float: left;
	overflow: hidden;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.content_noright {
	padding: 10px 5px;
	width: 790px;
	float: left;
	overflow: hidden;
	position: relative;
}
.content_display {
	padding-top: 10px;
	overflow: hidden;
	position: relative;
}
.content_display a {
	text-decoration: underline;
}

.sidebar2 {
	float: left;
	width: 160px;
	background: #fff;
	padding: 10px 5px;
	border-left: 1px solid #CCC;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}


/* ADMIN SECTION */
.adminIcons {
	position: relative;
	margin-top: 5px;
}

.icon {
	float: left;
	height: 85px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 15px;
	width: 125px;
	text-align: center;
}
.icon   a:link, .icon   a:active, .icon  a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #182051;
	font-family: "Century Gothic", Verdana, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}
.icon a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #182051;
}

.icon img {
	padding: 0;
	margin-top: 5px;
	border: none;
}

.adminform {
	margin-top: 10px;
}
.adminform p {
	margin-bottom: 8px;
}
.adminform label {
	width: 115px;
	float: left;
}

.adminMenuItem {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.rsvpform {
	width: 400px;
	margin: 10px auto;
}
.rsvpform p {
	margin-bottom: 8px;
}
.rsvpform label {
	width: 155px;
	float: left;
}

.adminMenuItem {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}


.adminMenuItem a {
	margin-right: 8px;
	background-color: #B2B2B2;
	text-decoration: none;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border: 1px solid #666;
}

.adminMenuItem a:hover {
	background-color: #666;
}

/* END ADMIN SECTION */



/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.fltnone {
	float: none;
	display: block;
}

.txtcenter {
	text-align: center;
}

.loginbuttons {
	display: block;
	position: relative;
	text-align: center;
	height: 30px;
	padding-top: 10px;
}

.loginbuttons a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border: 3px solid #BCBCBC;
	padding: 5px;
	background-color:#FC9100;
	color: #666;
	margin: 0 5px 0 0;
}
.loginbuttons a:hover {
	background-color: #E68400;
	color: #000;
}

.disclaimer {
	text-align: center;
	color: #fff;
	width: 400px;
	margin: 0 auto;
	font-size: 8px;
	margin-bottom: 10px;
}

.announcements {
	margin-bottom: 15px;
}



.announcement {
	display: block;
	padding:10px;
	overflow: hidden;
	position: relative;
	border: 1px solid #999;
}

.leaders {
	margin: 10px 15px 10px 0px;
	width: 275px;
	float: left;
}
.leaderboard {
	border: 1px solid #CCC;
}

.leaders .title.txtcenter {
	font-size: 10px;
	height: 16px;
}

.leader_type {
	width: 30px;
	float: left;
}

.leader {
	height: 18px;
}

.leader_name {
	float: left;
	width: 155px;
	overflow: none;
	height: 18px;
}
.leader_amount {
	text-align: right;
}



.upevent {
	position: relative;
	margin-top: 5px;
	border-bottom: 2px solid #000;
}

.ueTitle {
	font-weight: bold;
	display: block;
	font-size: 11px;
}
.ueShortDesc {
	display: block;
	font-size: 11px;
	color:#333;
}

.ueDate {
	font-size: 10px;
	color: #666666;
	text-align: right;
	display: block;
}

.ueMoreLink {
	text-align: right;
	display:block;
	margin-bottom: 3px;
}
.ueMoreLink a {
	color: red;
	font-size: 10px;
}



.hotspot { cursor:pointer; text-align: left; }

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat; text-align: left;}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF; font-weight: bold;}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}



.rpt_controls {
	text-align: center;
}

.wk_select {
	width: 40px;
}

#video_container {
	display:none;
	position:absolute;
	left:50%;
	top:50px;
	width:400px;
	padding:0;
	border:5px solid #666;
	background-color:#fff;
	color: #000;
	z-index:9999;
	margin:0 0 0 -200px;
}
#video_container p a{ color:#00f;}
#video_container .jqDrag {
	width:100%;
	background-color: #E4E4E4;
	color: #666;
	font-weight: bold;
	height: 25px;
	border-bottom: 1px solid #CCC;
	text-align:center;
	padding-top: 5px;
}

#video_show {
	padding: 10px;
}

#video_show textarea {
	width: 350px;
	height: 75px;
}
.video_list { position:relative; }

.gnews {
	border: 1px solid #CCC;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	margin-bottom: 3px;
}

.gnews span {
	display: inline-block;
}

.gnewsitem {
	padding: 5px;
	float: right;
	width: 535px;

}
.gnewspic {
	float: left;
	width: 60px;
}

.gnewstitle {
	font-weight: bold;
	color: #666;
}

.gnewsmessage {
	margin-left: 15px;
	margin-bottom: 5px;
}

.gnewsposted {
	color: #BFBFBF;
	font-size: 10px;
	width: 105px;
	float: left;
}

.gnewscomment {
	margin-left: 15px;
	background: #EFEFEF;
	margin-right: 15px;
	padding: 5px;
	margin-bottom: 2px;
}

.gnewsmessage a {
	text-decoration: none;
	font-size: 10px;
}

.gnewsmessage a:hover {
	text-decoration: underline;
}

.gnewscomment a {
	text-decoration: none;
	font-size: 10px;
}

.gnewscomment a:hover {
	text-decoration: underline;
}


.red {
	color: #f00;
	display: inline-block;
}

.adminIconsGroup {
	border: 1px solid #CCC;
}
.adminIconsTitle {
	text-align: center;
	font-size: 14px;
	background-color: #818181;
	color: #FFF;
	font-weight: bold;
}

.adminTable {
	width: 65%;
	border-style: none;
}



#groupinfo {
	padding: 5px;
}
#groupinfo label {
	display: block;
	width: 125px;
	font-weight: normal;
	float: left;
}
#groupinfo p {
	line-height: 15px;
	padding-left: 15px;
	font-size: 1em;
}

#groupleft {
	float: left;
	width: 250px;
	display: block;
}
#groupright {
	float: right;
	width: 300px;
}





/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0 0 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 125px;
	position: relative;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0 0 3px 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 125px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: 0 0 0 126px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 125ox;
	left: -1000em;
	top: 0;
}

ul.MenuBarVertical ul.MenuBarItemSubSubmenu
{
	margin: 0 0 0 176px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 125ox;
	left: -1000em;
	top: 0;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 175px;
	margin: 0;
	border-bottom: 1px solid #000;
}

ul.MenuBarVertical ul li a {
	background-image:url(images/menu_off.jpg);
	background-repeat:repeat-x;
}

ul.MenuBarVertical ul li a:hover {
	background-image:url(images/menu_on.jpg);
	background-repeat:repeat-x;
}


ul.MenuBarVertical ul.MenuBarItemSubSubmenu li {
	width: 250px;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0 0 0 5px;
	color: #000;
	text-decoration: none;
	background-image: url(/images/menu_off.jpg);
	height: 25px;
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 18px;
	background-repeat: repeat-x;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #FFF;
	background-image: url(../images/menu_on.jpg);
	background-repeat: repeat-x;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #fff;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../images/menu_off.jpg);
	background-repeat: repeat-x;
	color: #000;
	margin: 0;
}

ul.MenuBarVertical ul.MenuBarItemSubSubmenu a {
	background-image:url(images/menu_off.jpg);
	background-repeat: repeat-x;
}

ul.MenuBarVertical ul.MenuBarItemSubSubmenu a:hover {
	background-image:url(images/menu_on.jpg);
	background-repeat:repeat-x;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../images/menu_on.jpg);
	background-repeat: repeat-x;
	color: #fff;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}




/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


.settings p label {
	width: 150px;
}

.VideoLink {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

.VideoLink a {
	color: #03F;
	text-decoration: none;
}

.VideoLink a:hover {
	text-decoration:underline;
}

.topnav {
	height: 50px;
	margin: 0px;
	padding: 0px;
}
.topnav a, .topnav a img {
	margin: 0px;
	padding: 0px;
}

.tbl_leaders {
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
}

.tbl_leaders td {
	height: 20px;
}

.tbl_leaders th {
	background: url(images/title_bg.jpg) repeat-x;
	height: 23px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.tbl_leaders .tbl_ap {
	background-color: #bfe4cc;
}

.tbl_leaders .tbl_na {
	background-color: #bfd3e4;
}

.tbl_leaders .tbl_mpi {
	background-color: #e4c2bf;
}

