/* *************************** *
 * DNN CSS for carmanunited.ca *
 * *************************** */

body {
	background: #481F0E;
	color: #000000;
	font-family: tahoma;
	font-size: 16px;
}

td.LogoPane {
	height: 200px;
	width: 200px;
	/* background: url('carmanlogo.jpg') no-repeat #ffffff; */
	background: #ffffff;
}

td.HeaderPane {
	background: #ffffff;
	height: 200px;
	width: 100%;
	border: 1px #481F0E;
} 

td.middleTD {
	background: #ffffff;
	padding: 10px 10px 0 0;
}

td.bottomTD {
	background: #ffffff;
	height: 50px;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
	text-align: center;
}

tr.MenuRow {
	background: #481F0E;
	width: 100%;
}

table { 
	padding: 0;
}

select, input {
        font-family: tahoma;
        font-size: 12px;
        color: #333;
}

p {
	font-size: 14px;
	padding: 2px;
}

h1, h2, h3 {
        font-family: tahoma;
        font-weight: bold;
        color: #481F0E;
        letter-spacing: 3px;
}

#twitter_div {
	width: 300px;
	font-size: 12px;
}

#twitter_update_list {
	padding: 0px 50px 0px 100px;
}

#twitter-link {
	text-align:center;
}

/* SkinObjects - changing the search and login text colors */
.skinObject {
        color: #ffffff;
}

a.SkinObject:link {
        color #ffffff;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-size: 12px;
    color: #000;
    font-family: tahoma;
    text-decoration: none;
}


/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #bfc5ef;
        background-color: transparent;
        border: 0;
        font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #bfc5ef;
        background-color: transparent;
        border: 0;
        font-weight: bold;
}


A.OtherTabs:active   {
    text-decoration:    none;
    color: #bfc5ef;
        background-color: transparent;
        border: 0;
        font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color: #bfc5ef;
        background-color: transparent;
        border: 0;
        font-weight: bold;
}


/*=============== START DEFAULT MENU STYLES =============*/


.MainMenu_MenuContainer {
        background-color: #481F0E;
}

.MainMenu_MenuBar {
        cursor: pointer;
        cursor: hand;
}

.MainMenu_MenuItem {
        background: #481F0E;
        cursor: pointer;
        cursor: hand;
        color: #ffffff;
        font-family: Tahoma;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        padding: 2px 10px 3px 5px;
}

.MainMenu_MenuItemSel {
        background: #ffffff;
        cursor: pointer;
        cursor: hand;
        color: #bfc5ef;
        font-family: Tahoma;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        border: 0;
        padding: 2px 10px 3px 5px;
}

.MainMenu_MenuIcon {
        display: none;
}

.MainMenu_SubMenu {
        z-index: 1000;
        cursor: pointer;
        cursor: hand;
        background: #ffffff;
        filter: none;
        margin-top: 5px;
        padding: 2px;
}

.MainMenu_MenuBreak {
        border0;
        background-color: transparent;
        height: 6px;
        display: none;
}


.MainMenu_MenuArrow {
        font-family: webdings;
        font-size: 10pt;
        cursor: pointer;
        cursor: hand;
        border0;
        display: none;
}

.MainMenu_RootMenuArrow {
        font-family: webdings;
        font-size: 10pt;
        cursor: pointer;
        cursor: hand;
        display: none;
}
/*=============== END DEFAULT MENU STYLES ==============*/ 

/* Menu-Styles */
/* Module Title Menu */

.ModuleTitle_MenuContainer {
        color: #2c2c2c;
}

.ModuleTitle_MenuBar {
        cursor: pointer;
        cursor: hand;
        height: 21px;
}
/* Module Title Menu */

.ModuleTitle_MenuItem {
        color: #fff;
        background: #481F0E;
        cursor: pointer;
        cursor: hand;
        font-family: tahoma;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        padding: 2px 10px 3px 5px;
        height: 21px;
        border0;
}

.ModuleTitle_MenuIcon {
        cursor: pointer;
        cursor: hand;
        color: #fff;
        text-align: center;
        padding-right: 0px;
        padding-left: 3px;
        background: #481F0E;
        display: none;
}

.ModuleTitle_SubMenu {
        z-index: 1000;
        cursor: pointer;
        cursor: hand;
        color: #fff;
        background: #481F0E;
        margin-top: 5px;
        border: 0;
        padding: 0px 1px 1px 1px;
        filter: none;
}

.ModuleTitle_MenuBreak {
        display: none;
}

.ModuleTitle_MenuItemSel {
        color: #fff;
        font-family: tahoma;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        padding: 2px 10px 3px 5px;
        height: 21px;
        border: 0;
        background: #481F0E;
}

.ModuleTitle_MenuArrow {
        font-family: webdings;
        font-size: 12px;
        cursor: pointer;
        cursor: hand;
        display: none;
}


.ModuleTitle_RootMenuArrow {
        font-family: webdings;
        font-size: 12px;
        cursor: pointer;
        cursor: hand;
        display: none;
}


/* for the date ---------------------------------------------------*/
.SelectedTab {
    color: #777;
        font-family: tahoma;
        font-weight: normal;
        font-size: 12px;
}

/* Item titles on edit and admin pages */

.SubHead    {
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #481F0E;
        padding: 0;
}

/* linky linky */

a.SubHead:link, a.SubHead:visited {
        color: #481F0E;
        text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover {
        color: #481F0E;
        text-decoration: underline;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
        color: #fff;
        border-top: 1px solid #481F0E;
        border-bottom: 1px solid #481F0E;
        border-left: 1px solid #481F0E;
        border-right: 1px solid #481F0E;
        padding: 1px 5px 2px 6px;
        font-family: tahoma;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
        background: #481F0E;
}

a.CommandButton:hover {
        color: #fff;
        padding: 1px 5px 2px 6px;
        border-top: 1px solid #481F0E;
        border-bottom: 1px solid #481F0E;
        border-left: 1px solid #481F0E;
        border-right: 1px solid #481F0E;
        font-family: tahoma;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
        background: #481F0E;
}

a.Normal:link, a.Normal:visited {
        color: #6E8E05;
        font-family: tahoma;
        font-weight: normal;
        text-decoration: none;
}

a.Normal:hover {
        color: #2c2c2c;
        font-family: tahoma;
        font-weight: normal;
        text-decoration: none;
}


a:link, a:visited {
        color: #6E8E05;
        font-family: tahoma;
        font-weight: normal;
        text-decoration: underline;
}

a:hover {
        color: #2c2c2c;
        font-family: tahoma;
        font-weight: normal;
        text-decoration: underline;
}

.Head {
        font-size: 12px;
        color: #481F0E;
        background: transparent;
        font-weight: bold;
        letter-spacing: 3px;
        text-transform: uppercase;
        padding: 0;
}


.NormalRed {
        color: #D08D00;
        font-family: tahoma;
        font-weight: bold;
        font-size: 12px;
}

.NormalBold {
        font-family: tahoma;
        font-size: 12px;
        font-weight: bold;
}

.NormalTextBox {
        background: #ffffff;
        color: #000000;
        padding-left: 4px;
        line-height: 16px;
        font-family: tahoma;
        font-weight: normal;
        font-size: 12px;
        scrollbar-face-color: #fff;
        scrollbar-track-color: #fff;
        scrollbar-arrow-color: #686868;
        scrollbar-3dlight-color: #fff;
        scrollbar-shadow-color: #fff;
        scrollbar-highlight-color: #fff;
        scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
        padding: 0;
        margin: 0;
        background: #ffffff
        visibility: invisible;
}



