/*html, body	{ height: 100%; width: 960px; margin: 0 auto; padding: 0; border: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}*/



.thetable { position: relative; display: table; width: 100%; margin: 0 0 20 0; padding: 0; border: 0; clear: both;border-spacing: 0; /* required by Opera 6 */ }



/* hide this from opera6 */

head:first-child+body div.thetable {height: 100%;}

.tablerow { display: table-row; }

.cell { display: table-cell; vertical-align: top; min-height: 100%;}



 /* hide this from opera6 */

head:first-child+body div.cell {height: 100%;}

/* added for mozilla which worked for others too, but op6 still needed min-height so hide this rule */



.SL { width: 200px; position: relative; padding: 0px 0px 0px 10px;}

.SC { width: auto; padding: 0px 20px; }

.SR { position: relative; width: 200px; padding-right: 10px;}



#Header	{ width: 100%; z-index: 10; margin-bottom: 20px; padding: 20px 0px 20px 0px;}

#contentMailing { background:#FFF; border-top:1px white solid;}

#Header	h1 { margin-left: 10px; width: 190px; font-size: 34px; line-height: 34px; font-weight: normal; letter-spacing: -2px; text-transform: lowercase; padding: 5px 0px 10px 10px; margin: 0px;}

#Header	h1 a { text-decoration: none;}



#Footer { clear: both; position: relative; height: 30px; margin-top: -10px; z-index: 15; margin-bottom: 0px; font-size: 10px; text-align: center;}

#Footer p { padding: 8px 0px; margin: 0px;}

#Footer a { color:#666; text-decoration: underline; }



/* General Links */

