﻿
/*########################################*/
/*      Import UltraWave StyleSheets      */
/*########################################*/
@import url("/app_themes/npa/NPAWCMStyles.css");
@import url("../UltraWave/00-Reset.css");
@import url("../UltraWave/10-UltraWave.css");

html p
{
	margin-bottom:10px !important;
}
	
body
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size:12px;
	color:#000000;
}

em
{ font-weight: bold;
  font-style:italic;
}

h2
{
    color:#0083CB;
    font-size:12pt;
    margin-bottom:2px;
}

h1
{
    color: #555555;
    font-size:16pt;
    margin-top:2px;
}

ul
{
    margin-left: 4em;
}
li
{margin-bottom:0.8em;
}

a 
{ color: #0083CB;
    outline: medium none;
    text-decoration: none;
}

a:hover {text-decoration:underline;}

/*##################################*/
/*      Aspen-Specific Styling      */
/*##################################*/

/* Defines the sprite for applicable elements */
#MainBody, #masterFooterCopyright, .TitleBarCaption span, .PanelTitle, 
#masterTopBarAuxiliary #SimpleSearchBlock input[type="text"], .cartSprite, .ProxyPanelContact #ProxyPanelLabels, 
.ProxyPanelContact #ProxyPanelActions, a.btn, a#ctl00_LoginStatus1, input[type="button"], input[type="submit"], .RadUpload input.ruButton
{
    /*background-image: url(images/AspenSprite.png);*/
}

 /* Defines link color */
a, .ContentPanel .InLineOption_Controls_Always_Display a, #AddButtonPanelTop a, a.NotPrinted
{
    color:#0083CB;
}



/* Defines header font colors */
/*h2, h3 
{
    color:#250;
}
*/
/* Defines the header logo */
#masterHeaderImage
{
    background-image:url(/app_themes/npa/images/layout/npa2012.01.png);
    background-repeat:no-repeat;
    /* Change the width and height to match your logo's dimensions */
    width:225px;
    height:85px;
}

#masterTopBarAuxiliary
{
    font-size: 100%;
    font-weight:bold;
}

#masterTopBarAuxiliary a
{
    text-decoration:none; 
}

#masterTopBarAuxiliary .NavigationUnorderedList li
{
    border-right:solid 1px #CCC;
}

/* Styling for the global search bar */
#masterTopBarAuxiliary #SimpleSearchBlock input[type="text"]
{
    width: 250px;
    height:14px;
    line-height:14px;
    color: #777;
    padding: 3px 12px;
    padding-left: 23px!important;
    border: 1px solid #CCC;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-color:#CCC;
    -moz-box-shadow: 0px 3px 4px #555 inset;
    -webkit-box-shadow: 0px 3px 4px #555 inset;
    box-shadow: 0px 3px 4px #555 inset;
    background-color: White;
    background-repeat:no-repeat;
    background-position:-277px -263px;
}

#masterTopBarAuxiliary #SimpleSearchBlock input[type="submit"]
{
    display:none;
}

/* The stylized background */
#MainBody
{
    background-image:url('/app_themes/npa/images/layout/bodyBG_gold.jpg');
    background-repeat:repeat-x;
    background-color:#f4f4f3;
    height:100%;
    /*background-position:0 -473px;*/
}
#MainHtml
{
    background-color:#f4f4f3;    
}

/* Defines the background for the content area */
#masterWrapper, #ft
{
	/* 
	background-color:White;
    border-right:solid 1px White;
    border-left:solid 1px White;
	*/
}

#masterFooterNavigation a
{
    color:#000;
}

/* Defines the copyright area of the footer and the footer logo */
#masterFooterCopyright
{
    color:#606060;
    background-color:#E0E0E0;
    background-repeat:no-repeat;
    background-position:100% -394px;
}

/******************************************/
/*         Cart Indicator Styling         */
/******************************************/
#masterTopBarAuxiliary .cartSprite
{
    background-repeat:no-repeat;
    height:14px;
    display:inline-block;
    padding-left:0!important;
    padding-right:0!important;
    vertical-align:top;
    position:relative;
    top:7px;
}

#masterTopBarAuxiliary .cartEmpty .cartSprite
{
    width:23px;
    background-position: 0 -267px;
}

