﻿
/* ===================================================================== */
/* ========= Style sheet for the MinimalMaster master page ========= */
/* ===================================================================== */



/* ------ ELEMENTS ------ */

body
{
	margin: 0 auto;	
	vertical-align:top;
	font-family:Trebuchet MS;
	font-size:.7em;
	display:block;
}


/* ------ GENERIC CLASSES ------ */
.ClearSettings
{	
	clear:both;	
}
td#zz1_TopNavigationMenun0 {
 display:none;
}
/* ------ SPECIFIC IDs --------- */

/* ================================================= */
/* use this id to set properties for the entire page */
/* ================================================= */

#mysite_PageContainer
{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 0;
	width:756px;
	/*padding-top:-30px;*/
}

/* ================================================= */
/* use this id to set properties for the page header */
/* ================================================= */

#mysite_PageHeader
{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 0;
	width:756px;
}

/* =============================================== */
/* use this id to set properties for the page body */
/* =============================================== */

#mysite_PageBody
{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 0;
	width:756px !important;
	margin-top: 0px;
	border: none;
	padding-top: 4px;
}

/* ================================================= */
/* use this id to set properties for the page footer */
/* ================================================= */

#mysite_PageFooter
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #ffffff url('Images/Bottom.gif') repeat-x;
	clear:both;
	color:#666666;
	font-size:91.7%;
	left:-1px;
	min-height:56px;
	padding:17px 0 20px;
	position:relative;
	text-align:center;
	width:756px;
	z-index:1;
}

#mysite_footer-copyright
{
font-weight:bold;
margin-top:10px;
}

#mysite_footer-menu
{
color:#666666;
font-size:91.7%;
text-align:center;
}

#mysite_PageFooter a
{	
	color: #5E5E5E !important;
	padding-top: 2px;
	padding-bottom: 5px;
	text-align: center !important;
	text-decoration:none !important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;

}

#mysite_PageFooter a:hover
{	
	text-decoration:underline !important;
}



/* ==================================================== */
/* use this ID to control the 'top bar' containing the  */
/* menu controls such as site actions, etc              */
/* ==================================================== */

#mysite_TopBar
{
	width: 756px;
	height:26px;
	top: 0;
	border:0;
	border-bottom:1px solid #FFFFFF;
	background: transparent;
} 

/* ======================================= */
/* use this ID to control the banner image */
/* ======================================= */

#mysite_BannerBox
{	
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border: 0;
	text-align: right;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	height: 201px;
	border-bottom:black 2px solid;

}	
		
#mysite_BannerBox H1 {
	color: white;
	padding-top: 0;
	padding-bottom: 0;
}

/* ======================================= */
/* 'Global Links' sign-in and welcome menu */
/* ======================================= */

/* Global Links contains the 'welcome' link, the 'mysites' link and the 'mylinks' link */
/* Each can be styled individually by overriding default SP styles */
/*     .ms-splink style controls the 'welcome' link */
/*     .ms-globallinks style controls the 'mylinks' link */
/* I DON'T KNOW WHAT CONTROLS THE 'MYSITES' LINK!! */

#mysite_GlobalLinks
{
	float:left;
	text-align:left;
	padding-top:3px;
	margin-left:8px;
}

#mysite_GlobalLinks a
{
	color:#FFFFFF !important;
	background: transparent;
}

/* overrides for default SP styles for Global Links */


/* ms-SPLink specifically styles the 'welcome' link */
#mysite_GlobalLinks .ms-SPLink
{
	/* default values */
	font-family:verdana;
	font-size:8pt;
	color:#003399;
	/* end of defaults */
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFFFFF;
	padding: 0 0 0 0;
}
.ms-SPLink A:visited
{
	/* default values */
	color:#2A4666;
	text-decoration:none;
	/* end of defaults */
	color:#FFFFFF;
	text-decoration:none;
}

#mysite_GlobalLinks .ms-SPLink A:link
{
	/* default values */
	color:#2A4666;
	text-decoration:none;
	/* end of defaults */
	color:#FFFFFF;
	text-decoration:none;
}

