/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{

}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.FormBox
{
   border-color: Navy;
   border-width: 1px;
   border-style: Solid;
   padding: 3px;
}
.TabArea
{
    background-color: White;
    font-size: medium;
    border-left: 1px solid #CED8E1;
    border-bottom: 1px solid #CED8E1;
    border-right: 1px solid #CED8E1;
    border-top:1px solid #CED8E1;
    width:500px;
    height:500px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
}
.TextBoxEdit
{
	font-family:@Arial;
   font-size: 9pt;
   font-weight: Normal;
   color: Navy;
   background-color: White;
   text-align: Left;
   vertical-align: Middle;
   border-color: Navy;
   border-width: 1px;
   border-style: Solid;
}
.TextBox
{
	font-family:@Arial;
   font-size: 9pt;
   font-weight: Normal;
   color: Navy;
   background-color: White;
   text-align: Left;
   vertical-align: Middle;
   border-color: Navy;
   border-width: 1px;
   border-style: None;
}
.Label
{
	font-family:@Tahoma;
   font-size: 9pt;
   font-weight: Bold;
   color: Navy;
   background-color: White;
   text-align: Left;
   vertical-align: Middle;
   width: 120px;
}
.Label_Warning
{
	font-family:@Tahoma;
   font-size: 9pt;
   font-weight: Bold;
   color: Red;
   background-color: White;
   text-align: Left;
   vertical-align: Middle;
   width: 120px;
}
.Label_CentralWarning
{
	font-family:@Tahoma;
   font-size: 9pt;
   font-weight: Bold;
   color: Red;
   background-color: White;
   text-align: Center;
   vertical-align: Middle;
   width: 120px;
}
.Label_Success
{
	font-family:@Tahoma;
   font-size: 9pt;
   font-weight: Bold;
   color: Green;
   background-color: White;
   text-align: Left;
   vertical-align: Middle;
   width: 120px;
}
.LabelTitle
{
	font-family:@Tahoma;
   font-size: 10pt;
   font-weight: Bold;
   color: Navy;
   background-color: White;
   text-align: Center;
   vertical-align: Middle;
   width: 120px;
}
.TableStandard
{
	border:1;
	border-color:#cccccc;
    width: 100%;
}
.TableApplicantContact
{
	background-color:#D3D3D3;
	border:1;
	border-color:#cccccc;
   width: 100%;
}
.TableGuarantorContact
{
	background-color:#D8BFD8;
	border:1;
	border-color:#cccccc;
   width: 100%;
}
.TextBoxMoney
{
	font-family:@Arial;
   font-size: 9pt;
   font-weight: Normal;
   color: Navy;
   background-color: White;
   text-align: Right;
   vertical-align: Middle;
   border-color: Navy;
   border-width: 1px;
   border-style: Solid;
}
.TextBoxUpper
{
	font-family:@Arial;
   font-size: 9pt;
   font-weight: Normal;
   color: Navy;
   background-color: White;
   text-align: Left;
   vertical-align: Middle;
   text-transform: Uppercase;
   border-color: Navy;
   border-width: 1px;
   border-style: Solid;
}
.TextBoxLower
{
	font-family:@Arial;
   font-size: 9pt;
   font-weight: Normal;
   color: Navy;
   background-color: White;
   text-align: Left;
   vertical-align: Middle;
   text-transform: Lowercase;
   border-color: Navy;
   border-width: 1px;
   border-style: Solid;
}
.TextBoxProper
{
	font-family:@Arial;
   font-size: 9pt;
   font-weight: Normal;
   color: Navy;
   background-color: White;
   text-align: Left;
   vertical-align: Middle;
   text-transform: Capitalize;
   border-color: Navy;
   border-width: 1px;
   border-style: Solid;
}
.TextBoxReadOnly
{
	font-family:@Arial;
   font-size: 9pt;
   font-weight: Normal;
   color: Navy;
   background-color: White;
   text-align: Left;
   vertical-align: Middle;
   border-style: None;
}
.TextBoxReadOnlyMoney
{
	font-family:@Arial;
   font-size: 9pt;
   font-weight: Normal;
   color: Navy;
   background-color: White;
   text-align: Right;
   vertical-align: Middle;
   border-style: None;
}
td.SubForm
{
	font-family:@Arial;
   background-color: White;
   text-align: Center;
   vertical-align: Top;
   border-color: Navy;
   border-width: 1px;
   border-style: Solid;
}
td.Title
{
	font-family:@Arial;
   font-size: 12pt;
   font-weight: Bold;
   color: Navy;
   background-color:#B0C4DE;
   text-align: Center;
   vertical-align: Middle;
   border-color: Navy;
   border-width: 1px;
   border-style: Solid;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-right: 3px;
   padding-left: 3px;
}
td.SubTitle
{
	font-family:@Arial;
   font-size: 10pt;
   font-weight: Bold;
   color: Navy;
   background-color:#B0C4DE;
   text-align: Center;
   vertical-align: Middle;
   border-color: Navy;
   border-width: 1px;
   border-style: Solid;
   padding-top: 3px;
   padding-bottom: 3px;
   padding-right: 3px;
   padding-left: 3px;
}
td.CaseLabel
{
	font-family:@Arial;
   font-size: 8pt;
   font-weight: Bold;
   color: Navy;
   background-color: #dcdcdc;
   padding-left: 3px;
   padding-right: 3px;
   vertical-align: Top;
}
td.Label
{
	font-family:@Arial;
   font-size: 8pt;
   font-weight: Bold;
   color: Navy;
   padding-left: 3px;
   padding-right: 3px;
   background-color: #dcdcdc;
   vertical-align: Top;
}
td.Status
{
	font-family:@Arial;
   font-size: 9pt;
   font-weight: Bold;
   color: Navy;
   background-color: White;
   padding-left: 3px;
   padding-right: 3px
}
td.Control
{
	font-family:@Arial;
   font-size: 9pt;
   font-weight: Normal;
   color: Navy;
   background-color: White;
   padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 3px;
   padding-right: 3px;
}
td.Comment
{
	font-family:@Arial;
   font-size: 10pt;
   font-weight: Bold;
   color: Navy;
   background-color: White;
   text-align: Center;
   vertical-align: Middle;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
   padding-right: 10px;
}
.BoundField
{
	font-family:@Arial;
	font-size: 9pt;
	font-weight: Normal;
	color: Navy;
}