/* ================================
    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   {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

A.Head:link, A.Head:hover, A.Head:active, A.Head:visited {
	text-decoration: underline;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #007647;
}

/* 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, TABLE, .AjaxTabs_Default, DIV
{
	font-size:12px;
	font-family: Arial;
	ccolor:#cf7c29;
	color:#663333;
}

/* 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  {
	font-size:16px;
	color:#cf7c29;
	text-transform: uppercase;
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	ccolor:#cf7c29;
	ccolor:#663333;
	color: #0000ff;
	text-decoration:underline;
}

A:visited   {
	ccolor:#cf7c29;
	ccolor:#663333;
	color: #0000ff;
	text-decoration:underline;
}

A:hover {
	ccolor:#cf7c29;
	ccolor:#663333;
	color: #0000ff;
	text-decoration:underline;
}

A:active    {
	ccolor:#cf7c29;
	ccolor:#663333;
	color: #0000ff;
	text-decoration:underline;
}
A.Head:link  {
	ccolor:#cf7c29;
	color:#663333;
	text-decoration:underline;
}

A.Head:visited   {
	ccolor:#cf7c29;
	color:#663333;
	text-decoration:underline;
}

A.Head:hover {
	ccolor:#cf7c29;
	color:#663333;
	text-decoration:underline;
}

A.Head:active    {
	ccolor:#cf7c29;
	color:#663333;
	text-decoration:underline;
}

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 {
	border-top: 0px;
	border-bottom: 0px;
	border: 0px;
	height: 0px;
	background: transparent;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.RightTitle{
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	font-weight: bold; 
	font-style: normal; 	
}

.TitleIsPlain1{
	font-size: 18px;
	font-family: Arial;
	ccolor:#cf7c29;
	color: rgb(0,118,71);
	text-transform: uppercase;
	font-weight: normal; 
	font-style: normal; 	
}

/**************************************************
 *                                                *
 * AJAX Tabs Style  			                  *
 *                                                *
 **************************************************/

.AjaxTabs_RoundedPrime
{
	text-align: left;
}

.AjaxTabs_RoundedPrime .previewseparator {
  border: 2;
  color: #eee;
  background-color: #eee;
  height: 2px;
}

.AjaxTabs_RoundedPrime .previewtab {
}

.AjaxTabs_RoundedPrime .previewtabtitle {
    font-family:arial,tahoma,helvetica;
    font-size:18px;
    text-decoration: underline;
}

.AjaxTabs_RoundedPrime .previewtabcontent {
}

.AjaxTabs_RoundedPrime .ajax__tab_header {
    font-family:arial,tahoma,helvetica;
    font-size:11px;
	color:#666;
	font-weight:bold;
    background:
        url("/portals/97/skins/PrimeMortgage/images/Rounded-Prime/tab-line.gif") 
        repeat-x 
        bottom;
}
.AjaxTabs_RoundedPrime .ajax__tab_outer {
    padding-right:8px;
    background:
        url("/portals/97/skins/PrimeMortgage/images/Rounded-Prime/tab-right-rounded.jpg") 
        no-repeat 
        right;
    height:23px;
}
.AjaxTabs_RoundedPrime .ajax__tab_inner {
    padding-left:8px;
    background:
        url("/portals/97/skins/PrimeMortgage/images/Rounded-Prime/tab-left-rounded.jpg") 
        no-repeat;
    height:23px;
}
.AjaxTabs_RoundedPrime .ajax__tab_tab {
    padding:6px;
    margin:0;
    background:
        url("/portals/97/skins/PrimeMortgage/images/Rounded-Prime/tab-rounded.jpg")
        repeat-x;
    height:23px;
}
.AjaxTabs_RoundedPrime .ajax__tab_hover .ajax__tab_outer {
    padding-right:8px;
	color:#ffffff;
    background:
        url("/portals/97/skins/PrimeMortgage/images/Rounded-Prime/tab-active-right-rb.jpg") 
        no-repeat 
        right;
}
.AjaxTabs_RoundedPrime .ajax__tab_hover .ajax__tab_inner {
    padding-left:8px;
	color:#ffffff;
    background:
        url("/portals/97/skins/PrimeMortgage/images/Rounded-Prime/tab-active-left-rb.jpg") 
        no-repeat;
}
.AjaxTabs_RoundedPrime .ajax__tab_hover .ajax__tab_tab {
    padding:6px;
	color:#ffffff;
    background:
        url("/portals/97/skins/PrimeMortgage/images/Rounded-Prime/tab-active-rb.jpg") 
        repeat-x;
}
.AjaxTabs_RoundedPrime .ajax__tab_active .ajax__tab_outer {
    padding-right:8px;
    background:
        url("/portals/97/skins/PrimeMortgage/images/Rounded-Prime/tab-active-right-rb.jpg") 
        no-repeat 
        right;
}
.AjaxTabs_RoundedPrime .ajax__tab_active .ajax__tab_inner {
    padding-left:8px;
    background:
        url("/portals/97/skins/PrimeMortgage/images/Rounded-Prime/tab-active-left-rb.jpg")
        no-repeat;
}
.AjaxTabs_RoundedPrime .ajax__tab_active .ajax__tab_tab {
    padding-left:6px;
    background:
        url("/portals/97/skins/PrimeMortgage/images/Rounded-Prime/tab-active-rb.jpg")
        repeat-x;
    font-weight:bold;
    color: #ffffff;
    height:23px;
}
.AjaxTabs_RoundedPrime .ajax__tab_body {
    font-family:arial,tahoma,helvetica;
    font-size:11px;
    border:1px solid #999999;
    border-top:0;
    padding:6px;
    background-color:#f3f2f2;
}

.brown, H3 {
	ccolor:#cf7c29;
	color:#663333;
}

.green {
	color: rgb(0,118,71);
}
