/* Mesquite Doors */

body {
	background: #fff url(images/bgtop.gif) repeat-x top;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	border: none;
}

/* Style for Control Panel & Sub Heads
---------------------------------- */

.ControlPanel {
	width: 100%;
	height: 75px;
	border: 0;
	bottom: 0;
	background-color: #fff;
	background-image: url(http://lab.rails2u.com/bgmaker/gradation.png?margin=3&linecolor=FFFFFF&bgcolor=FEFFF2&height=75&width=120);
	background-repeat: repeat-x;
	background-position: bottom;
}

.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 [date] [copyright] text
---------------------------------- */
.SkinObject {
	font-size: 10px;
	color: #000000;
}

/* Style for [login] [search] [terms] [privacy] links
---------------------------------- */
A.SkinObject:link {
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

A.SkinObject:visited {
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

A.SkinObject:hover {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	border-bottom: solid #fff 1px;
}

A.SkinObject:active {
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

/* 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 {
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	color: #0066CC;
}

a:active {
	font-weight: bold;
}

/* Style for [menu]
---------------------------------- */
.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {

}

.MainMenu_MenuItem {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	border: 0px solid #000000;
	height: 30px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	/* z-index: 1000; */
	background-color: #000000;
	color: #FFFFFF;
	border: 0px solid #000000;
}

.MainMenu_MenuBreak {
	display: none;
}

.MainMenu_MenuItemSel {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #95AA00;
	border: 0px solid #95AA00;
	height: 30px;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	border: 0px solid #000000;
}


