body { margin: 0; padding: 0; height: 100%; text-align: center; width:100%; min-width: 700px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; } 
html {margin: 0; padding: 0; height: 100%; text-align: center; min-width: 700px; width:100%; } 

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

#bgcontain { width: 990px; margin: 0 auto; text-align: left; } 
/* IE min height hack */ * html #container { height: 1000px;} 
#container { padding: 0; float: left; width: 100%; clear: both; min-height: 1000px; margin: 0px 0px; } 

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

.header h1.HeaderImage {padding: 10px 0px; margin: 0px; text-align:center;}
.header h1.HeaderText { font-size: 32px; letter-spacing: -2px; font-weight: normal; padding: 15px 0px; margin: 0px; font-family: Helvetica, Arial, sans-serif;}
.header { width: 990px; position: relative; height: 147px; margin-top: 26px;}
.header h1 { font-size: 38px; letter-spacing: -2px; 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;}
.header .search { padding:0px; position:absolute; top:-21px; width: 311px; }
/* IE min height hack */ * html .header .search { padding:0px; position:absolute; top:-24px; width: 311px;  }
.header .search h2 { font-size: 14px; color:#fff; margin: 0px; padding: 0px 0px 5px 0px; font-weight: bold; letter-spacing: -1px;}

.header .search form { padding: 0px; margin: 0px;}
.header .search .input { background:#fff; font-size: 11px; padding: 0px 3px 4px 3px; margin: 0px; border:thin #0066AA solid;}
.header .search .arrow { width: 75px; height: 22px; background: url(/images/btn_search.png) no-repeat; margin-top:7px; }
/*\ IE/Win min height hack */ * html .searcharrow { margin: -24px 0px 0px 420px; } /* */ 
.searcharrow {  margin: -23px 0px 0px 420px; }
.searcharrow { padding: 0px; *margin: -24px 0px 0px 420px; top: 0px; background: none;}
.header .search p { padding: 3px 0px; margin: 0px; font-size: 10px;}
.header .search p a {}


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

.TopMenu { position: absolute; top: 0px; left: 680px; width:190px; }
.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;}
.TopMenu1 { position: absolute; top: -17px; width:100px; margin-left: 565px; }

.pagemenu { position: absolute; top: 34px; left: 0px; width:990px; }
.leaderboard { text-align:center; margin-left:auto; margin-right:auto; margin-top:17px; margin-bottom: 17px; width:743px; background-image: url(/images/728ad.png); padding-left: 7px; background-repeat: no-repeat; background-position: left center; }

/* 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; 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: 13px;
}

.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: 650px; padding: 0px; margin:0px;} 

/* BreadCrumb */

.content .BreadCrumb { font-size: 11px; margin: 0px 0px 15px 0px; padding:7px; color:#666;  }
.content .BreadCrumb ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 20px; background: url(../Images/BreadCrumbIcoUl.png) no-repeat left center;}
.content .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;}
.content .BreadCrumb li a { margin: 0px; padding: 0px; text-decoration: underline;}

.content h1 { font-size: 26px; letter-spacing: -1px; padding: 5px 0px; margin: 0px 0px 5px 0px;}
.content h2 { font-size: 18px; letter-spacing: -1px; padding: 5px 0px; margin: 0px 0px 5px 0px; }
.content h3 { font-size: 14px; letter-spacing: -1px; padding: 5px 0px; margin: 0px 0px 5px 0px; }