a:link { text-decoration : none; border: 0px; color:#003366;} 

a:active { text-decoration : none; border: 0px; color:#003366;} 

a:visited { text-decoration : none; border: 0px; color:#003366;} 

a:hover { text-decoration : underline; border: 0px; color:#003366;} 



img { padding: 0px; margin: 0px; border: none;}

hr { border-left:0px solid #abb0b5; border-right:0px solid #abb0b5; border-top:1px dotted #abb0b5; border-bottom:0px solid #abb0b5; height : 1px;  }



input { font-family:Arial, Helvetica, sans-serif; color: #2f2928; font-size: 11px; }

textarea { font-family:Arial, Helvetica, sans-serif; color: #2f2928; font-size: 12px;  }

select { font-family:Arial, Helvetica, sans-serif; color: #2f2928; font-size: 11px;  }



h1, h2, h3 { font-family:Arial, Helvetica, sans-serif; font-size: 16px;}

h4 { font-family: 'Arial'}





/* SC +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.SL	h2 { font-size: 13px; padding: 0px 0px 5px 0px; margin: 0px 0px 5px 0px;}

.SL ul { padding: 0px; margin: 0px; font-size: 11px; }

.SL	li { padding: 0px; margin: 0px; list-style-type: none;}



/* SR +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.SR	h2 { font-size: 13px; padding: 5px 0px; margin: 0px 0px 5px 0px; border-bottom: solid 1px #e7e2d6;}

.SR	ul { padding: 0px; margin: 0px; font-size: 11px; }

.SR	li { padding: 0px 0px 0px 8px; margin: 0px; list-style-type: none; background: url(../img/SRIco.png) no-repeat left top;}



/* Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.menu { padding:0px; position: absolute; }



.menu a { padding: 0px 10px 0px 14px; }



/* remove all list stylings */

.menu, .menu ul {margin: 0; padding: 0; border: 0;  list-style:none; display: block; }



.menu li { margin: 0; padding: 0; border: 0; display: block; float: left;	/* move all main list items into one row, by floating them */

	position: relative; /* position each LI, thus creating potential IE.win overlap problem */

	z-index: 5; /* thus we need to apply explicit z-index here... */

	font-size: 10px;

}



.menu li:hover {

	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */

	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)

							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */

}



.menu li li { float: none; /* items of the nested menus are kept on separate lines */ 

letter-spacing: 0px;

}



.menu ul {

	visibility: hidden;	/* initially hide all submenus. */

	position: absolute;

	z-index: 10;

	left: 0;	/* while hidden, always keep them at the top left corner, */

	top: 0;		/* 		to avoid scrollbars as much as possible */

}



.menu li:hover>ul {

	visibility: visible;	/* display submenu them on hover */

	top: 100%;	/* 1st level go below their parent item */

}



.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */

	top: 0; left: 100%;

}



/* -- float.clear --

	force containment of floated LIs inside of UL */

.menu:after, .menu ul:after {

	content: "."; height: 0; display: block; visibility: hidden; overflow: hidden; clear: both;

}

.menu, .menu ul {	/* IE7 float clear: */

	min-height: 0;

}

/* -- float.clear.END --  */



/* -- sticky.submenu --

	it should not disappear when your mouse moves a bit outside the submenu

	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!

	if you do it, make sure you 110% know what you do */

.menu ul {

	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */

	padding: 11px 30px 30px 30px;

	margin: -10px 0 0 -30px;

	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.

								you can also use to adjust the safe area to your requirement */

}

.menu ul ul {

	padding: 30px 30px 30px 10px;

	margin: -30px 0 0 -10px;

}

/* -- sticky.submenu.END -- */





/* BreadCrumb  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.BreadCrumb { font-size: 11px; margin: 0px 0px 15px 0px; padding: 5px 0px 13px 0px; }

.BreadCrumb ul { list-style-type: none; margin: 0px; padding: 0px;}

.BreadCrumb li { background: url(../img/trail_arrow.gif) no-repeat left center; margin: 0px 5px 0px 0px; padding: 0px 0px 0px 7px; text-decoration: none; display: inline; font-family:Arial, Helvetica, sans-serif; color: #003577;}

.BreadCrumb li a { margin: 0px; padding: 0px; text-decoration: underline; font-family:Arial, Helvetica, sans-serif; color: #003577;  }

.BreadCrumbGreater { padding:4px; }



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.SC h1 { font-size: 26px; letter-spacing: -1px; font-weight: normal; padding: 5px 0px; margin: 0px 0px 5px 0px;}

.SC h2 { font-size: 13px; line-height: 13px; font-weight: bold; padding: 5px 0px; margin: 0px 0px 5px 0px; color:#666;}

.SC h3 { font-size: 14px; font-weight: bold; padding: 3px 0px; margin: 0px 0px 3px 0px; color:#000; }



/* PostItem */

.SC .PostItem {display: block; clear: both;}



/* Articles ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Articles {  margin:0; margin-top: 20px;}



/* Featured ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Featured { margin: 20px 0px;}

.Featured h1 { font-size: 18px; font-weight: normal; letter-spacing: -1px; margin-bottom: 20px;}



/* RecentArticles +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles { margin: 20px 0px;}

.RecentArticles h1 { font-size: 18px; font-weight: normal; letter-spacing: -1px; margin-bottom: 20px;}



/* Categories ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Categories {}



/* Blogs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Blogs {}



/* Authors ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**/ * html .Authors { height: 150px;} /**/

.Authors { min-height: 150px;}



/* Pages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Pages {}



/* News +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News {}



/* RecentNews +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentNews h1 { font-size: 18px; font-weight: normal; letter-spacing: -1px; margin-bottom: 20px;}

.RecentNews h3 { font-size: 13px; font-weight: bold;}

.RecentNews .Post { padding: 5px 0px;}

.RecentNews .Post .PostInfo { margin: 0px; }





/* SearchResults  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SearchResults {}



/* Post ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Post { padding: 0px; margin: 20px 0 0; font-family:Arial, Helvetica, sans-serif;}
.Categories .Post { border-top: 1px solid #ccc;}



/* Post Author  */

.Post .PostAuthorDetails { padding: 10px 0px; margin: 0px;}

.Post .PostAuthorDetails big { font-size: 11px; letter-spacing: -1px; font-weight: bold;}

.Post .PostAuthorDetails p { font-size: 10px; padding: 4px 0px; margin: 0px; }

.Post .PostAuthorDetails img { margin: 0px 10px 0px 0px; padding: 1px;}



/* Post Head */

.Post .PostHead {}

.Post .PostHead h1 { padding: 5px 0px; margin-top: -10px;}

.Post .PostHead h2 { padding: 5px 0px; margin: 0px;}



/* Post Info/Details */

.Post .PostInfo { padding: 3px 0px 0px 0px; margin: 0px 0px 3px 0px; font-size: 10px; font-weight: bold;}

.Post .PostInfo li { padding: 0px; margin: 0px; display: inline; list-style-type: none;}

.Post .PostInfo a { text-decoration: underline;}

.Post .PostInfo .Author { border-right: solid 1px #999; padding: 0px 5px 0px 0px;}

.Post .PostInfo .Time { border-right: solid 1px #999; padding: 0px 5px 0px 5px;}

.Post .PostInfo .Categ { border-right: solid 1px #999; padding: 0px 5px 0px 5px;}

.Post .PostInfo .Rating { padding: 0px 0px 0px 5px;}



/* Post Content */

.Post .PostContent { margin: 0px; padding: 10px 0px; font-size: 12px; line-height: 17px; color:#333; font-family: Arial, Helvetica, sans-serif;}

.Post .PostContent img { margin: 0px 10px 10px 0px; }

.Post .PostContent p { font-size: 12px; line-height: 17px; font-family: Arial, Helvetica, sans-serif;}



/* Post Content -Single Page */

.Post .PostContentSingle { margin: 0px; padding: 10px 0px; font-size: 12px; line-height: 17px;}

.Post .PostContentSingle img {}

.Post .PostContentSingle h1 { padding: 10px 0px; margin: 0px 0px 5px 0px;}

.Post .PostContentSingle p { font-size: 12px; line-height: 17px;}



/* Post Bottom - Printer Version +  Full story + Visit Site */

.Post .PostBottom { padding: 5px 0px 15px 0px; margin: 0px;}

.Post .PostBottom li { padding: 2px 0px; margin: 0px 5px 0px 0px; list-style-type: none; display: inline; font-size: 10px; }

.Post .PostBottom li a { text-decoration: underline; }

.Post .PostBottom li a:visited { text-decoration: underline; }

.Post .PostBottom li a:hover { text-decoration: underline;}

.Post .PostBottom .FullStory { background: url(../img/icon_FullStory.png) no-repeat left center; padding-left: 17px;}

.Post .PostBottom .VisitSite { background: url(../img/icon_VisitSite.png) no-repeat left center; padding-left: 17px;}

.Post .PostBottom .PrinterVersion { background: url(../img/icon_PrinterVersion.png) no-repeat left center; padding-left: 17px;}

.Post .PostBottom .EditArticle { background: url(../img/icon_EditArticle.png) no-repeat left center; padding-left: 17px;}



/* Article More Related Info */

.Post .PostMore { padding: 0px; margin: 5px 0px 5px 0px;}

.Post .PostMore h1 { font-size: 23px; padding: 5px 0px; margin: 0px; }



/* Article Comments */

.Post .PostMore h2 { font-size: 14px; border-bottom: dashed 1px #cfcfcf;}

.Post .PostMore .Comment, .Post .PostMore .CommentAlt { padding: 5px 10px 10px 10px;}

.Post .PostMore .Comment .Title, .Post .PostMore .CommentAlt .Title { font-size: 12px; padding: 4px 3px; padding-left:40px; margin: 0px;}

.Post .PostMore .Comment .Details, .Post .PostMore .CommentAlt .Details { font-size: 9px; padding: 0px 3px; padding-left:40px; margin: 0px; color: #7E8996;}

.Post .PostMore .Comment .Reply, .Post .PostMore .CommentAlt .Reply { float: right; font-size: 9px; padding-top:4px; color: #7E8996; clear: both;}

.Post .PostMore .Comment .Content, .Post .PostMore .CommentAlt .Content { font-size: 11px; padding: 10px 0px 0px 5px; margin: 0px;}





/* Article Submit Comments*/

.PostSubmitComments { font-size: 10px;}





/* Search Left  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.Search { position: relative; margin-bottom: 10px;}

/**/ * html .SearchTop { left: -10px;} /* */ 

.SearchTop { width: 200px; height: 4px; position: absolute; top: 0px; left: 0px; }

.Search h2 { padding-top: 0px;}

.Search form { padding: 0px; margin: 0px;}

.Search .input { border: inset 1px #1c3182; font-size: 10px; padding: 3px;}

.Search .arrow { width: 22px; height: 20px; margin-left:12px }

.Search .arrow:hover { width: 23px; height: 20px; margin-left:12px }

.Search .arrowIE { width: 22px; height: 20px; margin-left:12px}



.searcharrow { padding: 0px 5px 0px 0px; margin: -20px -12px 0px 150px;  _margin: -21px -12px 0px 150px; *margin: -21px -12px 0px 150px; background: none; }


/**/ * html .searcharrow2 { margin: -21px 0px 0px 0px; } /**/ 

.searcharrow2 { padding: 0px 5px 0px 0px; margin: -20px 0px 0px 0px; *margin: -18px 0px 0px 0px; background: none; }

.Search p { font-size: 10px; padding: 3px 0px; margin: 0px;}

.Search p a { text-decoration: underline; }





/* Category Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.Cat { position: relative; margin-bottom: 10px; padding: 10px; }

/**/ * html .CatTop { left: -10px;} /**/ 

.CatTop { height: 5px; left: 0px; top: 0px; width: 200px; position: absolute;}

.Cat h2 { padding-top: 0px;}

.Cat ul { padding: 0px; margin: 0px;} 

.Cat li { padding: 0px; margin: 0px; background: none;} 

.Cat li a { display: block; padding: 3px 0px 3px 0px; margin: 0px; font-size: 11px;}

.Cat li a:visited { display: block; padding: 3px 0px 3px 0px; margin: 0px; font-size: 11px; }

.Cat li a:hover { display: block; padding: 3px 0px 3px 0px; margin: 0px; font-size: 11px;}



/* Site Menu Left ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.SiteMenu { position: relative; padding: 10px;}

/**/ * html .SiteMenuTop { left: -10px; height: 5px;} /**/ 

.SiteMenuTop { height: 5px; left: 0px; top: 0px; width: 200px; position: absolute;}

.SiteMenu ul { padding: 0px; margin: 0px;} 

.SiteMenu li { padding: 2px 0px; font-size: 11px; } 





/* Block Area ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Block h2 { padding-top: 0px;} 

.Block a {}

.Block a:visited {}

.Block a:hover {}



/**/ * html .BlockTop { left: -10px;} /* */ 

.BlockTop { height: 5px; left: 0px; top: 0px; width: 200px; position: absolute;}





/* Recent Blogs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentBlogs { position: relative; margin-bottom: 10px; padding: 10px;}

.RecentBlogs h1 { font-size: 14px; font-weight: bold; letter-spacing: -1px; padding: 0px 0px 5px 0px; margin: 0px 0px 5px 0px;}

.RecentBlogs big { display: block; font-size: 10px; font-weight: bold; padding: 1px 0px 1px 0px; margin: 0px}

.RecentBlogs small { display: block; margin-bottom: 5px; padding: 3px 0px; font-size: 9px;} 

.RecentBlogs small a { text-decoration: underline; }

.RecentBlogs a {}





.ArticleOptions { margin-bottom: 10px; position: relative; padding: 10px;}

.PopularArticles { margin-bottom: 10px; position: relative; padding: 10px; }

.FavoriteArticles { margin-bottom: 10px; position: relative; padding: 10px; }

.ArticleHistory { margin-bottom: 10px; position: relative; padding: 10px; }

.ArticlesToRead { margin-bottom: 10px; position: relative; padding: 10px; }

.PopularAuthors { margin-bottom: 10px; position: relative; padding: 10px;}





/* Article Navigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/**/ * html .ArtNav { height: 15px;} /**/

.ArtNav {font-size: 11px; line-height: 13px; padding: 6px; min-height: 15px;}

.ArtNav strong { letter-spacing: -1px;}

.ArtNavLeft { float: left }

.ArtNavRight { float: right }



/* Paging +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Paging { text-align: right; padding: 6px; margin: 5px 0px; font-size: 10px; line-height: 15px;}

.Paging strong { letter-spacing: -1px;}



/* Category Top ( Only on the Category page) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Category { padding: 0px; margin: 10px 0px 10px 0px; position: relative;}

.Category h1 { font-size: 16px; }

.Category .Desc { font-size: 11px; line-height: 16px; FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Arial, 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial}
.Category .Desc span {FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial, 'Verdana','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: Arial}

.Category .rss { position: absolute; right: 0px; top: 15px;}

.Category .SubCategory ul { padding: 15px 0px 5px 0px; margin: 0px;}

.Category .SubCategory li {  padding: 3px 0px 3px 20px; margin: 0px; font-size: 12px; list-style-type: none;}

.Category .SubCategory ul {  width: 38em; }

.Category .SubCategory ul li { float: left; width: 15em;  /* accommodate the widest item */ }

/* stop the floating after the list */

.Category .SubCategory br { clear: left; }

/* separate the list from what follows it */

.Category .SubCategory { margin-bottom: 1em; }





/* Authors A-Z - ( Only on the Author page) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.AZ { padding: 0px; margin: 15px 0px; position: relative; font-size: 10px; font-weight: bold;}

.AZ ol { padding: 10px; margin: 0px;}

.AZ ul { padding: 10px; margin: 0px;}

.AZ li { padding: 0px; margin: 0px; list-style-type: none; display: inline;}

.AZ a { padding: 0px 3px; margin-right: 1px;}

.AZ a:visited { padding: 1px 3px;}

.AZ a:hover { padding: 1px 3px; }



/* ListAuthors ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ListAuthors {}

.ListAuthors ul { margin: 0px; padding: 0px 0px 0px 20px; }

.ListAuthors li { line-height: 16px;}



/* PageForms +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.PageForms {font-size: 10px;}

.PageForms form {}

.PageForms td { padding: 10px; }

.PageForms th { padding: 10px 2px 10px 10px; text-align: left; font-size: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;}

.PageForms td table td { padding: 3px; font-size: 11px; }

.PageForms td table td input { padding: 3px; }

.PageForms td table td input.keyfield { border: inset 1px #ccc; padding: 3px; }

.PageForms td table td textarea { border: inset 1px #ccc; padding: 5px; }

.PageForms td table td select { border: inset 1px #ccc; padding: 2px; }



.PageForms .Button { font-size: 10px; padding: 2px 5px; font-weight: bold;}

.PageForms .Required { color:#FF0000;}

.PageForms tr td { padding: 10px; }

.PageForms tr td table tr td { padding: 3px; font-size: 11px; }

.PageForms tr td table tr td table tr td { padding: 0px; font-size: 11px; }



/* Site Message +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Message { color: #ff4e00; background: url('../img/warning.gif') #FFFFCC no-repeat 5px center; font-size: 11px; padding: 5px 5px 5px 25px; line-height: 16px; border: 1px solid #FFCC66;  margin-left: 5px;}

.ErrorMessage { color: #FF0000; background: url(../img/exclamation.png) no-repeat left center; font-size: 11px;}

.SuccessMessage { color: #FF0000; background: url(../img/success.png) no-repeat left center; font-size: 11px;}





/* Author Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



#tabnav { height: 26px; margin: 0px 0px 10px 0px; padding-left: 6px; background: url(../img/tab_bottom.gif) repeat-x bottom;}

#tabnav li { margin: 0; padding: 0;	display: inline; list-style-type: none; font-size: 10px; font-weight: bold;}

#tabnav .navlinks {margin: 0; padding: 0; display: inline; list-style-type: none; float: right;}

.tablink { float: left; }

#tabnav .tablink a:link, #tabnav  .tablink a:visited 

{ float: left; line-height: 14px; padding: 5px 10px; margin: 0px 4px 0px 0px ; text-decoration: none;}

#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active {}

#tabnav a:hover {}



/* ViewAll ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.ViewAll { background: url(../img/ViewAllIco.png) no-repeat left center; padding-left: 15px; font-size: 10px; font-weight: bold;}



/* Paging +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.Paging { text-align: right; padding: 5px; margin: 5px 0px; font-size: 10px; line-height: 15px;}

.Paging strong { letter-spacing: -1px;}

.Paging a { display: inline; padding: 2px 5px; font-weight: bold; }

.Paging a:visited { display: inline; padding: 2px 5px; }

.Paging a:hover { display: inline; padding: 2px 5px; text-decoration: none;}

.PagingDisabled { display: inline; padding: 2px 5px; font-weight: bold; margin:3px;}

.PagingCurrentPageNumber { display: inline; font-weight: bold; padding: 2px 5px; font-weight: bold;margin:3px;}

.current{padding: 2px 2px; font-weight: bold; margin:3px;}



/* Spread the Word */

.SpreadTheWord {}

.SpreadTheWord ul { padding: 0px; margin: 0px; }

.SpreadTheWord li { padding: 0px 2px; margin: 0px; list-style-type: none; display: inline; font-size: 11px; line-height: 16px;}





/* Summary Article Attachment */

.AttachmentList { padding: 6px;}

.AttachmentList ul { padding-top: 0px; padding-bottom: 0px; margin:0px; list-style-type: none;  padding-left: 20px;}

.AttachmentList ul li { padding: 3px;}

.AttachmentList ul li a { font-size: 10px; display: block; padding-left: 20px; }

.AttachmentHeading { font-size: 11px; font-weight: bold; font-family:Arial,Helvetica,sans-serif;}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.SR .Newsletter {  font-size: 11px; margin-bottom: 10px; position: relative; padding: 10px;}

.SR .Newsletter h2 { margin-bottom: 10px;}



/* Teaser Image Styles */

.FeatureImageSpan { font-size: 9px; margin: 5px;}

.FeatureImageCaption {  padding-left: 3px; padding-right: 3px;}

/*********************
		Tables
*********************/
table.schedule table{
	background:none;
	
}
table.schedule td,table.schedule th{
	border:1px solid #d9e6f0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif; 
} 
table.schedule thead{
	background:#f3f9ff;
	
	color: #003366; 
}
table.schedule {
	margin:5px;
	border-collapse: collapse;
	table-layout:automatic;
	width:98%;
}
table.schedule td {
	padding: 2px;
} 
table.schedule th{
	font-weight: bold;
	font-size: 12px;
	padding: 2px 4px;
} 
table.schedule td.empty {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.cerca_input{
	margin-top:3px;
}
.error-message{
	color:red;
}
.classForm{
	font-family:Arial, Helvetica, sans-serif; 
	color: #2f2928; 
	font-size: 10px;
}
.classForm label { display: block; width: 65px; font-weight: normal; float: left;  font-size: 11px;}

#logout {background: url(../img/logout.gif); width:190px; height:105px; padding-left:20px; padding-top:40px;}
#logout a {text-decoration : none; border: 0px; color:#003366;}

#SpreadTheWord {background: url(../img/spread_word.gif); width:190px; height:105px; padding-left:10px; padding-right:10px; padding-top:40px;}
