body {
	background-color: #BCD6DE;
	margin: 0px;
	padding: 0px;
}

html, body, #wrapper {
	height:100%;
	border: none;
}
#header {
	background-color: #CFCFCF;
	width: 100%;
	
}
#wrapper {
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 80%;
}

/* Style for Control Panel & Sub Heads
---------------------------------- */

.ControlPanel {
	width: 100%;
	height: 75px;
	background-color: #fff;
	background: url(/Portals/18118/Skins/netcongblue/'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 [date] [copyright] text
---------------------------------- */
.SkinObject {
	font-size: 10px;
	color: #000000;
	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: #000000;
}

A.SkinObject:visited {
	text-decoration: none;
	font-size: 10px;
	color: #000000;
}

A.SkinObject:hover {
	text-decoration: none;
	font-size: 10px;
	color: #0B4E98;
	border-bottom: 1px solid #333333;
}

A.SkinObject:active {
	text-decoration: none;
	font-size: 10px;
	color: #000000;
}

/* DNN2 Login & Copyright
---------------------------------- */

/* text style for the selected tab */
.SelectedTab {
	color: #000000;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #000000;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #000000;
}

/* 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 {
}

a:visited {
}

a:hover {
}

a:active {
}

/* Style for [menu]
---------------------------------- */
.MainMenu_MenuContainer {
	background-color: transparent;
	height: 25px;
	width: 200px;
}

.MainMenu_MenuBar {
	height: 25px;
	width: 200px;
}

.MainMenu_MenuItem {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474740;
	border: 1px solid #999999;
	height: 25px;
	width: 200px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	background-color: #999999;
	color: #474740;
	border: 1px solid #999999;
	width: 200px;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #999999;
	background-color: #474740;
	height: 25px;
	width: 200px;
}

.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: #666666;
	text-decoration: none;
}

.footer a:visited {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
}

.footer a:active {
	color: #666666;
	text-decoration: none;
}