#masterTopBarAuxiliary .cartLeft.cartSprite
{
    width:11px;
    background-position: -57px -267px;
}
#masterTopBarAuxiliary .cartCenter.cartSprite
{
    background-position: -68px -267px;
}
#masterTopBarAuxiliary .cartCenter span
{
    color:Blue;
    position:relative;
    top:-11px;
}
#masterTopBarAuxiliary .cartRight.cartSprite
{
    width:9px;
    background-position: -171px -267px;
}

#masterFooterNavigation .cartEmpty, #masterFooterNavigation .cartFull
{
    display:none;
}
/**** End cart indicator styling  ****/


/**************************************/
/*       Proxy Panel Styling          */
/**************************************/
/* These define the look of the proxy (on behalf of) area */

.ProxyPanelNoContact, .ProxyPanelContact
{
    line-height:2.538em;
    font-weight:bold;
    white-space:nowrap;
}

#ProxyPanelLabels
{
    margin-top: 0.225em;
    padding-bottom: 0.3em;
    padding-top: 0.075em;
    padding-left:2em;
    float: left; 
    white-space:normal;
}
    
#ProxyPanelActions
{
    float: right; 
    margin-top: 0.225em;
    padding-right:2em;
}

#ProxyPanelActions span
{
    padding-bottom: 0.3em;
}

.ProxyTitleBar input
{
    vertical-align:middle;
    margin-top: 0.15em;
    margin-bottom:0.5em;
}
    
/* Defines the background when you are working on behalf of another account */
.ProxyPanelContact #ProxyPanelLabels, .ProxyPanelContact #ProxyPanelActions
{
    background-position:0 -132px;
    background-repeat:repeat-x;
}


/* End proxy panel styling */



/* This puts a border around CCO content */
.ContentWizardDisplay
{
    padding:0.5em 0.5em 1em 1em;
    border:solid 1px #CCC;
    border-top:none;
}


/* <inline options> (eg. add, edit) */
.ContentPanel .InLineOption_Controls_Always_Display a, #AddButtonPanelTop a, a.NotPrinted
{
    text-transform:lowercase;
    text-decoration:none;
}

.ContentPanel .InLineOption_Controls_Always_Display a[id]:before, #AddButtonPanelTop a:before, a.NotPrinted:before
{
    content:'(';
}

.ContentPanel .InLineOption_Controls_Always_Display a[id]:after, #AddButtonPanelTop a:after, a.NotPrinted:after
{
    content:')';
}
/* </inline options> */


/******************************************************/
/*    Content Border and Title Bar Caption Styling    */
/******************************************************/

/* Defines the border of the top iPart or standard panel with rounded corners */
.ContentBorder, .StandardPanel
{
    border-color:#CCC;
    -moz-border-radius:0.769em 0.769em 0 0;
    -webkit-border-radius:0.769em 0.769em 0 0;
    border-radius:0.769em 0.769em 0 0;
}

.ContentBorder 
{
    padding-top:.8em;
}

.StandardPanel 
{
    padding-top:.5em;
}

/* Remove padding from StandardPanels inside ContentBorders to prevent double padding */
.ContentBorder>.StandardPanel, .ContentBorder>.StandardPanel .PanelBody
{
    padding:0;
}

/* Defines the styling for the new title bar */
.TitleBarCaption, .PanelHead
{
    font-family:Trebuchet MS, Helvetica, Sans-Serif;
    padding:0 0 .5em;
    border-bottom:solid 1px #CCC;
}

/* Defines the green arrow next to the title bar caption */
.TitleBarCaption span, .PanelTitle
{
    padding-left: 1.4em;
	background-repeat: no-repeat;
	background-position:0 -181px;
}

.TitleBarCaption span
{
    font-size:1.5em;
}

/* Need larger font size for StandarPanel titles to compensate for different styling in UltraWave */
.PanelTitle
{
    font-size:1.725em;
}

/* Panel titles need a little more padding */
.PanelTitle
{
    padding-left:1.5em;
    padding-top:.2em;
    margin-left:.2em;
    padding-bottom:.3em;
}

/* Removes the PanelHead background defined by UltraWave */
.PanelHead
{
    background:none;
    padding-bottom:.7em;
    margin-right:0;
}