#mysite_GlobalLinks .ms-SPLink A:hover
{
	/* default values */
	color:#2A4666;
	text-decoration:none;
	/* end of defaults */
	color:#FFFFFF;
	text-decoration:underline;
}

/* this style controls the 'in-active' state of Welcome link (ie no mouse-over) */
.ms-SpLinkButtonInActive
{
	/* default values */
	border:none;
	margin:1px;
	color:#4c4c4c;
	vertical-align:top;
	background-color:transparent;
	/* end of defaults */

	/* must use !important flag or these wont pick up */
	color:#FFFFFF !important;
	text-decoration:none !important;
	background-color:transparent !important;
	background-image:none !important;
	margin:0px !important;	
}

#mysite_GlobalLinks .ms-HoverCellInActive
{
	/* default values */
	border:none;
	margin:1px;
	color:#4c4c4c;
	vertical-align:top;
	background-color:transparent;
	/* end of defaults */

	/* must use !important flag or these wont pick up */
	color:#FFFFFF !important;
	text-decoration:none !important;
	background-color:transparent !important;
	background-image:none !important;
	margin:0px !important;	
}

/* this style controls the 'active' state of Welcome link (ie mouse-over) */
.ms-SpLinkButtonActive 
{
	/* default values */
	border:#6f9dd9 1px solid;
	vertical-align:top;
	background-color:#ffbb47;
	background-image:url("/_layouts/images/menubuttonhover.gif");
	/* end of defaults */
	
	/* must use !important flag or these wont pick up */
	border:none !important;
	color:#FFFFFF !important;
	text-decoration:underline !important;
	background-color:transparent !important;
	background-image:none !important;
	margin:0px !important;	
} 


#mysite_GlobalLinks .ms-HoverCellActive 
{
	/* default values */
	border:#6f9dd9 1px solid;
	vertical-align:top;
	background-color:#ffbb47;
	background-image:url("/_layouts/images/menubuttonhover.gif");
	/* end of defaults */
	
	/* must use !important flag or these wont pick up */
	border:none !important;
	color:#FFFFFF !important;
	text-decoration:underline !important;
	background-color:transparent !important;
	background-image:none !important;
	margin:0px !important;	
} 


/* ms-globallinks specifically styles the 'my links' link */
#mysite_GlobalLinks .ms-globallinks
{
	/* default values */
	font-size:8pt;
	background:transparent;
	font-family:tahoma;
	/* end of defaults */
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
}

.ms-globallinks a
{
	/* default values */
	color:#666666;
	text-decoration:none;
	font-family:tahoma;
	/* end of defaults */
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	
}

#mysite_GlobalLinks .ms-globallinks
{
	/* default values */
	color:#666666;
	text-decoration:none;
	font-family:tahoma;
	/* end of defaults */
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF;
	
}

#mysite_GlobalLinks .ms-globallinks a:hover
{
	/* default values */
	/* end of defaults */
	color:#FFFFFF !important;  /* must have !important flag or it wont pick-up */
	text-decoration:underline;
	
}

/* other parts of Global Links in individual DIVs - position / switch on or off as required */

/* variations language selector */
#mysite_GlobalLink0
{
	display:none;
}

/* 'my site' link */
#mysite_GlobalLink1
{
	display:none;
}

/* 'my links' link */
#mysite_GlobalLink2
{
	display:none;
}


/* ============================================== */
/* ==============  site actions menu ============ */
/* ============================================== */

#mysite_SiteActions
{
	margin-top:0px;  /*-2px;*/
	width:100px;
	height:26px;  /*25px;*/
	display:block;
	float:right;
	padding-top:0px;  /*3px;*/
	padding-bottom:0px;
}

/* overrides for SP default styles */

.ms-siteaction a
{
	/* default values */
	font:8pt tahoma;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	/* end of defaults */
	
	font:10pt "Trebuchet MS" !important;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;

	font-size: 10pt !important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;	
	height:26px;
	
} 

#mysite_SiteActions .ms-siteaction
{
	/* default values */
	font:8pt tahoma;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	/* end of defaults */
	
	
	font:10pt "Trebuchet MS" !important;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;

	font-size: 10pt !important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;	
	
	height:26px;
	
} 

