/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronModalCss */
/* path: /WorkArea/java/plugins/modal/ektron.modal.css
/* ############################################################# */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
   the Window's z-index value will be set to 3000 by default (in ektron.jqmodal.js). 
   You can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).modal({zIndex: 500}); 
*/
	
.ektronWindow {display: none; position: fixed !important; top: 25%; left: 50%; margin-left: -20em; width: 40em; background-color: #fff; color: #333; border: 1px solid #525252; padding: 1em;}
.ektronModalOverlay { background-color: #3f3f3f; margin: 0; padding: 0;}

/* widths */
.ektronModalWidth-10 {margin-left: -5em !important; width: 10em !important;}
.ektronModalWidth-20 {margin-left: -10em !important; width: 20em !important;}
.ektronModalWidth-25 {margin-left: -12.5em !important; width: 25em !important;}
.ektronModalWidth-30 {margin-left: -15em !important; width: 30em !important;}
.ektronModalWidth-40 {margin-left: -20em !important; width: 40em !important;}
.ektronModalWidth-50 {margin-left: -25em !important; width: 50em !important;}
.ektronModalWidth-60 {margin-left: -30em !important; width: 60em !important;}
.ektronModalWidth-70 {margin-left: -35em !important; width: 70em !important;}
.ektronModalWidth-80 {margin-left: -40em !important; width: 80em !important;}
.ektronModalWidth-90 {margin-left: -45em !important; width: 90em !important;}
.ektronModalWidth-100 {margin-left: -50em !important; width: 100em !important;}

/* heights */
.ektronModalHeight-10 {height: 10em !important;overflow-y: auto !important;}
.ektronModalHeight-20 {height: 20em !important;overflow-y: auto !important;}
.ektronModalHeight-25 {height: 25em !important;overflow-y: auto !important;}
.ektronModalHeight-30 {height: 30em !important;overflow-y: auto !important;}
.ektronModalHeight-40 {height: 40em !important;overflow-y: auto !important;}
.ektronModalHeight-50 {height: 50em !important;overflow-y: auto !important;}
.ektronModalHeight-60 {height: 60em !important;overflow-y: auto !important;}
.ektronModalHeight-70 {height: 70em !important;overflow-y: auto !important;}
.ektronModalHeight-80 {height: 80em !important;overflow-y: auto !important;}
.ektronModalHeight-90 {height: 90em !important;overflow-y: auto !important;}
.ektronModalHeight-100 {height: 100em !important;overflow-y: auto !important;}


/* Ektron Themes:  multiclass the outermost div with the theme className to achieve these styles */
.ektronModalStandard {font-size: 12px;}
div.ektronModalStandard { padding: 0em;	border: solid 1px #525252; background: #E1E7F2;	top: 50%; font-size: 12px;}
div.ektronModalStandard, div.ektronModalStandard input, div.ektronModalBody table th, div.ektronModalBody table td {font-family: Arial, Verdana, sans-serif;}
.ektronModalStandard .ektronModalHeader h3 { background-image: url('/WorkArea/images/application/darkblue_gradiant-nm.gif'); background-color: #3163BD;	background-repeat: repeat-x; background-position: 0 -2px; color: #fff;	margin: 0;	padding: .6em .25em; font-size: 1em; position: relative;}
.ektronModalStandard .ektronModalHeader h3 a.ektronModalClose {display: block;	background-image: url('/WorkArea/images/application/closeButton.gif'); background-repeat: no-repeat;	background-position: 0px -23px;	background-color: Transparent; text-decoration: none; width: 21px; height: 21px; position: absolute; right: .25em; top: .25em; text-indent: -10000px; overflow: hidden; cursor: pointer;}
.ektronModalStandard .ektronModalHeader h3 a.ektronModalClose:hover {background-position: -23px 0;}
.ektronModalStandard div.ektronModalBody { background: #FFFFFF none repeat scroll 0%; border: 1px solid silver;	color: #333333;	margin: 1em 0.75em;	padding: 0.5em;}
.ektronModalStandard div.ektronModalBody table { margin: 0 1.5em;}
.ektronModalStandard div.ektronModalBody table th {	font-size: 12px; padding-right: 1em; padding-top: .25em;}
.ektronModalStandard div.ektronModalBody table th, div.ektronModalBody table td{ vertical-align: top;}
.ektronModalStandard div.ektronModalBody fieldset{	clear: both;}

/* Buttons */
.ektronModalStandard .ektronModalButtonWrapper{	margin: 1em 0 .25em; padding: 0; list-style: none; width: 100%;}
.ektronModalStandard .buttonWrapper { float: right;	margin: 1em 0 0 0;	padding: 0;	list-style: none;	width: 50%;}
.ektronModalStandard .ektronModalButtonWrapper li, ul.buttonWrapper li { display: inline; background-image: none; background-color: transparent;}
.ektronModalStandard ul.buttonWrapper li { float: right;	margin: 0;	padding: 0;	border: 0px;}
.ektronModalStandard a.button{	display: block;	padding: .5em 1em .5em 2.25em; border: 1px solid silver; background-color: #eee; color: #8F8F8F; background-repeat: no-repeat; background-position: .5em .4em; font-size: 1em; margin: 0 0 0 .75em; line-height: 100%; cursor: pointer; text-decoration: none;}
.ektronModalStandard a.button:active {  color: #8F8F8F;	font-size: inherit;}
.ektronModalStandard a.button:visited {	color: #8F8F8F;}
.ektronModalStandard a.button:hover { text-decoration: none;}
.ektronModalStandard a.buttonLeft {	float: left;}
.ektronModalStandard a.buttonRight { float: right;}
.ektronModalStandard a.text { font-size: .75em;}
.ektronModalStandard a.cancelButton { background-image: url('/WorkArea/images/application/delete.gif');}
.ektronModalStandard a.okButton { background-image: url('/WorkArea/images/application/check.gif');}
.ektronModalStandard a.nextButton { background-image: url('/WorkArea/images/application/but_next.gif'); background-position: .5em .25em;}
.ektronModalStandard a.backButton {	background-image: url('/WorkArea/images/application/but_prev.gif'); background-position: -.1em .25em;}
.ektronModalStandard a.deleteButton { background-image: url('/WorkArea/images/application/btn_delete-nm.gif'); background-position: .25em .1em; margin-right: .5em;}
.ektronModalStandard a.redHover:hover {	background-color: #FBE3E4; border: 1px solid #FBC2C4; color: #D12F19;}
.ektronModalStandard a.blueHover:hover { background-color: #DFF4FF;	border: 1px solid #C2E1EF; color: #336699;}
.ektronModalStandard a.greenHover:hover { background-color: #E6EFC2; border: 1px solid #C6D880;	color: #529214;}

/*Messages*/
.ektronModalStandard .messages {display: block; width: auto; margin-bottom: .1em; font-size: 1em;}
.ektronModalStandard .messages span { display: block; margin: .25em; padding: .5em .5em .5em 2em; background-repeat: no-repeat;	background-position: .25em .5em;}
.ektronModalStandard .messages span.wordbreak {	display: inline; text-indent: -10000px;	margin: 0; padding: 0; width: 0; overflow: hidden; font-size: 1px;}

/* clearfix */
.ektronModalStandard .clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0;}
.ektronModalStandard .clearfix { display: inline-block;}
/* Hides from IE-mac \*/
* html .ektronModalStandard .clearfix {	height: 1%;}
.ektronModalStandard .clearfix { display: block;}
/* End hide from IE-mac */

/* The following section of code must always be the last section of this file (IE Expression Bug)
   Do not place any piece of styling information below this point */
/* Background iframe styling for IE6. Prevents ActiveX bleed-through 
   (<select> form elements, etc.). 
*/
* iframe.ektronModalIframe {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6 star (*) selector used to hide 
   definition from browsers other than IE6.
   For valid CSS, use a conditional include instead 
*/
* html .ektronWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* ############################################################# */
/* ektron registered stylesheet */
/* id: EktronCss_css_mastermain20070716css */
/* path: /css/master.main.20070716.css
/* ############################################################# */

body {
	background-color: #1e7fb5;
	margin: 0px;
	padding: 0px;
}

body, p, td {
	color: #494949;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, a:active, a:hover, a:link, a:visited {
	color: #9d1201;
}
a:active, a:visited {
 	color: #d71d06;
}


ul.noBullet 
{
	list-style-type: none ;
}





#mainTable {
	background: #ffffff;
}




/* homepage */
#HPcell {
	background: #FFFFFF;
}
#HPcell table 
{
	padding: 0px;
	margin: 0px;
}
#HPcell a, #HPcell a:active, #HPcell a:hover, #HPcell a:link, #HPcell a:visited  {
	color: #383737;
}
#HPbanner {
	background: url('/images/pages/homepage/20070718/main/20070718/ne.jpg') no-repeat bottom;
}
#HPbanner .sectionHeader {
	color: #9d1201;
	font-size: 22px;
	font-weight: bold;
}
#HPareaLeft {
	padding: 20px 30px;
}
#HPareaLeft .sectionHeader
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#HPareaLeft p 
{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top:0px;
	margin-bottom:0px;	
}
#HPareaRight 
{
	background:url('/images/pages/homepage/20070718/main/20070923/inNews.gif') no-repeat #ffffff;
	margin-right: 9px;
	padding: 22px;
}
#HPareaRight .hl {
	color: #000000 ;
	font-size: 24px;
	font-weight: bold;
}
#HPareaRight .date {
	font-size: 10px;
	padding-top:5px;
	padding-bottom: 5px;
}
#HPareaRight .article {
	font-size: 12px;
}
#HPareaRight .More, #HPareaRight .More a, #HPareaRight .More a:active, #HPareaRight .More a:hover, #HPareaRight .More a:link, #HPareaRight .More a:visited {
	color: #9d1201;
	font-size: 14px;
	font-weight: bold ;
	padding-top: 15px;
	text-decoration:none;
}
	#HPareaRight .More a:visited {
		color: #d71d06;
	}

