body 
{
	text-align: center;
}
#EBOwrapper
{
	width: 660px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#EBOheader 
{
	background: url(header.jpg) no-repeat top left;
    height: 217px;
    margin-bottom: 7px;
}
#EBOmenu 
{
    background: #9D9E9E url(menu_bg.gif) no-repeat top left;
    height: 29px;
}
#EBOcontent 
{
}
#EBOfooter 
{
	padding-top: 5px;
}
#DNNNavMenu 
{
    background: transparent;
}
#EBOloginreg
{
	clear:both;
	height: 20px;
}
.dnnLogin 
{
	padding-left: 10px;
}
#EBOfooterTop
{
	background: url(footer_top.gif) no-repeat top left;
	height: 4px;
	width: 660px;
}
#EBOfooterContent
{
	background: url(footer_bg.gif) repeat-y top left;
	width: 660px;
	padding: 5px;
}
#EBOfooterBtm
{
	background: url(footer_btm.gif) no-repeat top left;
	height: 4px;
	width: 660px;
}
.ContentPane
{
	padding-left: 10px;
	padding-right: 10px;
}
/***** Real Side Borders box *****/
.cB {
  background:#fff;
  border:1px #BEBEBE solid;
  border-width:0 2px;
  padding:0 10px;
}
.cBt, .cBb, .cBt div, .cBb div {
  background:url(corner_div_bg.gif) top right;
  height:19px;
}
.cBt div { background-position:top left; }
.cBb div { background-position:bottom left; }
.cBb { background-position:bottom right; }
.cBt, .cBb {
  margin:0 -12px 0 -12px;
  padding-right:18px;
}
/***** end Real Side Borders box *****/


/* Begin SkinObject styles for text and links */
.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #0065B5;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#0065B5;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#0065B5;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#9D9E9E;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#9D9E9E;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #0065B5;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #0065B5;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #0065B5;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FEBF02;
}
/*===================================================*/
/*  Styles for Links  */
/*===================================================*/
A:link  {
    text-decoration:    none;
    color:  #0065B5;
}

A:visited   {
    text-decoration:    none;
    color:  #0065B5;
}

A:active    {
    text-decoration:    none;
    color:  #0065B5;
}

A:hover {
    text-decoration:    underline;
    color:  #FEBF02;
}
/*===================================================*/
/* Begin  Main Menu    - Solpart Menu Functionality  */
/* Tested in FireFox/Mozilla - Netscape 6, IE7  
light blue: 0065B5
silver: 9D9E9E
orange: FEBF02     */
/*===================================================*/

/* Container for main menu */
.MainMenu_MenuContainer {
padding: 0px;
height: 29px;
width: 100%;
background: transparent;
}

/* Menu bar */
.MainMenu_MenuBar {
padding: 0px; 
background: transparent;
color: #fff;
}

/* Applies to non active state of submenu items */
.MainMenu_MenuItem {
font-family: tahoma;  
font-size: 12px; 
background: transparent; 
font-weight: bold; 
font-style: normal; 
border: 0;
border-right: #CFD1D1 5px solid;
height: 20px;
color: #0065B5;
padding: 0 2px 0 4px;
}
/* Hover state for submenu items */
.MainMenu_MenuItemSel {
font-family: tahoma; 
font-size: 12px; 
font-weight: bold; 
cursor: pointer; 
cursor: hand; 
color: #FEBF02;
background: #fff;
border:0;
border-left: #F8A61D 0px solid;
border-right: #0065B5 5px solid;
padding: 0 2px 0 4px;
height: 20px;
}


/* Container for submenu */
.MainMenu_SubMenu {
z-index: 1000;  
cursor: pointer;  
cursor: hand; 
background: #CFD1D1;
padding: 0; 
font-weight: normal; 
filter: none; 
color: #0065B5;
border: solid 1px #000;
}


/* Hidden Elements - This stops the icon and arrows from being displayed in the menu */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon {display: none;}
 .MainMenu_MenuBreak
 {
	background: transparent;
	height: 29px;
	border: 0;
}
.MenuSep
{
}
/* Non Selected state for main menu items */
.MainMenu_Off {
color: #000;
background: transparent;
height: 29px; 
font-weight: bold;}

/* main menu items Selected */
.MainMenu_Selected {
color: #FEBF02; 
background:  url(Menu_high.jpg) repeat-x top left;
/*width: 140px;*/
height: 29px; 
font-weight: bold;
}

/*  main menu item which is active */
.MainMenu_BreadcrumbActive {
color: #FEBF02;
background: transparent url(menu_active.jpg) repeat-x top left;
height: 29px; 
font-weight: bold;
}

/* Over state for the active main menu items  */
.MainMenu_Over {
height: 29px;
background: transparent url(Menu_high.jpg) repeat-x top left;
color: #FEBF02;
}

/* active state for the active main menu items  */
.MainMenu_Active {
height: 29px;
background: transparent url(menu_active.jpg) repeat-x top left;
color: #FEBF02;
}

/*==================*/
/* End Main Menu    */
/*==================*/