/* This causes a title bar caption's border to reach to edges of the content border */
.ContentBorder div.TitleBarCaption
{
    margin-right:-0.313em;
    margin-left:-0.313em;
    padding-right:0.313em;
    padding-left:0.313em;
}

/**** End content border and title bar caption styling ****/


/**************************************************/
/*                 Form Styling                   */
/**************************************************/
/* These styles apply to form labels, fields and buttons */

/* This gives text fields, text areas and drop-down menus rounded corners */
input[type="text"], input[type="password"], textarea, select
{
    -moz-border-radius:0.231em;
    -webkit-border-radius:0.231em;
    border-radius:0.231em;
    border:1px solid DarkGray;
}

input[type="text"], input[type="password"]
{
    line-height:1.45em;
    height:1.45em;
    width:14.25em;
}

/* Styling for the buttons */
/* You can make html links use this style by applying the class "btn" to the <a> tag */
input[type="button"], input[type="submit"], a.btn, a#ctl00_LoginStatus1
{
    background-color:#8ba05d;
    border:1px solid #86934a;
    background-position:0 -1px;
    height:20px;
    -moz-border-radius:0.385em;
    -webkit-border-radius:0.385em;
    border-radius:0.385em;
    color:#FFF;
    padding-left:0.385em!important;
    padding-right:0.385em!important;
    font-weight:bold!important;
}

.RadUpload input.ruBrowse, .RadUpload .ruInputs .ruStyled input.ruBrowse, .RadUpload .ruRemove
{
    background-position: 0 -1px!Important;
    color:White!important;
}

a.btn, a#ctl00_LoginStatus1
{
    padding:2px 10px;
    text-decoration:none;
}

/* Defines the background and cursor for hovered buttons */
input[type="button"]:hover, input[type="submit"]:hover, a.btn:hover, a#ctl00_LoginStatus1:hover
{
    background-position:0 -26px;
    cursor:pointer;
}

/* Defines a second button in orange */
input[type="button"].SaveAndClose, input[type="button"].PrimaryButton, input[type="submit"].PrimaryButton,
input[type="button"][title="Save"], input[type="submit"][value="Add to Cart"]
{
    background-color:#d18b1c;
    background-position:0 -51px;
    border-color:#c7620a;
}

/* Defines hovered orange buttons */
input[type="button"].SaveAndClose:hover, input[type="button"].PrimaryButton:hover, input[type="submit"].PrimaryButton:hover, 
input[type="button"][title="Save"]:hover, input[type="submit"][value="Add to Cart"]:hover
{
    background-position:0 -76px;
    cursor:pointer;
}

/* Defines disabled buttons */
input[type="button"][disabled], input[type="submit"][disabled]
{
    background-position:0 -102px;
    border-color:#EEE;
}
input[type="button"][disabled]:hover, input[type="submit"][disabled]:hover
{
    background-position:0 -102px;
    cursor:auto;
}

/* This gives certain selected items (eg. in the PeoplePanel in the Event Showcase) a colored background */
.SelectedItem
{
    background-color:#d4e5ba;
}
/**** End Form Styling ****/




/***********************************************/
/*            RadTools Styles                  */
/***********************************************/

/*<RadTabStrip>*/
.RadTabStrip_Aspen .rtsOut, .RadTabStrip_Aspen .rtsIn, .RadTabStrip_Aspen .rtsLevel1 .rtsTxt
{
    padding:0!important;
}

.RadTabStrip_Aspen .rtsLevel1
{
    border-bottom:2px solid #79be79;
}

.RadTabStrip_Aspen .rtsLink
{
    color:#000;
    line-height: 36px;
    font-weight: bold;
    border:1px solid #CCC;
    border-bottom:none;
    margin-right:0.313em;
    -moz-border-radius:0.538em 0.538em 0 0;
    -webkit-border-radius:0.538em 0.538em 0 0;
    border-radius:0.538em 0.538em 0 0;
    padding:0 1.154em!important;
}

.RadTabStrip_Aspen .rtsSelected
{
    background-color:#79be79;
    color:#FFF;
}
.RadTabStrip_Aspen .rtsDisabled
{
    color: #999;
}

.RadTabStrip_Aspen .rtsLink:hover
{
    text-decoration: underline;
}

