

 
/*DNN OVERIDING STYLES*/


/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
	vertical-align:bottom;
	width:100px;
	display:inline-block;
	float:left; 
	margin-top:3px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
	}
.MainMenu_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: #D52B1E; 
	font-family:  Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: black 0px solid; 
	border-bottom: black 1px solid; 
	border-top: black 1px solid; 
	border-right: black 0px solid;
	background-color: black;
	width:110px;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: black; 
	border-left: black 1px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: black; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: black 0px solid; 
	border-left: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: black 1px solid; 
	border-left: black 0px solid; 
	border-top: black 1px solid;  
	border-right: black 0px solid; 
	background-color: black; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family:  Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: black 1px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
	
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
	
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family:  Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;


}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;

}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	float:left;
		position:relative;
	left:0px;
	top:0px;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
	
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;

}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
font-size: 1em;
vertical-align: baseline;
line-height:1.5em;
clear:both;

}

/*GITS Additions*/

.content
{	
	margin-top:12px;
	*margin-top:30px;
}


.GS_form_content {
padding:10px 0 15px 0; /*float:left; */
font-size:0.9em; 
}

.but_form_QS
{
	width:100px;
	font-size:1em;
}
/*added to allow the homepage wizard button to be formatted correctly due to dnn controls kicking the pod1 template out*/
.but_form_QS_wide
{
	width:119px; padding-right:3px; padding-left:6px;
	font-size:1em;
}

/*replaces pod's because labels needed for db population cause it to not work properly. ul.format li div h6 */
ul.format li div .GS_H6 
{ 
	float:left; 
	margin-bottom:0 !important; 
	padding-bottom:0 !important; 
	font-size:1.4em !important; 
	padding-right:5px; 
	min-height:inherit !important; 
	font-weight:bold; 
	height:17px !important; 
	min-height:8px; 
	color:#000 ;
	}
	/*replaces pod's because inputs are replaced with asp:checkboxes */
 GS_checkbox { width:15px; float:left; margin-left:0; margin-right:5px;   *background: url("none");  }
 
 #summary .select { font-size:1em; }

 .GS_select{
	width:85px;
}

.tt
 {
font-size:1.5em;
color:#000;
font-stretch:condensed;
margin-bottom:15px;
}

/*Needs this otherwise the textarea disappears and you can't put content in*/
.CuteEditorFrameContainer
{
vertical-align:middle;
}


.extra_GS
{
	width:175px;
margin-right:12px;
}
.schemelogo
{
position:absolute;
top:0px;
right:0px;
margin:20px 20px 0px 0px;

}
.link_pdf_GS, a.link_pdf_GS
{
	 background:url(./images/icon_pdf_sml.gif)  right 3px no-repeat; 
	 border-bottom:1px solid #EBEBEB; 
width:153px;
position:relative; 
color:#6E6F64; 
display:block; 
padding:3px 0; 
margin:2px 0;
position:relative;
left:-1px;
width:135px !important;
width:133px;
padding-left:5px;
padding-right:15px;

}
.link_pdf_GS:hover { 
color:#FFF; 
background-color:#000; 
}