#mysite_SiteActions .ms-siteaction a:hover
{
	text-decoration:underline;
}


#mysite_SiteActions .ms-siteactionsmenu
{
	/* default values */
	white-space:nowrap;
	font:8pt tahoma;
	padding:0;
	border:none;
	cursor:pointer;
	/* end of defaults */

	white-space:nowrap;
	font:10pt "Trebuchet MS" !important;
	padding:0;
	border:none;
	cursor:pointer;
	font-size: 10pt !important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;

} 

#mysite_SiteActions .ms-siteactionsmenu div div div
{
	/* default values */
	background-image:url("/_layouts/images/siteactionsmenugrad.gif");
	background-repeat:repeat-x;
	border-top:1px solid #FF7600;
	border-left:1px solid #FF7600;
	border-right:1px solid #FF7600;
	background-color:#FF7600;
	padding:1px 4px 3px 10px;
	/* end of defaults */

	background-image:none !important;
	border-top:1px solid #FF7600;
	border-left:1px solid #FF7600;
	border-right:1px solid #FF7600;
	padding:1px 4px 3px 10px;
	
	
}
#mysite_SiteActions .ms-siteactionsmenu div div div a
{
	/* default values */
	color:#FFFFFF;
	font-weight:bold;
	/* end of defaults */

	color:#FFFFFF;
	font-weight:normal;
} 

#mysite_SiteActions .ms-siteactionsmenu div div div.ms-siteactionsmenuhover
{

	/* default values */
	background-image:url("/_layouts/images/siteactionsmenuhovergrad.gif");
	border-top:1px solid #89724f;
	border-left:1px solid #89724f;
	border-right:1px solid #89724f;
	background-color:#ffa521;
	/* end of defaults */

	background-image:none !important;
	border-top:1px solid #368CD6;
	border-left:1px solid #368CD6;
	border-right:1px solid #368CD6;
} 


/* ======================= */
/* ====== Site Logo ====== */
/* ======================= */

#mysite_LogoBox
{
	display:none;
	/*
	float: left;
	padding-bottom: 1px;
	*/
}

/* ============================================================ */
/* SiteName control - provides a link back to the site homepage */
/* ============================================================ */

#mysite_SiteNameBox
{
	display:none;
}

/* =================================================================== */
/* 'site map' control - shows the Portal Site link if it's been set up */
/* =================================================================== */

#mysite_SiteMapBox
{
	/* display:none; */
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:transparent;
	color:#333;
	margin-top:7px;
	margin-left:241px;
}

#mysite_SiteMapBox a:link
{
	color: #3A4EFE !important;
	text-decoration:none !important;
}

#mysite_SiteMapBox a:hover
{
	color: #3A4EFE !important;
	text-decoration:underline !important;
}

/* override the default SP styling */
.ms-sitemapdirectional a
{
	color: #CE0000 !important;  /* #3A4EFE !important; */
	text-decoration:none !important;
}

#mysite_SiteMapBox .ms-sitemapdirectional
{
	color: #CE0000 !important;  /* #3A4EFE !important; */
	text-decoration:none !important;
}

#mysite_SiteMapBox .ms-sitemapdirectional a:hover
{
	color: #CE0000 !important;  /* #3A4EFE !important; */
	text-decoration:underline !important;
}

.mysite_SiteMapBoxStyle
{
	color: #3A4EFE !important;
	text-decoration:none !important;
}

.mysite_SiteMapBoxStyle a:hover
{
	color: #3A4EFE !important;
	text-decoration:underline !important;
}



/* NOTE : this globalbreadcrumb stuff belongs somewhere else */
#mysite_SiteMapBox .ms-globalbreadcrumb 
{
	/* default values */
	font-size:8pt;
	text-align:right;
	background-color:#ebf3ff;
	padding:2px 10px 2px 5px;
	/* end of defaults */
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#FFFFFF !important;

}

.ms-globalbreadcrumb a
{
	/* default values */
	text-decoration:none;
	color:#666666;
	/* end of defaults */
	color:#FFFFFF !important;
	text-decoration:none !important;
}