#HParea p, #HParea .sectionHeader  {
	font-size: 12px;
}
#HParea .sectionHeader {
	color: #9d1201;
	font-size: 16px;
	font-weight: bold;
}

#HPsidebar {
	padding: 1px 7px;
	padding-right: 0px;
}

#HPsidebar #joinNow {
	background: #fdfdf7 url('/images/pages/homepage/20070718/sidebar/20070718/join/sw.jpg') repeat-y;
	padding-top: 8px;
	padding-left: 20px;
}

#HPsidebar #joinAlt {
	background: #fdfdf7 url('/images/pages/homepage/20070718/sidebar/20070718/join/sw.jpg') repeat-y;
	padding-top: 8px;
	padding-left: 20px;
}

#HPLogin {
	margin: 7px 0px;
}
#HPLogin td {
	padding-bottom: 3px;
}



/* main area of article pages */
#articleMainContent {
	margin: 25px;
}
.articleCatagory {
	color: #9d1201;
	font-size: 20px;
	padding-bottom: 7px;
}
.articleName {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
}
.articleDate, .articleAuthor {
	font-size: 12px;
	font-style: italic;
	padding: 2px 0px;
}
.greenHR {
	background: #bcd853;
	height: 1px;
	margin: 12px 0px;
}

.sectionHeader {
	color: #9d1201;
	font-size: 18px;
	font-weight: bold;
}


