/* ================================
    Default styles FOR DotNetNuke
   ================================
*/

/* background color for the content part of the pages */
Body
{	background-color: #ffedd9;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	}

.ControlPanel, .PagingTable
{
	width: 100%;
	background-color: #FFFFFF;
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.SkinObject
{
	font-weight: normal;
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject:hover
{
	text-decoration: underline;
	color: #ffffff;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #ffffff;
}

/* styles for LANGUAGE skinobject */
.Language
{
	vertical-align: middle;
	margin: 0px;
}

.Language img
{
	border: none;
}


/* style for module titles */
.Head
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
	background-color: White;
	color: Red;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
	background-color: White;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	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-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: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
	height: 100%;
	border: #696969 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #E7E7FF;
	background-color: #9EBFF6;
	border-bottom: #696969 1px solid;
	height: 25px;
}

.FileManager_Pager
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
	border-top: #696969 1px solid;
	height: 25px;
}

.FileManager_StatusBar
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background-color: #dedfde;
	height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #F8F8F8;
	border-top: black 1px dashed;
	border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: Black;
	background-color: #EEEEEE;
	border-style: none;
}
.FileManager_SelItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background-color: #99ffff;
	border-style: none;
}

.FileManagerTreeNode
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	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-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: #696969 1px solid;
	padding-right: 2px;
	border-top: #696969 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #696969 1px solid;
	padding-top: 2px;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}
.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: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif, Verdana, Arial, Sans-Serif;
}


/* 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: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* 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-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight:bold;
	background-image:url(images/menu_orange.gif);
	width:109px;
	height:31px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	border:0;
}


/* GENERIC */
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

A:link
{
	text-decoration: none;
	color:#0C584B;
}

A:visited
{
	text-decoration: none;
	color:#0C584B;
}

A:hover
{
	text-decoration: underline;
	color:#0C584B;
}

A:active
{
	text-decoration: none;
	color:#0C584B;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

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: #696969;
	height: 1pt;
	text-align: left;
}

/* 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;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif, 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;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.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;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	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;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{

	cursor: pointer;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align:center;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
	
	
}
.MainMenu_MenuItem td
{background:url(images/menu_orange.gif);
border-left: white 1px solid;
border-right: white 1px solid;
width:110px;
height:31px;
}
.MainMenu_MenuIcon
{Display:none;
	/*cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;*/
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_SubMenu td:hover
{
background:url(images/menu_green.gif);
width:110px;
height:31px;
border-left: white 1px solid;

}

.MainMenu_MenuBreak
{
display:none;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #ffffff;
	text-align:center;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	height:31px;
	
}
.MainMenu_MenuItemSel td
{
background:url(images/menu_green.gif);
width:110px;
height:31px;
border-left: white 1px solid;

}

.MainMenu_MenuArrow
{
display:none;
}
.MainMenu_RootMenuArrow
{
display:none;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
	background-color: #CCCCCC;
}

.TabBg
{
	background-color: black;
}

.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	text-decoration: none;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: white;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif, Arial, Helvetica;
	text-decoration: none;
}

A.OtherTabs:link
{
	text-decoration: none;
	color: white;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

.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 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: White;
}