.pagehead { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; font-variant: small-caps; color: #FFFFFF; text-decoration: none; background-color: #0066AA; background-image: url(/images/category_hdr.png); background-repeat: repeat-x; background-position: left top; margin: 0px; padding: 0px; height: 66px; width: 100%; }

.pagehead h1 a { font-size:26px; font-weight:normal; letter-spacing:-1px; color:#FFFFFF;}

.pagehead h1 { padding-left:10px; padding-top:17px; float: left; width: 300px; }

.pagehead .sponsored { margin-bottom: 4px; margin-right: 3px; margin-top: 3px; font-size: 13px; right: 0px; top: 0px; float: right; color: white; font-weight: bold; text-decoration: none; text-align: right; width: 220px; }

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

.Intro { margin-bottom: 20px;}

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

.Articles { margin: 0px;}
.Article {padding: 0px; margin-bottom:0px; }
.Articles .Post {border: none; padding: 10px;}
.Articles .Post .PostHead h1 { padding-left: 0px; padding-bottom:15px;  margin-bottom: 0px; margin-top:0px; font-size: 30px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif;}
.Articles .Post .PostInfo { padding: 0px 0px 10px; margin: 0px 0px 20px; font-size: 10px; color:#7e8996; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #333333; }

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

.Featured { margin: 0px 0px 9px; clear: left; background-color: #000000; background-color: #000000; padding: 0px; }
.FeaturedArticle {width:952px;}
.Featured .Post {margin-bottom: 1px; background-color:#000000; width: 952px; border: none; background: url(/images/box-top-black.png) repeat-x scroll left 1px; padding:19px;}
.Featured .Post .PostHead h1 { font-size: 22px; color: #55BBFF; line-height: 30px; margin:0px;}
.Featured .Post .PostHead h1 a { font-size: 22px; color: #55BBFF; line-height: 30px; margin:0px;}
.Featured .Post .PostHead h1 a:hover { font-size: 22px; color: #2FACFF; line-height: 30px; text-decoration:none;  margin:0px;}
.Featured .Post .PostInfo a {color:#BBFF00; text-decoration:none; padding:0px; border:none; }
.Featured .Post .PostInfo {color:#ccc; text-decoration:none; padding:0px; border:none; }
.Featured .Post .PostInfo .Author a { font-size: 12px; color:#BBFF00; text-decoration:none; font-weight: bold; border:none; padding:0px;}
.Featured .Post .PostInfo .Author { font-size: 12px; color:#BBFF00; text-decoration:none; font-weight: bold; border:none; padding:0px;}
.Featured .Post .PostContent { background-color:#000000; margin: 0px; padding: 0px; font-size: 12px; line-height: 19px; width:358px; float:left; color:#CCCCCC;}

.Featured .Post .PostBottom .FullStory { background: #000000 url(/images/featured_read_ico.png) no-repeat left center; padding-left: 17px; padding-bottom: 0px; }
.Featured .Post .PostBottom .VisitSite { background: url(../Images/icon_VisitSite.png) no-repeat left center; padding-left: 17px; padding-bottom: 0px;}
.Featured .Post .PostBottom .PrinterVersion { background: url(/images/featured_print_ico.png) no-repeat left center; padding-left: 17px; padding-bottom: 0px; }
.Featured .Post .PostBottom .EditArticle { background: url(../Images/icon_EditArticle.png) no-repeat left center; padding-left: 17px; padding-bottom: 0px;}
.Featured .Post .PostBottom li a { text-decoration: underline; color: #55BBFF;}
.Featured .Post .PostBottom li a:visited { text-decoration: underline; color: #55BBFF;}
.Featured .Post .PostBottom li a:hover { text-decoration: underline; color: #2FACFF;}
.HP-Newsletter { background-color: #F5F5F5; background-image: url(/images/hp-newsletter-bg2.png); background-repeat: no-repeat; margin-bottom: 11px; background-position: left top; padding: 0px; height: 74px; width: 990px; padding-left:25px; padding-top:15px; }

.myForm .input { background:#fff; padding: 3px 3px 4px 3px; margin: 0px; border:thin #0066AA solid;}
.myForm td, input, select, textarea, checkbox {
		font-family: georgia, tahoma;
		font-size: 14px;
		padding: 3px 3px 4px 3px;
	}

.myForm {
		padding: 10px;
	}

.required {
		color: red;
	}
.line { color:#CCCCCC; height:1px; width:100%;}


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

.RecentArticles {}
.RecentArticles .Post .PostHead {height:103px;}
.RecentArticles .Post .PostHead h1 { padding-left: 0px;  margin-bottom: 0px; margin-top:0px; font-size: 18px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif;}
.RecentArticles .Post .PostHead h1 a { color:#000000; text-decoration:none;}
.RecentArticles .Post .PostHead .Author a { color:#FC9500; font-weight: bold;}
.RecentArticles .Post { padding:0px; margin:0px;}
.RecentArticles .Post .PostContent { margin-bottom: 10px; font-size: 12px; line-height: 22px; float:left; color:#646060; line-height:18px; 
padding:0pt 0pt 10px; height: 235px; overflow:hidden;}

.fix {clear:both; height:1px; margin:0pt 0pt -1px; overflow:hidden; }

.SideBox1 { background:#FFFFFF url(/images/box-top.png) repeat-x scroll left 1px; border:1px solid #DEDBD1; margin:0px 15px 15px 0px; padding:18px; width:272px; height:370px; }

.SideBox2 { background:#FFFFFF url(/images/box-top.png) repeat-x scroll left 1px; border:1px solid #DEDBD1; margin:0px 15px 15px 0px; padding:18px; margin-right:15px; width:100%;}

.SideBox3 { background:#FFFFFF url(/images/box-top.png) repeat-x scroll left 1px; border:1px solid #DEDBD1; margin:0px 15px 15px 0px; padding:18px; margin-right:15px; width:950px;}

.Grid {display:inline;
float:left;
}

.RecentImageSpan {margin-bottom: 10px;}

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

.Categories {}

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

.Blogs {}

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

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

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

.Pages {}

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

.News { }
.News h1 { padding-left: 10px; background: url(/images/hp-headers-bg.png) repeat-x left top; border: #DEDBD1 1px solid; margin-bottom: 18px; color:#000; font-size: 22px; margin-top:0px; }
.News .Post h2 { color:#333333; font-size: 13px; padding: 0px; margin: 0px 0px 3px; font-weight: bold; background:none; border:none; }
.News .Post { border: solid 1px #DEDBD1; padding: 10px; background: #F5F5F5; font-size: 11px; margin-bottom: 5px; line-height: 18px; }
.News .Post .PostInfo { padding: 0px; margin: 0px; font-size: 9px; color:#ad9f98;  }
.News .Post .PostContent { font-size: 11px; color:#333; line-height: 15px; padding:10px;}
.News .Post .PostContent p { padding: 4px 0px; margin: 4px 0px; font-size: 11px;}
.News .Post .readmore   { background: url(../Images/icon_FullStory.png) no-repeat left center; padding-left: 17px;}

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

.SearchResults {}

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

/* Recent Blogs */
.RecentBlogs { font-size: 11px; padding: 0px; }
.RecentBlogs h1 { padding-left: 25px; background: url(/images/hp-headers-bg.png) repeat-x left top; margin-bottom: 10px; margin-top:0px; color:#000; font-size: 24px;}
.RecentBlogs ul { padding: 0px; margin: 10px 0px 10px 30px; }
.RecentBlogs li { padding: 5px 0px; margin: 0px; list-style-type: none; font-size: 9px; border-bottom: solid 1px #e0e0e0;}
.RecentBlogs big { font-size: 11px; display: block; font-weight: bold;  }


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

/* Post */
.Post { padding:18px; margin: 0px;}
.Article .Post { padding:0px; margin: 0px;}

/* Post Author left side from the article */
.Post .PostAuthorDetails { float: left; padding: 10px; margin: 10px 0px 10px 0px; width: 557px; font-size: 11px;}
.Post .PostAuthorDetails h2 { text-transform: uppercase; font-size: 14px; font-weight: bold; letter-spacing: normal; padding: 0px 0px 5px 0px; margin: 0px;}
.Post .PostContent .PostAuthorDetails p { font-size: 11px; padding: 5px 5px; margin: 0px; color:#333; width: 550px; line-height: 16px;}
.Post .PostAuthorDetails img { margin: 0px 10px 0px 0px; padding: 1px; border: solid 1px #ccc; float: left;}

/* Post Head */
.Post .PostHead { margin-bottom:10px;}
.Post .PostHead h2 { padding: 2px 0px; margin: 0px; }

.Post .PostHead h1 { padding-left: 0px;  margin-bottom: 0px; margin-top:0px; font-size: 18px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif;}
.Post .PostHead h1 a { color:#000000; text-decoration:none;}
.Post .PostHead .Author a { color:#FC9500; font-weight: bold;}

.RecentArticles .Post .PostContent { margin-bottom: 10px; font-size: 12px;  float:left; color:#646060;  
padding:0pt 0pt 10px; height: 325px; overflow: hidden; width:272px;}
.Article .Post .PostContent { margin-bottom: 10px; font-size: 12px; line-height: 19px; float:left; color:#646060;  
padding:0pt 0pt 10px; width:100%; }

/* Post Info/Details */
.Post .PostInfo { padding: 0px; margin: 0px 0px 10px 0px; font-size: 10px; color:#7e8996; }
.Post .PostInfo li { padding: 0px; margin: 0px; display: inline; list-style-type: none;}
.Post .PostInfo a { color: #14B6E7; 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-bottom: 10px; font-size: 12px; line-height: 22px; float:left; color:#646060; line-height:18px; 
padding:0pt 0pt 10px; width: 579px;}
.Post .FPostIamge { margin: 0px; padding: 0px;  width:575px; text-align:center; float:right;}
.Post .PostContent img { margin: 0px 10px 10px 0px; padding: 1px; border: solid 1px #646060;}
.Post .PostContent p { font-size: 13px; line-height: 20px; width: 579px;}

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

/* Post Bottom - Printer Version +  Full story + Visit Site */
.Post .PostBottom { padding: 5px 0px 0px 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: none; color:#15B5E9; }
.Post .PostBottom li a:visited { text-decoration: none; color:#15B5E9;}
.Post .PostBottom li a:hover { text-decoration: underline; color:#15B5E9;}
.Post .PostBottom .FullStory { background: url(/images/btn_continue.png) no-repeat left center; padding-left: 18px; }
.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: 11px; 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: 11px; line-height: 13px; background: #f5f5f5; 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 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; font-variant: small-caps; color: #000; text-decoration: none;     background:#FFFFFF url(/images/box-top.png) repeat-x scroll left 1px; border:1px solid #DEDBD1; margin:0px 15px 15px 0px; padding:18px; margin-right:15px; }

.Category h1 { color:#FC9500; font-size:36px; font-weight:normal; float:left; padding-left:10px; padding-top:17px; font-family:Georgia, "Times New Roman", Times, serif;}
.Category .Desc { font-size: 10px; line-height: 14px; clear: both; float: left; margin-top:10px; color:#333333; margin-bottom: 0px; padding:10px; text-align:center;}
.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: 11px; 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; }

.Category .Article .Post .PostInfo {border-bottom:1px solid #DEDBD1;}

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

/* 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: 11px; }
.PageForms tr td table tr td table tr td { padding: 0px; font-size: 11px; }

.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: 11px; }
.PageForms tr td table tr td table tr td { padding: 0px; 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; 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: 11px; 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: 11px;padding-left: 20px; line-height: 16px;}
.SuccessMessage { color: #66ad00; background: url('../Images/success.png') no-repeat left center; font-size: 11px;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; padding-left: 13px; }
.ViewAll a:visited { color:#33b0ee; padding-left: 13px; }

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

.right { float: right; width: 340px; margin:0px; } 
.right .Post {background:#F5F5F5 none repeat scroll 0% 0%; border:1px solid #DEDBD1; font-size:11px; line-height:18px; margin-bottom:5px; padding:10px;}
.right ul { padding: 0px 0px 0px 25px; list-style-image: url(../Images/ArrowLeft.png); margin-top: 0px; margin-right: 10px; margin-bottom: 0px; margin-left: 10px; } 
.right li { padding: 0px; margin: 0px; list-style-type: none;} 
.right h2 { padding-left: 10px; background: url(/images/hp-headers-bg.png) repeat-x left top; border: #DEDBD1 1px solid; margin-bottom: 18px; color:#333333; font-size: 19px; margin-top:0px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; height: 32px; line-height: 30px; }

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

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

.right .ArticleOptions {margin-bottom: 0px; padding:0px;}
.right .ArticleOptions h2 { }

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

.right .PopularArticles {margin-bottom: 4px; padding:1px;}
.right .PopularArticles h2 { }
.right .PopularArticles li a { }

.right .FavoriteArticles {margin-bottom: 4px;  padding:1px;}
.right .FavoriteArticles h2 { }
.right .FavoriteArticles li a {   }

.right .ArticlesToRead {margin-bottom: 4px;  padding:1px;}
.right .ArticlesToRead h2 { }
.right .ArticlesToRead li a { }

.right .RightArticleHistory {margin-bottom: 4px;  padding:1px;}
.right .RightArticleHistory h2 { }
.right .RightArticleHistory li a { }
.LargeBoxAd { text-align: justify; text-align: center; height: 280px; width: 336px; margin-bottom:4px;}
.SkyAd { text-align: center; width: 165px;}
.ads120 { height: auto; width: 125px; margin-bottom: 5px; text-align: center; 0px; margin-top: 0px; line-height: 600px; float: right; vertical-align: top; clear: right; position: static; }
.ads160 { height: auto; width: 165px; margin-bottom: 5px; text-align: center; 0px; margin-top: 0px; line-height: 600px; float: right; vertical-align: top; clear: right; position: static; }

.SideBox { background:#FFFFFF url(/images/box-top.png) repeat-x scroll left 1px; border:1px solid #DEDBD1; margin:0pt 0pt 15px 0px; padding:18px;}

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

.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 { margin:0px; padding:0px;}
.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;}
.SpreadTheWord .EmailToFried { background: url(../Images/ArticleOptionsEmail.png) no-repeat left center; padding-left: 15px;}
.SpreadTheWord .PrintArticle { background: url(../Images/ArticleOptionsPrint.png) no-repeat left center; padding-left: 15px;}
.SpreadTheWord  .RemoveFavorites { background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center; padding-left: 15px;}
.SpreadTheWord  .AddToFavorites { background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center; padding-left: 15px;}
.SpreadTheWord  .ArticlesToRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center; padding-left: 15px;}
.SpreadTheWord  .RemoveRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center; padding-left: 15px;}

/* Paging */
.Paging { text-align: right; padding: 6px; margin: 5px 0px; font-size: 10px; line-height: 15px;}
.Paging strong { letter-spacing: -1px;}
.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: 11px;}
.ArticleExtra ol, .ArticleExtra ol li { font-size: 11px;}
.ArticleExtra ul, .ArticleExtra ul li { font-size: 11px;}

.ArticleExtra ul { padding-top: 0px; padding-bottom: 0px; margin:0px; list-style-type: none;  padding-left: 20px;}
.ArticleExtra ul li a {  font-size: 11px; 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: 11px; font-weight: bold; font-family:Arial,Helvetica,sans-serif; }

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

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

/* Teaser Image Styles */
.FeatureImageSpan {margin: 0px; padding:0px; width:100%; max-width:592px;}
.FeatureImageCaption {  padding: 3px;}
