/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

#keymessage {
/*    float: right; */
    background-color: #a83214;
    clear: left;
    width: 185px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #842209;
    color:#ffffff;
    font-family:Tahoma,Arial,Helvetica;
    font-size:12px;
    line-height: 20px;
    font-weight:bold;
    text-align: center;
    padding: 4 5 4 5;
}

#keymessage2 {
/*    float: right; */
    background-color: #ff9900;
    clear: left;
    width: 177px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #ffffff; 
    color:#ffffff;
    font-family:Tahoma,Arial,Helvetica;
    font-size:12px;
    line-height: 20px;
    font-weight:bold;
    text-align: center;
    padding: 4 0 4 0;
}

#Guarentee {
    background-color: #ffccoo;
    clear: left;
    width: 185px;
    height: 160px;
    border-top: 5px solid #ffffff;
    color:#ffffff;
    font-family:Tahoma,Arial,Helvetica;
    padding: 15 10 15 10;
}


/* background color for the content part of the pages */

p {
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;
}


Body
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    padding-bottom: -7px;
    color: #000000;
}

/* FORM Styles */

.Tablehead
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 14px;
    font-weight: Bold;
    line-height: 15px;
    padding: 11px 0px 0px 0px;
    color: #495d68;
    margin-left: 0px;
    background-color: #f5f6f7;
    text-align: left;
}


.FormLabel
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: Bold;
    line-height: 15px;
    padding-left: 5px;
    padding-bottom: 7px;
    color: #4a5c68;
    margin-top: 7px;
    width: 180px;
    vertical-align: top;}

.Form
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    line-height: 15px;
    vertical-align: top;
    margin-bottom: 7px;
    padding-left: 5px;
    padding-right: 0px;
    color: #4a5c68;
    background-color: transparent;
    width: 180px;
}

.FormCell
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    vertical-align: top;
    margin-bottom: 7px;
    color: #4a5c68;
    background-color: #ffffff;
    width: 265px;
    margin-left: 5px;
    margin-right: 0px;
}

.OuterForm
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    line-height: 13px;
    margin-left: 0px;
    color: blue;
    background-color: #e1e3e6;
}


.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    {
color: #000000;

}

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    {
color: #000000;

}

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
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    padding-bottom: -7px;
}

.Title
{
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

}

.faq
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:#333333;
    line-height: 15px;
    padding-bottom: -7px;
}


/* 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    {
color: #000000;

}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
    color:#ff9900;
    font-family:Tahoma,Arial,Helvetica;
    font-size:18px;
    line-height:18px;
    font-weight:bold;
}

H2  {
    color:#54616E;
    font-family:Tahoma,Arial,Helvetica;
    font-size:14px;
    line-height: 15px;
    font-weight:bold;
}

H3  {
    color:#485e68;
    font-family:Tahoma,Arial,Helvetica;
    font-size:13px;
    line-height: -12px;
    font-weight:bold;
}

H4  {
    color:#485e68;
    font-family:Tahoma,Arial,Helvetica;
    font-size:12px;
    line-height: -12px;
    font-weight:bold;
padding: 0;
margin-top: 0;
margin-right: 0;
margin-bottom: 1em;
margin-left: 0;

}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
color: #000000;

}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
    padding-bottom:2px;
    vertical-align:baseline;
    list-style-type:square;

}

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{
}












































































































































