body
{
	background: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#7a7a92;
	width:100%;
	margin-left:auto;
	text-align:center;
	font-size:11pt;
}

div#MainContent
{
	/*width:726px;*/
	width:900px;	
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border: solid 0px blue; 
	
}

/****************************************************/
/** Skin Areas **/
/*
#container
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 720px;
	text-align: center;
	border: 0px solid #000;
}
*/
div#Header
{
	margin: 0;
	/*padding: 10px 0 10px 0;*/
	padding: 10px 0 5px 0;
	border: 0px solid green;
	text-align: center;
	background-color: transparent;
	/*width: 725px;*/
	width: 900px;
}

div#HeaderMenu
{
	text-align: left;
	min-height: 0.5em;
	/*height: 40px;*/
	height: 35px;
	border: 0px solid orange;
}

#header div.logo
{
	float: left;
	width: 200px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	border: solid 0px black;
}

.logo
{
	float: left;
	width: 200px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	border: solid 0px black;
}

/* used for top banner */
/*#header div.neutral*/
.neutral
{
	float: right;
	padding: 1px 3px 3px 1px;
	border: 1px dotted #000;
	margin-right: 3px;
	margin-bottom: 5px;
}

#header div.banner
{
	width: 469px;
	height: 60px;
	margin: 0;
	background: #fff;
	border: 0px solid #000;
	padding: 2px 2px 1px 2px;
}

.banner
{
	width: 469px;
	height: 60px;
	margin: 0;
	background: #fff;
	border: 0px solid #000;
	padding: 2px 2px 1px 2px;	
}