/* bookstore */
#bookStoreMainContent {
	margin: 15px;
}
.BSitemBtn {
	margin-top:18px;
}
.BSitemDescCell {
	padding: 0px 12px;
}
.BSitemTitle, .BSitemTitleFeature {
	color: #9d1201;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
.BSitemDesc, .BSitemDescFeature {
	
}
.BSitemPrice, .BSitemPriceFeature {
	font-size: 18px;
	font-weight: bold;
	padding-top:10px;
}
.BSitemPriceNonMemeber, .BSitemPriceNonMemeberFeature {
	font-size: 11px;
}

.BSitemTitleFeature {
	font-size: 24px;
}




/* yellow area just below nav with breadcrumb and taf,printer friendly */
.breadCrumbBar {
	background:#fdfcdd;
	margin-top:1px;
}
td.breadCrumbText, td.tellFriendPrinterFriendly {
	padding: 6px 0px;
}
td.breadCrumbText img, td.tellFriendPrinterFriendly img {
	margin-left: 14px;
	margin-right: 3px;
	vertical-align: text-top;
}
td.breadCrumbText {
	padding-left: 9px;
	width: 385px ;
}
.breadCrumbText, .breadCrumbText a, .breadCrumbText a:active, .breadCrumbText a:hover, .breadCrumbText a:link, .breadCrumbText a:visited,
	.tellFriendPrinterFriendly, .tellFriendPrinterFriendly a:active, .tellFriendPrinterFriendly a:hover, .tellFriendPrinterFriendly a:link, .tellFriendPrinterFriendly a:visited {
	color: #383737;
	font-size: 11px;
	text-decoration:none;
}
.breadCrumbActive  {
	font-weight: bold;
}
.tellFriendPrinterFriendly a:active, .tellFriendPrinterFriendly a:hover, .tellFriendPrinterFriendly a:link, .tellFriendPrinterFriendly a:visited {
	font-weight: bold;
	text-decoration:underline;
}







/* main left cell */
.subNav {
	background: #f1ce61;
}
.subNav ul {
	margin: 0px ;
	padding: 0px ;
}
.subNav ul li {
	margin: 0px ;
	padding: 0px;
	padding-left: 15px ;
	padding-bottom: 10px;
}

div.subNavSubLinks {
	background: #fdf8e7 url('/images/wrappers/main/20070716/sidebar_left/20070716/subnavbox/bg.gif') repeat-y;
	width: 162px;
}
div.subNavSubLinksTop {
	background: #fdf8e7 url('/images/wrappers/main/20070716/sidebar_left/20070716/subnavbox/n.gif') repeat-y;
	height: 8px;
	width: 162px;
}
div.subNavSubLinksBottom {
	background: #fdf8e7 url('/images/wrappers/main/20070716/sidebar_left/20070716/subnavbox/s.gif') repeat-y;
	height: 6px;
	width: 162px;
}


.EktronLeftMenu ul li a
{
	display: none;
}
.EktronLeftMenu ul li ul li a 
{
	display: inline;
}
.EktronLeftMenu ul 
{
	padding:0px;
	margin:0px;
	/* margin-top: -8px; */
}
.EktronLeftMenu ul li 
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 8px;

}