#mysite_SiteMapBox .ms-globalbreadcrumb
{
	/* default values */
	text-decoration:none;
	color:#666666;
	/* end of defaults */
	color:#FFFFFF !important;
	text-decoration:none !important;
}

#mysite_SiteMapBox .ms-globalbreadcrumb a:hover
{
	/* default values */
	text-decoration:underline;
	color:#000000;
	/* end of defaults */
	color:#FFFFFF !important;
	text-decoration:underline !important;
} 


/* ======  Page Image  ====== */
#mysite_PageImage
{
	display:none;
}

/* ======  Page Title  ====== */
#mysite_PageTitle
{
	display:none;
}

/* ======  Page Description  ====== */
#mysite_PageDescription
{
	display:none;
}



/* ============================================= */
/*              GLOBAL NAVIGATION                */
/* ============================================= */

/* this is the container for the whole global nav */
/* use it to provide a solid menu bar across the screen even when */
/* there aren't enough menu buttons to fill the space */
#mysite_GlobalNavBar
{	
	background-image: url('Images/Allied_topnavbg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 0px;
	height: 22px;
}

#mysite_GlobalNavBar A 
{  
/*
	color:#FFF; 
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration:none;
*/
}
	
#mysite_GlobalNavBar A:hover {  }

/********inside top horizontal navigation **********/

#mysite_GlobalNav    /* controls the global nav div */
{
	width: 80%;
	float: right !important;	
	padding-top: 6px;
}

.mysite_GlobalNavContainer	/* assigned to aspMenu GlobalNav */
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-topnavContainer */
	border:none;
	border-left:solid 1px #c2dcff;
	/* end of defaults */
	background-color:#005D83;
	border:none;
	height:28px;
	margin-top:-15px;
}

.mysite_GlobalNavContainer .ms-topnavContainer 
{
	background-color:inherit;
	border-left:inherit;
	height:inherit;
	margin-top:inherit;
}

/* override the default style */

.mysite_GlobalNavStyle    /* assigned to aspMenu GlobalNav StaticMenuStyle attribute */
{
	/* these default settings mimic those used in default.master */
	/* default class = nothing */

	/* end of defaults */
}


.mysite_GlobalNavItem     /* assigned to aspMenu GlobalNav StaticMenuItemStyle attribute */
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-topnav */
	border:solid 1px #c2dcff;
	border-left:solid 1px #ffffff;
	border-bottom:none;
	background-image:url("/_layouts/images/topnavunselected.gif");
	background-repeat:repeat-x;
	font-family:Tahoma;
	font-size:8pt;
	background-color:#e2efff;
	color:#3764a0;
	/* end of defaults */
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color:#005D83;
	color:#FFFFFF;
	background-image:none;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:solid 1px #ffffff;
	height:26px;
	margin-top:0px;   /*-3px;*/
	vertical-align:middle;
}

.mysite_GlobalNavItem a
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-topnav a */
	white-space:nowrap;
	padding:0px 8px 0px 8px;
	/* end of defaults */
	height:26px;
	padding:2px 11px 0px 11px;
}

.mysite_GlobalNavItem img
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-topnav img */
	position:relative;
	left:-6px;
	/* end of defaults */
}


