body {
	background-color: #785A3C;
	margin: 0px;
	padding: 0px;
	background-image: url(/Portals/48410/Skins/Imp-Driving/images/background.gif);
	background-repeat: repeat-x;
}

/* Style for Control Panel & Sub Heads
---------------------------------- */

.ControlPanel {
	width: 100%;
	height: 75px;
	background-color: #fff;
	background: url(/Portals/48410/Skins/Imp-Driving/'http://lab.rails2u.com/bgmaker/gradation.png?margin=3&linecolor=FFFFFF&bgcolor=E8E8E8');
	border: 0;
	bottom: 0;
}

.ControlPanel a:link {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

.ControlPanel a:hover {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

.SubHead {
	font-size: 11px;
	color: #333;
	font-weight: normal;
}

/* Style for [currentdate] [copyright] text
---------------------------------- */
.SkinObject {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Style for [login] [search] [terms] [privacy] links
---------------------------------- */
A.SkinObject:link {
	text-decoration: none;
	font-size: 10px;
	color: #fff;
}

A.SkinObject:visited {
	text-decoration: none;
	font-size: 10px;
	color: #fff;
}

A.SkinObject:hover {
	text-decoration: none;
	font-size: 10px;
	color: #E1FA78;
	border-bottom: 1px solid #333333;
}

A.SkinObject:active {
	text-decoration: none;
	font-size: 10px;
	color: #fff;
}

/* DNN2 Login & Copyright
---------------------------------- */

/* text style for the selected tab */
.SelectedTab {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #000;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #000;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #000;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #000;
}

/* text style for the unselected tabs */
.OtherTabs {
	color: #F5F0DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #F5F0DD;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #F5F0DD;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #F5F0DD;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #FFFFFF;
}


/* Module Titles (if no module is applied)
---------------------------------- */
.Head {
}

/* Headings (if no module is applied)
---------------------------------- */
h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/* Links (if no module is applied)
---------------------------------- */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a:visited {
}

a:hover {
}

a:active {
}

/* Style for [menu]
---------------------------------- */
.MainMenu_MenuContainer {
	background-color: transparent;
	height: 44px;
}

.MainMenu_MenuBar {
	height: 44px;
}

.MainMenu_MenuItem {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #543F2A;
	height: 20px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	background-color: #F8B91C;
	color: #FFFFFF;
	border: 1px solid  #000;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #543F2A;
	background-color: transparent;
	height: 20px;
}

.MainMenu_MenuArrow {
	display: none;

}

.MainMenu_RootMenuArrow {
	color: #fff;

}

/* Layout Styles
---------------------------------- */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

.footer a:link {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	color: #FF0000;
}

