body {
	text-align:center;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background: #d6dbce url(/images/bg.gif) repeat-x;
} 
TD,
P{
	font-family: Arial, Verdana;
	font-size: 12px;
}	
html {margin: 0; padding: 0; height: 100%; text-align: center; min-width: 700px; } 

h1, h2, h3 { font-family: Arial, Helvetica, sans-serif;}
h4 { font-family: 'Verdana'}

#bgcontain { width: 780px; margin: 0 auto; text-align: left; } 
/* IE min height hack */ * html #container { height: 250px;} 
#container { padding: 0; float: left; width: 100%; clear: both; min-height: 250px; background: url(../Images/bkg_container.png) repeat-y right top; margin: 20px 0px; } 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header h1.HeaderImage {padding: 0px 0px; margin: 0px;}
.header h1.HeaderText { font-size: 32px;  font-weight: normal; padding: 15px 0px; margin: 0px; font-family: Helvetica, Arial, sans-serif;}
.header { width: 780px; position: relative; height: 108px; margin-top: 32px;}
.header h1 { font-size: 38px; font-weight: normal; padding: 15px 0px; margin: 0px; font-family:  font, Helvetica, Arial, sans-serif; }
.header h1 a { color:#fff;}
.header h1 a:visited { color:#fff;}
.header h1 a:hover { color:#fff; text-decoration: none;}

.search {}
.search h2 { font-size: 14px; color:#fff; margin: 0px; padding: 0px 0px 5px 0px; font-weight: bold; }

.search form { padding: 0px; margin: 0px;}
.search .input { background:#fff; font-size: 12px; padding: 3px 3px 4px 3px; margin: 0px;}
.search .arrow { width: 69px; height: 22px; background: url(../Images/SearchArrow.png) no-repeat;}
/*\ IE/Win min height hack */ * html .searcharrow { margin: -23px 0px 0px 135px; } /* */ 
.searcharrow {  margin: -22px 0px 0px 135px; }
.searcharrow { padding: 0px; *margin: -23px 0px 0px 135px; top: 0px; background: none;}
.search p { padding: 3px 0px; margin: 0px; font-size: 10px;}
.search p a {}


/* Top Menu (Site Menu - SiteMenuPanel.html) 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.TopMenu { position: absolute; top: -23px; left: 0px; }
.TopMenu ul { padding: 0px; margin: 0px;}
.TopMenu li { padding: 0px 5px; margin: 0px; list-style-type: none; display: inline; font-size: 10px;}
.TopMenu li a { text-decoration: underline;}
.TopMenu li a:visited { text-decoration: underline;}
.TopMenu li a:hover { text-decoration: none; text-decoration: underline;}

/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu { position: absolute; top: 80px; left: 0px;}

.menu a { padding: 8px; }

/* remove all list stylings */
.menu, .menu ul {margin: 0; padding: 0; border: 0; list-style-type: 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 -- */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.content { float: left; width: 500px; padding: 0px;} 

/* BreadCrumb */

.BreadCrumb { font-size: 11px; margin: 0px 0px 15px 0px; padding:7px; color:#666;  }
.BreadCrumb ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 20px; background: url(../Images/BreadCrumbIcoUl.png) no-repeat left center;}
.BreadCrumb li { background: url(../Images/trail_arrow.gif) no-repeat left center; margin: 0px 4px 0px 0px; padding: 0px 0px 0px 10px; text-decoration: none; display: inline;}
.BreadCrumb li a { margin: 0px; padding: 0px; text-decoration: underline;}

.content h1 { font-size: 18px;  font-weight: normal; padding: 5px 0px; margin: 0px 0px 5px 0px;}
.content h2 { font-size: 14px;  padding: 5px 0px; margin: 0px 0px 5px 0px; }
.content h3 { font-size: 14px;  padding: 5px 0px; margin: 0px 0px 5px 0px; }

/* article */
.content .PostItem {display: block; clear: both;}

.Intro { margin-bottom: 20px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Articles { margin: 0px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Featured { margin: 0px 0px; clear: left;}
.Featured h1 { padding-left: 25px; background: url(../Images/FeaturedIcoHeading.png) no-repeat left center;  }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.RecentArticles { margin: 20px 0px;}
.RecentArticles h1 { padding-left: 25px;  background: url(../Images/SummaryIcoHeading.png) no-repeat left center; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Categories {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Blogs {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* IE min height hack */ * html .Authors { height: 150px;} 
.Authors {min-height: 150px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Pages {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.News {}
.News h1 { padding-left: 25px; background: url(../Images/NewsIcoHeading.png) no-repeat left center; }
.News h2 { font-size: 12px;  padding: 0px; margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.News .Post { padding: 3px 0px; border-bottom: solid 1px #e0e0e0;}
.News .Post .PostInfo { padding: 0px; margin: 0px; font-size: 9px; color:#ad9f98;  }
.News .Post .PostContent { font-size: 12px; color:#333; line-height: 15px; }
.News .Post .PostContent p { padding: 4px 0px; margin: 4px 0px; font-size: 12px;}
.News .Post .readmore   { background: url(../Images/icon_FullStory.png) no-repeat left center; padding-left: 25px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SearchResults {}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#RecentBlogsPanel { }

/* Recent Blogs */
.RecentBlogs {  }
.RecentBlogs h1 { padding-left: 25px; background: url(../Images/RecentBlogIcoHeading.png) no-repeat left center;  }
.RecentBlogs ul { padding: 0px; margin: 0px 0px; }
.RecentBlogs li { padding: 10px 0px; margin: 0px; list-style-type: none; font-size: 9px; border-bottom: solid 1px #e0e0e0;}
.RecentBlogs big { font-size: 13px; display: block;   }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Post */
hr {border: none 0;
border-top: 1px solid #CCC;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.Post { padding: 0px; margin: 0px;}
.Post h2 { padding: 15px 0px 10px 0px;  }

/* Post Author left side from the article */
.Post .PostAuthorDetails { float: right; padding: 10px; margin: 0px 0px 10px 20px; width: 200px; font-size: 12px; border-bottom: #fff 10px solid; border-left: #fff 10px solid;}
.Post .PostAuthorDetails h2 {  font-size: 14px; font-weight: bold; letter-spacing: normal; padding: 0px 0px 5px 0px; margin: 0px;}
.Post .PostAuthorDetails p { font-size: 10px; padding: 3px 0px; margin: 0px; color:#333;}
.Post .PostAuthorDetails img { margin: 0px 10px 0px 0px; padding: 1px; border: solid 1px #ccc; float: left;}

/* Post Head */
.Post .PostHead {}
.Post .PostHead h1 { padding: 2px 0px; margin: 2px 0px; }
.Post .PostHead h2 { padding: 2px 0px; margin: 12px 0px 3px 0px; font-size:14px; }
.Post .PostHead h2 a { text-decoration:underline; font-size:14px;}
.Post .PostHead h2 a:visited {  color:#006600; }
.Post .PostHead h2 a:hover { background: #f1f6de; color:#006600; }

/* Post Info/Details */
.Post .PostInfo { padding: 0px 0px 10px 0px; margin: 0px 0px 0px 0px; font-size: 10px; background: #f6f6f6; color:#7e8996; }
.Post .PostInfo li { padding: 0px; margin: 0px; display: inline; list-style-type: none;}
.Post .PostInfo a { color: #7e8996; text-decoration: underline; font-weight: bold;}
.Post .PostInfo .Author { border-right: solid 1px #7e8996; padding: 0px 5px 0px 0px;}
.Post .PostInfo .Time { border-right: solid 1px #7e8996; padding: 0px 5px 0px 5px;}
.Post .PostInfo .Categ { border-right: solid 1px #7e8996; padding: 0px 5px 0px 5px;}
.Post .PostInfo .Rating {padding: 0px 0px 0px 5px;}

/* Post Content */
.Post .PostContent { margin: 0px; padding: 10px 0px;  line-height: 18px;}

.Post .PostContent img { margin: 0px 10px 10px 0px; padding: 1px; border: solid 1px #ccc;}
.Post .PostContent p {  line-height: 18px;}

/* Post Content -Single Page */
.Post .PostContentSingle { margin: 0px; padding: 10px 0px; font-size: 12px; line-height: 15px;}
.Post .PostContentSingle img {}
.Post .PostContentSingle h1 { padding: 10px 0px; margin: 0px 0px 5px 0px;}
.Post .PostContentSingle p { font-size: 12px; line-height: 15px; padding: 6px 0px; margin: 6px 0px;}

/* 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(../Images/icon_FullStory.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .VisitSite { background: url(../Images/icon_VisitSite.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .PrinterVersion { background: url(../Images/icon_PrinterVersion.png) no-repeat left center; padding-left: 17px;}
.Post .PostBottom .EditArticle { background: url(../Images/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 .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: 12px; padding: 10px 0px 0px 5px; margin: 0px;}

/* Article Submit Comments */
.PostSubmitComments { font-size: 10px;}

/* Article Navigation */
/* IE min height hack */ * html .ArtNav { height: 15px;} 
.ArtNav {font-size: 12px; line-height: 13px; background: #f5f5f5; padding: 6px; min-height: 15px;}
.ArtNav strong { }
.ArtNavLeft { float: left }
.ArtNavRight { float: right }

/* Paging */
.Paging { text-align: right; padding: 6px; margin: 5px 0px; font-size: 10px; line-height: 15px;}
.Paging strong { }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Category Top ( Only on the Category page)  */
.Category { padding: 0px; margin: 10px 0px 10px 0px; position: relative;}
.Category h1 { font-size: 25px; float:left;}
.Category .Desc { font-size: 10px; line-height: 14px; clear: both; float: left;}
.Category .rss { position: absolute; right: 0px; top: 15px;}
.Category .SubCategory ul { padding: 15px 0px 5px 0px; margin: 0px;}
.Category .SubCategory li { padding: 2px 0px 2px 15px; 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 { clear: both; 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 ul { padding: 5px 0px; margin: 0px;}
.AZ li { padding: 0px 1px; 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 ul { margin: 0px; padding: 0px 0px 0px 20px; }
.ListAuthors li { line-height: 16px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* PageForms */

.PageForms tr td { padding: 10px; }
.PageForms tr td table tr td { padding: 3px; font-size: 12px; }
.PageForms tr td table tr td table tr td { padding: 0px; font-size: 12px; }

.PageForms {font-size: 10px;}
.PageForms form {}
.PageForms tr td { padding: 10px; }
.PageForms th { padding: 10px 2px 10px 10px; text-align: left; font-size: 13px; font-family: "Trebuchet MS"; font-weight: normal;}

.PageForms tr td table tr td { padding: 3px; font-size: 12px; }
.PageForms tr td table tr td table tr td { padding: 0px; font-size: 12px; }
.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; border: outset 2px #e0e0e0; font-weight: bold;}

.PageForms .Required { color:#FF0000;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Message */
.Message { color: #ff4e00; background: url('../Images/warning.gif') #FFFFCC no-repeat 5px center; font-size: 12px; padding: 5px 5px 5px 25px; line-height: 16px; border: 1px solid #FFCC66;  margin-left: 5px;}
.ErrorMessage { color: #ff0000; background: url('../Images/exclamation.png') no-repeat left center; font-size: 12px;padding-left: 20px; line-height: 16px;}
.SuccessMessage { color: #66ad00; background: url('../Images/success.png') no-repeat left center; font-size: 12px;padding-left: 20px; line-height: 16px;}


/* tabs styles */
#tabnav { height: 26px; margin: 0px 0px 10px 0px; padding-left: 6px; background: url('../Images/tab_bottom.gif') repeat-x bottom;}
#tabnav li { margin: 0; padding: 0;	display: inline; list-style-type: none;}
#tabnav li a {}
#tabnav li a:visited {}
#tabnav li a:hover {}

#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; font-size: 10px; line-height: 14px; font-weight: bold; padding: 5px 10px 5px 10px; margin: 0px 4px 0px 0px ; text-decoration: none;}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active {}
#tabnav a:hover {}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ViewAll { background: url(../Images/ico_view_all.png) no-repeat left center; padding-left: 13px; font-size: 10px; font-weight: bold; color:#33b0ee;}
.ViewAll a { color:#33b0ee;}
.ViewAll a:visited { color:#33b0ee;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.right { float: right; width: 235px; padding-top: 10px; } 
.right ul { padding: 10px ; margin: 10px; list-style-image: url(../Images/ArrowLeft.png); } 
.right li { padding: 0px; margin: 0px; list-style-type: none;} 
.right h2 { padding: 0px 0px 10px 0px; font-size: 14px; line-height: 14px; margin: 0px;  border-bottom: solid 2px #ccc;}

.right li a { font-size: 12px; }
.right li a:visited {}

.Categories { margin-bottom: 15px;}
.Categories h2 { background: url(../Images/IcoCategories.png) no-repeat left top; padding-left: 20px; }
.Categories ul { padding:0px; margin:5px 12px 0px 15px; padding: 0px 0px 0px 0px;  border-top: solid 1px #dfe6ec; list-style:none;  list-style-image: none; }
.Categories li a { font-size: 12px; padding-left: 15px;display: block; border-bottom: solid 1px #dfe6ec; background: url(../Images/greenTriBullet.gif) no-repeat left center; padding-top: 3px; padding-bottom: 3px; list-style:none; }
.Categories li a:hover {background-color: #f1f6de ;}

.ArticleOptions {margin-bottom: 15px;}
.ArticleOptions h2 { background: url(../Images/IcoArticleOptions.png) no-repeat left top; padding-left: 20px;}

.ArticleOptions li a {}
.ArticleOptions .EmailToFried { background: url(../Images/ArticleOptionsEmail.png) no-repeat left center; padding-left: 15px;}
.ArticleOptions .PrintArticle { background: url(../Images/ArticleOptionsPrint.png) no-repeat left center; padding-left: 15px;}
.ArticleOptions .RemoveFavorites { background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center; padding-left: 15px;}
.ArticleOptions .AddToFavorites { background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center; padding-left: 15px;}
.ArticleOptions .ArticlesToRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center; padding-left: 15px;}
.ArticleOptions .RemoveRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center; padding-left: 15px;}

.PopularArticles {margin-bottom: 15px;}
.PopularArticles h2 { background: url(../Images/IcoPopularArticles.png) no-repeat left top; padding-left: 20px;}
.PopularArticles ul { padding:0px; margin:5px 12px 0px 15px; padding: 0px 0px 0px 0px;  border-top: solid 1px #dfe6ec; list-style:none;  list-style-image: none; }
.PopularArticles li a {font-size: 11px; padding-left: 15px;display: block; border-bottom: solid 1px #dfe6ec; background: url(../Images/greenTriBullet.gif) no-repeat left center; padding-top: 3px; padding-bottom: 3px; list-style:none; }
.PopularArticles li a:hover {background-color: #f1f6de ;}

.FavoriteArticles {margin-bottom: 15px;}
.FavoriteArticles h2 { background: url(../Images/IcoFavoriteArticles.png) no-repeat left top; padding-left: 20px;}
.FavoriteArticles li a {   }

.ArticlesToRead { margin-bottom: 15px;}
.ArticlesToRead h2 { background: url(../Images/IcoArticlesToRead.png) no-repeat left top; padding-left: 20px;}
.ArticlesToRead li a { }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.EmailToFriend { background: #fff; margin: 30px;} 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer { padding: 10px; width: 760px; margin: 0 auto; background: #f8f8f8; clear: both; color:#61614e;}
.footer p { padding: 0px; margin: 0px;  font-size: 10px;}


/* Spread the Word */
.SpreadTheWord {}
.SpreadTheWord ul { padding: 0px; margin: 0px; }
.SpreadTheWord li { padding: 0px 2px; margin: 0px 0px; list-style-type: none; display: inline; font-size: 12px; line-height: 26px;}

/* Paging */
.Paging { text-align: left; padding: 6px; margin: 5px 0px; font-size: 10px; line-height: 18px;}
.Paging strong { }
.Paging a { display: inline; padding: 2px 5px;}
.Paging a:visited {}
.Paging a:hover { text-decoration: none;}
.PagingDisabled { display: inline; padding: 2px 5px; }
.PagingCurrentPageNumber { display: inline; font-weight: bold; padding: 2px 5px;}


.msgWarning
{
	background-image: url('../Images/warning.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	font: normal 11px/18px Tahoma;
	padding: 5px;
	margin-bottom: 15px;
	padding-left: 25px;
	border: dotted 1px #C0C0C0;
	background-color: lightyellow;
	color: #333333;
	text-decoration: none;
	display: '';
	z-index:1000;
	width: 220px;
}


.ArticleExtraContent { font-size: 12px;}
.ArticleExtra ol, .ArticleExtra ol li { font-size: 12px;}
.ArticleExtra ul, .ArticleExtra ul li { font-size: 12px;}

.ArticleExtra ul { padding-top: 0px; padding-bottom: 0px; margin:0px; list-style-type: none;  padding-left: 20px;}
.ArticleExtra ul li a {  font-size: 12px; display: block; padding-left: 20px; background: url(../Images/ArrowLeft.png) no-repeat left top; }

.FloatNone { float: none; }
.FloatRight { float: right; }
.FloatLeft { float: left; }


/* 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: 12px; font-weight: bold; font-family:Arial,Helvetica,sans-serif; }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.right .Newsletter { margin-bottom: 15px; font-size: 12px; }
.right .Newsletter h2 { background: url(../Images/IcoNewsletter.png) no-repeat left top; padding-left: 20px; }

/* Teaser Image Styles */
.FeatureImageSpan { font-size: 9px; margin: 5px;}
.FeatureImageCaption {  padding-left: 3px; padding-right: 3px;}


/* Drop Down Menu Styles */
#dropmenudiv{
position:absolute;

}
.side_borders-light {

	border-top: 1px none #DDDDDB;
	border-right: 1px solid #DDDDDB;
	border-bottom: 1px none #DDDDDB;
	border-left: 1px solid #DDDDDB;
	
}
.text_middlesec {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #666666;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-align: left;
}
#dropmenudiv a.textblock{
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font:normal 11px Verdana;
line-height:18px;
white-space: nowrap;
text-align: left;
}

#dropmenudiv a.textblockLast{
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font:normal 11px Verdana;
line-height:18px;
white-space: nowrap;
text-align: left;
}

#dropmenudiv img{
display: block;
text-align: left;
}
/* Default fonts */
body,
TD,
P{
	font-family: Arial, Verdana;
	font-size: 12px;
}

body{
	text-align:center;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(/images/bg.gif);
}

/* Form styles */
.Field,
.FieldFull,
.Field200,
.Field300,
.Field400{
	font-size: 12px;
}

.Field200{
	width: 200px;
}

.Field300{
  width: 300px;
}


.Field400{
	width: 400px;
}

.Required{
}

.Button{
	font-size: 12px;
}

.FormButton{
	font-size: 12px;
	width: 100px;
}

.FieldLabel{
	white-space: nowrap;
}

/* Misc styles */
.RatingDisplay .Label{
	font-family: Tahoma;
	font-size: 10px;
	margin-right: 5px;
}

.RatingDisplay .Rating{
	padding: 0px 0px 0px 0px;
}

.RatingDisplay .Rating IMG{
	margin: 0px 2px 0px 2px;
}

.Trail{
	padding: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.Details{
Padding-bottom:5px;
}
.Details,
.Details A{
	color: Gray;
	font-size: 10px;
}
.GreyBorder
{
	border: 1px solid #CCCCCC;
}

.PageContainer{
	width:742px;
    height:500px;
	background-color: White;
	border-collapse: collapse;
	padding: 0px;
	border-top: 1px none #BFC3BF;
	border-right: 1px solid #BFC3BF;
	border-bottom: 1px none #BFC3BF;
	border-left: 1px solid #BFC3BF;
	background-color: #FFFFFF;

	/* netscape / gecko needs this */

	text-align:center;

}

/* Container styles */
.GlobalContainer{
	text-align:center;
}

.GreyBorder
{
	border: 1px solid #CCCCCC;
}


.PageContainer TD{
	padding: 0px;
}

.BodyColumns{
	border-collapse: collapse;
	width: 100%;
}

.BodyColumns TD{

}
.spacing_left {
	width: 17px;
}
.FadeRow{
	height: 6px;
}

.FadeRowDark{
	height: 6px;
}

.LeftColumn{
	width: 217px;
	vertical-align: top;
    text-align:left;
}

.LeftColumn .Heading{
	padding-top: 13px;
    padding-left: 17px;
    padding-bottom: 9px;
	font-weight: bold;

}

.LeftColumn .Heading2{
	padding-top: 13px;
    padding-left: 17px;
    padding-bottom: 9px;
	font-weight: bold;
}

.contentbase{
    margin-top:8px;
    margin-bottom:8px;
    background: url(../Images/baseleft.gif) no-repeat bottom left;
	
}

.LeftColumn .Content{
    background: url(../Images/left_bg.gif) repeat-y;
    /* width:217px; */
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.LeftColumn .Content DIV{

	margin-top: 5px;
	margin-left: 10px;
}

.LeftColumn DIV.BulletItem,
DIV.ListItem{
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

.LeftColumn A{
	font-size: 12px;
}

.LeftColumn OL{
	margin-bottom: 0px;
}

.LeftColumn .HorizontalRule{
}

TD.CentreColumn{
    text-align:left;
	padding-left: 10px;
	padding-right: 9px;
	vertical-align: top;
	padding-bottom: 20px;
    vertical-align:top;
    height:auto;
}

.CentreColumn .Heading{
	font-weight: bolder;
	font-size: 18px;
	padding: 3px 3px 10px 0px;
}

.CentreColumn .HorizontalRule{
	margin: 10px;
}

.CentreColumn UL{
	margin-top: 3px;
	margin-bottom: 3px;
}


/* Header & Footer styles */
.PageHeader{
}

.PageHeader .Main{
	font-size: 22px;
	font-family: Arial Narrow;
	font-weight: bold;
	Padding-left:11px;
}

.PageHeader .Menu{
	text-align: left;
	padding: 0px;
}

.Menu{
	text-align: right;
	padding: 0px;
}

.PageHeader .Menu A{
	text-decoration: none;
	margin: 0px;
}

.PageFooter{
	width: 100%;
}
.PageFooter2{
display:none;
}


.PageFooter TD{
	font-size: 12px;
	text-align: center;
}
.spacing_footer {
	padding: 26px 10px 10px;
}
.Message{
}

/* ArticleSummariesPanel styles */
.ArticleSummariesPanel .Item{
	margin-bottom: 30px;
}

.ArticleSummariesPanel .Title{
	font-weight: bold;
	width: 100%;
	display:block;
	font-size: 14px;
	
}

.ArticleSummariesPanel .Title A{
	text-decoration: underline;
}

.ArticleSummariesPanel .Title A:hover{
	text-decoration: underline;
}

.ArticleSummariesPanel .Details{
	font-size: 10px;
	padding: 10px;
}

.ArticleSummariesPanel .Details A{
}

.ArticleSummariesPanel .Status{
}

.ArticleSummariesPanel .Status TABLE TD{
	font-size: 12px;
}

.ArticleSummariesPanel .Status .Notes{
	font-style: italic;
}

.ArticleSummariesPanel .Content{
	line-height: 18px;
}

.ArticleSummariesPanel .SmallLinks{
	margin: 10px 0px 20px 0px;
}

.ArticleSummariesPanel .SmallLinks A{
	text-decoration: none;
}

.ArticleSummariesPanel .SmallLinks .IMG{
	vertical-align: super;
}

.ArticleSummariesPanel IMG.AuthorPicture{
	margin-right: 10px;
	float: left;
}

/* RecentBlogsPanel styles */
.RecentBlogsPanel{
}

.RecentBlogsPanel .Title{
    font-size: 14px;
}

.RecentBlogsPanel .Details{
	font-size: 10px;
	padding-bottom: 10px;
}

.RecentBlogsPanel .Details A{
}

.RecentBlogsPanel .Heading{
	font-weight: bold;
	font-size: 12px;
}

.RecentBlogsPanel .Link{
	text-align: left;
}

/* RecentNewsPanel styles */
.RecentNewsPanel .Title, 
.RecentNewsPanel .Date, 
.RecentNewsPanel .Content, 
.RecentNewsPanel .SmallLinks,
.RecentNewsPanel .Heading
{
	width: 100%;
	display: block;
}

.RecentNewsPanel .Item{
	margin-bottom: 20px;
}

.RecentNewsPanel .Title{
	font-weight: bold;
}

.RecentNewsPanel .Date{
	font-size: 10px;
	padding: 5px 0px 3px 0px;
}

.RecentNewsPanel .Content{
	line-height: 18px;
}

.RecentNewsPanel .SmallLinks{
	margin: 10px 10px 20px 10px;
}

.RecentNewsPanel .SmallLinks A{
	text-decoration: none;
}

.RecentNewsPanel .SmallLinks .IMG{
	vertical-align: super;
}

/* ViewArticlePanel styles */
.ViewArticlePanel{
	border-collapse: collapse;
	width: 100%;
}

.ViewArticlePanel .Title{
	font-weight: bolder;
	font-size: 14px;
	color: #006699;
	/*font-style: italic;*/
	padding: 0px 0px 0px 0px;
}

.ViewArticlePanel .content{
	line-height:18px;
}

.ViewArticlePanel .PageTitle{
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0px 10px 0px;
}

.ViewArticlePanel .Details{
	font-size: 10px;
	padding: 5px;
}

.ViewArticlePanel .Details A{
}

.AuthorSummary{
	float: right;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 15px 15px;
	width: 180px;
}

.AuthorSummary .Name{
	font-weight: bold;
	margin: 2px 0px 8px 0px;
	font-size: 12px;
}

.AuthorSummary .Biography{
	line-height: 18px;
	font-size: 12px;
}

.AuthorSummary .Picture{
	float: right;
	margin: 10px 10px 10px 10px;
}

.ArticleFeedbackPanel{
	margin: 5px 0px 5px 0px;
	width: 100%;
	text-align: left;
	padding: 10px;
}

.ArticleFeedbackPanel textarea{
	width:100%;
}

.ArticleFeedbackPanel .Heading{
	font-size: 12px;
}

.ArticleRelatedArticlesPanel .Heading{
	font-size:12px;
}

.ArticleSeriesPanel .Heading{
	font-size: 12px;
}

.ArticleCommentsPanel .Heading{
	font-size: 12px;
}

.ArticleRelatedLinksPanel .Heading{
	font-size: 12px;
}

.ArticleNavigation{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* BlogSummariesPanel styles */
.BlogSummariesPanel .Title{
	font-weight: bold;
	padding: 3px;
}

.BlogSummariesPanel .Title A{
	text-decoration: none;
}

.BlogSummariesPanel .Title A:hover{
	text-decoration: underline;
}

.BlogSummariesPanel .Details{
	font-size: 10px;
	padding: 5px;
}

.BlogSummariesPanel .Details A{
}

.BlogSummariesPanel .Status{
}

.BlogSummariesPanel .Status TABLE TD{
	font-size: 12px;
}

.BlogSummariesPanel .Status .Notes{
	font-style: italic;
}

.BlogSummariesPanel .Content{
	/* line-height: 18px; */
	margin-bottom: 10px;
}

.BlogSummariesPanel .Content .SmallLinks{
	margin: 10px 10px 20px 10px;
}

.BlogSummariesPanel .Content .SmallLinks A{
	text-decoration: none;
}

.BlogSummariesPanel .Content .SmallLinks .IMG{
	vertical-align: super;
}

.BlogEntryCommentsPanel .Heading{
	font-size: 12px;
}

/* SyndicatePanel styles */
.SyndicatePanel .Title{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

.SyndicatePanel .Content DIV{
	margin-bottom: 5px;
	margin-left: 10px;
}

/* PagePanel styles */
.PagePanel, .Title{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}


.PagePanel .Content DIV{
	margin-bottom: 5px;
	margin-left: 10px;
}


/* Added for 2005.2 */
.Paging{
	font-family: Arial, Verdana;
	font-size: 12px;
}


.SmallSearchPanel{
    width:217px;
    background:#e8e8e8 url(../Images/searchtop.gif) repeat-x top left;
    padding:10px 0px 0px 0px;
    margin:10px 0px 0px 0px;
}

.SearchHeading{
font-size:14px;
    padding-left:15px;
    font-weight: bold;
	padding-bottom:7px;
}

.SmallSearchPanel .Content{
    padding-left:10px;
}

.baseleft{
    background: url(../Images/baseleft.gif) no-repeat bottom left;
    float:left;
}

.baseright{
    width:7px;
    height:7px;
    background: url(../Images/baseright.gif) no-repeat bottom right;
    float:right;
}