.mysite_GlobalNavSelected     /* assigned to aspMenu GlobalNav StaticSelectedStyle attribute */
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-topnavselected */
	color:#003399;
	background:url("/_layouts/images/topnavselected.gif");
	background-repeat:repeat-x;
	font-weight:bold;
	border:solid 1px #79a7e3;
	border-bottom-width:0px;
	border-left:solid 1px #e3efff;
	background-color:#6593cf;
	/* end of defaults */
	font-weight:normal;
	background-color:#005D83;
	color:#FFFFFF;
	background-image:none;
	border:none;
	border-left:none;
	border-right:solid 1px #ffffff;
	height:26px;
	
}
.mysite_GlobalNavHover     /* assigned to aspMenu GlobalNav StaticHoverStyle attribute */
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-topNavHover */
	background-image:url("/_layouts/images/topnavhover.gif");
	background-color:#ffe6a0;
	border:solid 1px #c2a770;
	border-left:solid 1px #ffffff;
	border-bottom-width:0px;
	color:#000000;
	/* end of defaults */
	background-color:#168dbc;
	background-image:url("/PublishingImages/MasterPageElements/TT_mainmenu-highlight-bg.gif");
	background-repeat:repeat-x;
	border:none;
	border-left:none;
	border-right:solid 1px #ffffff;
	color:#FFFFFF;
	
}
.mysite_GlobalNavFlyOutsStyle     /* assigned to aspMenu GlobalNav DynamicMenuStyle attribute */
{
	/* these default settings mimic those used in default.master */
	/* default class = nothing */
	background-color:#F2F3F4;
	border:solid 1px #A7B4CE;
	/* end of defaults */
}
.mysite_GlobalNavFlyOutsItem      /* assigned to aspMenu GlobalNav DynamicMenuItemStyle attribute */
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-topNavFlyOuts */
	background-color:#F2F8FF;
	font-family:Tahoma;
	font-size:8pt;
	/* end of defaults */
}

.mysite_GlobalNavFlyOutsItem a
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-topNavFlyOuts a */
	display:block;
	*width:120px;
	min-width:120px;
	color:#3764a0;
	padding:4px 8px 4px 8px;
}

.mysite_GlobalNavFlyOutsSelected     /* assigned to aspMenu GlobalNav DynamicSelectedStyle attribute */
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-topNavFlyOutsSelected */

	/* end of defaults */
}
.mysite_GlobalNavFlyOutsHover     /* assigned to aspMenu GlobalNav DynamicHoverStyle attribute */
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-topNavFlyOutsHover */
	background-color:#ffe6a0;
	color:#000000;
	/* end of defaults */
	background-color:#35bbf2 !important;
	color:#ffffff !important;
}

/* ====================== */
/*       SEARCH BOX       */
/* ====================== */
  
#mysite_SearchBox
{
	margin-top:-60px !important;
	margin-right:8px;
	Height:25px ;
	Width:520px; 
	display:block;
	float:right;
/*
	margin-left:50%;
	font-size:1.2em;
*/

}

/* override for the SP built-in style for search box div*/
#SRSB
{
	text-align:right;
	padding-top:0px;
	font-size: 9pt;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;

}

/* overrides for default SP styles */


/* ms-sblink controls the style in the 'advanced search' link in the search box */
#mysite_SearchBox td.ms-sblink
{
	font-size: 10pt !important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	color: #3A4EFE !important;
	text-decoration:none !important;
}

.ms-sblink a:visited
{
	font-size: 10pt !important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	color: #3A4EFE !important;
	text-decoration:none !important;
}

#mysite_SearchBox .ms-sblink a:link
{
	font-size: 10pt !important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	color: #3A4EFE !important;
	text-decoration:none !important;
}

#mysite_SearchBox .ms-sblink a:hover
{
	text-decoration:underline !important;
}

/* ms-sbscopes specifically styles the scopes drop-down */
#mysite_SearchBox td.ms-sbscopes
{
	border:none !important;
	font-size: 9pt !important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	color: #000000 !important;
} 

#mysite_SearchBox select.ms-sbscopes
{
    /* default values */
	font-family:tahoma,verdana;
	font-size:8pt;
	width:170px;
	/* end of defaults */
	font-size: 9pt !important;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	color: #000000 !important;	
	border:none !important;
}

/* style the 'input box' portion of the search box */
#mysite_SearchBox input 
{ 
	/*
	background: transparent url('/images/search.gif') left no-repeat; 
	padding-left: 25px; 
    */
	font: 9pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	color: #000000;
	border: 1px solid #000000;
	height:17px;

	/* border:none !important; */
	
}

/* use this class to override the style in the search box */
#mysite_SearchBox .ms-sbcell 
{ 
	/*
    background: url('/images/searchBg.gif') repeat-x; 
	border-color: #BD9BBD;
    */
	border:0; 
	font: 9pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	color: #000000;
	border: 1px solid #000000;
	height:17px;

	border:none !important;

}

