﻿/*------------------------------------------------------------------------------------------------------------*/
/*---  THE LITTLE SHEBANG: SKIN.CSS (DEFAULT GLOBAL SKIN STYLES) ---------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*---  STYLING BY: Jon Edwards of Shebang / Mogridge Design --------------------------------------------------*/
/*---  LAST UPDATED: 23 MAY 2008 -----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
@import url("css/formmaster.css");
/*========================================================*/
/*     BASIC HTML GLOBAL STYLES                           */
/*========================================================*/

/* Style For HTML PAGE -----------------------------------*/
html {
	height: 100%;
}
/* Style For HTML BODY -----------------------------------*/
#body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
/*------------------------------------------------------------------------------------------------------------*/

/*========================================================*/
/*     TABLE LAYOUT STYLES                                */
/*========================================================*/

/*-- Width Settings on Skin ------------------------------*/
.PageMaster {
	width: 100%;
	height: 100%;
	background-image: url('bodybg.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #2e2c2a;	
}
.SkinMaster {
	width: 960px;
	margin: 0 auto;
}
.SkinMasterTD {
	width: 100%;
	background-image: url('pagebg.gif');
	background-position:center top;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;
}
.JHFooterOuterTD {
	width: 100%;
	padding: 25px 0px 0px 0px;
	background-image: url('JHGTopLine.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #E9E9E9;
}
.JHFooterTable {
	width: 960px;
	margin: 0 auto;
}
.JHFooterInnerTD {
	padding: 0px 145px 0px 145px;
}
.JHFooterLogo1 {
	width: 160px;
	padding: 0px 10px 0px 0px; 
}
.JHFooterLogo2 {
	width: 160px;
	padding: 0px 10px 0px 0px; 
}
.JHFooterLogo3 {
	width: 160px;
	padding: 0px 10px 0px 0px; 
}
.JHFooterLogo4 {
	width: 160px;
	padding: 0px 0px 0px 0px; 
}
.JHFooterJHLogo {
	text-align: center;
	padding: 10px 0px 5px 0px;
	
	
}



/*--------------------------------------------------------*/
.LoginTable {
	width: 960px;
}
.LoginOuterTD {
	background-color: #C8C8C8;
}
.LoginInnerTD {
	padding: 5px 145px 0px 145px;
}
/*-- Top Banner Styles -----------------------------------*/

.TopBannerTD {
}
.TopBannerPane {
	width: 960px;
}
.ContentMainTable {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}
.LogoPane {
	width: 960px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
}
.TopImagePane {
	width: 960px;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px 0px 15px 0px;
}
/*-- cell containing content panes -----------------------*/
.ContentPanesTD {
	width: 715px;
	height: 100%;
	vertical-align: top;
	padding: 0px 0px 0px 23px;
}
.ContentPanesTable {
	width: 715px;
	height: 100%;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
/*========================================================*//*------------------------------------------------*/
/*  Content Panes Styling                                 *//*------------------------------------------------*/
/*========================================================*//*------------------------------------------------*/
.TopPaneTable {
	background-image:url('contenttop_mid.jpg');
	background-position: center top;
	background-repeat: repeat-y;
}
.TopPaneTop {
	
}
.TopPaneBottom {
	padding: 0px 0px 10px 0px;
}
.TopPaneLeft {
	width: 390px;
	padding:0px 25px 0px 20px;
}
.TopPaneRight {
	width: 255px;
	padding: 0px 10px 0px 25px;	
}
.Content {
	width: 715px;
	padding: 0px 0px 0px 0px;
	vertical-align: top; 
	
}
.ContentPaneLeft {
	width: 450px;
	padding: 0px 20px 0px 0px;
	vertical-align: top; 
}
.ContentPaneRight {
	width: 245px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;  
}
.ContentPaneLeft_Home {
	width: 350px;
	padding: 0px 15px 0px 0px;
	vertical-align: top; 
}
.ContentPaneRight_Home {
	width: 350px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;  
}
.ContentPaneLeft_HomeNews {
	width: 350px;
	height: 100%;
	padding: 0px 15px 0px 0px;
	vertical-align: top; 
}
.ContentPaneRight_HomeNews {
	width: 350px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	vertical-align: top;  
}



/*========================================================*//*------------------------------------------------*/
/*========================================================*//*------------------------------------------------*/

.LeftSidePane {
	width: 180px;
	height: 100%;
	background-color: #000000;
	padding: 0px 10px 10px 10px;
}
/*========================================================*/
/*  LeftPane (MenuPane) Styling (*Holds SolPart Menu)     */
/*========================================================*/


.MenuPaneTD {
	width: 200px;
	vertical-align: top;
	padding: 0px 0px 70px 0px;
	background-image: url('menu_footer.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
		background-color: #000000;
}
.MenuPaneBG {
	background-color: #000000;
}
.MenuPaneGradient {
	/*height: 100%; (if you want this div to run full height*/
	background: url(menu_bottmid.gif) repeat-x bottom left transparent;
	display: block;
}
.MenuPaneTopLeft {
	/*height: 100%; (if you want this div to run full height*/
	background: url(menu_topleft.gif) no-repeat top left;
	display: block;
}
.MenuPaneTopRight {
	background: url(menu_topright.gif) no-repeat top right;
	display: block;
	text-align: center;
	padding: 10px 10px 10px 10px;
}
.MenuPaneBottLeft {
	/*height: 100%; (if you want this div to run full height*/
	background: url(menu_bottleft.gif) no-repeat bottom left;
	display: block;
}
.MenuPaneBottRight {
	/*height: 100%; (if you want this div to run full height*/
	background: url(menu_bottright.gif) no-repeat bottom right;
	display: block;
}
.MenuPaneMid {
	/*height: 100%; (if you want this div to run full height*/
}
/*-- Menu Pane ContentPane -------------------------------*/
.MenuPaneContent {
	width: 180px;
	padding: 0px 0px 0px 0px;
}

/*========================================================*/

/*========================================================*/
/*  Footer Styling                                        */
/*========================================================*/

.FooterTableTD {
	width: 100%;
}
.FooterTop {
	width: 100%;
	background-color: #000000;
}
.FooterMidLeft {
	background-color: #000000;
	width: 50%;
	padding: 10px 10px 10px 20px;
	background-image: url('footer_bgleft.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
}
.FooterMidRight {
	background-color: #000000;
	width: 50%;
	padding: 10px 20px 10px 10px;
	text-align: right;
	vertical-align: middle;
}
.FooterBottom {
	width: 938px;
	background-color: #000000;
}

/*========================================================*/
/*     BREADCRUMBS TABLE STYLES                           */
/*========================================================*/

/*-- row containing breadcrumbs --------------------------*/
.BreadcrumbsRow {
	height: 41px;
	background: url(breadsearch_mid.gif) repeat top left;
	padding: 0 0 0 0;
	background-color: #ffffff;
}
/*-- cell containing breadcrumbs -------------------------*/
.BreadcrumbsTD {
	font-family: Tahoma;
	font-size: 11px;
	color: #555555;
	height: 41px;
	width: 100%;
	background: url(breadsearch_left.gif) no-repeat top left;
	color: #a1a1a1;
	vertical-align: middle;
	padding: 0 20px 0 17px;
}
/*-- cell containing search ------------------------------*/
.SearchTD {
	width: 215px;
	vertical-align: top;
	text-align: right;
	height: 41px;
	background: url(breadsearch_right.gif) no-repeat top right;
	padding: 10px 7px 0 0;
}
/*========================================================*/
/*    REMAINING (not categorised) TABLE STYLES            */
/*========================================================*/

/*-- row for space between areas -------------------------*/
.SpaceBar {
	height: 10px;
	padding: 0px 0px 0px 0px;
}
/*-- cell containing privacy -----------------------------*/
.PrivacyTD {
	text-align: left;
	padding: 10px 0px 0px 0px;
}
/*-- cell containing copyright ---------------------------*/
.CopyrightTD {
	text-align: right;
	padding: 10px 0px 0px 0px;
}
/*-- cell containing link to shebang websites ------------*/
.PowerbyShebang {
	text-align:right;
	padding: 0px 0px 0px 0px;
	background: #C8C8C8;

}
.ImageNoBorder {
	border-width: 0px;
}
.SideImage_Left {
	width: 11px;
	background: url(sideimage_left.gif) repeat-y top left;
}
.SideImage_Right {
	width: 11px;
	background: url(sideimage_right.gif) repeat-y top right;
}

/*========================================================*/
/*  Bottom Pane Styling                                   */
/*========================================================*/
/*-- row containing footer area --------------------------*/
.BottomPaneRow {
	height: 36px;
	padding: 0px 0px 0px 0px;
}
.BottomPane {
	padding: 0px 20px 0px 20px;
}
/*-- table within footer - rounded -----------------------*/
.BottomPaneTable {
	height: 36px;
	background: url(bottpane_gradient.gif) #C0C0C0 repeat-x top left;
}
/*-- rounded top-left corner -----------------------------*/
.BottomPaneTopLeft {
	height: 5px;
	background: url(bottpane_topleft.gif) no-repeat top left;
}
/*-- rounded top-right corner ----------------------------*/
.BottomPaneTopRight {
	height: 5px;
	background: url(bottpane_topright.gif) no-repeat top right;
}
/*-- rounded bottom left corner --------------------------*/
.BottomPaneBottomLeft {
	height: 5px;
	background: url(bottpane_bottomleft.gif) no-repeat bottom left;
}
/*-- rounded bottom right corner -------------------------*/
.BottomPaneBottomRight {
	height: 5px;
	background: url(bottpane_bottomright.gif) no-repeat bottom right;
}
/*------------------------------------------------------------------------------------------------------------*/
/*========================================================*/
/*  Text                                                  */
/*========================================================*/
/*-- most of the text on site ----------------------------*/
.Normal {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #404040;
	line-height: 160%;
	font-size: 11px;
}
.normal {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #404040;
	line-height: 160%;
	font-size: 11px;	
}
/*-- most of the bold text on site -----------------------*/
.NormalBold {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.NormalOrangeHead {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FF7700;
}
/*-- red text on site for errors -------------------------*/
.NormalRed {
	color: #C50000;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
.NormalOrange {
	color: #FF7700;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
}
.NormalBold {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #404040;
}
.NormalSmall {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #404040;
}
.NormalHead {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #404040;
}
.NormalSubHead {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #404040;
}

/*-- subheadings - mostly in admin -----------------------*/
.SubHead {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #404040;
	padding: 0;
}
/*-- headings - mostly in admin --------------------------*/
.Head {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #404040;
	background: transparent;
	font-weight: bold;
	padding: 0;
}
p {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #404040;
	line-height: 160%;
	font-size: 11px;
	/* Shebang Default: Check that this is the same as "Normal" Class */
}
/*------------------------------------------------------------------------------------------------------------*/

/*========================================================*/
/*  Links                                                 */
/*========================================================*/
/*-- default links visited and active --------------------*/
a:active {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #404040;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #404040;
	text-decoration: none;
}
a:link {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #404040;
	text-decoration: none;
}
/*-- default links hover ---------------------------------*/
a:hover {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #6C6C6C;
	text-decoration: none;
}
/*=== The "Normal" Link Classes ==========================*/
/*-- normal  links visited and active --------------------*/
a.Normal:link {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #404040;
	text-decoration: none;
}
/*-- normal  links hover ---------------------------------*/
a.Normal:hover {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #6C6C6C;
	text-decoration: none;
}
/*-- normal  links visited -------------------------------*/
a.Normal:visited {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #404040;
	text-decoration: none;
}
/*========================================================*/

/*-- footer links ----------------------------------------*/
a.Footer_Links:active {
	color: #FFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.Footer_Links:visited {
	color: #FFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.Footer_Links:link {
	color: #FFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.Footer_Links {
	color: #FFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/*-- footer links hover ----------------------------------*/
a.Footer_Links:hover {
	color: #EEE;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/*-- search button in search form ------------------------*/
.SearchButton {
	background: transparent;
	padding: 15px 12px 7px 12px;
	cursor: hand;
	font-size: 1px;
	margin: 0 0 0 0;
}
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*==========================================================*/
/*  CUSTOM STYLES                                           */
/*==========================================================*/

.WhiteText {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
}
a.WhiteText  {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-decoration:none;
}
a.WhiteText:hover {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;
}
.TextRightAlign {
	text-align:right;
}
.Rates_ItemHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 525px;
	padding: 5px 10px 5px 10px;
	background-color: #2E2E2E;
}
/*  RATES TABLE STYLES                                      */
/*==========================================================*/

.Rates_PriceHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 130px;
	padding: 5px 10px 5px 10px;
	background-color: #4F4F4F;
}
.Rates_Item {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	width: 525px;
	padding: 3px 10px 3px 10px;
}
.Rates_Price1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	text-align: center;
	width: 130px;
	padding: 3px 10px 3px 10px;
	background-color: #FCF9F3;
}

/*------------------------------------------------------------------------------------------------------------*/

/*==========================================================*/
/*  RANDOM GALLERY STYLING                                  */
/*==========================================================*/
.randomview {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    margin-bottom: 20px;
	padding: 0px;
	border-collapse:collapse;
}
.photo_198 {
	border: 2px solid #fff;
}
.randomview .photo-frame {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
    margin-top: 10px;
}
.photo-frame {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
.photo-frame TD {
	margin: 0px;
	padding: 0px;
}
.photo-frame TD {
	margin: 0px;
	padding: 0px;
}
.photo-frame .topx-- {
	background-repeat: no-repeat;
	background-color: #555555;
	width: auto;
	height: 1px;
	vertical-align: top;
}
.photo-frame .top-x- {
	background-repeat: repeat-x;
	background-color: #555555;
	width: auto;
	height: 1px;
}
.photo-frame .top--x {
	background-repeat: no-repeat;
	background-color: #555555;
	width: auto;
	height: 1px;
	vertical-align: top;
}
.photo-frame .midx-- {
	background-repeat: repeat-y;
	background-color: #555555;
	width: 1px;
	height: auto;
}
.photo-frame .mid--x {
	background-repeat: repeat-y;
	background-color: #555555;
	width: 1px;
	height: auto;
}
.photo-frame .botx-- {
	background-repeat: no-repeat;
	background-color: #555555;
	width: 1px;
	height: 1px;
	vertical-align: top;
}
.photo-frame .bot-x- {
	background-repeat: repeat-x;
	background-color: #555555;
	width: auto;
	height: 1px;
}
.photo-frame .bot--x {
	background-repeat: no-repeat;
	background-color: #555555;
	width: 1px;
	height: 1px;
	vertical-align: bottom;
}
/*------------------------------------------------------------------------------------------------------------*/


/*========================================================*/
/*  NEWS ARTICLE Styling                                  */
/*========================================================*/

.NewsArticle_Title {
	font-family: Tahoma;
	font-size: 12px;
	color: #3F3115;
	font-weight: bold;
}
a.NewsArticle_Title:Link {
	font-family: Tahoma;
	font-size: 12px;
	color: #3F3115;
	text-decoration: none;
	font-weight: bold;
}
a.NewsArticle_Title:Active {
	font-family: Tahoma;
	font-size: 12px;
	color: #3F3115;
	text-decoration: none;
	font-weight: bold;
}
a.NewsArticle_Title:Visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #3F3115;
	text-decoration: none;
	font-weight: bold;
}
a.NewsArticle_Title:Hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #6C6C6C;
	text-decoration: none;
	font-weight: bold;
}
.NewsArticle_TitleBG {
}
.NewsArticle_SmallText {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 10px;
	color: #3F3115;
	font-weight: normal;

}
a.NewsArticle_SmallText:Link  {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 10px;
	color: #3F3115;
	font-weight: normal;
	text-decoration: none;
}
a.NewsArticle_SmallText:Active  {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 10px;
	color: #3F3115;
	font-weight: normal;
	text-decoration: none;
}
a.NewsArticle_SmallText:Visited  {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 10px;
	color: #3F3115;
	font-weight: normal;
	text-decoration: none;
}
a.NewsArticle_SmallText:Hover {
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
	font-size: 10px;
	color: #6C6C6C;
	font-weight: normal;
	text-decoration: none;
}
.NewsArticle_DottedLine {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #3F3115;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3F3115;
	padding: 5px 0px 5px 0px;
}
.NewsArticle_TitleLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F3115;
}
/*------------------------------------------------------------------------------------------------------------*/

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/
/*-- login token idle ------------------------------------*/
.LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active {
	color: #6B6B6B;
	background: url(icon_login.gif) no-repeat bottom left;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 17px;
	float: left;
	padding: 2px 0 0 25px;
	margin: 0px 0px 0px 0px;
}
/*-- login token hover -----------------------------------*/
a.LOGIN_object:hover {
	background: url(icon_login_over.gif) no-repeat bottom left;
	color: #454545;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/*-- user token idle -------------------------------------*/
.USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active {
	color: #6B6B6B;
	background: url(icon_register.gif) no-repeat bottom left;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	height: 17px;
	float: left;
	padding: 2px 0px 0px 25px;
	margin: 0px 15px 0px 0px;
}
/*-- user token hover ------------------------------------*/
a.USER_object:hover {
	background: url(icon_register_over.gif) no-repeat bottom left;
	color: #454545;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/*-- date token idle -------------------------------------*/
.DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active {
	color: #EEEEEE;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
/*-- date token hover ------------------------------------*/
a.DATE_object:hover {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
/*-- breadcrumbs token idle ------------------------------*/
.BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active {
	color: #8f8f8f;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
/*-- breadcrumbs token hover -----------------------------*/
a.BREADCRUMBS_object:hover {
	color: #666;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
/*-- terms privacy and copyright -------------------------*/
.FOOTER_objects {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	font-family: Tahoma;
}
/*-- terms privacy and copyright links -------------------*/
a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active {
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma;

}
/*-- terms privacy and copyright hover -------------------*/
a.FOOTER_objects:hover {
	font-size: 11px;
	line-height: 18px;
	color: #D4C4A3;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma;

}
/*-- language selector dropdown --------------------------*/
.Language_object {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
/*------------------------------------------------------------------------------------------------------------*/
/*========================================================*/
/*  Forms                                                 */
/*========================================================*/
/*-- default form elements -------------------------------*/
select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}
/*-- textbox ---------------------------------------------*/
.NormalTextBox {
	color: #555555;
	padding-left: 5px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
}
/*-- textbox container -----------------------------------*/
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	border: 0;
}
/*-- textbox used for search -----------------------------*/
#dnn_dnnSEARCH_txtSearch.NormalTextBox {
	height: 21px;
	background: transparent;
	width: 174px;
	color: #666;
	padding: 4px 4px 0px 4px;
	border: 0px solid #FFFFFF;
	cursor: text;
}
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*---- SOLPART STYLING -------------------------------------------------------------------*/

/*========================================================*/
/*     Main Menu & SubMenu Basic Settings                 */
/*========================================================*/

/* The 2 items below are "default" settings for the
   MainMenu_MenuItem's and Module Title_MenuItem's
   Classes */
    
/*-- submenu items idle ----------------------------------*/
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	width: 180px;
	height: 25px;
	padding: 0px 10px 0px 10px;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px gray solid;
}
/*-- submenu items hover ---------------------------------*/
.MainMenu_MenuItemSel {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	background-color: #505050;
	font-size: 11px;
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	width: 180px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px gray solid;
}
/*------------------------------------------------------------------------------------------------------------*/
/*---END BASIC SETTINGS --------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/



/*========================================================*/
/*     Main Menu                                          */
/*========================================================*/
/*-- box that holds the menu -----------------------------*/

/* This styles the main menu container for the root menu items.
   The default.css file uses a background-color: transparent;
   This allows the image which runs underneath the menu and
   search section (if using default) to show through. */

.MainMenu_MenuContainer {
	background: transparent;
	width: 180px;
	height: 25px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/*-- bar that holds the menu -----------------------------*/
/* This sets the height of the menu bar section.
   Or, in the case of vertical menu, the height of each item */

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	background: transparent;
	width: 180px;
	height: 25px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/*------------------------------------------------------------------------------------------------------------*/

/*========================================================*/
/*     Main Menu - IDLE, HOVER & "BREADCRUMB"             */
/*========================================================*/

/* This section styles the Idle, Hover and Breadcrumb states
   of the menu - these classes are set in the <dnn:SOLPARTMENU>
   tags in the skin file (ascx file). */ 

/*-- menuitems idle --------------------------------------*/

.MainMenu_Idle TD {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background: url(menu_navidle.gif) no-repeat top left transparent;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	width: 180px;
	height: 25px;
}
/*-- menuitems over --------------------------------------*/
.MainMenu_Selected TD {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	background: url(menu_navhover.gif) no-repeat top left transparent;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	width: 180px;
	height: 25px;
}
/*-- menuitems active (both below have same settings -----*/
.MainMenu_BreadcrumbActive TD {
	color: #000000;
	background: url(menu_navactive.gif) no-repeat top left transparent;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	width: 180px;
	height: 25px;
}
.MainMenu_Active TD {
	color: #000000;
	background: url(menu_navactive.gif) no-repeat top left transparent;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	width: 180px;
	height: 25px;
}
/*------------------------------------------------------------------------------------------------------------*/

/*========================================================*/
/*     Main Menu - SUB MENU                               */
/*========================================================*/

/* This styles the main menu and sub-menu boxes.
   Here you can set an overall border and background
   colour for these elements. */

.MainMenu_SubMenu {
	/* Set Cursor */
	cursor: pointer;
	cursor: hand;
	/* Set Font */
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	/* Set Size */
	height: 25px;
	width: 180px;
	margin: 0 0 0 2px;		
	padding: 0px 0px 0px 0px;
	/* Set BG & Borders */
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: none;
	/*  Set Opacity Filters */
	filter: Alpha(Opacity=90, FinishOpacity=90, Style=1);
	-moz-opacity: .90;
	/* Opacity Filters */
}
.MainMenu_SubMenuItemSelected {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: none;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	padding: 0px 10px 0px 10px;
	background-color: #505050;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px gray solid;
}

.MainMenu_SubMenuItemActive {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: none;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	padding: 0px 10px 0px 10px;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px gray solid;
}
.MainMenu_SubMenuItemBreadcrumb {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: none;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	padding: 0px 10px 0px 10px;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px gray solid;
}
/*------------------------------------------------------------------------------------------------------------*/


/*-- removing seperator borders --------------------------*/
.MainMenu_MenuBreak {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background: transparent;
	vertical-align: top;
}
/*-- not needed - main menu ------------------------------*/
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_MenuArrow {
	display: none;
}
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*========================================================*/
/*     MODULES MENU                                       */
/*========================================================*/

/*-- submenu container -----------------------------------*/
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
	filter: Alpha(Opacity=90, FinishOpacity=75, Style=1);
	-moz-opacity: .90;
}
/*-- module menu container -------------------------------*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}
/*-- module menu bar -------------------------------------*/
.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
}
/*-- module menu item idle -------------------------------*/
.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	padding: 0px 10px 0px 10px;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px gray solid;
}
/*-- module menu item selected/hover ---------------------*/
.ModuleTitle_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	padding: 0px 10px 0px 10px;
	background-color: #505050;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px gray solid;
}
/*-- not needed - module menu ----------------------------*/
.ModuleTitle_MenuIcon {
	display: none;
}
.ModuleTitle_MenuBreak {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background: transparent;
	vertical-align: top;
}
.ModuleTitle_RootMenuArrow {
	display: none;
}
.ModuleTitle_MenuArrow {
	display: none;
}
.MainMenuSeperator {
	display: none;
}
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------------------------------*/
/*============================================================================================================*/
/*  End Style Sheet                                                                                           */
/*============================================================================================================*/
/*------------------------------------------------------------------------------------------------------------*/