#ctl00_net_mainContent_ListSummary2 a 
{
	text-decoration: none;
}
#ctl00_net_mainContent_ListSummary2 td 
{
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

.EktronLeftMenu ul li ul li, .EktronLeftMenu ul li
{
	list-style: none;
}


/* 3rd level navigation for main cell */
.ektSitemap3rdLevel ul.ektSitemap 
{
	margin: 0px ;
	padding: 0px ;
}
.ektSitemap3rdLevel ul.ektSitemap li
{
	margin: 0px ;
	padding: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.ektSitemap3rdLevel .ektSitemap .ektSitemap_active 
{
	display: none;
}

/* main right cell */
div.linksRelated {
	background:url('/images/wrappers/main/20070716/sidebar_right/20070716/also.gif') no-repeat;
	margin-top: 1px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-left: 20px;
	width: 200px;
}

div.subCats {
	background:url('/images/wrappers/main/20070716/sidebar_right/20070716/subcat.gif') no-repeat;
	margin-left: 20px;
}

div.linksRelated a, div.linksRelated a:link, div.linksRelated a:active, div.linksRelated a:hover, div.linksRelated a:visited {
	color: #4c4a4a ;
	display: block;
	font-weight: bold;
	padding-bottom: 15px;
	text-decoration: none;
}
div.linksRelated a:active,  div.linksRelated a:visited {
	color: #949393;
}

div.linksEvents {
	background:url('/images/spacer.gif') no-repeat;  
	/* background:url('/images/wrappers/main/20070716/sidebar_right/20070716/events.gif') no-repeat; */
}


div.linksEvents a, div.linksEvents a:active, div.linksEvents a:hover, div.linksEvents a:link, div.linksEvents a:visited {
	display: inline;
	text-decoration: underline;
}

div.linksBookStore {
	background:url('/images/wrappers/main/20070716/sidebar_right/20070716/bookstore.gif') no-repeat;
	width: 150px;
}


.noUnderLine li a
{
	text-decoration: none;
}


/* master template footer area */
.footerText, .footerText a, .footerText a:active, .footerText a:hover, .footerText a:link, .footerText a:visited {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
	.footerText a:visited, .footerText a:active {
		color: #cccccc;
	}
	.footerText a:hover {
		text-decoration: none;
	}

#ctl00_net_mainContent_ListSummary1 td
{
	padding: 6px 10px;
}
#ctl00_net_mainContent_ListSummary1 a 
{
	text-decoration: none;
}

.loginRegular 
{
	background: url('/images/wrappers/main/20070716/header/20070716/tab_regular.gif');
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 2px;
}

.loginRegular .welcomeBack 
{
	font-size: 14px;
	font-weight: bold;
}

.loginRegular .updateinfo a
{
	text-decoration: none;
}

.loginRegular .logout 
{
	padding-left: 130px;
	padding-top: 13px;
}
.loginRegular .logout a 
{
	color: #616161;
}

.contactUs 
{
	padding-top:5px; 
	padding-left: 5px;
}
.contactUs a
{
	color:#616161; 
	font-weight: bold;
}


#ctl00_net_mainContent_ArticleListDiv
{
	border: 0px solid green;
	padding-left: 15px;
}
#ctl00_net_mainContent_RootDirectoryCtl 
{
	border: 0px solid red;
}
#taxArticle 
{
	font-size: 17px;
	padding-left: 4px;
	padding-bottom: 10px;
}
.taxArticleTeaser 
{
	border: 0px solid green;
}
.taxArticleTeaser p 
{
	margin-top: 0px;
}

.taxArticleTD 
{
	padding-left:7px;
	padding-bottom: 5px;
	/*  padding-bottom: 10px; */
}
.taxArticleTitle 
{
	border: 0px solid red;
}
.taxCatagoriesList 
{
	padding-bottom: 5px;
}
.taxArticleMainListing 
{
	padding-left: 10px;
}

#lowerLS #ctl00_net_mainContent_ListSummary1 td p
{
	border: 0px solid red;
	margin-top: 0px;
	padding-top: 0px;
	/* padding-bottom: 15px; */
}
#lowerLS #ctl00_net_mainContent_ListSummary1 td
{
	border: 0px solid blue;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

