/* Fix page shift in FF & other Gecko browsers */
html 
{ 
	min-height: 100%; 
	margin-bottom: 1px;
}

body
{
	margin: 0px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
	background-color: #FFFFFF;
	color: #343432;
	min-height: 100%; 
	background: #bbbbbb url(body_background.gif) repeat-x left top;
}

a:link, a:visited 
{
	color: #343432;
	text-decoration: underline;
}

a:hover 
{
	color: #5750b1;
	text-decoration: underline;
}

a img
{
	border: none !important;
	text-decoration: none !important;
}

.ControlPanel, .PagingTable 
{
    width: 900px;
    background-color: #FFFFFF;
    border: #CCCCCC 1px solid; 
}

.ietLogo
{
    margin: 0 0 15px 70px;
    display: none;
}


/* style of item titles on edit and admin pages */
.SubHead    
{
    font-size:  1.0em;
    font-weight:    bold;
    color: #343432;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
    font-size:  1.0em;
    font-weight:    bold;
    color: black;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-size:  1.0em;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-size:  1.0em;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-size:  1.0em;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-size:  0.9em;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-size:  0.9em;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-size:  0.9em;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-size:  0.9em;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-size:  1.0em;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-size:  1.0em;
    font-weight: normal;
	background-color: #dcdcdc; 
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: gray 1px solid;
	background-color: #FFFFFF;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: gray 1px solid;
	background-color: #FFFFFF;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-size:  1.0em;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: gray 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-size:  1.0em;
    font-weight: bold;
    background-color: #FFFFFF;
    border-top: gray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-size:  1.0em;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-size:  1.0em;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-size:  1.0em;
    font-weight: normal;
    color: Black;
    background-color: #FFFFFF;
    border-style: none;
}
.FileManager_SelItem
{
    font-size:  1.0em;
    font-weight: bold;
    color: #343432;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-size:  1.0em;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-size:  1.0em;
    font-weight: normal;
	background-color: #dcdcdc; 
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: gray 1px solid;
	padding-right: 2px;
	border-top: gray 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: gray 1px solid;
	padding-top: 2px;
	border-bottom: gray 1px solid;
	background-color: #FFFFFF;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size:  1.0em;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size:  0.9em;
	width: 180px;
	color: black;
	height: 300px;
}
.WizardText
{
	font-size:  1.0em;
	color: black;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size:  1.0em;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
    font-size:  1.0em;
    font-weight: normal;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size:  1.0em;
	background: #dddddd;
	color: #343432;
}

    
/* GENERIC */
H1 
{
	font-size: 1.6em;
	font-family: Gill Sans MT, Verdana;
	color: #080063;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}

H2  
{
    font-size: 1.8em;
	font-family: Gill Sans MT, Verdana;
	color: #080063;
	font-weight: normal;
}

H3  
{
    font-size:  1.4em;
    font-family: Gill Sans MT, Verdana;
    font-weight: normal;
    color: #343432;
}

h3.faqHead
{
    border-bottom: solid 1px #080063 !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

H4  
{
    font-size: 1.1em;
    font-family: Gill Sans MT, Verdana;
    font-weight: normal;
    color: #343432;
}

H5, DT  
{
    font-size:  1.0em;
    font-family: Gill Sans MT, Verdana;
    font-weight: normal;
    color: #343432;
}

H6
{
    font-size:  1.0em;
    font-family: Gill Sans MT, Verdana;
    font-weight: normal;
    color: #343432;
}

TFOOT, THEAD    
{
    font-size:  1.0em;
    color: #343432;
}

TH  
{
    vertical-align: baseline;
    font-size:  1.0em;
    font-weight:    bold;
    color: #343432;
}

SMALL   
{
    font-size:  0.9em;
}

BIG {
    font-size:  1.2em;
}

BLOCKQUOTE, PRE 
{
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR 
{
    color: Gray;
    height:1pt;
    text-align:left;
}

/* Module Title Menu */
.ModuleTitle_MenuBar 
{
	cursor: pointer; 
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem 
{
	cursor: pointer; 
	color: black; 
	font-size:  1.0em; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #FFFFFF; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFFFFF; 
}

.ModuleTitle_MenuBreak 
{
	background-color: #FFFFFF; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: black; 
	font-size:  1.0em; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow 
{
	font-family: webdings; 
	font-size:  1.0em; 
	cursor: pointer; 
}

.ModuleTitle_RootMenuArrow 
{
	font-family: webdings; 
	font-size:  1.0em; 
	cursor: pointer; 
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size:  1.0em;
    color: #343432;
    text-decoration: none;
}

.OtherTabs {
    font-weight: bold;
    font-size:  1.0em;
    color: #343432;
    text-decoration: none;
}

.PagingTable {
    height: 33px;
}

.LabelEditTextClass
{
	border: solid 1px red;
	background-color: Transparent;
}

.LabelEditWorkClass
{
	/*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
	border: solid 0px red;
	background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
	border: solid 1px black;
	white-space: nowrap;
	background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
    background-color: navy;
    color: #343432;
    
}

/*Edit In Place Tool Bar Classes*/
.eipbackimg {
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */	
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(../../images/eip_toolbar.gif);
	background-color: #99cccc;
	height: 22px;
}

.eipbuttonbackimg {	
	width: 21px;
	height: 21px;	
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display: inline; /* supported by Opera and ? */
}

.eipbutton_edit {
	background: url(../../images/eip_edit.gif) no-repeat 100% center;
}
.eipbutton_save {
	background: url(../../images/eip_save.gif) no-repeat 100% center;
}
.eipborderhover {
	border: outset 1px;
}

/* Generic QSF module styles */
ul li
{
    list-style-type: none;
}

ul
{
    margin: 5px 0 5px 0;
    padding-left: 7px;
}

li
{
    list-style-type: none !important;
    background: transparent url(plug_list.gif) no-repeat left 2px;
    padding-left: 20px;
    height: 18px;
    margin-bottom: 3px;
}

html>body li
{
    height: auto;
    min-height: 18px;
}

.moduleMain
{
	margin: 0 0 5px 0;
	clear: both;
}

.contactColumn
{
    width: 320px;
	padding: 0;
	margin: 0;
	clear: none;
	float: left;
	vertical-align: top;
}

.contactColumn h2
{
    margin-top: 0;
    padding-top: 0;
}

.fieldRow
{
	clear: both;
	margin: 5px 0 5px 0;
}

html>body .fieldRow
{
	height: auto;
	min-height: 25px;
}

.rightColEmpty
{
    float: left;
	clear: right;
	width: 179px;
	margin-right: 10px;
}

.rightColEmpty input
{
	border: solid 1px #575950;
	background-color: #bebdb1;
	width: 175px;
	height: 14px;
	color: #343432;
	margin: 3px 0 10px 0;
	padding: 4px 0 3px 4px;
}

.rightColEmpty img
{
    margin-bottom: 5px;
}

.leftCol
{
	float: left;
	clear: left;
	width: 120px;
	padding: 5px 5px 0 0;
	vertical-align: middle;
}

.rightColBlank
{
	float: left;
	clear: right;
	width: 179px;
	margin-right: 10px;
	padding-bottom: 5px;
}

.rightCol
{
	float: left;
	clear: right;
	width: 179px;
	height: 22px;
	background-color: #bebdb1;
	border: solid 1px #575950;
	margin-right: 10px;
}

.rightCol input, .rightCol select
{
	border: none !important;
	background-color: #bebdb1;
	width: 155px;
	height: 14px;
	color: #343432;
	margin: 0;
	padding: 4px 0 0 4px;
}

.rightCol select
{
    padding: 0px;
    height: 19px;
    width: 179px;
}

.rightColLarge
{
	float: left;
	clear: right;
	width: 179px;
	height: 80px;
	background-color: #bebdb1;
	border: solid 1px #575950;
	margin-bottom: 5px;
}

.rightColLarge textarea
{
	border: none !important;
	background-color: #bebdb1;
	width: 155px;
	height: 75px;
	color: #343432;
	margin: 0;
	padding: 4px 0 0 4px;
	overflow: hidden;
}

.buttonContainer
{
    padding-top: 15px;
    clear: both;
}

.captchaErrorSummary
{
	color: #080063;
	background-color: #bebdb1;
	border: solid 1px #080063;
	margin: 5px 0 5px 0;
	padding: 10px;
	text-align: center;
	width: 159px;
}

.errorSummary
{
	color: #080063;
	background-color: #bebdb1;
	border: solid 1px #080063;
	margin: 5px 0 5px 0;
}

.errorSummaryTitle
{
	color: #080063;
	margin: 5px 0 0 10px;
}

.errorSummary ul
{
	color: #080063;
	margin: 10px 10px 10px 20px;
	padding: 0;
}

html>body .errorSummary ul
{
	margin-left: 10px;
}

.errorSummary li
{
	color: #080063;
	margin: 0 0 3px 15px;
}

.errorIcon
{
	color: #080063;
	vertical-align: -1px;
}

html>body .errorIcon
{
	vertical-align: -4px;
}

/* Site Map styles */
.siteMapGroup
{
  padding-left: 23px;
  background: transparent url(plug_small.gif) no-repeat left top;
}

.siteMapGroup a
{
	color: #343432;
	text-decoration: underline;
}

.siteMapGroup a:hover
{
	color: #5750b1 !important;
	text-decoration: underline !important;
}

.siteMapGroup a:visited
{
	color: #343432;
	text-decoration: underline;
}

/* Google Map styling */
.googleMapMain
{
    margin: 0 0 5px 0;
	clear: both;
}

.googleMapMain p
{
    padding: 0;
    margin: 0 0 8px 0;
}

.branchesMapOuter
{
    width: 646px; 
    height: 400px; 
    padding: 0;
    margin: 0;
    border: solid 2px #080063;
}

.branchesMapInner
{
    margin: 0;
    height: 400px; 
    padding: 0;
}

.branchesList
{
    display: none;
    margin-top: 10px;
}

.branchesList table
{
    border: solid 1px #080063;
}

.branchesList th
{
    background-color: #080063;
    color: #FFFFFF;
    font-weight: bold;
}

.branchesList td
{
    border: solid 1px #080063;
}

.showFAQ
{
    cursor: pointer;
}

.closeFAQ
{
    text-align: right;
    margin: 0;
    padding: 0;
}

.faq
{
    padding: 5px 10px 5px 10px;
    border: solid 1px #080063;
    display: none;
    background-color: #EEEEEE;
}

.innov8ive
{
    float: right;
    padding-top: 5px;
}