#header div.HeaderBanner
{
	/*width: 720px;*/
	width: 900px;
	height: 125px;
	border: 0px solid #000;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

.HeaderBanner
{
	/*width: 720px;*/
	width: 900px;
	height: 125px;
	border: 0px solid #000;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

div#Menu
{
	/*
	clear: both;
	background-color: transparent;
	width: 700px;
	height: 40px;
	border: solid 10px red;
	*/
}


#contentarea
{
	float: left;
	/*width: 726px;*/
	width: 900px;
	padding: 0 0 0 0;
	border: solid 0px aqua;
}

div#ColumnA
{
	float: left;
	background-color: transparent;
	width: 262px;
	/*padding: 0px 5px 0px 0px;*/
	padding: 0px 5px 10px 0px;
	margin: 0px 5px 0px 0px;
	border: solid 0px Orange;
}

div#ColumnB
{
	float: left;
	background-color: transparent;
	min-height: 5em;
	/*width: 440px;*/
	width: 620px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: solid 0px Gray;
}


.leftTopPane
{
	border: solid 0px green;
	/*width:262px;*/
	width: 260px;		
}

.leftBottomPane
{
	/*width: 262px;*/
	width: 260px;
	border: solid 0px red;	
	text-align:left; 
	float:left;
	/*background-color: #FDE5F3;*/
}

div#Footer
{
	clear: both;
	text-align: right;
	background-color: transparent;
	/*width: 725px;*/
	width: 900px;
	/*height: 40px;*/
	height: 70px;
}

.RightPane
{
	width:60px;
	height:20px;
	float:right;	
	color:#EC008C;	
}
.RightPane a
{
	color:#EC008C;
	font-weight:bold;
}
/** End Skin Areas **/

/****************************************************/
/** DNN NAV CSS**/


/* CSS for Top Menu Bar */
/*CSSControl*/
.main_dnnmenu_bar_gradclub
{
	cursor: pointer;
	cursor: hand;
	height: 16px;
	background-color: Transparent;
	/*background-color: blue;*/
}

/*CSSContainerRoot*/
.main_dnnmenu_container_gradclub
{
	background-color: transparent;
}

/**** SETTING UP BASIC Pop-OUT MENU CSS ***/
/*CSSNode*/
.main_dnnmenu_item_gradclub 
{	
	cursor: pointer;
	cursor: hand;
	color: Gray;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	/*background-color: Transparent;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	white-space: nowrap; 
	padding: 1px 3px 3px 1px;	

}

/**** SETS CSS FOR ROOT MENU HEADER ON HOVER ****/
/*CSSNodeRoot*/
.main_dnnmenu_rootitem_gradclub
{
	cursor: pointer;
	cursor: hand;
	color: #000000;
	background-color:Transparent;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	white-space: nowrap;
	padding: 0px 12px 0px 5px;
}

/**** CSS FOR Pop-Out MENU - Left Icon!! ****/
/*CSSIcon*/
.main_dnnmenu_icon_gradclub
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
	background-color:Yellow;
	position:absolute;
	z-index:1;
}


/**** SETS CSS FOR Pop-Out MENU ****/
/*CSSContainerSub*/
.main_dnnmenu_submenu_gradclub
{
	/*background-color: yellow;*/
	background-color: #cad5ea;
	cursor: pointer;
	font-size:9pt;
	padding: 5px 1px 1px 1px;	
	margin-left: 5px;
	font-weight:bold;	
}

/*CSSBreak*/
.main_dnnmenu_break_gradclub
{
	height: 1px;
	font-size: 1px;
}

/**** SETS CSS FOR Menu HOVER ****/
/*CSSNodeHover*/
.main_dnnmenu_itemhover_gradclub
{
	color: #F13FA9;
	font-weight: bold;
}

/**** SETS CSS FOR Pop-Out Menu HOVER ****/

.main_dnnmenu_itemhover_gradclub td
{
	color: #F13FA9;
	font-weight: bold;
	/* L.Preacher TEST */
	background-color:#A7B9DC;
	/*background-color:#39BCDC;*/
}


/**** CSS for Drop Down Arrow ****/
.main_dnnmenu_arrow
{
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_dnnmenu_rootmenuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
/** END DNN NAV CSS**/


/****************************************************/
/** Skin Area Content **/

#contentarea div.pink
{
	background: #FDE5F3;
}

#contentarea div.dark
{
	color: #000;
}

#contentarea div.light
{
	color: #fff;
}

#contentarea div.leftTopPane a
{
	text-decoration: none;
	color: #EC008C;
	font-weight: bold;
}

#contentarea div.leftTopPane a:visited
{
	color: #EC008C;
	font-weight: bold;
}

#contentarea div.leftTopPane a:hover
{
	text-decoration: underline;
}

#contentarea div.leftTopPane a:active
{
	text-decoration: none;
}

div#ColumnB a
{
	text-decoration: none; 
	/*color: Red;*/
	color: #EC008C;
	font-weight: bold;
}

div#ColumnB a:visited
{
	/*color: Red; */
	color: #EC008C;
	font-weight: bold;
}

div#ColumnB a:hover
{
	text-decoration: underline;
	/*color: Red;*/
	color: #EC008C;
}

div#ColumnB a:active
{
	text-decoration: none;
	/*color: Red;*/
	color: #EC008C;
}

div#ColumnB a.lnk
{
	font-size: 10pt;
	padding: 2px 8px 2px 8px;
	height: 1.8em;
	background: #EC008C;
	color: #ffffff;
	font-weight: normal;
	border: 1px solid #AFB4BB;
}

div#ColumnB a.lnk:visited
{
	font-size: 10pt;
	padding: 2px 8px 2px 8px;
	height: 1.8em;
	background: #EC008C;
	color: #ffffff;
	font-weight: normal;
	border: 1px solid #AFB4BB;
}

div#ColumnB a.lnk:hover
{
	background: #ffffff;
	color: #EC008C;
	text-decoration: none;
}

div#ColumnB a.lnk:active
{
	padding: 2px 8px 2px 8px;
	height: 1.8em;
	background: #EC008C;
	color: #ffffff;
	font-weight: normal;
	border: 1px solid #AFB4BB;
}

div#ColumnB ul
{
	/*list-style-type: disc;*/
	list-style-type: circle;
	margin-left: 15px;
}
/** END Skin Area Content **/

/****************************************************/
/** HTML Text Tags **/
h1, h2, h3, h4
{
	font-weight: bold;
	line-height: 115%;
	padding-bottom: 10px;
	margin: 0;
	color:#EC008C;
}

h1
{
	font-size: 1.8em;
	color:#EC008C;
}

h2
{
	font-size: 1.5em;
	color:#EC008C;
}

h3
{
	font-size: 1.4em;
	color:#EC008C;
}

h4
{
	font-size: 1.2em;
	color:#EC008C;
}
p
{
	margin-bottom: 10px;
	font-size:11pt;
}

ul
{
	list-style-type: circle;
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

ul.nobullet
{
	list-style-type: none;
	margin-left: 0px;
}

ul.nobullet ul
{
	list-style-type: none;
	margin-left: 40px;
}

ul.circle
{
	list-style-type: circle;
	margin-left: 40px;
}
/** END HTML Text Tags **/

/****************************************************/
/** TEXT And Alignment **/

.headerMagentaH2
{
	font-size: 1.5em;
	color: #EC008C;
	font-weight: bold;
}

.bodyText
{
	font-size: 10pt;
}

.info
{
	font-size:12pt;	
}

.smallText
{
	font-size: 10pt;
	color: Green;
}

.smallerText
{
	font-size: 8pt;
}

.magentatext
{
	color: #EC008C;
}

.hidden
{
	display: none;
}

.ErrorMessage
{
	color: Red; /*font-size:14px;*/
	font-size: 12px;
	text-align: center;
}
.errors
{
	color: Red;
	font-size: 12px;
}

.right
{
	text-align:right;
}

.left
{
	text-align: left;
}

.clear
{
	clear: both;
	float:none;
}

.buttonLeft
{
	float: left;
}

.buttonRight
{
	float: right;
}

.buttons
{
	text-align: right;
	color: Red;
}

.buttonsLeft
{
	text-align: left;
	color: Red;
}

.rightLinkButons {
    float: right;
    padding: 1em 0em 0.5em 0em;
}

.labels
{
	width: 15em;
	float: left;
	font-size: 12px;
	color: #FF0090;
	font-weight: bold; 
}

/** NEEDED??? **/
input
{
	border: 1px solid #AFB4BB;
}
/** NEEDED??? **/

.inputs
{
	font-size: 8pt;
	width: 150px;
	float: left;
	margin-left: 5px;
}

.ddinputs
{
	font-size: 8pt;
	float: left;
	width: 28em;	
}

.ddinputs2
{
	float: left; 
	font-size: 8pt;
	width: 27.5em;
}

.labelsWideCSS
{
	font-size: 8pt;
	width: 120px;
	height: 20px;
	float: left;
	padding: 2px 5px 0px 0px;
	vertical-align: middle;
	font-weight: bold;
	color: #EC008C;
}

.labelsWideCSS2
{
	font-size: 8pt;
	width: 120px;
	height: 30px;
	float: left;
	padding: 2px 5px 0px 0px;
	vertical-align: middle;
	font-weight: bold;
	color: #EC008C;
}

.gvHeader
{
	text-align:left;
	color: #EC008C;	
}

.gvText
{
	text-align:left;
	/*color:#7a7a92;*/
	font-size: 8pt;		
}

.gvDelete
{
	text-align:left;
	font-size: 8pt;		
}
/** END TEXT And Alignment **/

/****************************************************/







/** GradClub Shadow CSS **/
/*
.shadow
{
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(   "SkinsImages/shadow-grid.gif" ) repeat;
}

html > body .shadow
{
	margin: 10px -10px -10px 10px;
	background: url(   "/images/shadow.png" ) right bottom no-repeat;
}
*/

/* shadow corners 
.shadow:before, .shadow:after
{
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;
}

.shadow:before
{
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.shadow:after
{
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}
*/

/*
.shadow .inner
{
	display: block;
	position: relative;
	overflow: hidden; 
	left: -4px;
	top: -4px;
}
*/


/*
html > body .shadow .inner
{
	left: -10px;
	top: -10px;
	margin: 0;
}
*/
/** End Shadow Css **/


/****************************************************/


/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #FF66FF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width:480px;
}

.accordionHeaderNotComplete
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color:Red;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;    
    background-color: #FF99FF;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width:480px;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*GradClub Admin*/
.Grid
{
	font-size: 12px;
	border: solid 1px black;		
}

.GridHeader
{
	font-weight: bold;	
	background-color:#39BCDC;
	color:White;
	font-size: 12px;
	height:15px;
}
.GridItem
{
	background-color: #e6e6e6;
	font-size: 12px;
}

.GridAltItem
{
	background-color: white;
	font-size: 12px;
}

.gvRowStyle
{
	height:25px;
}
.gvAltRowStyle
{
	height:25px;
	background-color:#CCDDDD;
}




.dvHeader
{
	background-color:#39BCDC;
	color:White;
	font-weight:bold;
	height:25px;	
}

.dvRowStyle
{	
	background-color:#CCDDDD;	
}

.dvAlternatingRow
{ 
	background-color:White;		
}

.dvField
{
	padding:4px;	
}

.adminBorder
{
	border: solid 3px #7a7a92;	
	padding: 5px;
}