/* this is an empty cell at the right of the search box which is set to
   100% width by default - this means that the search box will never
   fully right-align */

.ms-rightbodysectionsearchbox
{
	width:0;
} 

#mysite_SearchBox .ms-sbLastcell
{
	width:0;
} 

/* use this class to override the style in the search box */
.mysite_SearchBoxStyle
{
	border:0;
}


/* ====================== */
/*      EDIT CONSOLE      */
/* ====================== */

#mysite_EditConsole
{
	display:block;
}

/* =========================================== */
/* ==========  Main Content Block ============ */
/* =========================================== */

#mysite_ContentContainer
{
	float: right;
	width: 749px;
	overflow: hidden;
	padding-bottom: 5px;
	padding: 0;
}


#mysite_ContentBox
{
	margin-top:15px;
	width: 738px;
	float: left;
}

/*----- overrides for SP classes -----*/

#mysite_ContentBox .ms-pagebreadcrumb	/* page-level breadcrumb */
{
	/* hide the page-level breadcrumb - use when the master page holds the breadcrumb */
	display:none !important;
}

#mysite_ContentBox .ms-pagebreadcrumb removeMargins	/* page-level breadcrumb */
{
	/* hide the page-level breadcrumb - use when the master page holds the breadcrumb */
	display:none !important;
}


#mysite_ContentBox .ms-propertysheet	/* used in Application pages */
{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	color: #3A4EFE !important;
}

.ms-formbody
{
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 8pt !important;
	color: #000000 !important;
}

#mysite_ContentBox .ms-formlabel
{
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 8pt !important;
	color: #000000 !important;
}

/* ===================================================== */
/*  ----------------- Quick Launch Settings ------------ */
/* ===================================================== */

#mysite_QuickLaunch    /* this is the container for the whole of the quick launch menu */
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-nav */
	background-color:#83b0ec;
	background-image:url("/_layouts/images/navshape.jpg");
	background-repeat:repeat-x;
	font-family:tahoma;
	/* default class = .ms-nav */
	
	/* default class = .ms-quicklaunchouter */
	border-bottom:solid 1px #83b0ec;
	border-right:solid 1px #83b0ec;
	
	/* default class = .ms-quicklaunch */
	border:solid 1px #6f9dd9;
	border-bottom:solid 1px #6f9dd9;
	font-size:8pt;
	font-family:tahoma;
	line-height:10pt;
	background-color:#f2f8ff;

	width:205px;
	float:left;

/* end of defaults */

/* added items */
	width:205px;
	float:left;
	margin-left:17px;
	margin-right:0px; /*17px;*/
	margin-top:14px;
	
	background-image:none;
	background:transparent !important;

	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3A4EFE;

	padding:none;
	padding-bottom:0px;
	
	border-top: solid 1px #D9D9D9;
	border-left: solid 1px #D9D9D9;
	border-right: solid 1px #D9D9D9;
	border-bottom:none;

border:none !important;
border-collapse:collapse !important;

}

/* this is a fix for the IE6 'double margin' bug which doubles the margin when an element */
/* has a margin on the side it is floating to (ie a left margin on a left float is doubled) */
* html #mysite_QuickLaunch
{
	display:inline;
}

/* this is used to cover the bottom of the Quick Launch div (if needed by the design) */
#mysite_QuickLaunchCover
{
	display:none !important
}
				    
#mysite_QuickLaunch .ms-pagemargin 
{
 /* this is an area at the top of the quick launch */
 /* which will display when a page layout suppresses the QL menu */
 /* for instance in the Search Results page */

      display:none;
}
      


/* overrides for default SP classes */
#mysite_QuickLaunch .ms-quicklaunchouter
{
	/* default values */
	border-bottom:solid 1px #83b0ec;
	border-right:solid 1px #83b0ec;
	margin:0px 1px 2px 1px;
	/* end of defaults */
	border-bottom:none;
	border-right:none;
	margin:0px 0px 0px 0px;

	border-collapse:collapse !important;
	border:none; 
	
	background:transparent !important;

}