.RadTabStrip_Aspen .rtsDisabled:hover
{
    text-decoration:none;
}

/*</RadTabStrip>*/

/**** End RadTools Styles ****/




/******************************************************/
/*                   Zone Styles                      */
/******************************************************/
/* Add these classes to specific zones in WCM for some special styling */

/* Add zone style "CCOGrayBg" to give CCO content a gray background */
.CCOGrayBg .ContentWizardDisplay
{
    background-color:#ebebeb;
}

.CCOGrayBg .yui-g
{
    float:none;
}

/* Add zone style "TitleBarNoBorder" to remove the bottom border from the title bar caption */
.TitleBarNoBorder .TitleBarCaption
{
    border-bottom:none;
}

/* Add zone style "CalloutBlockType1" to give any iParts in the zone with the content border turned on a different look and feel */
.CalloutBlockType1 .ContentBorder
{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    background:#808080 url('images/GrayContentBg.gif') repeat-x;
    border:none;
    padding: 0 10px 10px;
}

.CalloutBlockType1 .ContentBorder .TitleBarCaption
{
    margin-top:-5px;
    padding-top:10px;
    margin-right:-5px;
    margin-left:-5px;
    background:#808080 url('images/GrayContentBg.gif') repeat-x;
    border-bottom:none;
    color:White;
}

.CalloutBlockType1 .ContentBorder>div
{
    background-color:#CCC;
    padding:0.385em;
}

.CalloutBlockType1 .ContentBorder .TitleBarCaption span
{
    background:none;
    padding:0;
}

.CalloutBlockType1 .ContentBorder .InLineOption
{
    padding-bottom:.3em;
}

/* Put the class "PageTitle" on a div to have the text inside act as a title */
.PageTitle
{
    color:#250;
    padding:.5em; 
    font-size: 250%; 
    font-weight: bold; 
    font-family: 'trebuchet ms', helvetica, sans-serif; 
}

/* </zone styles> */



/*****************************************************/
/*        Unauthenticated Home Page Styles           */
/*****************************************************/
/* These classes should be used specifically for the unauthenticated home page */

/* Add this class to a div to create the unauthenticated home page banner */
.homeBanner
{
    position:absolute;
    width:100%;
    height:359px;
    left:0;
    margin:0 -1px;
    border: 1px solid White;
    background:url('images/homebanner.jpg') no-repeat 100% 0;
}

/* Add this class to a div outside the .homeBanner div to create some spacing behind the banner*/
.homeBannerPush
{
    height:359px;
}

/* Add this class to a div to give it the look and feel of the login area on the unathenticated home */
.homeLogin
{
    border:4px solid #dfe9db;
    position: relative; 
    background-color: white;
    width: 200px; 
    height: 254px; 
    top: 3em;
    padding:.5em;
}

.homeLogin h1
{
    font-size: 150%; 
    font-family: Trebuchet MS, Helvetica, Sans-Serif;
}

.homeLogin h1, .homeLogin h4
{
    color:#360;
}

/* </unautenticated home page> */
#Mainnav{width:185px; padding:5px 0 0 5px;}
#Mainnav a
{
	
    color: #FFFFFF;
    display: block;
    font: bold 12px/18px Arial,Helvetica,sans-serif;
    height: auto !important;
    padding: 5px 0;
    text-align: left;
    text-decoration: none;
	}

#Mainnav li
{
	border-bottom: 1px solid #376B15;
}	
#Mainnav a:hover
{ color:#000000;}

#Mainnav .rmSlide
{
	border-bottom:none;
	background-color:#0083cb;
	border: 1px solid #ffffff;
}

#Mainnav .rmSlide li
{
	border-bottom: 1px solid #ffffff;
}




#NPAWrapper
{
	min-width:940px;
	max-width:940px;
	margin:0 auto;
	background-color:#f4f4f3;
}

#NPAHeader 
{
	
	padding:10px;
	padding-top:5px;
	padding-bottom:10px;
	min-height:100px;
	background-color:#FFFFFF;
}
#NPAHeaderLogo
{
	background-image:url(/app_themes/npa/images/layout/npa2012.01.png);
    background-repeat:no-repeat;
    /* Change the width and height to match your logo's dimensions */
    width:225px;
    height:85px;
    float:left;
}

#NPAHeaderTabs
{
	float:left; 
	width:380px; 
	text-align:left;
	margin-top:9.5px;
	margin-left:-10px;
	
}

ul#tabnav
{
	margin: 56px 0 0 24px;
	padding:0;
}

ul#tabnav li
{
	background-image:url(/app_themes/npa/images/layout/headertabs_bg.gif);
	background-repeat:no-repeat;
	background-position: center top;
	float:left;
	height:44px;
	list-style: none outside none;
	margin: 0 1px 0 0;
	padding:0;
	text-align:left;
	width:116px;
	background-color:#967043;
	}

ul#tabnav li a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    padding: 7px 0 0 17px;
    text-transform: uppercase;
    text-decoration:none;
}
ul#tabnav li a:hover { text-decoration:underline;}
	
