﻿@charset "UTF-8";

/*  ==============================================
	NLC Starting Package 
    Based on HTML5 ✰ Boilerplate - http://html5boilerplate.com/
*/

/*  ================================================================================================  */
/*  ================================================================================================  */

	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

	audio, canvas, video 	{ display: inline-block; *display: inline; *zoom: 1; }
	audio:not([controls]) 	{ display: none; }
	[hidden] 				{ display: none; }

/*  ================================================================================================  */
/*  ================================================================================================  */

    html    { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
    body    { margin: 0; font-size: 1em; line-height: 1.4; }
    body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; }

	/* Selection Styles - Change colors to match design */
	::-moz-selection 	{ background: #666; color: #fff; text-shadow: none; }
	::selection 		{ background: #666; color: #fff; text-shadow: none; }

/*  ================================================================================================  */
/*  ================================================================================================  */

    @font-face { }

	/* 
		Primary Color:		#1e1e1e
		Secondary Color:	#5a5a5a
		Tertiary:			#ccc
		Quaternary Colour: 	#f3f3f3
	*/
	
	/* Gill Sans MT */
	.flyout,
	.globalHeader,
	.mainnav,
	.sidenav,
	.dateCalendar,
	button,
	tabs,
	.commonBtn,
	input[type="submit"],
	.status, .charges,
	h1, h2, h3, h4, h5, h6 { font-family: 'Gill Sans MT', Arial, Helvetica, sans-serif; }
	
/*  ================================================================================================  */
/*  ================================================================================================  */

    /*  Common bottom margins  */
        ul, ol, dl, p   { margin: 0 0 1.4em; }

    /*  Links  */
        a { color: #1e1e1e; }
        a:hover     { color: #000; text-decoration: none; }
        a:focus     { color: #000; outline: thin dotted; }
        a:hover,
        a:active    { outline: 0 none; }
       
    /*  Headings */
		h1, h2, h3, h4, h5, h6	{ color: #1e1e1e; margin: 0 0 .8em 0; }
		
		h1  { font-size: 20px; }
	    h2  { font-size: 18px; }
		h3  { font-size: 16px; margin-bottom: 1em; }
	    h4  { font-size: 14px; margin-bottom: 0; }
	    h5  { font-size: 14px; margin-bottom: 0; }
		h6  { font-size: 14px; margin-bottom: 0; }
		
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
		h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
		h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus { text-decoration: underline; }

	/*  Text Styles  */
		abbr[title] { border-bottom: 1px dotted; }
		b, strong 	{ font-weight: bold; }
        blockquote  { margin: 1em 40px; }
		dfn 		{ font-style: italic; }
		hr 			{ display: block; height: 1px; border: 0; border-top: 1px solid #CCC; margin: 1em 0; padding: 0; }
		ins 		{ background: #FF9; color: #000; text-decoration: none; }
		mark 		{ background: #FF0; color: #000; font-style: italic; font-weight: bold; }
		del			{ color: #5a5a5a; }

		pre, code, kbd, samp    { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
		pre 				    { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
		
		q 					{ quotes: none; }
		q:before, q:after 	{ content: ""; content: none; }
		
		small 		{ font-size: 85%; }
		sub, sup 	{ font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
		sup 		{ top: -0.5em; }
		sub 		{ bottom: -0.25em; }
	
    /*  Lists  */
        ul          { padding: 0 0 0 20px; }
        ol			{ padding: 0 0 0 38px; }
		dd          { margin: 0 0 0 30px; }
        .nav ul, .nav ol  { list-style: none; margin: 0; padding: 0; overflow: hidden; }
		.nav ul,
		.nav ul li { float: left; }
		
		.flyout	ul li,	
		.commonBlock ul li { background: url('../img/layout/list-bullet.gif') 0 .6em no-repeat; list-style: none; padding: 0 0 .5em 10px; }
        
        .sitemap { padding-left: -15px; }
        .sitemap ul { list-style: none; padding-left: 20px; margin-bottom: 0; }
        .sitemap ul li { margin-bottom: 3px; }
        
        img             { border: 0; -ms-interpolation-mode: bicubic; /* vertical-align: middle; */ }
        svg:not(:root)  { overflow: hidden; }
        figure          { margin: 0; }

	/*	Forms  */
		form 	    { margin: 0; }
		fieldset 	{ border: 0; margin: 0; padding: 0; }
		label 	    { cursor: pointer; }
		legend 	    { border: 0; *margin-left: -7px; padding: 0; }

		button, input, select, textarea 	{ font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
		button, input 					    { line-height: normal; }
		
		button, 
		input[type="button"],
		input[type="reset"],
		input[type="submit"] 			{ cursor: pointer; -webkit-appearance: button; *overflow: visible; }
		input[type="checkbox"],
		input[type="radio"] 			{ box-sizing: border-box; padding: 0; }
		input[type="search"] 			{ -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: none; }
		
		input[type="search"]::-webkit-search-decoration 	{ -webkit-appearance: none; }
		button::-moz-focus-inner, input::-moz-focus-inner 	{ border: 0; padding: 0; }
		
		select					{ color: #5a5a5a; width: 200px; padding: 3px 2px 3px 0; border: 1px solid #ccc; }
		textarea,
		input[type="text"],
		input[type="search"],
		input[type="password"]	{ color: #5a5a5a; border: 1px solid #ccc; padding: 4px 0; width: 200px; -webkit-appearance: none; -webkit-box-sizing: none; box-sizing: border-box; }
		
		textarea 			{ overflow: auto; min-height: 75px; vertical-align: top; resize: vertical; }
		input:valid, 
		textarea:valid 	    { }
		input:invalid,
		textarea:invalid 	{ background-color: #f0dddd; }

    /*  Tables  */
        table   { border-collapse: collapse; border-spacing: 0; margin: 0 0 1.4em 0; }
        td      { vertical-align: top; padding: 0 1em .4em 0; }

/*  ================================================================================================  */
/*  ================================================================================================  */
		
    /*  ========== LAYOUT GRID STYLES ==========  */
        .gridLayout,
		.gridRow	{ overflow: hidden; zoom: 1; clear: both; }
		.grid       { display: inline; float: left; margin-right: 10px; margin-bottom: 10px; }
        
		.grid_1     { width: 60px; }
        .grid_2     { width: 160px; }
		.grid_3     { width: 210px; }
        .grid_4     { width: 320px; }
		.grid_5     { width: 420px; }
        .grid_6     { width: 470px; }
        .grid_7     { width: 540px; }
        .grid_8     { width: 620px; }
        .grid_9     { width: 700px; }
        .grid_10    { width: 780px; }
        .grid_11    { width: 860px; }
        .grid_12    { width: 940px; }
		.grid_13    { width: 632px; }
        .grid_14    { width: 303px; }
        .grid_15    { width: 236px; }
		.alpha  { margin-left: 0 !important; }
        .omega  { margin-right: 0 !important; }

	/*  ========== ACCESSIBILITY STYLES ==========  */
		.accessTarget,
		.accessLink			{ position: absolute; top: -999em; }
		.accessLink:focus	{ top: 0; }

	/*  ========== CONTAINER STYLES ==========  */
		.wrapper	{ background: #fff; width: 100%; margin: auto; min-height: 500px; padding-bottom: 2em; position: relative; }
		.container	{ width: 960px; margin: 0 auto; position: relative; }
	
	/*  ========== HEADER STYLES ==========  */
		.globalHeader		{ background: #5a5a5a; color: #fff; min-width: 960px; min-height: 30px; padding-top: 1px; font-size: 12px; overflow: hidden; margin: 0 auto; position: relative; }
			.globalHeader a						{ color: #fff; text-decoration: none; }
				.globalHeader a:hover,				
				.globalHeader a:focus				{ text-decoration: underline; }

			.user {margin:0;}
			.user>span								{ float: left; margin: 0; padding: .5em 1em 0 0; }
			.globalHeader .nav					{ float: left; padding-top: .5em; margin: 0 0 0 0; }
			.globalHeader .nav li				{ list-style: none; padding: 0 .8em; border-left: 1px solid #ccc; }
			.globalHeader .nav .firstnav        { float: left; }
			.globalHeader .nav .firstnav li:first-child	{ border-left: 0; }
			.langSelect							{ float: right; padding-top: 2px; }

		.header		{ color: #5a5a5a; font-size: 12px; min-height: 65px; position: relative; z-index: 980; }
			.logo		{ float: left; min-width: 305px; margin-top:16px;}
			.logo img	{ vertical-align: middle; }

		/*	Search Form  */
			.header .searchWrapper		{ float: left; position: relative; top: 18px; }
				.header input[type="text"],
				.header input[type="search"]	{ width: 188px; } 
								
		/*	MiniCart  */
			.miniCart		{ font-size: 14px; float: right; position: relative; top: 15px; }
				.miniCart a		{ text-decoration: none;  }	
				.mc-items			{ background: #f3f3f3; display: block; min-height: 23px; padding: .5em 1em .3em 1em; position: relative; z-index: 1; border: 1px solid #f3f3f3; }
					/* .mc-items .icon_cart { margin-right: .5em; } */
					.miniCart:hover .mc-items,
					.mc-items:hover,
					.mc-items:focus,
					.mc-items-active	{ text-decoration: none; border-top-left-radius: 2px; border-top-right-radius: 2px; -moz-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.30); -webkit-box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.30); box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.30); }
				
				.miniCartItems		{ background: #fff; display: none; font-size: 14px; position: absolute; top: 35px; right: 0; width: 310px; padding: 1em 1em 1em 1em; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30); box-shadow: 0 0 5px rgba(0, 0, 0, 0.30); border: 1px solid #f3f3f3; }
					.mc-subTotal				{ margin-top: 1.6em; overflow: hidden; }
					.mc-subTotal p				{ margin-bottom: 0; }
					.mc-checkoutBtn				{ float: right; }
					.mc-checkoutBtn .commonBtn	{ font-size: 17px; font-weight: normal; padding: .3em .5em; }
										
					.itemsContainer		{ font-size: 12px;  width: 310px; overflow: auto; }
						.itemsContainer .media				{ margin-bottom: .7em; padding-top: .7em; border-top: 1px solid #b7b8bc; }
						.itemsContainer .media:first-child	{ padding-top: 0; border: 0; }
						.miniCartItems ul					{ margin: 0; padding: 0; }
						.miniCartItems li					{ list-style: none; }

	/*  ========== MAIN NAVIGATION STYLES ==========  */
		.mainnav	{   font-size: 16px; z-index: 201; width:100%; position:relative; display:inline-block; margin: 0 auto; text-align:center; }
		.ie7 .mainnav { margin-bottom: 15px; }
			
        	.mnlist			{ padding: 0; /*border-left: 1px solid #ccc;*/ clear: left; float: left; /*left: 50%;*/ text-align: center; position: relative; margin-bottom:10px; }
			.mnlist li		{ background: none; list-style: none; padding: 0; }
			.mnlist li:first-child { border-left: 1px solid #ccc; }
			.mnlist li ul li:first-child { border-left: none; }
						
			.mainnav a			{ display: block; color: #5a5a5a; text-decoration: none; }
			.mainnav a:visited  { }
            .mainnav a:hover,
            .mainnav a:focus    { }
            .mainnav a.active  { color: #1e1e1e; }
            .mainnav .navItem   { background: #fff; float: left; border-right: 1px solid #ccc; /*padding: 0 30px;*/ width:136px; display: block; /*right: 50%;*/ }			
			
			.mainnav .navItem ul { border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 1px;}
			.mainnav .navItem ul lidd { float: none; }
			
    		.mnlist .mainItem { display: block; min-height: 33px; height: auto !important; height: 33px; text-decoration: none; text-align: center; position: relative; z-index: 202; padding-top: 6px; }

			.mnlist .mainItem:hover,
			.mnlist .mainItem:focus, 
			.mnlist li:hover .mainItem { color: #1e1e1e; border-bottom: 1px solid #fff; margin-bottom: -1px; }
			
		/*	Drop Downs	 */ 
			.mnlist li { position: relative; z-index: 999; display:block; }
			.mnlist li ul { background: #fff; display: none; position:absolute; min-width: 200px; top: 39px; left: -1px; z-index: 201;  padding: .8em .4em; border: 0px;} 
			.mnlist li:hover ul { display: block; }
			
			.mnlist li ul a { font-size: 14px; padding: 0 .4em .1em .4em; }
			.mnlist li ul a:hover, 
			.mnlist li ul a:focus { background: #1e1e1e; color: #fff !important; }

	/*  ========== CONTENT STYLES ==========  */
		.content		{ color: #5a5a5a; font-size: 12px; overflow: hidden; padding: 0 0 .5em 0; }
		
			.aside					{ float: right; }
			.maincontent, .maincontent-full, .sidebar  { float: left; }

			.breadcrumb		{ color: #5a5a5a; font-size: 11px; margin-bottom: 1.8em; }
				.breadcrumb a		{ color: #5a5a5a; text-decoration: none; }
				.breadcrumb a:hover,
				.breadcrumb a:focus	{ text-decoration: underline; }
			
			.nav			{ overflow: hidden; margin: 0 0 1em 0; padding: 0; }
				ul.nav li			{ float: left; list-style: none;  width: 33.1%; border-left: 1px solid #fff; }
				ul.nav a			{ background: #5a5a5a; color: #fff; display: block; width: 100%; float: left; text-decoration: none; text-align: center; padding: .3em 0; }
				ul.nav a:hover,
				ul.nav a:focus		{ background: #1e1e1e; }
					
		/*  ========== MAIN STYLES ==========  */
			.main   	{ }

            /*  ========== MAIN CONTENT STYLES ==========  */
			    .maincontent    { width: 483px; padding: 0 24px 0 0; }
				.maincontent-full { width: 711px; }
				
				/* Homepage */
				.homepage .maincontent	{ width: 670px; padding-right: 0; }
					.homepage .grid		{ margin-right: 24px; }
					.homepage .grid_3	{ width: 303px; }

		    /*  ========== ASIDE STYLES ==========  */
			    .aside		{ width: 243px; padding-bottom: 1.5em; }
				.homepage .aside	{ width: 270px; float: right; }

        /*  ========== SIDEBAR STYLES ==========  */
			.sidebar		{ display: inline; font-size: 12px; width: 184px; position: relative; margin: 0 24px 0 0; border-right: 0px }
			.sidebar-title h2{font-size:16px; line-height:22px; color:1e1e1e; padding:2px 0 5px 0; margin:0;}
				.navCategory	{ display: block; color: #1e1e1e; font-size: 18px; font-weight: bold; margin: .5em 0 .4em 0; }
					
				.sidenav ul		{ padding: 0; margin-bottom: 0; }
					.sidenav li			{ list-style: none; margin-top: 2px; padding: 0; }	
					.sidenav a			{ color: #5a5a5a; text-decoration: none; }
					
					.sn-parent a        { display: block; padding: .5em }
					.sn-parent a:hover,
					.sn-parent a:focus,
					.sn-parent a.active { background-color: #1e1e1e; color: #fff; }
					
						.sn-children    { }
		                    .sn-children li a   { }

        /*  ========== CAMPUSDISH ADDITIONAL STYLES ==========  */
        .header-mainnav {
            float: left;
            margin-top: 18px;
            width: 655px;
        }
        .sitehome-simple .maincontent-full { width: 670px }
        .sitehome-simple .sidebar { width: 265px }
        .aside-search hr {
            margin: 2em 0;
        }
        .aside-search h1,
        .aside-search h2 {
            margin: 0;
            text-transform: uppercase;
        }
        .aside-search h2 { line-height: 1 }
        .aside-search h2 span {
            font-size: 30px;
        }
		    		
	/*  ========== FOOTER STYLES ==========  */
        .footer	{ }
		.footer	{  background-color: #1e1e1e; color: #fff; font-size: 11px; padding: 38px 0 2.5em 0; overflow: hidden; zoom: 1; min-width: 960px; margin: 0 auto; position: relative;}
			
			.footer .col		{ float: left; width: 112px; padding-right: 25px; }
				.footer ul			{ padding: 0; }
				.footer ul li		{ list-style: none; line-height: 1.2em; padding-bottom: .4em; }
			
			.footer h3			{ font-size: 14px; }
			.footer a			{ color: #fff; text-decoration: none; }
			.footer a:hover,
			.footer a:focus		{ text-decoration: underline; }

		/* Site info */
		.siteInfo			{ line-height: 1.1em; overflow: hidden; zoom: 1; clear: both; padding-top: 2.5em; }
			.siteInfo ul					{ float: left; margin: 0; }
			.siteInfo ul li					{ list-style: none; float: left; line-height: 1.1em; padding: 0 .8em; border-left: 1px solid #fff; }
			.siteInfo ul li:first-child		{ padding-left: 0; border-left: 0; }
			.siteInfo p						{ float: left; margin: 0 0 0 1.4em; }
			.siteInfo .siteLogo				{ position: relative; top: -.4em; margin-left: .3em; }
			.siteInfo a						{ display: block; float: left; color: #fff; text-decoration: none; }
			.siteInfo a:hover,
			.siteInfo a:focus				{ text-decoration: underline; }
			
	/*  ========== FORMS ELEMENTS & FORM BLOCKS ==========  */
		button,
		input[type="submit"],
		input[type="reset"]					{ background: #5a5a5a; color: #fff; font-size: 12px; width: auto; height: 26px; vertical-align: middle; text-decoration: none; padding: .2em .8em .3em .8em; border: 0; }
		button:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover			{ background: #1e1e1e; }
		input[type="submit"].input-submit	{ background: url('../img/layout/btn-search.gif') 0 50% no-repeat; width: 24px; height: 24px; border: 0; display: block; text-indent: -9999em; text-transform: capitalize; }
		input[type="checkbox"]				{ vertical-align: middle; margin-right: .1em; }
		input[type="text"].input30			{ width: 30px; }
		input[type="text"].input90			{ width: 90px; }
		input[type="text"].input135			{ width: 135px; }
		input[type="text"].datePick			{ width: 170px; margin-right: .5em; }
		select.select95						{ width: 95px; }
		button.ui-datepicker-trigger		{ background: url('../img/layout/icon_datepick.png') 0 0 no-repeat; display: inline-block; width: 18px; height: 21px; border: 0; text-indent: -999em; text-transform: capitalize; }
		.validate							{ color: #c50b10; }
		.cb									{ padding-left: 145px; }
		.or									{ width: 120px; font-weight: bold; text-align: center; margin-bottom: 1.2em; }
		
		.formGrid label			{ width: 140px; }		

		.formRow				{ overflow: hidden; margin-bottom: 1.2em; }
			.formRow p							{ margin: 0; }
			.formRow label						{ display: block; float: left; padding: .3em .5em 0 0; }
			.formRow .inlineLabel				{ display: inline; float: none; padding: 0 .2em 0 .2em; }
			.formRow .inlineField				{ float: none; }	
			.formRow input[type="radio"],	
			.formRow input[type="checkbox"]		{ display: inline; padding: 0; vertical-align: middle; }
			.formField							{ float: right; }
			
		.formBlock				{ float: left; padding-right: .5em; }
		.formBlockRgt			{ float: right; }
		
		.formSelections 			{ padding: 0; overflow: hidden; }
		.formSelections li			{ float: left; list-style: none; padding-right: 1.5em; }
		.formSelections li input,
		.formSelections li label	{ vertical-align: middle; padding: 0 0 0 .5em; }

/*  ================================================================================================  */
/*  ================================================================================================  */
	
	/*  COMMON STYLES  */
        .media, .mediaBody { overflow: hidden; zoom: 1; }
        .mediaBody.left { float: left; }
        .expandable .mediaBody.left.contentBlock { width: 483px; }
        .mediaBody.left.contentBlock { width: 500px; }
		.mediaHeader { } 
		.mediaAside { float: left; margin-right: 1em; }
		.mediaAsideRight { float: right; margin-left: 1em; }
		.media		{ margin-bottom: 1.4em; }
			.media img	{ display: block; white-space: nowrap; }
			.media h2,
			.media h3	{ margin-bottom: .5em; }
			.media p	{ margin-bottom: .8em; }
			.media h2 span { color: #999; }
			
			/*  Ad @extend .media  */
			
			    /* Default is no background */ 
				.mediaAd, .mediaBlock			{ color: #5a5a5a; font-size: 14px; }
				    .mediaAd .mediaBody, .mediaBlock .mediaBody	{ padding: 1em .6em .5em 0; }
					.mediaAd h2, .mediaBlock h2,
					.mediaAd a, .mediaBlock a			{ color: #5a5a5a; text-decoration: none; }
					.mediaAd h2 span, .mediaBlock h2 span		{ display: block; color: #ccc; }
					.mediaAd a:hover, .mediaBlock a:hover,
					.mediaAd a:focus, .mediaBlock a:focus		{ text-decoration: underline; }
					
				/* Light BG */
				.mediaAd.Light, .mediaBlock.Light			{ background: #f3f3f3; color: #5a5a5a; }
				
				/* Dark BG */
				.mediaAd.Dark, .mediaBlock.Dark			{ background: #1a1a1a; }
					.mediaAd.Dark a, .mediaBlock.Dark a			{ font-weight: bold; }
				.mediaAd.Dark h2, .mediaAd.Dark, .mediaAd.Dark a, .mediaBlock.Dark h2, .mediaBlock.Dark, .mediaBlock.Dark a { color: #fff; }
					
				/* Medium BG */
				.mediaAd.Medium, .mediaBlock.Medium			{ background: #5a5a5a; }
					.mediaAd.Medium a, .mediaBlock.Medium a			{ font-weight: bold; }
				.mediaAd.Medium h2, .mediaAd.Medium, .mediaAd.Medium a, .mediaBlock.Medium h2, .mediaBlock.Medium, .mediaBlock.Medium a { color: #fff; }
		
			/*  Related Content @extend .media  */
				.mediaRelated   { }

			/*  YouTube Widget @extend .media  */
				.mediaYouTube   { }

			/*  Blog Widget @extend .media  */
				.mediaBlog		{ }

			/*	Media Listing @extend .media  */
				.mediaListing	{ position: relative; padding: .4em 0 1.8em 0; border-bottom: 1px solid #ccc; }
					.mediaListing .unitPrice	{ position: absolute; top: .8em; right: 0; }

			/*  Media List @extend .media  */
			.mediaList			{ }
				.mediaList h3       { }
				.mediaList .mediaAside img { }

				.eventList				{ }
					.eventDateLocation	{ }
					.eventTime			{ }
					.eventLocation		{ }
					.eventMore			{ }
				/*  @extend .eventList  */
					.docList            { }
						.docType        { }
							.docDate    { }
							.docDesc    { }
							.docLink    { }

		
		/*  Widgets / Content Blocks  */
			.baseWidget		{ font-size: 13px; margin-bottom: 1.4em; padding: .8em; overflow: hidden; }
			.baseWidgetBg	{ background: #f3f3f3; }
				.baseWidget h3,	
				.baseWidget p	{ margin-bottom: .3em; }

			/*	Media Ad  */	
				.mediaAd, .mediaBlock		{ margin-bottom: 1.4em; border: 0px; }
				.mediaAd img, .mediaBlock img		{ display: block; }
				.aside .mediaAd, .aside .mediaBlock		{ border: 0; }
					.deets				{ background: #1e1e1e; color: #fff; padding: 1em; clear:both;}
					.deets h2,
					.deets h3			{ margin-bottom: .2em; }
					.deets p			{ margin-bottom: 0; }
					.deets a			{ color: #fff; text-decoration: none; }
					.deets a:hover,
					.deets a:focus		{ text-decoration: underline; }
			
			/*	Media Promotion  */	
				.mediaPromo			{ margin-bottom: 1.4em; padding: .8em; border: 0px; }
					.mediaPromo img		{ display: block; margin-bottom: 1em; }
					.mediaPromo h2,
					.mediaPromo h3			{ margin-bottom: .2em;}
					.mediaPromo p			{ margin-bottom: .6em;}

			/*  Meal Planner Legend */
				.mealLegend { }
					.mealLegend ul	{ margin: 0; padding: 0; }
					.mealLegend li	{ list-style: none; padding-bottom: 5px; }

			/*	Social Widgets  */
				.socialWidget		{ margin-bottom: 1.4em; padding: 1em 0 .5em 0; overflow: hidden; }
				.socialWidget .socialIcons		{ margin-bottom: 1em; }
				.socialWidget .inlineIcons .socialIcons		{ margin-bottom: 0; }
					.socialWidget h3			{ float: left; margin-bottom: 0; padding: .2em 0 0 .4em; }
					.addthis_32x32_style		{ float: left; overflow: hidden; margin-bottom: .8em; }
									
					.addthis_counters		{ clear: both; padding-left: .4em; }
					.addthis_button_facebook_like iframe	{ width: 50px !important; }
					.addthis_button_tweet					{ margin-right: 5px; }
					.addthis_button_google_plusone			{ margin-right: 7px; }
					.addthis_counter						{ }
					
					.homepage .socialWidget	{ padding: 1em .3em .5em .5em; }
						.homepage .addthis_button_tweet				{ margin-right: 10px; }
						.homepage .addthis_button_google_plusone	{ margin-right: 10px; }
					
					.socialIcons			{ float: left; overflow: hidden; }
						.socialIcons a			{ float: left; margin-left: 10px; }
						.socialIcons a:hover,
						.socialIcons a:focus	{ opacity: 0.8; }

					.socialWidgetFooter		{ position: relative; margin: 0 0 -15px 0; padding: .4em 0 15px; }
						.inlineIcons			{ float: right; }
						.inlineIcons a			{ margin-left: 4px; }
					
					.negative-margin-social .inlineSocialWidget	{margin-top: -3em;}
					.inlineSocialWidget		{ overflow: hidden; width: 245px; float: right; margin-left: 10px; } /* Really don't like this! */
						.inlineSocialWidget .socialWidget { width: 245px; float: right; }
			
			/*	Filter Controls  */
				.filterControls p { margin-bottom: .8em; }

		/*  Pagination  */
			.paginationHolder   { overflow: hidden; background: #e6e6e6; padding: .4em 1.5em; }
				.pagination         { float: left; font-size: 11px; }
                .pagination ul      { list-style-type: none;padding: 0; }
				.pagination ul li   { float: left; }
				.pagination a, 
				.pagination span    { background: #f9f9f9; display: inline-block; color: #333; text-decoration: none; padding: .4em .8em; }
				.pagination span    { color: #999; }
				.pagination a:hover,
				.pagination a:focus { background: #fff; }
					.pager-list         { }
					.pager-list li      { }
				 
			.listingPager           { padding: 1em .8em; border-top-left-radius: 10px; border-top-right-radius: 10px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
				.listing-controls	{ float: right; }
				.listpager-prev,
				.listpager-next     { display: block; float: left; width: 15px; height: 15px; text-indent: -999em; margin: 3px 0 0 3px; }
				.listpager-prev		{ }
				.listpager-next     { }
				.listpager-label    { color: #fff; }

        /*  Calendar - Date Picker  */
			.dateCalendarWrapper	{ }
			
			/*  Calendar  */
				.dateCalendar		{ margin-bottom: 1.4em; border-left: 1px solid #ccc; overflow: hidden; }
					.dateCalendar ul				{ float: left; margin: 0; padding: 0; }
					.dateCalendar .day				{ float: left; width: 62px; height: 61px; list-style: none; border-top: 1px solid #ccc; position: relative; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
					.dateCalendar .monthValue		{ font-size: 15px; }
					.dateCalendar .dayValue			{ font-size: 17px; font-weight: bold; }
					.datePicker						{ float: left; position: relative; top: 18px; left: 8px; }
					
					a.dateSelect					{ display: block; float: left; height: 47px; width: 46px; text-decoration: none; padding: 6px 0 0 8px; border: 4px solid #fff; }
						a.dateSelect:hover,				
						a.dateSelect:focus,				
						a.dateSelected				{ background: #1e1e1e; color: #fff; }

			/*	Calendar Views  */
                ul.dateCalendarViews	{ } 
				 	ul.dateCalendarViews li			{ }
					ul.dateCalendarViews a			{ }
					ul.dateCalendarViews a:hover, 
					ul.dateCalendarViews a:focus	{ }

					.dcv-all						{ }
                    .dcv-month						{ }
                    .dcv-week						{ }
                    .dcv-day						{ }
                        .dcv-selected				{ }
            
			/*  Calendar Controls  */
                .dateCalendarControls	{ position: relative; }
                    .dcc-label              { float: left; text-align: center; position: relative; }
						.dcc-label ul				{ background: #fff; width: 120px; padding: 0; position: absolute; }
						.dcc-label ul li			{ background: none; font-weight: normal; text-align: left; padding: 0; }
						.dcc-label ul li a			{ display: block; padding: .1em .3em; }
						.dcc-label ul li a:hover,
						.dcc-label ul li a:focus	{ color: #fff; }

					a.dcc-next              { }
				    a.dcc-prev				{ }
				        .dcc-prev-disabled	{ }
        
		/*  commonBlock  */
			.commonBlock { padding: 1em; border: 1px solid #ccc; }	

		/*	Image Block  */
			.imgBlock { margin-bottom: .8em; }
			
		/*	Help link  */
			.helpLink { font-size: 14px; text-align: right; position: relative; text-decoration: underline; margin-top: -.7em; padding-bottom: .4em; }
		
		/*	Edit Link  */
			.editLink { text-decoration: underline; }

		/*	Search form(s)  */
			.searchWrapper			{ margin: 0; }
			.noResultsSearchWrapper { position: relative; }
				.searchBox						{ color: #5a5a5a; }
				
					/* Search as you type styles */
	                .searchAsYouTypeResults {
	                    background: #fff; display: none; font-size: 12px; position: absolute; top: 25px; left: 0; z-index: 400; padding: 1em; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.30); box-shadow: 0 0 5px rgba(0, 0, 0, 0.30); border: 1px solid #f3f3f3;
	                }
	                
	                .ie7 .searchAsYouTypeResults { top: 21px; }
	                
	                .searchAsYouTypeResults a { display: block; margin-bottom: 10px; }
	                
	            .ie7 .searchAsYouTypeBox { height: 12px; padding-top: 2px; }
				
				.searchSecondary	{ background: #5a5a5a; overflow: hidden; padding: .5em 0 .5em .5em; }
					.searchSecondary .searchBox			{ width: 100%; }
					.searchSecondary .formBlock			{ padding-right: 0; }
					.searchSecondary input[type="text"]	{ width: 142px; }
					
				.sidebar .searchBox { overflow: hidden; }
				.sidebar .searchBox input[type="text"] { float: left; width: 142px; }
				.sidebar .searchBox .input-submit { float: left; }

		/*	Accordion  */
			.accordion		{ }
				.accordion h3					{ position: relative; padding: 1em; }
				.accordion h3.active			{ }		
				.accordion h3 .plusMinus		{ }
				.accordion h3.active .plusMinus	{ }
				.accordion a                    { }
					.accordion a:hover,    
					.accordion a:focus          { }
					
				.accordionPane { }
				
		/*  Buttons  */
			.btn            { display: inline-block; margin: 1em 0; }
				.btn-visual			{ display: block; }

			a.commonBtn		{ background: #5a5a5a; color: #fff; display: inline-block; font-size: 13px; width: auto; text-decoration: none; padding: .4em .8em .5em .8em; }
				a.commonBtn:hover,
				a.commonBtn:focus	{ background: #1e1e1e; }
			
		/*  Icons  */
			.icon	{ background: url('../img/layout/sprite.png') 0 0 no-repeat; }
				
				/* 16x16 */
				.style_16x16	{ display: block; height: 16px; width: 16px; text-indent: -999em; }

				.style_28x28	{ display: block; height: 28px; width: 28px; text-indent: -999em; }
				.icon-facebook_28	{ background-position: 0 -396px; }
				.icon_twitter_28	{ background-position: 0 -424px; }
				.icon_google_28		{ background-position: 0 -452px; }

				/* 32x32 */
				.style_32x32	{ display: block; height: 32px; width: 32px; text-indent: -999em; }
				.icon-facebook_32	{ background-position: 0 -288px; }
				.icon_twitter_32	{ background-position: 0 -320px; }
				.icon_google_32		{ background-position: 0 -352px; }

				/* Legend */
				.legend_icon	{ display: inline-block; height: 25px; width: 25px; vertical-align: middle; margin-right: 4px; }
					.less_than_500 { background-position: 0 0; }
					.kosher					{ background-position: 0 -30px; }
					.vegetarian				{ background-position: 0 -60px; }
					.local					{ background-position: 0 -90px; }
					.gluten_free			{ background-position: 0 -120px; }
					.info_not_available		{ background-position: 0 -150px; }

				/* Misc */
				.icon_enlarge		{ background-position: 0 -558px; padding-left: 20px; }
				.icon_print			{ background-position: 0 -612px; padding-left: 20px; }
				.icon_cart			{ background-position: 0 -522px; display: inline-block; width: 18px; height: 16px; margin-right: .5em; vertical-align: top; }
                .icon_delete		{ background-position: 0 -984px; display: inline-block; width: 14px; height: 16px; margin-right: .5em; vertical-align: top; }
				.icon_calendar		{ background-position: 0 -252px; display: inline-block; width: 25px; height: 29px; }
				.icon_datepick		{ background-position: -32px -252px; display: inline-block; width: 18px; height: 21px; }
				.icon_plus			{ background-position: 0 -663px; display: inline-block; padding-left: 18px; }
				.icon_minus			{ background-position: 0 -717px; display: inline-block; padding-left: 18px;  }
				.icon_user			{ background-position: 0 -749px; }
				.icon_plus_minus	{ background-position: 0 -828px; }
                .icon_filter	    { background-position: -33px -989px; display: inline-block; width: 14px; height: 14px; margin-right: 0.5em; vertical-align: middle;}
                .icon_diet	        { background-position: 0 -558px; display: inline-block; width: 14px; height: 14px; margin-right: 0.5em; vertical-align: bottom;}

				.menu_flag		{ display: inline-block; height: 17px; width: 17px; vertical-align: middle; position: relative; margin-right: .8em; cursor: pointer; }
				.menu_flag_alert_on		{ background-position: 0 -198px; }
				.menu_flag_alert_off	{ background-position: 0 -216px; }
				.menu_tip				{ background: #1a1a1a; color: #fff; display: block; font-size: 11px; padding: .6em .7em; white-space: nowrap; position: absolute; top: 0; left: 0; border-radius: 5px; }
				
		/*	Links and More links  */
			.linkMore { text-align: right; margin-right: 1em; }
			.moreLink:after { display: inline-block; background: url('../img/layout/link-bullet.gif') 100% 0 no-repeat; content: ""; height: 7px; width: 10px; } 
		
		/*	Imline Content - popups  */
		.inlineContent	{ display: none; }
		.inlineGrid		{ width: auto; font-size: 12px; padding: 1.5em 1em 0 1em; }

		/*	Flyout  */
			.overlay		{ background: #000; position: absolute; left: 0; top: 0; z-index: 990; }
			.fixedFlyout	{ position: fixed; z-index: 999; top: 220px; }
				.flyout,
				.btn-flyout		{ -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.30); -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.30); box-shadow: 0 0 8px rgba(0, 0, 0, 0.30); }
				.flyout			{ background: #f8f8f8; color: #5a5a5a; font-size: 14px; min-height: 224px; width: 595px; position: absolute; top: 0; left: -999em; }
				.flyout .searchWrapper input[type="text"] { padding: 3px 0; }
					
					.fo-content ul			{ margin-bottom: 0; }
					.fo-content ul li		{ padding-bottom: 0; }
					.fo-content				{ min-height: 170px; height: 100%; padding: 8px 0 10px;  }
					.ie7 .fo-content        { border-top: 1px solid #5a5a5a; border-right: 1px solid #5a5a5a; }
					.flyout .fo-grid		{ float: left; width: 200px; margin-right: 10px; }
					.flyout h1				{ color: #5a5a5a; font-size: 16px; font-weight: normal; margin-bottom: .5em; }
					.flyout h2				{ font-size: 15px; margin-bottom: .5em; }
					.flyout p				{ margin-bottom: .5em; }
					.flyout a				{ color: #1a1a1a; text-decoration: none; }
					.flyout .searchWrapper	{ background: #5a5a5a; min-height: 27px; padding: 6px 0 4px 13px; }

					.btn-flyout				{ background-color: #1a1a1a; background-position: -54px 0; display: block; width: 36px; height: 225px; text-indent: -999em; position: absolute; top: 0; left: 0; }
					.btn-flyout:focus		{ outline: 0 none; }
					.btn-flyout-active		{ background-position: -54px -225px; }
				
		/*	Meal Plans and Meal Planner Tool */
			/*	Meal Planner Tool  */
			.mealPlanner { font-size: 14px; }
				.mealType		{ overflow: hidden; padding: 0 0 .5em 0; }
				.mealType h3	{ margin-bottom: 0; }
				.mealType ul	{ padding: 0; margin: 0; }
				.mealType li	{ list-style: none; overflow: hidden;  padding: .5em 0 .8em 0; border-bottom: 1px solid #ccc; }
					.meal		{ float: left; width: 300px; min-height: 25px; padding: .5em 0 0 0; }
					.meal a			{ color: #5a5a5a; text-decoration: none; padding-right: .8em; }
					.meal a:hover,
					.meal a:focus	{ color: #1a1a1a; text-decoration: underline; } 

				.actionBtns		{ float: right; overflow: hidden; zoom: 1; }
				.actionBtns .commonBtn	{ display: block; float: left; font-size: 14px; font-weight: normal; margin-left: 10px; }
		
			/*	Nutritional Facts */
				.nutritionFacts		{ margin-bottom: 1.4em; padding: .8em 0 .8em 0; }
					.nutritionFacts table				{ width: 100%; margin-bottom: .3em; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; }
					.nutritionFacts table th			{ font-weight: normal; text-align: left; padding: .2em .5em .2em 1.1em; border-bottom: 1px solid #ccc; }
					.nutritionFacts table td			{ text-align: center; padding: .2em 0 .2em .8em; border-bottom: 1px solid #ccc; }
					.nutritionFacts table th strong		{ margin-left: -.3em; }
					.nutritionFacts table .the_divide	{ border-bottom: 2px solid #ccc; }
					.nutritionFacts h3					{ margin-bottom: .3em; }
					.nutritionFacts p					{ margin-bottom: .3em; }
					.nf-cal								{ overflow: hidden; padding: 0 .8em; }
					.nf-head							{ font-size: 13px; padding: 0 .8em .8em .8em; }
					.nf-foot							{ padding: 0 .8em; }
		
		/*  Product Blocks  */
			.productBlocks			{ margin-bottom: 1.4em; }
				.productBlocks .grid	{ margin-right: 37px; }
				.productBlocks h5		{ font-size: 16px; }
				.productBlocks a		{ text-decoration: none; }
				.productControls		{ overflow: hidden; }
					.productControls .commonBtn { float: left; }
					.productControls .formBlock { padding: .3em 0 0 1.8em; }

		/*	Product Details Purchase and Shipping Forms  */
			.productDetails			{ overflow: hidden; padding-bottom: .5em; border-bottom: 1px solid #ccc; }
			.productDeets,
			.productSelection		{ overflow: hidden; }
			.productDeets .media	{ float: left; width: 486px; padding-right: 20px; }	
			
			.productControls p		{ margin: .5em 0 0 0 }
			.productControls a		{ text-decoration: none; }
			.productAside			{ color: #1a1a1a; }
				.productPrice		{ font-size: 20px; }
			input.productSubmit		{ height: 35px; font-size: 18px; }
			
			.shippingDetails		{ padding: 1.5em  0 0 0; border-bottom: 1px solid #ccc; }
			
			.productDetails label	{ width: 145px; padding-right: 1.5em }
			.shippingDetails label	{ padding-left: 1.5em; }
			.shippingDetails .label	{ width: 145px; padding-right: 1em; }
			
			.productDetails .formBlock .auto-width,
			.shippingDetails .formBlock .auto-width	{ padding: .4em .3em 0 .2em; }
			
			.productDetails .formGrid	{ float: left; width: 375px; padding-right: 1em; border: 0; }
			.shippingDetails .formGrid	{ float: left; width: 375px; padding-right: 1em; border-right: 1px solid #ccc; }
			.shippingDetails .cb		{ padding-left: 163px; }

			.formGridAside			{ float: left; width: 345px; padding-left: 1.5em;}
			.formGridAside label	{ padding: 0 0 0 .2em; width: auto; }
			
			.shippingDetails		{ overflow: hidden; }
			.shipMethod				{ min-height: 200px; overflow: hidden; padding-bottom: 1.5em; }
			
			.shipMessage			{ overflow: hidden; margin-bottom: 1.5em; padding: 1.5em 0; border-bottom: 1px solid #ccc; }
				.shipMsg			{ padding: 1em 0 0 0; }
				.shipMsg textarea	{ width: 400px; margin-left: 18px; }

		/*	Shopping Cart and Orders  */
			.unitPrice,				
			.unitTotal					{ font-size: 14px; margin-bottom: .5em; }
			.unitPrice strong,		
			.unitTotal strong,
			.marketingMessage strong	{ color: #1a1a1a; }
			.subTotal					{ font-size: 16px; }
			input.field-quantity		{ width: 28px; font-weight: bold; text-align: center; }
			.marketingMessage			{ font-size: 11px; margin-bottom: .5em; }		
			.alertMessage				{ text-align: center; }
			.alertText					{ color: #cd0c05; font-style: italic; margin-right: 1em; }

			/*	Cart table  */			
				.cartTbl				{ width: 100%; }
				.cartTbl thead			{ background: #f3f3f3; }
				.cartTbl th				{ padding: .6em 1em; }
				.cartTbl td				{ padding: 1em 1em; border-bottom: 1px solid #b7b7b7; }
				.cartTbl p				{ margin: 0; }
				.cartTbl .product		{ width: 280px; text-align: left; }
				.cartTbl .summary		{ width: 220px; text-align: left; }
				.cartTbl .quantity,
				.cartTbl .price,
				.cartTbl .total,
				.cartTbl .unitPrice,				
				.cartTbl .unitTotal		{ text-align: center; }
				
				/* Additional table styles for checkout process */
				.coTbl .product		{ width: 370px; }
				.coTbl .details		{ width: 100%; }
				.coTbl .details th	{ font-weight: normal; }
				.coTbl .details th,
				.coTbl .details td	{ text-align: left; padding: 0 1.5em 0 0; border: 0; }
			
			/*  Shipping Details  */
				.shippingDeets p,
				.shippingDeets h3		{ margin-bottom: .5em; }
				.shippingDeets .grid	{ margin: 0; }
				.shippingDeets .grid_3	{ width: 302px; } 
				.shippingDeets .grid_4	{ width: 406px; } 
				.paymentInfo			{ font-size: 14px; margin-bottom: 1.4em; padding-bottom: 1em; border-bottom: 1px solid #ccc; }
				.paymentInfo .grid_2	{ width: 130px; float: right; padding-top: 1.5em; }
				.paymentInfo .grid_2 p	{ text-align: center; }
				input.orderSubmit		{ height: 30px; font-size: 14px; }

			/*	Order Controls  */	
				.orderControls				{ margin-bottom: 1.4em; clear: both; }
				.orderControls .baseWidget	{ margin-bottom: 1.8em; padding-top: .5em; padding-bottom: .5em; }
				.orderControls .formRow		{ margin: 0; }
				.orderControls button		{ margin-left: .5em; }
				.orderHelper				{ margin: 0; text-align: right; margin-bottom: 1.8em; }
				.promoCode					{ float: left; padding-top: .5em; }
				.promoCode label			{ font-weight: normal; }
				.orderFees					{ float: right; text-align: right; font-weight: bold; }
				.orderFees p				{ margin: 0; }
				.orderFees strong			{ color: #1a1a1a; }
			
			/*	Checkout Steps  */
				.checkoutStatus		{ background: url('../img/layout/tile-bg.gif') 0 100% repeat-x; font-size: 14px; overflow: hidden; margin-bottom: 1.4em; padding-bottom: 1.4em; border-bottom: 5px solid #ccc; }
					.steps			{ float: left; width: 650px; }
						.status 		{ overflow: hidden; margin-bottom: 2em; padding: 0; }
						.status li				{ background: #f3f3f3; color: #ccc; float: left; font-size: 17px; font-weight: bold; list-style: none; padding: .4em 1em; border-left: 1px solid #fff; }
						.status li.activeStep	{ background: #fff; color: #1a1a1a; border-left: 1px solid #ccc; }
					
					.charges				{ float: right; font-size: 14px; width: 302px; }
					.charges table			{ width: 100%; border-left: 1px solid #ccc; }
					.charges table th		{ font-weight: normal; text-align: left; padding-left: .8em; border-bottom: 1px solid #ccc; }
					.charges table td		{ color: #1a1a1a; text-align: right; padding: .3em .8em .3em 0; border-bottom: 1px solid #ccc; }
					.charges .orderTotal th,
					.charges .orderTotal td	{ color: #1a1a1a; font-size: 16px; font-weight: bold; border: 0; border-top: 2px solid #ccc; }

			/*  Payment Options  */
			.paymentOptions					{ margin-bottom: 1.4em; border-bottom: 1px solid #ccc; }
			.paymentOptions .grid			{ width: 415px; margin: 0 0 1.5em 0; padding: 0 0 0 60px; }
			.paymentOptions .grid_6			{ border-left: 1px solid #ccc; }
			.paymentOptions .grid_6.first	{ border: 0; }
			.paymentOptions .formGrid		{ padding-left: 20px; }
			.paymentOptions	.helpLink		{ margin-left: 1em; font-size: 13px; }
			.expDate select					{ margin-right: 8px; }

		/*	Login & My Account  */
		.accountDetails dl			{ overflow: hidden; }
			.accountDetails dl dt,
			.accountDetails dl dd		{ float: left; min-width: 110px; margin: 0; padding-right: 1em; }
			.accountDetails .curEmail	{ width: 180px; word-wrap: break-word; }

			.accountHolder				{ border-bottom: 1px solid #ccc; margin-bottom: 1em; overflow: hidden; }
			.accountHolder .label		{ font-size: 14px; }
			.oneCard					{ background: #f3f3f3; float: right; width: 430px; padding: 1.4em 20px; position: relative; }
				.oneCard p,
				.oneCard ul				{ margin: 0; padding: 0; }
				.oneCard li				{ list-style: none;}
				.oneCardBalance			{ text-align: center; margin-bottom: 1em; }
				.oneCardBalance	p		{ font-size: 18px; }
				.oneCardNo				{ position: absolute; top: 1.4em; right: 1.4em; }
				.oneCardControls		{ font-size: 11px; }
				.oneCardControls li		{ padding-top: .4em;  }

		.accountSettings			{ margin-top: 2em; }
			.accountSettings .grid_4		{ width: 278px; min-height: 170px; margin-right: 0; padding: 0 20px .5em 20px; border-left: 1px solid #ccc; }
			.accountSettings .grid_4.omega	{ border-right: 1px solid #ccc; }
			.accountSettings a				{ text-decoration: none; }
			.accountSettings a:hover,
			.accountSettings a:focus		{ text-decoration: underline; }
			.accountSettings ul				{ margin-bottom: 0; padding: 0; }
			.accountSettings ul li			{ padding: 0 0 1em 0; list-style: none; }
			.accountSettings ul ul			{ padding: 0 0 0 1em; }
			.accountSettings ul ul li		{ padding: 0 }

		.loginBlock				{ width: 345px; float: left; }
		.accountHelperBlock		{ float: right; width: 385px; }
		
		/* Contact */
		.contact-category { display: block;width: 100%; margin-top: 10px; overflow: hidden; }
		.contact-category .contact { width: 175px; float: left;margin-bottom: 10px; }
			 
/*  ================================================================================================  */
/*  ================================================================================================  */
			
        /*  NLC jQuery Slider Core CSS  */
            .nlcslider		{ height: 325px; position: relative; overflow: hidden; zoom: 1; }
			    .nlcslider-holder		{ position: relative; overflow: hidden; zoom: 1; }
	            .nlcslider-hide			{ display: none; }
	            .nlcslider-progress,
	            .nlcslider-controls,
	            .nlcslider-numbers		{ position: absolute; width: 100%; z-index: 200; background: transparent; }
	            .nlcslider-progress		{ bottom: 0; }
			    .nlcslider-slide		{ background-repeat: no-repeat; background-position: left top; width: 100%; z-index: 1; }
	            .nlcslider-slideJS		{ position: absolute; }
	            .nlcslider-slideContent	{ position: relative; z-index: 10; }
	 		    .nlcslider-slideLink	{ position: absolute; top: 0; left: 0; z-index: 15; display: block; width: 100%; }
	 		    .nlcslider-slideBG		{ display: block; position: absolute; }
	 		    .nlcslider img			{ border: 0; }
			    .nlcslider-btn,
			    .nlcslider-btnNumber	{ cursor: pointer; }
			    .nlcslider-btn,
			    .nlcslider-numbers		{ position: absolute; text-align: center; width: 100%; }
			    .nlcslider-btnNumber	{ display: -moz-inline-stack; display: inline-block; }
			    .nlcslider-numbers	    { bottom: 10px; }
			.is-edit .nlcslider { height: auto; }
			.is-edit .nlcslider .nlcslider-slide { margin-bottom: 10px; }

        /*
            ColorBox Core Style:
            The following CSS is consistent between example themes and should not be altered.
        */
        #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
        #cboxOverlay{position:fixed; width:100%; height:100%;}
        #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
        #cboxContent{position:relative;}
        #cboxLoadedContent{overflow:auto;}
        #cboxTitle{margin:0;}
        #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
        .cboxPhoto{float:left; margin:auto; border:0; display:block;}
        .cboxIframe{width:100%; height:100%; display:block; border:0;}

        /* 
            User Style:
            Change the following styles to modify the appearance of ColorBox. They are
            ordered & tabbed in a way that represents the nesting of the generated HTML.
        */
        #cboxOverlay{background:url(colorbox/overlay.png) repeat 0 0;}
        #colorbox{}
            #cboxTopLeft{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -100px 0;}
            #cboxTopRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -129px 0;}
            #cboxBottomLeft{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -100px -29px;}
            #cboxBottomRight{width:21px; height:21px; background:url(colorbox/controls.png) no-repeat -129px -29px;}
            #cboxMiddleLeft{width:21px; background:url(colorbox/controls.png) left top repeat-y;}
            #cboxMiddleRight{width:21px; background:url(colorbox/controls.png) right top repeat-y;}
            #cboxTopCenter{height:21px; background:url(colorbox/border.png) 0 0 repeat-x;}
            #cboxBottomCenter{height:21px; background:url(colorbox/border.png) 0 -29px repeat-x;}
            #cboxContent{background:#fff; overflow:hidden;}
                #cboxError{padding:50px; border:1px solid #ccc;}
                #cboxLoadedContent{margin-bottom: 50px;}
                #cboxTitle{position:absolute; bottom:5px; left:0; font-size: 12px; text-align:center; width:100%; color:#949494; }
                #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
                #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:0; left:0; background:url(colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:-75px -25px;}
                #cboxNext{position:absolute; bottom:0; left:27px; background:url(colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
                #cboxNext.hover{background-position:-50px -25px;}
                #cboxLoadingOverlay{background:url(colorbox/loading_background.png) no-repeat center center;}
                #cboxLoadingGraphic{background:url(colorbox/loading.gif) no-repeat center center;}
                #cboxClose{position:absolute; top:0; right:0; background:url(colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
                #cboxClose.hover{background-position:-25px -25px;}

        /*
          The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
          when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
        */
        .cboxIE #cboxTopLeft,
        .cboxIE #cboxTopCenter,
        .cboxIE #cboxTopRight,
        .cboxIE #cboxBottomLeft,
        .cboxIE #cboxBottomCenter,
        .cboxIE #cboxBottomRight,
        .cboxIE #cboxMiddleLeft,
        .cboxIE #cboxMiddleRight {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
        }

        /*
          The following provides PNG transparency support for IE6
        */
        .cboxIE6 #cboxTopLeft{background:url(colorbox/ie6/borderTopLeft.png);}
        .cboxIE6 #cboxTopCenter{background:url(colorbox/ie6/borderTopCenter.png);}
        .cboxIE6 #cboxTopRight{background:url(colorbox/ie6/borderTopRight.png);}
        .cboxIE6 #cboxBottomLeft{background:url(colorbox/ie6/borderBottomLeft.png);}
        .cboxIE6 #cboxBottomCenter{background:url(colorbox/ie6/borderBottomCenter.png);}
        .cboxIE6 #cboxBottomRight{background:url(colorbox/ie6/borderBottomRight.png);}
        .cboxIE6 #cboxMiddleLeft{background:url(colorbox/ie6/borderMiddleLeft.png);}
        .cboxIE6 #cboxMiddleRight{background:url(colorbox/ie6/borderMiddleRight.png);}

        .cboxIE6 #cboxTopLeft,
        .cboxIE6 #cboxTopCenter,
        .cboxIE6 #cboxTopRight,
        .cboxIE6 #cboxBottomLeft,
        .cboxIE6 #cboxBottomCenter,
        .cboxIE6 #cboxBottomRight,
        .cboxIE6 #cboxMiddleLeft,
        .cboxIE6 #cboxMiddleRight {
            _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
        }

            /*  ===========================================================================  */
            /*  ===========================================================================  */
            /*  Default Themes  
             *
             *  The default themes are only inserted to give either a starting point or
             *  to be removed and restyled according to the provided design
             */

                /* Cnontent Slider */
				.contentSlider { width: 670px; margin-bottom: 1.4em; padding-bottom: 25px; } 
					
					.contentSlider .nlcslider-slide			{ background: #1e1e1e; font-size: 18px; }
					.contentSlider .nlcslider-controls		{ display: none; }
					.contentSlider .nlcslider-btnPrev		{ }
					.contentSlider .nlcslider-btnNext		{ }
					.contentSlider .nlcslider-btnToggle		{ }

					.contentSlider .nlcslider-numbers		{ bottom: 0; right: 0; text-align: right; padding-bottom: 5px; border-bottom: 1px solid #ccc; }
					.contentSlider .nlcslider-progress				{ height: 4px; background: rgb(20,20,20); background: rgba(20,20,20,.5); }
					.contentSlider .nlcslider-btn					{ color: #fff; font: bold 14px Arial, sans-serif; text-align: center; width: 30px; height: 30px; line-height: 30px; text-decoration: none; }
					.contentSlider .nlcslider-btn,
					.contentSlider .nlcslider-btnNumber				{ background: #5a5a5a; color: #fff; text-decoration: none; text-align: center; width: 10px; height: 10px; line-height: 10px; margin: 0 0 0 2px; padding: 3px 3px 4px 3px; }
					.contentSlider .nlcslider-btn:hover,
					.contentSlider .nlcslider-btnNumber:hover		{ background: #1e1e1e; }
					.contentSlider .nlcslider-btnToggle				{ width: 16px; height: 16px; line-height: 16px; font-size: 9px; }
					.contentSlider .nlcslider-btnPlay				{ text-align: left; }
					.contentSlider .nlcslider-btnPlay .character	{ width: 0; height: 0; line-height: 0; display: block; margin: 4px 0 0 6px; border-width: 4px; border-color: transparent transparent transparent #fff; border-style: solid; _border-color: pink pink pink #fff; _filter: chroma(color=pink); }
				 
					.contentSlider .nlcslider-btnNumberActive		{ background: #ccc; }
					.contentSlider .nlcslider-btnNumberLink 		{ display: block; }
					
					.contentSlider h1, .contentSlider h2 { color: #fff; font-size: 30px; line-height: 1.2; margin-bottom: 1em; }
					.contentSlider .media { color: #fff; margin: 0; }
					.contentSlider .mediaBody { padding: 1.3em .8em .5em 0; }
			
                /*	Tabs  */
              	/*	Horizontal tabs */
					.tabbedComponent.horizontal { width: 100%; margin-bottom: 2em; overflow: hidden; clear: both; }
						.tabbedComponent.horizontal ul.tabs { list-style: none; margin: 0; padding: 0; overflow: hidden; }
						.tabbedComponent.horizontal ul.tabs li { float: left; padding: 0; margin: 0; border-left: 1px solid #fff; }
						.tabbedComponent.horizontal ul.tabs li:first-child { border-left: 0; }

						.tabbedComponent.horizontal ul.tabs li a { background: #5a5a5a; font-size:14px; line-height:18px; color: #fff; display: block; float: left; text-align: center; text-decoration: none; padding: .4em 2em; font-family:'Gill Sans MT',Arial,Helvetica,sans-serif; } 
						.tabbedComponent.horizontal ul.tabs li a:hover,
						.tabbedComponent.horizontal ul.tabs li a:focus,
						.tabbedComponent.horizontal ul.tabs li.active a { background: #1e1e1e; }
						
						.tabbedComponent.horizontal div.panes { border: 1px solid #ccc; }
						.tabbedComponent.horizontal div.pane { background: #fff; display: none; min-height: 100px; padding: 2em 2em 1em 2em; }
						.tabbedComponent.horizontal div.pane div.innerPane { }

				/*	Vertical tabs */
					.tabbedComponent.vertical { overflow: hidden; }
						.tabbedComponent.vertical ul.tabs { float: left; font-size: 16px; width: 137px; list-style: none; min-height: 155px; margin: 0; padding: 0 0 0 13px; border-right: 1px solid #ccc; }
						.tabbedComponent.vertical ul.tabs li { background: none; padding: 0; }
						
						.tabbedComponent.vertical ul.tabs li a { display: block; padding: .1em .5em .2em .5em; color: #5a5a5a; text-decoration: none; font-size:14px; line-height:18px; font-family:'Gill Sans MT',Arial,Helvetica,sans-serif;}
						.tabbedComponent.vertical ul.tabs li a:hover, 
						.tabbedComponent.vertical ul.tabs li a:focus,
						.tabbedComponent.vertical ul.tabs li.active a { background-color: #1e1e1e; color: #fff; }
						
						.tabbedComponent.vertical div.panes { overflow: hidden; zoom: 1; }
						.tabbedComponent.vertical div.pane { overflow: hidden; padding: 0 0 0 1em; }
						.tabbedComponent.vertical div.pane div.innerPane { }

				/* Accordions */
				.accordion { overflow: hidden; margin-top: 1em; }
					.accordion h2			{ background-color: #454545; background-position: .5em -810px; color: #fff; font-weight: normal; padding: .6em .8em .6em 1.5em; margin: 0; border-top: 2px solid #ccc; clear: right; }
					.accordion h2:hover,	
					.accordion h2.active	{ background-color: #1a1a1a; }
					.accordion h2.active	{ background-position: .5em -914px; }
					.accordionPane			{ padding: 1em 1em .5em 1em; }
					
				/* expand/collapse */
				.expandable { position: relative; margin-bottom: 0px; }
				.expandable h2 { cursor: pointer; }
				.expandable h2:after { 
                    content: "+"; 
                    position: absolute; 
                    right: 10px; 
                    display: inline-block;
                    height: 23px;
                    line-height: 23px;
                    width: 23px;
                    margin-right: 7px;
                    font-weight: bold;
                    font-size: 23px;
                    color: #5a5a5a;
                    border: 1px solid #cfcfcf;
                    text-align: center;
				}
				.expandable h2.minus:after { 
                    content: "-"; 
                    display: inline-block;
                    height: 23px;
                    line-height: 23px;
                    width: 23px;
                    margin-right: 7px;
                    font-weight: bold;
                    font-size: 23px;
                    color: #5a5a5a;
                    border: 1px solid #cfcfcf;
                    text-align: center;
				}

				.expandable .bottom { display: none; overflow: hidden; margin-bottom: 1.4em; }
				.is-edit .expandable .bottom { display: block; }
						
			/*  End of Default Themes  */
            /*  ===========================================================================  */
            /*  ===========================================================================  */

/*  ================================================================================================  */
/*  ================================================================================================  */

    /*  YouTube Accessibility Controls  */
        .youtubeControls        { position: relative; }
            #yt-muteBtn,
            #yt-playBtn         { position: absolute; top: 238px; width: 60px; height: 30px; background: none; border: none; text-indent: -9999em; }
            #yt-playBtn         { left: 0; }
            #yt-muteBtn         { left: 60px; width: 32px; }
            #yt-muteBtn:focus,
            #yt-playBtn:focus   { border: 3px solid yellow; }

	/*  STANDARD CLASSES  */
		.ir 								{ display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }		
		.hidden 							{ display: none !important; visibility: hidden; }
		.visuallyhidden 					{ border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
		.visuallyhidden.focusable:active, 
		.visuallyhidden.focusable:focus 	{ clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
		.invisible 							{ visibility: hidden; }
		.clearfix:before, .clearfix:after 	{ content: ""; display: table; }
		.clearfix:after 					{ clear: both; }
		.clearfix 							{ zoom: 1; }
		.clear 								{ clear: both; line-height: 1px; height: 1px; }
		.print-only							{ display: none; }
        .fl_left                            { float: left; }
        .fl_right                           { float: right; }
		.ta_right							{ text-align: right; }
		.auto-width							{ width: auto !important; } 
		.theDivide							{ border-bottom: 1px solid #ccc; }

/*  ================================================================================================  */
/*  ================================================================================================  */
	

	/*  Print Layouts  */
		@media print {
			* 								{ background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
			a, a:visited 					{ text-decoration: underline; }
			/*a[href]:after 					{ content: " (" attr(href) ")"; }*/
			abbr[title]:after 				{ content: " (" attr(title) ")"; }
			.ir a:after, 
			a[href^="javascript:"]:after, 
			a[href^="#"]:after 				{ content: ""; }  /* Don't show links for images, or javascript/internal links */
			pre, blockquote 				{ border: 1px solid #999; page-break-inside: avoid; }
			thead 							{ display: table-header-group; } /* h5bp.com/t */
			tr, img 						{ page-break-inside: avoid; }
			img 							{ max-width: 100% !important; }
			@page 							{ margin: 0.5cm; }
			p, h2, h3 						{ orphans: 3; widows: 3; }
			h2, h3 							{ page-break-after: avoid; }
			

			body		{ font-size: 1em; }
			.print-only	{ display: block; }
			
			h2			{ font-size: 1.4em; }
			h3			{ font-size: 1.3em; }
			h4			{ font-size: 1.2em; }
			h5			{ font-size: 1em; }
			h6			{ font-size: 1em; }
			
			.gridCentered { width: 100%; font-size: 12pt; margin: 0; }
			
			/*  ========== CONTAINER STYLES ==========  */
				.wrapper		{ width: 100%; }
					.colContainer	{ width: 100%; margin-top: 0; min-height: 0; }
					.contentWrap,
					.wrap			{ background: none !important; }
			
			/*  ========== HEADER STYLES ==========  */
				.header         { width: 100%; padding: 0 0 2em 0; }
					.hdr-logo       { float: none; margin: 0; }
					.pullDown,		
					.pd-child		{ display: none; }
				
			/*  ========== MAIN NAVIGATION STYLES ==========  */
				.mainnav		{ display: none; }
							
			/*  ========== CONTENT STYLES ==========  */
				.content,
				.content .container	{ background: #fff; width: 100%; padding: 0; }
				
				.aside,					
				.sidebar,  
				.breadcrumb,
				a.button,
				.twtr-widget,
				.paginationHolder	{ display: none; }
				
				iframe { display: none !important; }

				/*  ========== MAIN CONTENT STYLES ==========  */
					.maincontent, 
					.maincontent-full		{ float: none; font-size: 1em; width: 100%; padding: 0; overflow: hidden; }
					.excerpt				{ font-size: 1.2em; border-bottom: 2px solid #000; }
					
					.maincontent ul,
					.maincontent-full ul	{ padding-left: 1.5em; }
					.maincontent ul li,
					.maincontent-full ul li { background: none; list-style: square; }

			/*  ========== FOOTER STYLES ==========  */
				.footer,
				.footer:before { display: none; }
					
				
			/*	Site info  */
				.siteInfo		{ font-size: 12pt; width: 100%; border-top: 2px solid #000; }
					.siteInfo ul	{ display: none; }
			
			/*  ========== COMMON STYLES ==========  */
				
				/*	Media  */
					.mediaList h3,
					.mediaEvent h3	{ font-size: 1.2em; }
					.mediaEvent h4	{ font-size: 1em; }
					.mediaEvent		{ border-top: 1px solid #000; }

					.tags			{ font-size: 1em; }

				/*	Common content blocks  */
					.commonBlock		{ background-color: #fff; background-image: none; margin-bottom: 1em; }
						.commonBlock .mediaBody			{ font-size: 1em; }
				
				/*	Accordions  */	
					.accordion,
						.accordionPane		{ background: #fff; display: block !important; font-size: 1em; }
						.accordion .source,
						.accordion h3 .source	{ font-size: 1em; }

				/*	Tabs  */
					.nlc-tabs .nlc-tabcontent	{ display: block !important; }
					.nlc-tabsbar				{ padding: 0 !important; }
					.nlc-tabsbar li				{ list-style: none !important; }
				
				/*	Social buttons  */
					.socialBtns,
					.socialBtns2 { display: none; }
			
		}

/*  ================================================================================================  */
/*  ================================================================================================  */

	/*
	 * jQuery UI CSS Framework 1.8.18
	 *
	 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
	 * Dual licensed under the MIT or GPL Version 2 licenses.
	 * http://jquery.org/license
	 *
	 * http://docs.jquery.com/UI/Theming/API
	 */

	/* Layout helpers
	----------------------------------*/
	.ui-helper-hidden { display: none; }
	.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
	.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
	.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
	.ui-helper-clearfix:after { clear: both; }
	.ui-helper-clearfix { zoom: 1; }
	.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


	/* Interaction Cues
	----------------------------------*/
	.ui-state-disabled { cursor: default !important; }


	/* Icons
	----------------------------------*/

	/* states and images */
	.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


	/* Misc visuals
	----------------------------------*/

	/* Overlays */
	.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


	/*
	 * jQuery UI CSS Framework 1.8.18
	 *
	 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
	 * Dual licensed under the MIT or GPL Version 2 licenses.
	 * http://jquery.org/license
	 *
	 * http://docs.jquery.com/UI/Theming/API
	 *
	 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
	 */


	/* Component containers
	----------------------------------*/
	.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
	.ui-widget .ui-widget { font-size: 1em; }
	.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
	.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
	.ui-widget-content a, .ui-widget-content span { vertical-align: middle; }
	.ui-widget-header { }
	.ui-widget-header a { }
	.ui-multiselect:hover { background: none; }
	.ui-multiselect span { vertical-align: middle; }

	/* Interaction states
	----------------------------------*/
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; }
	.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
	.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
	.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
	.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
	.ui-widget :active { outline: none; }

	/* Interaction Cues
	----------------------------------*/
	.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
	.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
	.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
	.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
	.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
	.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
	.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
	.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

	/* Icons
	----------------------------------*/

	/* states and images */
	.ui-icon { width: 16px; height: 16px; background-image: url(jquery-ui/ui-icons_222222_256x240.png); }
	.ui-widget-content .ui-icon {background-image: url(jquery-ui/ui-icons_222222_256x240.png); }
	.ui-widget-header .ui-icon { }
	.ui-state-default .ui-icon { background-image: url(jquery-ui/ui-icons_222222_256x240.png); }
	.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(jquery-ui/ui-icons_ef8c08_256x240.png); }
	.ui-state-active .ui-icon { }
	.ui-state-highlight .ui-icon {background-image: url(jquery-ui/ui-icons_228ef1_256x240.png); }
	.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(jquery-ui/ui-icons_ffd27a_256x240.png); }

	/* positioning */
	.ui-icon-carat-1-n { background-position: 0 0; }
	.ui-icon-carat-1-ne { background-position: -16px 0; }
	.ui-icon-carat-1-e { background-position: -32px 0; }
	.ui-icon-carat-1-se { background-position: -48px 0; }
	.ui-icon-carat-1-s { background-position: -64px 0; }
	.ui-icon-carat-1-sw { background-position: -80px 0; }
	.ui-icon-carat-1-w { background-position: -96px 0; }
	.ui-icon-carat-1-nw { background-position: -112px 0; }
	.ui-icon-carat-2-n-s { background-position: -128px 0; }
	.ui-icon-carat-2-e-w { background-position: -144px 0; }
	.ui-icon-triangle-1-n { background-position: 0 -16px; }
	.ui-icon-triangle-1-ne { background-position: -16px -16px; }
	.ui-icon-triangle-1-e { background-position: -32px -16px; }
	.ui-icon-triangle-1-se { background-position: -48px -16px; }
	.ui-icon-triangle-1-s { background-position: -64px -16px; }
	.ui-icon-triangle-1-sw { background-position: -80px -16px; }
	.ui-icon-triangle-1-w { background-position: -96px -16px; }
	.ui-icon-triangle-1-nw { background-position: -112px -16px; }
	.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
	.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
	.ui-icon-arrow-1-n { background-position: 0 -32px; }
	.ui-icon-arrow-1-ne { background-position: -16px -32px; }
	.ui-icon-arrow-1-e { background-position: -32px -32px; }
	.ui-icon-arrow-1-se { background-position: -48px -32px; }
	.ui-icon-arrow-1-s { background-position: -64px -32px; }
	.ui-icon-arrow-1-sw { background-position: -80px -32px; }
	.ui-icon-arrow-1-w { background-position: -96px -32px; }
	.ui-icon-arrow-1-nw { background-position: -112px -32px; }
	.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
	.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
	.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
	.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
	.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
	.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
	.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
	.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
	.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
	.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
	.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
	.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
	.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
	.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
	.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
	.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
	.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
	.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
	.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
	.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
	.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
	.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
	.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
	.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
	.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
	.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
	.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
	.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
	.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
	.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
	.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
	.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
	.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
	.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
	.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
	.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
	.ui-icon-arrow-4 { background-position: 0 -80px; }
	.ui-icon-arrow-4-diag { background-position: -16px -80px; }
	.ui-icon-extlink { background-position: -32px -80px; }
	.ui-icon-newwin { background-position: -48px -80px; }
	.ui-icon-refresh { background-position: -64px -80px; }
	.ui-icon-shuffle { background-position: -80px -80px; }
	.ui-icon-transfer-e-w { background-position: -96px -80px; }
	.ui-icon-transferthick-e-w { background-position: -112px -80px; }
	.ui-icon-folder-collapsed { background-position: 0 -96px; }
	.ui-icon-folder-open { background-position: -16px -96px; }
	.ui-icon-document { background-position: -32px -96px; }
	.ui-icon-document-b { background-position: -48px -96px; }
	.ui-icon-note { background-position: -64px -96px; }
	.ui-icon-mail-closed { background-position: -80px -96px; }
	.ui-icon-mail-open { background-position: -96px -96px; }
	.ui-icon-suitcase { background-position: -112px -96px; }
	.ui-icon-comment { background-position: -128px -96px; }
	.ui-icon-person { background-position: -144px -96px; }
	.ui-icon-print { background-position: -160px -96px; }
	.ui-icon-trash { background-position: -176px -96px; }
	.ui-icon-locked { background-position: -192px -96px; }
	.ui-icon-unlocked { background-position: -208px -96px; }
	.ui-icon-bookmark { background-position: -224px -96px; }
	.ui-icon-tag { background-position: -240px -96px; }
	.ui-icon-home { background-position: 0 -112px; }
	.ui-icon-flag { background-position: -16px -112px; }
	.ui-icon-calendar { background-position: -32px -112px; }
	.ui-icon-cart { background-position: -48px -112px; }
	.ui-icon-pencil { background-position: -64px -112px; }
	.ui-icon-clock { background-position: -80px -112px; }
	.ui-icon-disk { background-position: -96px -112px; }
	.ui-icon-calculator { background-position: -112px -112px; }
	.ui-icon-zoomin { background-position: -128px -112px; }
	.ui-icon-zoomout { background-position: -144px -112px; }
	.ui-icon-search { background-position: -160px -112px; }
	.ui-icon-wrench { background-position: -176px -112px; }
	.ui-icon-gear { background-position: -192px -112px; }
	.ui-icon-heart { background-position: -208px -112px; }
	.ui-icon-star { background-position: -224px -112px; }
	.ui-icon-link { background-position: -240px -112px; }
	.ui-icon-cancel { background-position: 0 -128px; }
	.ui-icon-plus { background-position: -16px -128px; }
	.ui-icon-plusthick { background-position: -32px -128px; }
	.ui-icon-minus { background-position: -48px -128px; }
	.ui-icon-minusthick { background-position: -64px -128px; }
	.ui-icon-close { background-position: -80px -128px; }
	.ui-icon-closethick { background-position: -96px -128px; }
	.ui-icon-key { background-position: -112px -128px; }
	.ui-icon-lightbulb { background-position: -128px -128px; }
	.ui-icon-scissors { background-position: -144px -128px; }
	.ui-icon-clipboard { background-position: -160px -128px; }
	.ui-icon-copy { background-position: -176px -128px; }
	.ui-icon-contact { background-position: -192px -128px; }
	.ui-icon-image { background-position: -208px -128px; }
	.ui-icon-video { background-position: -224px -128px; }
	.ui-icon-script { background-position: -240px -128px; }
	.ui-icon-alert { background-position: 0 -144px; }
	.ui-icon-info { background-position: -16px -144px; }
	.ui-icon-notice { background-position: -32px -144px; }
	.ui-icon-help { background-position: -48px -144px; }
	.ui-icon-check { background-position: -64px -144px; }
	.ui-icon-bullet { background-position: -80px -144px; }
	.ui-icon-radio-off { background-position: -96px -144px; }
	.ui-icon-radio-on { background-position: -112px -144px; }
	.ui-icon-pin-w { background-position: -128px -144px; }
	.ui-icon-pin-s { background-position: -144px -144px; }
	.ui-icon-play { background-position: 0 -160px; }
	.ui-icon-pause { background-position: -16px -160px; }
	.ui-icon-seek-next { background-position: -32px -160px; }
	.ui-icon-seek-prev { background-position: -48px -160px; }
	.ui-icon-seek-end { background-position: -64px -160px; }
	.ui-icon-seek-start { background-position: -80px -160px; }
	.ui-icon-seek-first { background-position: -80px -160px; }
	.ui-icon-stop { background-position: -96px -160px; }
	.ui-icon-eject { background-position: -112px -160px; }
	.ui-icon-volume-off { background-position: -128px -160px; }
	.ui-icon-volume-on { background-position: -144px -160px; }
	.ui-icon-power { background-position: 0 -176px; }
	.ui-icon-signal-diag { background-position: -16px -176px; }
	.ui-icon-signal { background-position: -32px -176px; }
	.ui-icon-battery-0 { background-position: -48px -176px; }
	.ui-icon-battery-1 { background-position: -64px -176px; }
	.ui-icon-battery-2 { background-position: -80px -176px; }
	.ui-icon-battery-3 { background-position: -96px -176px; }
	.ui-icon-circle-plus { background-position: 0 -192px; }
	.ui-icon-circle-minus { background-position: -16px -192px; }
	.ui-icon-circle-close { background-position: -32px -192px; }
	.ui-icon-circle-triangle-e { background-position: -48px -192px; }
	.ui-icon-circle-triangle-s { background-position: -64px -192px; }
	.ui-icon-circle-triangle-w { background-position: -80px -192px; }
	.ui-icon-circle-triangle-n { background-position: -96px -192px; }
	.ui-icon-circle-arrow-e { background-position: -112px -192px; }
	.ui-icon-circle-arrow-s { background-position: -128px -192px; }
	.ui-icon-circle-arrow-w { background-position: -144px -192px; }
	.ui-icon-circle-arrow-n { background-position: -160px -192px; }
	.ui-icon-circle-zoomin { background-position: -176px -192px; }
	.ui-icon-circle-zoomout { background-position: -192px -192px; }
	.ui-icon-circle-check { background-position: -208px -192px; }
	.ui-icon-circlesmall-plus { background-position: 0 -208px; }
	.ui-icon-circlesmall-minus { background-position: -16px -208px; }
	.ui-icon-circlesmall-close { background-position: -32px -208px; }
	.ui-icon-squaresmall-plus { background-position: -48px -208px; }
	.ui-icon-squaresmall-minus { background-position: -64px -208px; }
	.ui-icon-squaresmall-close { background-position: -80px -208px; }
	.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
	.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
	.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
	.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
	.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
	.ui-icon-grip-diagonal-se { background-position: -80px -224px; }



    
    /* Misc visuals
    ----------------------------------*/

    /* Overlays */
    .ui-widget-overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
    }
    .ui-autocomplete {
	    position: absolute;
	    top: 0;
	    left: 0;
	    cursor: default;
    }
    .ui-menu {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    display: block;
	    outline: none;
    }
    .ui-menu .ui-menu {
	    position: absolute;
    }
    .ui-menu .ui-menu-item {
	    position: relative;
	    margin: 0;
	    padding: 3px 1em 3px .4em;
	    cursor: pointer;
	    min-height: 0; /* support: IE7 */
        font-size: 14px;
    }
    .ui-menu .ui-menu-divider {
	    margin: 5px 0;
	    height: 0;
	    font-size: 0;
	    line-height: 0;
	    border-width: 1px 0 0 0;
    }
    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
	    margin: -1px;
    }


	/* Misc visuals
	----------------------------------*/

	/* Corner radius */
	.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
	.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
	.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
	.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

	/* Overlays */
	.ui-widget-overlay { background: #666666; opacity: .50; filter:Alpha(Opacity=50); }
	.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

	/* jQuery UI Popup */
	.ui-dialog p { font-family: Arial, Helvetica, sans-serif; }
	.ui-dialog .ui-corner-all { border: none; border-radius: none; }
	.ui-dialog .ui-widget-header { background: none; }
	.ui-dialog .ui-dialog-title { font-family: 'Gill Sans MT', Arial, Helvetica, sans-serif; font-size: 18px; }
	.ui-dialog .ui-dialog-title:hover, .ui-dialog .ui-dialog-title:focus { text-decoration: none; }
	.ui-dialog .ui-state-default { font-weight: normal; }

	/*
	 * jQuery UI Datepicker 1.8.18
	 *
	 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
	 * Dual licensed under the MIT or GPL Version 2 licenses.
	 * http://jquery.org/license
	 *
	 * http://docs.jquery.com/UI/Datepicker#theming
	 */
	.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
	.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
	.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
	.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
	.ui-datepicker .ui-datepicker-prev { left:2px; }
	.ui-datepicker .ui-datepicker-next { right:2px; }
	.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
	.ui-datepicker .ui-datepicker-next-hover { right:1px; }
	.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
	.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
	.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
	.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
	.ui-datepicker select.ui-datepicker-month, 
	.ui-datepicker select.ui-datepicker-year { width: 49%;}
	.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
	.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
	.ui-datepicker td { border: 0; padding: 1px; }
	.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
	.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
	.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
	.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

	/* with multiple calendars */
	.ui-datepicker.ui-datepicker-multi { width:auto; }
	.ui-datepicker-multi .ui-datepicker-group { float:left; }
	.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
	.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
	.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
	.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
	.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
	.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
	.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
	.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

	/* RTL support */
	.ui-datepicker-rtl { direction: rtl; }
	.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
	.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
	.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
	.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
	.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
	.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
	.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
	.ui-datepicker-rtl .ui-datepicker-group { float:right; }
	.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
	.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

	/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
	.ui-datepicker-cover {
		display: none; /*sorry for IE5*/
		display/**/: block; /*sorry for IE5*/
		position: absolute; /*must have*/
		z-index: -1; /*must have*/
		filter: mask(); /*must have*/
		top: -4px; /*must have*/
		left: -4px; /*must have*/
		width: 200px; /*must have*/
		height: 200px; /*must have*/
	}
	
	.pagingTop { margin-bottom: 15px; border-bottom: 1px solid #999; padding-bottom: 20px; position: relative; }	
	.pagingBottom { border-top: 1px solid #999; padding-top: 20px; position: relative; }
	.ie7 .pagingBottom { border-top-width: 2px; }
	.maincontent-full .sortBy, .searchResults .sortBy, .maincontent-full .resultsPerPage, .searchResults .resultsPerPage { float: right; margin-left: 10px; }
	.ie7 .maincontent-full .sortBy, .ie7 .searchResults .sortBy { position: absolute; right: 0; }
	.ie7 .maincontent-full .resultsPerPage, .ie7 .searchResults .resultsPerPage { position: absolute; right: 250px; }
	.ie7 .maincontent-full .pagingTop .sortBy, .ie7 .searchResults .pagingTop .sortBy { top: 0; }
	.ie7 .maincontent-full .pagingBottom .sortBy, .ie7 .searchResults .pagingBottom .sortBy { bottom: 0; }
	.ie7 .maincontent-full .pagingBottom .resultsPerPage, .ie7 .searchResults .pagingBottom .resultsPerPage { bottom: 0; }
	
	/* Feedback form fields */
	.feedbackform {
		width: 100%;
		position: relative;
		margin-top: 10px;
	}
	
	.feedbackform div { width: 49%; float: left; margin-bottom: 10px;  }
	.feedbackform div.fullwidth { width: 100%; }
	.feedbackform label, .feedbackform textarea, .feedbackform input[type="text"] { display: block; width: 98%; }
	.feedbackform label.short { display: inline; }
	
	.requirednote { float: right !important; text-align: right; }
	.error { font-weight: bold; color: #DD0000;}
	.important { font-weight: bold; color: #DD0000;}
	.thankyou { font-weight: bold; }
	/* collapse the sidebar in ie7, js will show it if not empty */
	.ie7 .sidebar { display: none; }
	.noResultsBody { clear: both; padding-top: 15px; }
	/* max two ads can show in the top right of the home page */
	.content .aside .topRightAds { height: 355px; overflow: hidden; margin-bottom: 1.4em; }
	.is-edit .content .aside .topRightAds { height: auto; }
    /* global vertical ad component */
    .globalVerticalAds { max-height: 355px; overflow: hidden; margin-bottom: 1.4em; }
    /* global vertical ad component */
    .horizontalAdsContainer { width: 100%; overflow: hidden; height: 1%; position: relative; }
    .horizontalAds { width: 99999px; position: relative; }
    .horizontalAd { width: 235px; float: left; margin-right: 13px; overflow: hidden; }
    .horizontalAd .mediaAd,.horizontalAd .mediaBlock { border: none;}
    .moduleNotSupported { clear: both; padding: 10px; }
    
    /* googlemaps */
	.map-canvas {background-color: #fbfbfb}	

    /* CampusDish Search Your School */
    #searchNoResult { position: absolute; z-index: 1; top: 70px; left: 0; width: 198px; }
    #searchNoResult > li { cursor:default }
    #schoolSearch { padding: 4.5px 0; }
    #btnSchoolSearch { vertical-align: top }

    /* Utilities */
    .ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .word-break { word-wrap: break-word }

    /* Combo Products */   
    #ProductCombo hr {margin:15px 0 35px}

	.text-small { font-size: 90%; }

/* Credit Card */
.timer-container-parent { position: relative; }

.billing-form-timer { position: absolute; top: 0; right: 0; font-size: 19px; color: #bdbdbd; }
.billing-from-timer.much-time { color: #bdbdbd; }
.billing-form-timer.time-will-end { color: #e7a01d; }
.billing-form-timer.time-will-end-soon { color: #f93434; }
.billing-form-timer.time-ended { color: #f93434; }

.billing-form-timer img { margin-top: 5px; margin-right: 2px; vertical-align: top; }