/*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
{}
.Linkf
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #FF8905;
	font-family: Tahoma;
	text-decoration: none;
}

A.Linkf:link
{
	text-decoration: none;
	color:#FF8905;
}

A.Linkf:visited
{
	text-decoration: none;
	color: #FF8905;
}

A.Linkf:hover
{
	text-decoration: underline;
	color: #FF8905;
}

A.Linkf:active
{
	text-decoration: none;
	color: #FF8905;
}
.Sep
{
	font-weight: bold;
	font-size: 9pt;
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
.ncontent
{/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-family:tahoma;
font-size:8.5pt;
font-weight:normal;}
.content
{/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
font-family:tahoma;
font-size:9pt;
font-weight:normal;}	

.Green
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15pt;
font-weight:bold;
color:#0C584B;
}

#dnn_ctr425_Links_cboLinks


#dnn_ctr519_Links_cmdGo
{

background:url(images/gobt.gif);
width:40px;
height:22px;
display:block;
position:relative;
left:139px;
bottom:20px;

}


#dnn_ctr425_Links_cboLinks
{
border:ipx solid #CCCCCC;
width:140px;

}

.Link
{
font-family:Tahoma;
font-weight:normal;
font-size:9pt;
color:#005043;}
.Link td
{
border:ipx dotted #FF8400;
}

A.Link:link
{
	text-decoration: none;
	color: #3F7F6F;
}
.Heading
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15pt;
font-weight:bold;
color:#0C584B;
}

A.Link:visited
{
	text-decoration: none;
	color:#3F7F6F;
}

A.Link:hover
{
	text-decoration: underline;
	color: #3F7F6F;
}

A.Link:active
{
	text-decoration: none;
	color: #3F7F6F;
}
#dnn_ctr456_Signin_cmdRegister
{display:none;}
#dnn_ctr456_Signin_cmdPassword
{display:none;}
#dnn_ctr456_Signin_chkCookie
{display:none;}
#dnn_ctr456_Signin_plPassword_imgHelp
{display:none;}
#dnn_ctr456_Signin_plUsername_imgHelp
{display:none;}
#dnn_ctr456_Signin_plUsername_lblLabel
{color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:8.5pt;
font-weight:bold;
position:relative;
right:155px;
top:20px;
}
#dnn_ctr456_Signin_txtUsername
{
position:relative;
bottom:5px;
right:45px;
width:200px;
border:1px solid #000000;}
#dnn_ctr456_Signin_txtPassword
{
position:relative;
bottom:15px;
right:45px;
width:200px;
border:1px solid #000000;
}
#dnn_ctr456_dnnTITLE_lblTitle
{
font-family:Verdana;
color:#FE8503;
font-size:12pt;
padding-left:80px;
padding-top:30px;
}
#dnn_ctr456_Signin_plPassword_lblLabel
{color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:8.5pt;
font-weight:bold;
position:relative;
right:150px;
top:10px;}
#dnn_ctr456_Signin_cmdLogin
{background:url(images/login_btn.gif);
width:73px;
height:29px;
}
/*calculator*/
#ResetButton {
padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight:bold;
	background-image:url(images/menu_orange.gif);
	width:109px;
	height:31px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	border:0;
}
#dnn_ctr534_View_Retirement_btnCalculate
 {
padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight:bold;
	background:url(images/menu_orange.gif);
	width:109px;
	height:31px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	border:0;
}
#dnn_ctr460_View_Home_btnCalculate
{
padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight:bold;
	background:url(images/menu_orange.gif);
	width:109px;
	height:31px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	border:0;
}
#dnn_ctr535_View_Loan_btnCalculate
{
padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight:bold;
	background:url(images/menu_orange.gif);
	width:109px;
	height:31px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	border:0;
}
#dnn_ctr536_View_College_btnCalculate
{
padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight:bold;
	background:url(images/menu_orange.gif);
	width:109px;
	height:31px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	border:0;
}
#dnn_ctr517_View_Home_btnCalculate
{
padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight:bold;
	background:url(images/menu_orange.gif);
	width:109px;
	height:31px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	border:0;
}
/*Calculator(Home)*/
#dnn_ctr460_View_Home_dpDurationMethod
{position:relative;
left:12px;}
#dnn_ctr460_View_Home_lblTemplateGroInc_imgHelp
{display:none;}
#dnn_ctr460_View_Home_lblTemplateDebtPay_imgHelp
{display:none;}
#dnn_ctr460_View_Home_lblTemplateInsPer_imgHelp
{display:none;}
#dnn_ctr460_View_Home_lblTemplateTaxes_imgHelp
{display:none;}
#dnn_ctr460_View_Home_lblTemplateDownPay_imgHelp
{display:none;}
#dnn_ctr460_View_Home_lblTemplateLoad_imgHelp
{display:none;}
#dnn_ctr460_View_Home_lblTemplateIntRate_imgHelp
{display:none;}
#dnn_ctr460_View_Home_lblTemplateGroInc_lblLabel
{font-family:Tahoma;
font-size:8.5pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblTemplateDebtPay_lblLabel
{font-family:Tahoma;
font-size:8.5pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblTemplateInsPer_lblLabel
{font-family:Tahoma;
font-size:8.5pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblTemplateTaxes_lblLabel
{font-family:Tahoma;
font-size:8.5pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblTemplateDownPay_lblLabel
{font-family:Tahoma;
font-size:8.5pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblTemplateLoad_lblLabel
{font-family:Tahoma;
font-size:8.5pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblTemplateIntRate_lblLabel
{font-family:Tahoma;
font-size:8.5pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblGroInc
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblDebtPay
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblInsPer
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblTaxes
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr460_View_Home_lblDownPay
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
/*retirment*/
#dnn_ctr534_View_Retirement_lblTemplateRetValue_imgHelp
{display:none;}
#dnn_ctr534_View_Retirement_lblTemplateIncDepAm_imgHelp
{display:none;}
#dnn_ctr534_View_Retirement_lblTemplateRtRet_imgHelp
{display:none;}
#dnn_ctr534_View_Retirement_lblTemplateYears_imgHelp
{display:none;}
#dnn_ctr534_View_Retirement_lblTemplateMethod_imgHelp
{display:none;}
#dnn_ctr534_View_Retirement_lblTemplateFrequency_imgHelp
{display:none;}
#dnn_ctr534_View_Retirement_lblTemplateRetValue_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr534_View_Retirement_lblTemplateIncDepAm_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr534_View_Retirement_lblTemplateRtRet_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr534_View_Retirement_lblTemplateYears_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr534_View_Retirement_lblTemplateMethod_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr534_View_Retirement_lblTemplateFrequency_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr534_View_Retirement_lblRetVal
{font-family:Tahoma;
font-size:10pt;
font-weight:bold;}
#dnn_ctr534_View_Retirement_lblIncDepAm
{font-family:Tahoma;
font-size:10pt;
font-weight:bold;}
#dnn_ctr534_View_Retirement_lblRtRet
{font-family:Tahoma;
font-size:10pt;
font-weight:bold;}
/*Loan*/
#dnn_ctr535_View_Loan_lblTemplateAmount_imgHelp
{display:none;}
#dnn_ctr535_View_Loan_lblTemplateInterest_imgHelp
{display:none;}
#dnn_ctr535_View_Loan_lblTemplateLoanTerm_imgHelp
{display:none;}
#dnn_ctr535_View_Loan_lblTemplateAmount_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr535_View_Loan_lblTemplateInterest_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr535_View_Loan_lblTemplateLoanTerm_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr535_View_Loan_lblInterest
{font-family:Tahoma;
font-size:10pt;
font-weight:bold;}
/*College*/
#dnn_ctr536_View_College_lblTemplateCurrAge_imgHelp
{display:none;}
#dnn_ctr536_View_College_lblTemplateWhatAge_imgHelp
{display:none;}
#dnn_ctr536_View_College_lblTemplateAmount_imgHelp
{display:none;}
#dnn_ctr536_View_College_lblTemplateInfRate_imgHelp
{display:none;}
#dnn_ctr536_View_College_lblTemplateTotalValue_imgHelp
{display:none;}
#dnn_ctr536_View_College_lblTemplateAnIntRate_imgHelp
{display:none;}
#dnn_ctr536_View_College_lblTemplateCurrAge_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr536_View_College_lblTemplateWhatAge_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr536_View_College_lblTemplateAmount_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr536_View_College_lblTemplateInfRate_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr536_View_College_lblTemplateTotalValue_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr536_View_College_lblTemplateAnIntRate_lblLabel
{font-family:Tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr536_View_College_lblDollarAmount
{font-family:Tahoma;
font-size:10pt;
font-weight:bold;}
#dnn_ctr536_View_College_lblTotalValueDollar
{font-family:Tahoma;
font-size:10pt;
font-weight:bold;}
#dnn_ctr536_View_College_lblInfRatePercent
{font-family:Tahoma;
font-size:10pt;
font-weight:bold;}
#dnn_dnnLOGIN_cmdLogin
{
color:#FD8403;}
/*Reapproved calculator*/
.CUbutton
{
padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight:bold;
	background:url(images/menu_orange.gif);
	width:109px;
	height:31px;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	border:0;
}
#dnn_ctr608_ViewCUBPreapprovedCalculator_lblTemplateGrossIncome_lblLabel
{
font-family:tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr608_ViewCUBPreapprovedCalculator_lblTemplateOtherAssets_lblLabel
{
font-family:tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr608_ViewCUBPreapprovedCalculator_lblTemplateLiquidAssets_lblLabel
{
font-family:tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr608_ViewCUBPreapprovedCalculator_lblTemplateFixAssets_lblLabel
{
font-family:tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr608_ViewCUBPreapprovedCalculator_lblTemplateCurrentLiabilities_lblLabel
{
font-family:tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr608_ViewCUBPreapprovedCalculator_lblTemplateTermLiabilities_lblLabel
{
font-family:tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr608_ViewCUBPreapprovedCalculator_lblTemplateOtherLiabilities_lblLabel
{
font-family:tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr609_ViewCUBPreapprovedCalculator_lblTemplateGrossIncome_lblLabel
{
font-family:tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr609_ViewCUBPreapprovedCalculator_lblTemplateLiquidAssets_lblLabel
{
font-family:tahoma;
font-size:9pt;
font-weight:bold;}
#dnn_ctr609_ViewCUBPreapprovedCalculator_lblTemplateCurrentLiabilities_lblLabel
{
font-family:tahoma;
font-size:9pt;
font-weight:bold;}