﻿/* 
Light Blue Gradient Color: #00a6cb 
Dark Blue Gradient Color: #0a258c
Main Menu Top: #3e83c8
Main Menu Middle: #3975b1
Main Menu Bottom: #336799
Light Gray: #f1f1f1
Medium Gray: #7d7d7d
Medium Dark: #6e6e6e
Dark Gray:  #575757
*/

html 
{
	background-color:#d8dad9;
	background-image: url(/_Images/Backgrounds/Green_Gradient.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	font-family: "Helvetica";
}

/* The grouping text style for all panel object.  Weird. */
legend 
{
	color: Black;
}

body 
{
	margin:0 auto; /*this is the shorthand code that gets FF to correctly center an element by automatically configuring the left/right margins in correspondance to your width. If no width is set, this won't work*/ 
	padding:0; 
	width:928px; /*Make this width the same as your main frame, in my case, the ShadowFrame */
}

body a:link
{
	color: #0a258c;
	text-decoration: none;
}

body a:visited
{
	color: #0a258c;
	text-decoration: none;
}

body a:hover
{
	text-decoration: underline;
}

.ShadowFrame
{
	width:928px;
	background-image: url(/_Images/frameMiddle.png);
	background-repeat:repeat-y;
	padding-left:14px;
}

.Container
{
	text-align:center;
	width:900px;
}

.PageSection
{
	width:100% - 20px;
	text-align: left;
	background-color: White;
	padding-left:10px;
	padding-right:10px;
}

.Header
{
	text-align:left;
	padding-bottom:5px;
	float:left;
}

.Login
{
	float:right;
	background-color: White;
	color: Black;
	font-size: 12px;
	text-align: right;
	width: 220px;
	padding-top:5px;
}

.SkyscraperSection
{
	padding-top:5px;
	/*background-color:Gray;*/
	background-color:#6e6e6e;
	/*background-image: url(/_Images/Backgrounds/SkyscraperBackground1.jpg);
	background-repeat:repeat-y;*/
	color:White;
	text-align:center;
}

.SkyscraperSection a:link
{
	color: White;
	text-decoration: none;
}

.SkyscraperSection a:visited
{
	color: White;
	text-decoration: none;
}

.SkyscraperSection a:hover
{
	color:#fffb88;
	text-decoration: none;
}

.SkyscraperHeading
{
	width:100%;
	text-align:center;
	padding-bottom:5px;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
}

.SkyscraperContentSection
{
	text-align:left;
	width:200px;
	padding-left:10px;
	padding-right:10px;
}

.JoinAASP
{
	padding-bottom:10px;
	text-align:center;
}

.ContentSection
{
	float:right;
	width:640px;
	text-align: left;
	padding-right:5px;
	padding-top:0px;
	font-family:Helvetica;
	font-size:13px;
}

.ContentSectionNoSkyscraper
{
	clear:both;
	float:left;
	width:100%;
}

.FooterSection
{
	width:100% - 18px;
	text-align:center;
	/*color:#0a258c;*/
	font-size:12px;
	padding-top:5px;
	padding-bottom:0px;
}

.menuLevel1
{
	text-align:center;
	width:100%;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#3f83c8',EndColorStr='#336699');
	background-color:#336699;*/
	background-image:url(/_Images/Menu1Background.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	font-size:13px;
}

.menuLevel1Button
{
	text-align:center;
	color: White;
	width:100%;
	margin-top:-2px;
}

.menuLevel1Button a:link
{
	color: White;
	padding-top:5px;
}
.menuLevel1Button a:visited
{
	color: White;
}

.menuLevel1Button a:hover
{
	color: Yellow;
	text-decoration:none;
}

.menuLevel1ButtonSelected
{
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#7d7d7d',EndColorStr='#555555');*/
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#3f83c8',EndColorStr='#336699');*/
	text-align:center;
	color: Yellow;
	width:100%;
	cursor:pointer;
	vertical-align:middle;
	margin-top:-2px;
}

.menuLevel1ButtonSelected a:link
{
	color:Yellow;
}
.menuLevel1ButtonSelected a:visited
{
	color:Yellow;
}

.menuLevel1ButtonSelected a:hover
{
	color:Yellow;
	text-decoration:none;
}

.menuLevel2
{
	font-size:13px;
	text-align:center;
	margin:0 auto;
	width:100%;
	background-image:url(/_Images/menu2new.jpg);
	background-repeat:repeat-x;
	height:21px;
	vertical-align:middle;
}

.menuLevel2Button
{
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#5366b0',EndColorStr='#0a258c');*/
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#7d7d7d',EndColorStr='#555555');*/
	color: White;
	margin-top:-3px;
	text-align:center;
	width:100%;
}

.menuLevel2Button a:link
{
	color: White;
}
.menuLevel2Button a:visited
{
	color: White;
}

.menuLevel2Button a:hover
{
	color:#fffb88;
	text-decoration:none;
}

.menuLevel2ButtonSelected
{
	color: #fffb88;
	text-align:center;
	width:100%;
}

.menuLevel2ButtonSelected a:link
{
	color:#fffb88;
}

.menuLevel2ButtonSelected a:visited
{
	color:#fffb88;
}

.menuLevel2ButtonSelected a:hover
{
	color:#fffb88;
	text-decoration:none;
}

.menuLevel2SubMenu
{
	text-align:left;
	line-height:150%;
	margin-top:2px;
	z-index: 100;
}

.menuLevel2SubMenu a:link
{
	color:White;
}

.menuLevel2SubMenu a:visited
{
	color:White;
}

.menuLevel2SubMenu a:hover
{
	color:#fffb88;
	text-decoration:none;
}

.PageHeading
{
	width:100%;
	text-align:right;
	overflow:hidden;	
}

.PageHeadingText
{
	font-family:"Monotype Corsiva", serif;
	font-size:xx-large;
	width:100%;
	text-align:right;
	font-style:italic;
	overflow:hidden;
	height:1.2em;
	vertical-align:bottom;
	margin-top:0px;
	padding-top:5px;
	padding-right:2px;
	padding-bottom:6px;
}

.PageHeadingImage
{
	font-family:"Monotype Corsiva",
				"Geneva";
	/*color:#565b5e;*/
	color:Red;
	font-size:36px;
	font-weight:bold;
	text-align:right;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}

.HeadingImages
{
	width:100%;
	padding-bottom:15px;
}

.PageHeadingSection
{
	width:100%;
	border:solid 1px #d7dded;
}

.HeadingText
{
	color:Black;
	font-size:16px;
	font-weight:bold;
	width:100%;
	font-style:italic;
	text-decoration:none;
	/*border-bottom:solid 1px #d7dded;*/
	clear: both;
}

.HeadingSubText
{
	color:Black;
	font-size:12px;
	width:100%;
	font-style:italic;
	text-decoration:none;
	/*border-bottom:solid 1px #d7dded;*/
	clear: both;
}

.HeadingTextRight
{
	padding-top:10px;
	color:Black;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	width:100%;
	font-style:italic;
	text-decoration:none;
	/*border-bottom:solid 1px #d7dded;*/
	clear: both;
}

.HeadingSubTextRight
{
	color:Black;
	font-size:14px;
	text-align:right;
	width:100%;
	font-style:italic;
	text-decoration:none;
	/*border-bottom:solid 1px #d7dded;*/
	clear: both;
}

.FloatLeft
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.FloatRight
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.TableContentRow
{
	width:100%;
	text-align:justify;
}

.WatermarkText
{
	font-size:small;
	font-family:Courier New;	
}

.WatermarkMask
{
	font-size:small;
	font-family:Courier New;
	font-weight:bold;
	font-style:italic;
	color:#d3d3d3;	
}

.MessageHeader
{
	color:Black;
	font-size:x-large;
	font-weight:bold;
}

.AaspLink 
{

}

.AaspLink a
{
	
}

.AaspLink a:link
{
	color: #0a258c;
	text-decoration: none;
}

.AaspLink a:visited
{
	color: #0a258c;
	text-decoration: none;
}

.AaspLink a:hover
{
	text-decoration: underline;
}

.SubSectionHeading
{
	color:Gray;
	text-align:left;
	border-bottom:solid 1px Gray;
	width:100%;
	font-style:italic;
}

.SubSectionHeadingUnderline
{
	color:Gray;
	text-align:left;
	text-decoration:underline;
	font-style:italic;
}

.LoginAvatar
{
	max-width:50px;
	max-height:50px;
	padding-left:2px;
	padding-bottom:5px;	
}

#marqueecontainer
{
    position: relative;
    width: 198px; /*marquee width */
    height: 200px; /*marquee height */
    background-color: white;
    overflow: hidden;
    padding-left:2px;
}

.QuickLinks
{
	color:White;
}

.QuickLinkImage
{
	float:left;
	padding-right:5px;
}

.QuickLinkText
{
	/*line-height:120%;*/
	font-size:14px;
	font-family:Helvetica;
}

.Unwatermarked 
{
	height:18px;
	width:198px;
}

.Watermarked 
{
	height:20px;
	width:200px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #336799;
	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: #3e83c8;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    font-weight:bold;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: White;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*Modal Popup*/
.modalBackground
{
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup
{
	background-color: #ffffff;
	border: solid 5px #336799;
	width: 495px;
	padding: 10px;
	font-size:12px;
	text-align:justify;
}

.modalPopupStretch
{
	background-color: #ffffff;
	border: solid 5px #336799;
	padding: 10px;
	font-size:13px;
}

.AccordionHeadingText
{
	color:White;
	font-size:16px;
	font-weight:bold;
	width:100%;
	text-decoration:none;
	/*border-bottom:solid 1px #d7dded;*/
	clear: both;
}

.AccordionHeadingSubText
{
	color:White;
	font-size:12px;
	width:100%;
	font-style:italic;
	text-decoration:none;
	/*border-bottom:solid 1px #d7dded;*/
	clear: both;
}

/* Animation Styles from Animation Demo Download */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}


wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;

}

.PopoutHeading
{
	font-size:14px;
	font-family:"Helvetica";
	font-weight:bold;
}

.IE8Fix
{
	z-index: 100;
}