#mysite_QL_Title    /* this is the All Site Content link */
{
	/* this hides the All Site Content link */
	display:none;
}


#mysite_QL_Body    /* this is the body of the quick launch (ie, the actual menu options) */
{
	background:transparent !important;
/*	border-top: solid 1px #D9D9D9;  */
}

#mysite_QL_RecycleBin    /* this is the link to the recycle bin */
{
	/* this hides the recycle bin link */
	display:none;
}

/* components of the quick launch menu */

.mysite_QL_MenuItemStyle_NavItem
{
	height:29px;
	background-color:#FFFFFF;
	border-right: solid 1px #D9D9D9;
	border-left: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	border-collapse:collapse !important;
	color: #3A4EFE;
	width:205px;
}


.mysite_QL_MenuItemStyle_NavHeader
{
	height:29px;
	background-color:#FFFFFF;
	border-right: solid 1px #D9D9D9;
	border-left: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	border-collapse:collapse !important;
	color: #3A4EFE;
	width:205px;
}


.mysite_QL_MenuItemStyle_SelectedNavItem a:hover
{
	color: #000000;
}


.mysite_QL_MenuItemStyle_SelectedNavHeader a:hover
{
	color: #000000;
}


.mysite_QL_MenuItemStyle_NavSubMenu2 a:hover
{
	color: #000000;
}


.mysite_QL_MenuItemStyle_NavSubMenu1 a:hover
{
	color: #000000;
}


.mysite_QL_MenuItemStyle_NavItem a:hover
{
	color: #000000;
}


.mysite_QL_MenuItemStyle_NavHeader a:hover
{
	color: #000000;
}

.mysite_QL_MenuItemStyle_NavHeader
{
	/* default class = .ms-navheader */
	text-indent:4px;
}

.mysite_QL_MenuItemStyle_NavItem
{
	/* default class = .ms-navitem */
	text-indent:24px;
}

.mysite_QL_MenuItemStyle_NavSubMenu1
{
	/* default class = .ms-navSubMenu1 */
	text-indent:44px;
	border-bottom: none;
}

.mysite_QL_MenuItemStyle_NavSubMenu2
{
	/* default class = .ms-navSubMenu2 */
	text-indent:64px;
	border-bottom: none;
}

.mysite_QL_MenuItemStyle_SelectedNavHeader
{
	/* default class = .ms-selectednavheader */
}

.mysite_QL_MenuItemStyle_SelectedNavItem
{
	/* default class = .ms-selectednav */
}

#mysite_QL_TreeViewTitle    /* this controls the title of the quick launch tree view */
						/* this provides a link to All Site Content */
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-navsubmenu1 */
	width:100%;
	border-collapse:collapse;
	background-color:#f2f8ff;
	/* default class = .ms-navheader a */
	font-weight:bold;
	color:#003399;
	text-decoration:none;

	/* end of defaults */	

	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 10pt !important;
	font-weight: normal !important;
	height:30px !important;
	background-color:#005D83 !important;
	color:#FFFFFF !important;
	
}

#mysite_QL_TreeViewTitle #ctl00_PlaceHolderLeftNavBar_idNavLinkSiteHierarchy
{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12pt !important;
	font-weight: normal !important;
	background-color:#005D83 !important;
	color:#FFFFFF !important;
	height:30px !important;
	line-height:30px !important;
	text-decoration:none !important;
	vertical-align:middle;
	padding-left:5px;
}

#mysite_QL_TreeViewTitle #ctl00_PlaceHolderLeftNavBar_SPSecurityTrimmedControl3
{
	height:30px !important;
	line-height:30px !important;
	vertical-align:middle;
	text-decoration:none !important;
}

#mysite_QL_TreeViewBody    /* this controls the body of the quick launch tree view */
{
	/* these default settings mimic those used in default.master */
	/* default class = .ms-treeviewouter */
	border-left:2px solid #f2f8ff;
	padding:0px 1px 0px 1px;
	/* end of defaults */	

}


/* ===================================================== */
/*  ------------- END OF mysite_StandardMaster ------------- */
/* ===================================================== */

