html
{
	height: 100%;
}
body
{
	background-color: #EFEFEF;
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	height: 100%;
	margin: 0;
	padding: 0;
}
td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: arial, helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
}
h1
{
	color: #333;
	font-size: 1.7em;
	font-weight: normal;
}
h2
{
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
}
h3
{
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
}
h4
{
	color: #036;
	font-size: 1.0em;
	font-weight: bold;
}
h5
{
	color: #036;
	font-size: 0.85em;
	font-weight: bold;
}
h6
{
	color: #036;
	font-size: 0.85em;
	font-weight: normal;
}
p
{
	margin: 0;
	padding: 4px 0;
}
a
{
	font-size: 13px;
}
ul,
ol
{
	margin: 10px 0 10px 25px;
	padding: 0;
}
li
{
	padding-bottom: 4px;
}

/************************************/

.ControlPanel,
.PagingTable
{
	background-color: #CCC;
	border: 1px solid #FFF;
	color: #000;
}
.ControlPanel td
{
	padding: 2px 3px 3px 3px;
}
.SkinObject  
{
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.SubHead
{
	color: #036;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
A:link,
A.SkinObject:link
{
	color: #0245CE;
	text-decoration: none;
}
A:visited,
A.SkinObject:visited
{
	color: #0245CE;
	text-decoration: none;
}
A:hover,
A.SkinObject:hover
{
	color: #DE3B21;
	text-decoration: underline;
}
A:active,
A.SkinObject:active
{
	color: #0245CE;
	text-decoration: none;
}

/* styles used by Data Grids */
.DataGrid
{
	border: 1px solid #CCC;
	border-collapse: collapse;
}
.DataGrid td
{
	border: 1px solid #CCC;
}
.DataGrid_AlternatingItem
{
	background-color: #EFEFEF;
	color: #666;
	font-weight: normal;
}
.DataGrid_Footer
{
	background-color: #FFF;
	color: #036;
	font-weight: bold;
}
.DataGrid_Header
{
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: #666;
	font-weight: normal;
}
.DataGrid_SelectedItem
{
	background-color: #666;
	color: #FFF;
	font-weight: normal;
}
.DataGrid_SelectedItem A:link,
.DataGrid_SelectedItem A:visited,
.DataGrid_SelectedItem A:active
{
	color: #FFF;
	text-decoration: underline;
}
.DataGrid_AlternatingItem td,
.DataGrid_Footer td,
.DataGrid_Header td,
.DataGrid_Item td,
.DataGrid_SelectedItem td
{
	border: 1px solid #CCC;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
}
.DataGrid_AlternatingItem a,
.DataGrid_Footer a,
.DataGrid_Header a,
.DataGrid_Item a,
.DataGrid_SelectedItem a
{
	font-size: 11px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: #0245CE;
	text-decoration: none;
}
A.CommandButton:visited
{
	color: #0245CE;
	text-decoration: none;
}
A.CommandButton:hover
{
	color: #DE3B21;
	text-decoration: underline;
}
A.CommandButton:active
{
	color: #0245CE;
	text-decoration: none;
}

/* button style for standard HTML buttons */
.StandardButton
{
	background: #E0E0E0 url(button_bg.gif) repeat-x;
	border-color: #BBB #818181 #818181 #BBB;
	border-style: solid;
	border-width: 2px;
	font-size: 11px;
	padding: 2px 5px 1px 5px;
}

/************************************/

.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
	width: 34px;
}
.ModuleTitle_MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	height: 16px;
}
.ModuleTitle_MenuItem
{
	background-color: #FFF;
	border: none;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
}
.ModuleTitle_MenuIcon
{
	border: none;
	padding: 0 5px;
}
.ModuleTitle_SubMenu
{
	background-color: #FFFFFF;
	border: 1px solid #999;
}
.ModuleTitle_MenuBreak
{
	background-color: #EEEEEE;
	border: none;
	height: 1px;
}
.ModuleTitle_MenuItemSel
{
	background-color: #808080;
	border: none;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
}
.ModuleTitle_MenuArrow
{
	border: none;
}

/************************************/

.MainMenu_MenuItem
{
	background-color: #FFF;
	border: none;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
}
.MainMenu_MenuItemSel
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	padding-left: 5px;
}
.MainMenu_MenuItem img,
.MainMenu_MenuItemSel img
{
	margin-left: 10px;
}
.MainMenu_MenuItem span,
.MainMenu_MenuItemSel span
{
	margin-right: 5px;
}
.MainMenu_MenuIcon
{
	border: none;
	padding: 0 5px;
}
.MainMenu_MenuIcon img
{
	margin-left: 0;
}
.MainMenu_RootMenuArrow,
.MainMenu_MenuArrow
{
	border: none;
}
.MainMenu_RootMenuArrow img,
.MainMenu_MenuArrow img
{
	margin-left: 0;
	margin-right: 8px;
}
.nodeselectedroot
{
	font-weight: bold;
}
.nodeselectedsub
{
}
.rootmenuitem
{
	background-color: #444;
	color: #FFF;
	font-weight: bold;
}
.rootmenuitemselected
{
	background-color: #BBB;
	color: #000;
}
.rootmenuitembreadcrumb
{
	background-color: #AAA;
	color: #000;
}
.submenu
{
	border: 1px solid #999;
}
.submenuitemselected
{
	background-color: #808080;
	color: #FFF;
	font-weight: normal;
}
.submenuitembreadcrumb
{
}
.MainMenu_RootMenuArrow img
{
	background-image: url(menu_down_white.gif);
	background-repeat: no-repeat;
}
.rootmenuitembreadcrumb .MainMenu_RootMenuArrow img,
.rootmenuitemselected .MainMenu_RootMenuArrow img
{
	background-image: url(menu_down_black.gif);
	background-repeat: no-repeat;
}