#NPAHeaderAux{float:right; width:285px;}

#NPAHeaderAux a:hover {text-decoration:underline;}

#NPALeft{clear: both;
         float:left;
	width:195px;
	background-color:#5D8E3D;
	background-image:url(/app_themes/npa/images/layout/menu_bg_grn.gif);
	background-repeat:repeat-x;
	}
	
#NPALeftAds{ margin-bottom:10px; margin-top:10px; text-align:center;}

#NPASearch{margin-top:10px; margin-bottom:10px;}

#NPARight{
    float: left;
    width: 730px;
    background-image:url(/app_themes/npa/images/layout/main_bg.jpg);
	background-repeat:repeat-x;
	background-color:#E9E2DA;
	min-height:940px;
	_min-height:940px;
	padding-left:15px;
	position:relative;
    }



#NPAFoot{background-image:url(/app_themes/npa/images/layout/NPAFooter.jpg); margin:0 auto; background-repeat:no-repeat; height:100px; width:900px; margin-top:15px; background-color:#f4f4f3;}
#NPAFoot2{margin-top:15px; height:50px; margin:0 auto; width:940px; margin-top:10px;}
#NPAPageTasks{float: right;
	padding: .6em .5em 0; vertical-align:middle;}
NPAmasterFooterCopyright{float:left;}
/*sub Tabs in Header*/
#NPASubTabs{position:relative;}

#masterSocialNetworking{margin-top:-10px; padding-left:5px; }

#NPALocator{background-image:url(/app_themes/npa/images/layout/retailsearchbase.jpg); background-repeat:no-repeat; width:287px; height:68px;}
#NPASearchForm{padding-top:30px;padding-left:10px;}
.NPAStoreButton{margin-left:3px;margin-top:8px;
                /*background-image:url(/app_themes/npa/images/layout/retailsearchbutton.jpg)*/;width:56px;height:24px;background-position:-3px;}
#ctl00_NPAStoreText{ margin-top:6px; border:medium none;height: 18px;width: 155px;}

#NPASurf{  margin: 0 auto;
    max-width: 940px;
    min-width: 940px;  height:20px;}
    
    #NPASurfDiv{float:right;}
    
.hc{
	/*background-color:#F4F4F3 !important; */
	width:220px;
	/*
	border: 1px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/PIE.htc);
	*/
   }

.hc1 
{
	/*behavior: url(/PIE.htc);*/
      
      }
      
/* SlideShow */      
#sscontainer {
    background: url("/app_themes/npa/images/home_slideshow/ss_panel_bg.gif") no-repeat scroll 0 0 transparent;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 700px;
}

#m_slideshow .slides { position: absolute; top: 0; left: 0; width: 700px; height: 250px; z-index: 10; }
.slides img { position: absolute; top: 0; left: 0; width: 480px; height: 250px; }
.slides div { position: absolute; top: 0; right: 0; padding: 40px 20px 0 20px; width: 180px; height: 210px; font-size: 14px; line-height: 20px; text-align: left; color: #fff; overflow: hidden; }
.slides div strong { font-size: 16px; font-weight: normal; }

#ssnav { margin: 0; padding: 0; position: absolute; right: 20px; bottom: 10px; float: right; z-index: 11; }
#ssnav li { margin: 0 0 0 4px; padding: 0; list-style: none; float: left; display: inline; }
#ssnav li a { border: 0; display: block; background: #666; width: 10px; height: 10px; text-indent: -9999em; }
#ssnav li.activeSlide a { border: 0; display: block; background: #5b8e3f; width: 10px; height: 10px; }
#ssnav li a#pbtn { cursor:pointer; margin: 0; padding: 4px 0 0 0; }
#ssnav li a.pause { background: url('graphics/ss_pause.gif') center no-repeat; width: 10px; height: 10px; }
#ssnav li a.play { background: url('graphics/ss_play.gif') center no-repeat; width: 10px; height: 10px; }

#callout { width: 704px; margin: 0 auto; padding: 10px 0 6px 0; }

#int_slideshow { width: 433px; height: 288px; overflow: hidden; }



/* End SlideShow */

#hmnewmembers {
    }
    
    #hmnewmembers p {
    line-height: 38px;
    margin: 0;
    width: 529px;

}

