﻿BODY
{
    font-family: Verdana;
    font-size: 10pt;
    margin: 0px;
}

H1
{
    font-weight: bold;
    font-size: 13pt;
    color: #0060a9;
}

H2
{
    font-weight: bold;
    font-size: 12pt;
    color: #0060a9;
}

.MainWrapper
{
    margin: auto;
    width: 900px;
    height: 100%;
}

.LeftBgWrapper
{
    width: 100%;
    height: 100%;
    background-image: url(images/mainleft.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

.RightBgWrapper
{
    width: 100%;
    height: 100%;
    background-image: url(images/mainright.gif);
    background-position: right top;
    background-repeat: repeat-y;
}

.Banner
{
    margin-left: 10px;
    background-image: url(images/banner.jpg);
    background-repeat: no-repeat;
    height: 97px;
}

.MenuWrapper
{
    margin-left: 10px;
    width: 880px;
    height: 34px;
    background-image: url(images/menubg.gif);
    background-repeat: repeat-x;
}

.Logo
{
    float: left;
    margin-left: 20px;
    width: 99px;
    height: 97px;
}

.BannerText
{
    float: left;
    width: 331px;
    height: 58px;
    margin-top: 8px;
    margin-left: 100px;
    background-image: url(images/bannertext.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.BannerRightImage
{
    float: right;
    width: 110px;
    height: 89px;
    margin-top: 2px;
    margin-right: 16px;
    background-image: url(images/rugbyman.gif);
    background-repeat: no-repeat;
}

.BreadcrumbWrapper
{
    margin-left: 10px;
    margin-right: 10px;
    background-image: url(images/breadcrumbbg.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #1d498a;
    height: 46px;
    padding-left: 189px;
    padding-top: 6px;
    color: #FFFFFF;
}

.BreadcrumbWrapper .Breadcrumb
{
    color: #FFFFFF;
}

.ContentWrapper
{
    float: left;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.LeftPane, .RightPane
{
    width: 185px;
    height: 100%;
    background-color: #e1e1e1;
    background-image: url(images/sidepanebg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    text-align: center;
    padding-top: 14px;
}

.ContentPane
{
    width: 508px;
    height: 100%;
}

.PaneBorder
{
    width: 1px;
    height: 100%;
    background-color: #1d498a;
    background-image: url(images/paneborder.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.FooterWrapper
{
    clear: both;
    background-color: #EEEEEE;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
}

.FooterWrapper .footer
{
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
}

/******************************/
/*    Solpart Menu Classes    */
/******************************/

/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11pt; 
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #43494D;
	font-size: 11pt; 
	font-weight:bold; 	
	text-align:center; 
	line-height: 32px;
	padding: 8px 12px 12px 12px;
	margin-right:1px;
	background-image: url(images/menuspacer.jpg);
	background-position: right 1px;
	background-repeat: no-repeat;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#ffffff;
	font-size: 11pt;
	font-weight:bold;
	text-align:center;
	line-height: 32px;
	padding: 8px 12px 12px 12px;
	margin-right:1px;
	background-image: url(images/menuspacer.jpg);
	background-position: right 1px;
	background-repeat: no-repeat;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size: 11pt;
	line-height:32px;
	padding: 8px 12px 12px 12px;
	margin-right:1px;
	background-image: url(images/menuspacer.jpg);
	background-position: right 1px;
	background-repeat: no-repeat;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border: 1px solid #1D498A;
}

.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	background-color: #BBBBBB;
	color: #ffffff;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}
