/*
/*   Edit the values below to change the background colors,
/*   borders, and text styling found throughout the portal.
/*   -----------------------------------------------------------------------------

/* General: Text */
body
{
	color: #666;
}

/* General: Link */
a:link,
a.SkinObject:link,
a.CommandButton:link
{
	color: #0245CE;
}

/* General: Link (Visited) */
a:visited,
a.SkinObject:visited,
a.CommandButton:visited
{
	color: #0245CE;
}

/* General: Link (Active) */
a:active,
a.SkinObject:active,
a.CommandButton:active
{
	color: #0245CE;
}

/* General: Link (Hover) */
a:hover,
a.SkinObject:hover,
a.CommandButton:hover
{
	color: #DE3B21;
	text-decoration: underline;
}

/* General: Label */
.SubHead
{
	color: #036;
}

/* General: Button */
.StandardButton
{
	border-color: #BBB #818181 #818181 #BBB;
	border-style: solid;
	border-width: 2px;
}

/************************************/

/* Header: Background */
.skin_header
{
	background-color: #808080;
	color: #FFF;
}

/* Header: Border */
.skin_logo
{
	border-bottom-color: #000;
}

/* Utilities: Background */
.skin_navigation
{
	background-color: #444;
	color: #FFF;
}

/* Utilities: Text */
.skin_utilities .SkinObject,
.skin_utilities a:link.SkinObject,
.skin_utilities a:visited.SkinObject,
.skin_utilities a:hover.SkinObject,
.skin_utilities a:active.SkinObject
{
	color: #FFF;
}

/* Page Title Area: Background */
.skin_breadcrumb
{
}

/* Page Title Area: Text */
.skin_breadcrumb .SkinObject,
.skin_breadcrumb a:link.SkinObject,
.skin_breadcrumb a:visited.SkinObject,
.skin_breadcrumb a:hover.SkinObject,
.skin_breadcrumb a:active.SkinObject
{
	color: #333;
}

/* Today's Date: Text */
.skin_date span.SkinObject
{
	color: #000;
}

/* Content Area: Background */
.skin_content
{
	background-color: #FFF;
}

/* Right Pane: Background and Border */
.single_pane .pane_side,
.quad_pane .pane_side
{
	background-color: #EFEFEF;
	border-left-color: #CCC;
}

/* Module Container: Title */
.Head
{
}

/* Module Container: Background and Border */
.ShadedBox
{
	background-color: #FCFCFC;
	border-color: #CCC;
}

/* Footer: Background and Border */
.skin_footer td
{
	background-color: #666;
	border-top-color: #333;
}

/* Footer: Text */
.skin_footer .SkinObject,
.skin_footer a:link.SkinObject,
.skin_footer a:visited.SkinObject,
.skin_footer a:hover.SkinObject,
.skin_footer a:active.SkinObject
{
	color: #FFF;
}

/************************************/

/* Menu (Dropdown Container): Border */
.submenu
{
	border-color: #999;
}

/* Menu (Dropdown Item Icon): Background */
.MainMenu_MenuIcon
{
	background-color: #EEE;
}

/* Menu (Dropdown Item): Background and Text */
.MainMenu_MenuItem
{
	background-color: #FFF;
	color: #333;
}

/* Menu (Unselected Tab): Background and Text */
.rootmenuitem
{
	background-color: #444;
	color: #FFF;
}

/* Menu (Highlighted Tab): Background and Text */
.rootmenuitemselected
{
	background-color: #BBB;
	color: #000;
}

/* Menu (Selected Tab): Background and Text */
.rootmenuitembreadcrumb
{
	background-color: #AAA;
	color: #000;
}

/* Menu (Tab Arrow): Image */
.MainMenu_RootMenuArrow img
{
}

/* Menu (Tab Arrow): Hover Image */
.rootmenuitemselected .MainMenu_RootMenuArrow img
{
}

/* Menu (Tab Arrow): Selected Image */
.rootmenuitembreadcrumb .MainMenu_RootMenuArrow img
{
}

/* Menu (Dropdown Selected Item): Background and Text */
.submenuitemselected
{
	background-color: #808080;
	color: #FFF;
}

/* Menu (Color Stripe): Background and Border */
.skin_color_stripe td
{
	background-color: #AAA;
	border-bottom-color: #888;
}

#dnn_ctr10792_Login_cmdLogin{
border:1px;
background-color:black;
color:white;
text-transform:uppercase;
width:100px;
}