#nmimage {
    background-image: url('/app_themes/npa/images/layout/hm_newmemb_bg.gif');
    background-repeat:no-repeat;
     background-attachment:scroll;
      clear: both;
    height: 36px;
    margin: 0 auto;
    width: 700px;
     
}

#nm1
{
	background-image: url('/app_themes/npa/images/layout/hm_newmemb_bg.gif');
    background-repeat:no-repeat;
    width:700px;
    height: 36px;
    position:relative;
    clear:both;
}

#nm2{width:529px; height:34px;  position:relative; float:right; margin-right:5px;}

.Spacer10{margin-top:10px}

.sitesearchtext{color:#fff; padding-left:5px; font-weight:bold; font-size:12px;}

#SimpleSearchBlock{padding-left:5px;}

.NPASearchButton
{
    background-image:url('/app_themes/npa/images/layout/SearchButton.gif');
    background-repeat:no-repeat;
    border: none;
    height: 20px;
    width: 50px;

}

.int{position:relative;width:220px;}
.intt
{
	background-image:url('/app_themes/npa/images/layout/box_top.gif');
	background-repeat:no-repeat;
	height:13px;
	width:220px;
}

.intc
{
	background-color:#fff;
	padding-left:3px;
	padding-right:3px;
}

.intb
{
	background-image:url('/app_themes/npa/images/layout/box_bottom.gif');
	background-repeat:no-repeat;
	height:13px;
	width:220px;
}

.intcontent{position:relative;width:460px; float:left;}
.intcontentt
{
	background-image:url('/app_themes/npa/images/layout/content_top_curve.gif');
	background-repeat:no-repeat;
	height:13px;
	width:460px;
}

.intcontentta
{
  	background-image:url('/app_themes/npa/images/layout/content_top_curve680.gif');
	background-repeat:no-repeat;
	height:13px;
	width:680px;

}

.intcontentc
{
	background-color:#FFFFFF !important;
}

.intcontentb
{
	background-image:url('/app_themes/npa/images/layout/content_bottom_curve.gif');
	background-repeat:no-repeat;
	height:13px;
	width:460px;
}

.intcontentba
{
	background-image:url('/app_themes/npa/images/layout/content_bottom_curve680.gif');
	background-repeat:no-repeat;
	height:13px;
	width:680px;
}

.intcontentlong{position:relative;width:712px;float:left;}
.intcontentlongc
{
	background-color:#FFFFFF !important;
	width:712px;
}

.intcontentlongb
{
	background-image:url('/app_themes/npa/images/layout/content_bottom_long.gif');
	background-repeat:no-repeat;
	height:13px;
	width:712px;
}
.intcontentlongt
{
	background-image:url('/app_themes/npa/images/layout/content_top_long.gif');
	background-repeat:no-repeat;
	height:13px;
	width:712px;
}

#R2{ min-height:200px; width:220px;  float:right; position:relative;}
#intcontentmain{ padding-right:20px; padding-left:5px;}

#InteriorRight1{}
#InteriorRight2{margin-top:20px;}
#InteriorRight3{margin-top:20px;}
#InteriorRight4{margin-top:20px;}
#NPAMain {margin-bottom:20px;}

.directoryListHeadline
{
 font-size:14px;
 font-weight:bold;   
}

.mdTitle
{
font-size:larger;
font-weight:bold;

}

.prtable{ }

/* Survey Css */
.GridHeader { text-align:left;}

.Survey .AlignLeft { text-align:left !important;}