﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit; /*vertical-align: top;*/
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: #000;
    background: white;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    padding: 0;
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #00305E;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/
.RadEContent, .RadEContentBordered {
    background: #fff;
}
#sidemenu a {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}

.MenuItem1 a, .MenuItemMouseOver1 a, .MenuItem1, .MenuItem0, .MenuItem0 a {
    padding: 2px 0;
    font-weight: bold;
}
.MenuHdr0, .MenuItem0 {
    border-top: 1px solid #E0E0E0;
    font-weight: bold;
    padding: 3px 0;
    width: 200px;
}
a.login {
    color: #000 !important;
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}

.Copyright, .Copyright a {
    font: normal 11px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #fff;
    white-space: nowrap;
    padding: 10px;
}
.Copyright a:link, .Copyright a:active, .Copyright a:visited {
    text-decoration: none;
}
.Copyright a:hover {
    text-decoration: underline;
}
.date {
    font-size: 10px;
    color: #413400;
    padding: 12px;
}
a.static {
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #0e2863;
}
a.static:link, a.static:active, a.static:visited {
    text-decoration: none;
}
a.static:hover {
    text-decoration: underline;
}

.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #FFFFFF;
    border: #003366 1px solid;
}

.SkinObject {
    font: bold 8.5pt Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #fff;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration: none;
    color: #fff;
}

A.SkinObject:visited {
    text-decoration: none;
    color: #fff;
}

A.SkinObject:hover {
    text-decoration: none;
    color: #fff;
}

A.SkinObject:active {
    text-decoration: none;
    color: #fff;
}

/* styles for LANGUAGE skinobject */
.Language {
    vertical-align: middle;
    margin: 0px;
}

.Language img {
    border: none;
}


/* style for module titles */
.Head {
    font: bold 14px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #0e2863;
}