/************************************/

.skin
{
	height: 100%;
	width: 100%;
}
.skin_header
{
	background-color: #808080;
	color: #FFF;
}
.skin_header a.SkinObject
{
	color: #FFF;
}
.skin_logo
{
	border-bottom: 1px solid #000;
	height: 90px;
	vertical-align: top;
}
.skin_navigation
{
	background-color: #444;
	color: #FFF;
	height: 26px;
}
.skin_navigation a:link.SkinObject,
.skin_navigation a:visited.SkinObject,
.skin_navigation a:hover.SkinObject,
.skin_navigation a:active.SkinObject
{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
.skin_links
{
	height: 26px;
	line-height: 26px;
	width: 100%;
}
.skin_utilities
{
	height: 1.6em;
	text-align: right;
}
.skin_utilities table
{
	float: right;
}
.skin_utilities td
{
	text-align: center;
}
.skin_utilities a.SkinObject
{
	margin-right: 20px;
	padding-bottom: 1px;
	text-decoration: underline;
	white-space: nowrap;
}
.skin_color_stripe td
{
	background-color: #AAA;
	border-bottom: 1px solid #888;
	height: 3px;
	line-height: 3px;
}
.skin_breadcrumb
{
	background: #FFF url('content_bg.gif') repeat-x;
	height: 55px;
	padding: 0 20px;
	vertical-align: top;
}
.skin_page_title
{
	float: left;
	margin-top: 18px;
	padding-bottom: 10px;
}
.skin_page_title span.SkinObject,
.skin_page_title a:link.SkinObject,
.skin_page_title a:visited.SkinObject,
.skin_page_title a:active.SkinObject
{
	color: #333;
	font-size: 22px;
	font-weight: normal;
}
.skin_date
{
	float: right;
	line-height: 1em;
	margin-top: 6px;
	margin-right: -12px;
}
.skin_date span.SkinObject
{
	color: #000;
	font-size: 8pt;
	font-weight: normal;
}
/* HACK: IE 6.0 doubles the margin. */
* html .skin_date
{
	margin-right: -6px;
}
.skin_spacer
{
	float: right;
}
.skin_content
{
	background-color: #FFF;
	height: 100%;
	vertical-align: top;
}
.no_pane .pane_content
{
	padding: 0 20px;
	vertical-align: top;
	width: 100%;
}
.no_pane .container_wrapper
{
	width: 100%;
}
.single_pane .container_content
{
	vertical-align: top;
}
.single_pane .container_wrapper
{
	width: 100%;
}
.single_pane .pane_content
{
	padding: 0 20px;
	vertical-align: top;
	width: 78%;
}
.single_pane .pane_side
{
	background-color: #EFEFEF;
	border-left: 1px solid #CCC;
	padding: 8px 10px;
	vertical-align: top;
	width: 22%;
}
.quad_pane .skin_layout
{
	width: 100%;
}
.quad_pane .pane_content
{
	padding: 0 20px 0 20px;
	vertical-align: top;
}
.quad_pane .pane_left
{
	padding: 0 10px 0 20px;
	vertical-align: top;
	width: 50%;
}
.quad_pane .pane_right
{
	padding: 0 20px 0 10px;
	vertical-align: top;
	width: 50%;
}
.quad_pane .pane_bottom
{
	padding: 0 20px 20px 20px;
	vertical-align: top;
}
.quad_pane .pane_side
{
	background-color: #EFEFEF;
	border-left: 1px solid #CCC;
	padding: 10px;
	vertical-align: top;
	width: 22%;
}
.skin_footer
{
	background-color: #666;
	color: #FFF;
	height: 26px;
}
.skin_footer .SkinObject
{
	color: #FFF;
}
.skin_footer a:link.SkinObject,
.skin_footer a:visited.SkinObject,
.skin_footer a:hover.SkinObject,
.skin_footer a:active.SkinObject
{
	color: #FFF;
	margin-left: 20px;
	text-decoration: underline;
}
.skin_copyright
{
	border-top: 1px solid #333;
	padding-left: 10px;
}
.RegisterTable td
{
	padding-left: 10px;
}
.RegisterTable td.SectionLabel
{
	padding-left: 0;
}