/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

.containermaster_colour
{
border: 1px solid #FFFFFF;
}

.containerrow1_colour
{
background-color: #FFFFFF;
}

.containerrow2_colour
{
background-color: #FFFFFF;
}

.containerheader
{
color: #FB5A00;
}

body
{
background-image: url("body-bg.jpg");
}

.pagemaster
{
background-image: url("body-bg.jpg");
}

.skinmaster
{
border: 1px solid #E45F05;

}

.skinheader
{
background: url("caribbean-cake-house-header.jpg");
background-repeat: no-repeat;
width: 800px;
height: 160px;
padding: 0px 0px 0px 0px;
}

.ControlPanel{
padding: 0px 0px 0px 0px;
}

.ContentPane  {
padding: 0px 0px 0px 0px;
}


/* GENERAL */
/* style for module titles */
.Head   {
color: #FB5A00;
}

/* style of item titles on edit and admin pages */
.SubHead    {
color: #FFC235;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
color: #FB5A00;
}

/* text style used for most text rendered by modules */
.Normal
{
color: #666666;
font-family: arial;
font-size: 12;
font-weight: normal;
}

p
{
text-align: left;
color: #666666;
font-family: arial;
font-size: 12;
font-weight: normal;
}

tr
{
color: #666666;
font-family: arial;
font-size: 12;
font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

.StandardButton
{
background-color:#FB5A00;
color:#FFFFFF;
}


/* GENERIC */
H1  {
text-align: left;
color: #FB5A00;
font-family: arial;
font-size: 22;
font-weight: bold;
}

H2  {
text-align: left;
color: #FFC235;
font-family: arial;
font-size: 17;
font-weight: bold;
}

H3  {
text-align: left;
color: #FB5A00;
font-family: arial;
font-size: 17;
font-weight: bold;
}

H4  {
text-align: left;
color: #FB5A00;
font-family: arial;
font-size: 14;
font-weight: normal;
}


A:link  {
text-align: left;
color: #FB5A00;
}

A:visited   {
text-align: left;
color: #FB5A00;
}

A:hover {
text-align: left;
color: #FFC235;
}

A:active    {
text-align: left;
color: #FB5A00;
}


UL LI   {
text-align: left;
}

UL LI LI    {
text-align: left;
}

UL LI LI LI {
text-align: left;
}

OL LI   {
text-align: left;
}

OL OL LI    {
text-align: left;
}

OL OL OL LI {
text-align: left;
}
OL UL LI   {
text-align: left;
}

.searchtext
{
color: #FB5A00;
}

a.searchtext:link
{
color: #FB5A00;
}

a.searchtext:hover
{
color: #FFC235;
}

.privacy
{
color: #FB5A00;
}

a.privacy:link
{
color: #FB5A00;
}

a.privacy:hover
{
color: #FFC235;
}

.termstext
{
color: #FB5A00;
}

a.termstext:link
{
color: #FB5A00;
}

a.termstext:hover
{
color: #FFC235;
}

.breadcrumb
{
color: #FB5A00;
}

a.breadcrumb:link
{
color: #FB5A00;
}

a.breadcrumb:visited
{
color: #FB5A00;
}

a.breadcrumb:active
{
color: #FB5A00;
}
a.breadcrumb:hover
{
color: #FFC235;
}

.linkstext
{
color: #FB5A00;
}

a.linkstext:link
{
color: #FB5A00;
}

a.linkstext:visited
{
color: #FB5A00;
}

a.linkstext:active
{
color: #FB5A00;
}
a.linkstext:hover
{
color: #FFC235;
}

.skinobject
{
color: #FB5A00;
}

a.skinobject:link
{
color: #FB5A00;
}

a.skinobject:visited
{
color: #FB5A00;
}

a.skinobject:active
{
color: #FB5A00;
}

a.skinobject:hover
{
color: #FFC235;
}

.skingradient
{
background-color:#FC9C5C;
}


.MainMenu_MenuContainer
{
background-color:#FC9C5C;
}

.MainMenu_SubMenu
{
background-color:#FC9C5C;
border: 1px solid #FC9C5C;
}

.MainMenu_MenuItem
{
color:#FB5A00;
border: 1px solid #FC9C5C;
}

.MainMenu_MenuItemsel
{
color: #FFC235;
border: 1px solid #FC9C5C;
background-color: transparent;
}

.MainMenu_MenuArrow
{
Display: none;
}

.MainMenu_RootMenuArrow
{
Display: none;
}

.MainMenu_MenuIcon
{
Display: none;
}