/* style of item titles on edit and admin pages */
.SubHead {
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #000;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled {
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold {
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}

/* text style used for error messages */
.NormalRed {
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem {
    background-color: #fff;
    color: #ff0000;
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}
.DataGrid_Container {
    background-color: Transparent;
}
.DataGrid_Footer {
    background-color: #fff;
}
.DataGrid_Header {
    background-color: Transparent;
    color: #000;
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    text-align: center;
}
.DataGrid_Item {
    background-color: Transparent;
    color: #000;
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}
.DataGrid_SelectedItem {
    background-color: Silver;
    color: Blue;
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}

.TreeMenu_NodeSelected {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
    text-decoration: none;
    color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
    text-decoration: none;
    color: #003366;
}

/* styles used in the FileManager */
.FileManager {
    border: #000 1px solid;
    height: 400px;
}
.FileManager_ToolBar {
    border-bottom: #000 1px solid;
    height: 25px;
}
.FileManager_Explorer {
    height: 100%;
    border: #696969 1px solid;
    background-color: #fff;
    margin: 2px;
}

.FileManager_FileList {
    height: 100%;
    border: #696969 1px solid;
    background-color: #fff;
    margin: 2px;
    overflow: auto;
}

.FileManager_MessageBox {
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    padding: 25px;
}

.FileManager_Header {
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #e7e7ff;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager {
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    background-color: #eee;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    background-color: #dedfde;
    height: 25px;
    margin: 2px;
}

.FileManager_Item {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #f8f8f8;
    border-top: #000 1px dashed;
    border-bottom: #000 1px dashed;
}

.FileManager_AltItem {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #eee;
    border-style: none;
}
.FileManager_SelItem {
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}

.FileManagerTreeNodeSelected {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
    text-decoration: none;
    color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
    text-decoration: none;
    color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard {
    border: black 1px solid;
    height: 400px;
    width: 650px;
}
.WizardButton {
    border: #696969 1px solid;
    padding: 2px;
    border-right: none;
    padding-right: none;
    background-color: #dcdcdc;
}
.WizardHeader {
    background: #ffffcc;
    border-bottom: #000 1px solid;
    height: 40px;
}
.WizardFooter {
    border-top: #000 1px solid;
    background: #ccffcc;
    height: 25px;
    text-align: right;
}
.WizardBody {
    padding: 10px;
    height: 325px;
}
.WizardHelp {
    padding: 5px;
    font-size: 9pt;
    border-left: #000 1px solid;
    width: 180px;
    background-color: #ccffff;
}
.WizardHelpText {
    overflow: auto;
    width: 180px;
    color: #000;
    font: normal 8pt Franklin Gothic, Helvetica, Arial, sans-serif;
    height: 300px;
}
.WizardText {
    color: #000;
    font: normal 9pt Franklin Gothic, Helvetica, Arial, sans-serif;
}


/* text style used for help text rendered by modules */
.Help {
    border: #000 1px solid;
    padding: 2px;
    color: #000;
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:visited {
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:hover {
    text-decoration: underline;
    color: #ff0000;
}

A.CommandButton:active {
    text-decoration: underline;
    color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton {
    padding: 0 5px;
    background: #ddd;
    color: #000;
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}


/* GENERIC */
H1, H2 {
    font: normal 20px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #666644;
}

H3, H4, TFOOT, THEAD {
    font: normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #003366;
}

H5, DT, H6 {
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #003366;
}

TH {
    vertical-align: baseline;
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #003366;
}

A:link, A:visited, A:active {
    text-decoration: none;
    color: #003366;
}

A:hover {
    text-decoration: underline;
    color: #ff0000;
}

SMALL {
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

BLOCKQUOTE, PRE {
    font-family: Franklin Gothic, Helvetica, Arial, sans-serif;
}


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: #696969;
    height: 1pt;
    text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer {
    border: blue 0px solid;
}

.ModuleTitle_MenuBar {
    cursor: pointer;
    height: 16;
    background-color: Transparent;
}

.ModuleTitle_MenuItem {
    cursor: pointer;
    color: #000;
    font: bold normal 9pt Franklin Gothic, Helvetica, Arial, sans-serif;
    font-size: 9pt;
    border-left: #fff 0 solid;
    border-bottom: #fff 1px solid;
    border-top: #fff 1px solid;
    border-right: #fff 0 solid;
    background-color: Transparent;
}

.ModuleTitle_MenuIcon {
    cursor: pointer;
    background-color: #eee;
    border: #eee 1px solid;
    border-right: none;
    text-align: center;
    width: 15px;
    height: 21px;
}

.ModuleTitle_SubMenu {
    z-index: 1000;
    cursor: pointer;
    background-color: #fff;
    border: #fff 0px solid;
}

.ModuleTitle_MenuBreak {
    border-bottom: #eee 1px solid;
    border-left: #eee 0 solid;
    border-top: #eee 1px solid;
    border-right: #eee 0 solid;
    background-color: #eee;
    height: 1px;
}

.ModuleTitle_MenuItemSel {
    cursor: pointer;
    color: #000;
    font: bold normal 9pt Franklin Gothic, Helvetica, Arial, sans-serif;
    background-color: #c1d2ee;
}

.ModuleTitle_MenuArrow {
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
    border-top: #fff 0 solid;
}

.ModuleTitle_RootMenuArrow {
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

/* Main Menu */

.MainMenu_MenuContainer {
    background-color: transparent;
    width: 1;
}
.MainMenu_MenuContainer td {
    font-weight: bold;
}

.MainMenu_MenuBar {
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: transparent;
}

.MainMenu_MenuItem {
    cursor: pointer;
    cursor: hand;
    color: #4C3D00;
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    border-left: #f3f0eb 0 solid;
    border-bottom: #f3f0eb 1px solid;
    border-top: #f3f0eb 1px solid;
    border-right: #f3f0eb 1px solid;
    background-color: transparent;
}
.MainMenu_MenuItem a {
    font: bold 12px Franklin Gothic, Helvetica, Arial, sans-serif;
}

.MainMenu_MenuIcon {
    cursor: pointer;
    cursor: hand;
    background-color: #d8d8d8;
    border: #d8d8d8 1px solid;
    border-right: none;
    text-align: center;
    width: 15px;
    height: 21px;
}

.MainMenu_SubMenu {
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    background-color: #f3f0eb;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=2);
    border: #f3f0eb 0 solid;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel {
    font-weight: normal;
}

.MainMenu_SubMenu .MainMenu_MenuItem {
    color: #464030;
    font-weight: normal;
}

.MainMenu_MenuBreak {
    border-bottom: #f3f0eb 1px solid;
    border-left: #f3f0eb 0 solid;
    border-top: #f3f0eb 1px solid;
    border-right: #f3f0eb 0 solid;
    background-color: #f3f0eb;
    height: 1px;
}

.MainMenu_MenuItemSel {
    cursor: pointer;
    cursor: hand;
    color: #464030;
    font: bold normal 12px Franklin Gothic, Helvetica, Arial, sans-serif;
    background-color: #fffdfa;
}

.MainMenu_MenuArrow {
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
    border-right: #f3f0eb 1px solid;
    border-bottom: #f3f0eb 1px solid;
    border-top: #f3f0eb 0 solid;
}

.MainMenu_RootMenuArrow {
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #ccc;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    color: #fff;
    font: bold 8.5pt Franklin Gothic, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration: none;
    color: white;
}

A.SelectedTab:visited {
    text-decoration: none;
    color: #eee;
}

A.SelectedTab:hover {
    text-decoration: none;
    color: #ccc;
}

A.SelectedTab:active {
    text-decoration: none;
    color: #eee;
}

.OtherTabs {
    color: #fff;
    font: bold 8.5pt Franklin Gothic, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

A.OtherTabs:link {
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: #eee;
}

A.OtherTabs:hover {
    text-decoration: none;
    color: #ccc;
}

A.OtherTabs:active {
    text-decoration: none;
    color: #eee;
}

.PagingTable {
    height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass {
    border: solid 1px red;
    background-color: Transparent;
}

.LabelEditWorkClass {
    /*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
    border: solid 0 red;
    background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu {
    border: #00 solid 1px;
    white-space: nowrap;
    background: #fff;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver {
    background-color: navy;
    color: #fff;
}


/*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: -moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
    display: inline-block; /* 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;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane {
    width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft {
    text-align: left;
}
.DNNAlignright {
    text-align: right;
}
.DNNAligncenter {
    text-align: center;
}

/* Login Styles */
.LoginPanel {
}

.LoginTabGroup {
}

.LoginTab {
    float: left;
    background: url("../../images/tablogin_gray.gif") left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    border: 1px #25569a solid;
}

.LoginTabSelected {
    float: left;
    background: url("../../images/tablogin_gray.gif") left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    background-position: 0% -41px;
    border: 1px #25569a solid;
}

.LoginTabHover {
    float: left;
    background: url("../../images/tablogin_gray.gif") left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #555;
    border: 1px #C00 solid;
    cursor: pointer;
}

.LoginContainerGroup {
    clear: both;
    padding-top: 5px;
}

.LoginContainer {
}

#invsidemenu-SiteSelectionResources, #invsidemenu-BusinessDevelopment, #invsidemenu-EconomicIncentives, #invsidemenu-EconomicIncentives, #invsidemenu-ArlingtoniSites {
    display: none;
}

.cpyl {
    float: left;
    text-align: left;
}
.cpym {
    float: left;
    text-align: left;
}
.cpyr {
    float: right;
    text-align: right;
    font-style: italic;
}

#invsidemenu-SiteSelectionResources, #invsidemenu-BusinessDevelopment, #invsidemenu-EconomicIncentives, #invsidemenu-EconomicIncentives, #invsidemenu-ArlingtoniSites {
    display: none;
}
.cntr {
    width: 924px;
    text-align: center;
    margin: 0 auto;
}

#dnn_ctr367_ContentPane, #dnn_ctr367_ModuleContent, #dnn_ctr367_HtmlModule_HtmlModule_lblContent {
    vertical-align: top;
}

#cafmg {
    text-align: center;
    margin: 0 auto;
}
#cafmg img {
    text-align: center;
    margin: 0 auto;
    vertical-align: bottom;
}
#hdr {
    width: 924px;
    clear: both;
}
#hdr .l {
    float: left;
    width: 346px;
    padding: 15px 0;
}
#hdr .m {
    font: bold italic 14px Franklin Gothic, Helvetica, Arial, sans-serif;
    color: #698ad5;
    float: left;
    width: 250px;
    padding: 15px 0 15px 25px;
}
#hdr .r {
    float: right;
    width: 200px;
    text-align: right;
    padding: 15px 0;
}
#dnn_ctr367_HtmlModule_HtmlModule_lblContent hr {
    width: 170px;
    text-align: center;    
    margin: 10px 0;
}
#dnn_ContentPane {
    padding: 25px;
}
#dnn_RightPane {
    padding: 12px;
    width: 178px !important;
}
#tblmn {
    text-align: center;
    margin: 0 auto;
    width: 924px !important;
}
.rghtclmn {
    background: #e9bb00;
    width: 178px;
    margin: 0 auto;
    text-align: center;
}
