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

.ArticleExtra a, .ArticleExtra a:hover, .ArticleExtra a:visited, .ArticleExtra a:active{letter-spacing:0px !important; font-size:12px !important; padding-bottom:5px;}

h1{font-weight:bold !important;}h1, h2, h3 { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h4 { font-family: 'Verdana'}
#bgcontain { width: 990px; 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: 5px 0px; }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1.HeaderImage {padding: 0px 0px; margin: 0px;}
h1.HeaderImage img {margin-top:0px; padding:0px;}.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: 985px; position: relative; margin-top: 1px; height:140px;}
.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;}

.search { padding: 0px; padding-bottom:10px; border-bottom:1px solid #ccc;}
.search h2 { font-size: 14px; color:#fff; margin: 0px; padding: 0px 0px 5px 0px; font-weight: bold; letter-spacing: 0px;}

.search form { padding: 0px; margin: 0px;}
.search .input { background:#efefef; border: 1px solid #666;font-size: 13px; padding: 3px 3px 4px 3px; margin: 0px; float:left;}
.search .arrow { margin-left:3px; 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: 13px;}
.search p a {}
/* Top Menu (Site Menu - SiteMenuPanel.html) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.TopMenu { padding:4px; padding-top:0px;}
.TopMenu ul { padding: 0px; margin: 0px;}
.TopMenu li { padding: 0px 5px; margin: 0px; list-style-type: none; display: inline; font-size: 12px;}
.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: 100px; left: 0px; width:600px;}
.menu a { padding: 4px 9px 6px 9px; }
/* remove all list stylings */
.menu, .menu ul {margin: 0; padding: 0; border: 0; list-style-type: none; display: inline; }
.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: 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: 124%; /* 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: 2px 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: right; width: 741px; padding: 0px; overflow-x:hidden;}
/* BreadCrumb */
.BreadCrumb { font-size: 13px; margin: 0px 0px 10px 0px; padding:7px; padding-top:1px; color:#666; border-bottom:1px solid #ccc;}
.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: none; color:#b84126;}
.BreadCrumb li a:hover {text-decoration:underline;}
.content h1 { font-size: 190%; letter-spacing: 1px; font-weight: normal; padding: 5px 0px; margin: 0px 0px 5px 0px;}
.content h2 { font-size: 15px; letter-spacing: 1px; padding: 5px 0px; margin: 0px 0px 5px 0px; }
.content h3 { font-size: 15px; letter-spacing: 1px; padding: 5px 0px; margin: 0px 0px 5px 0px; }/* article */
.content .PostItem {display: block; clear: both;}.Intro { margin-bottom: 0px;}/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Articles { margin: 0px;}/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Featured { margin: 0px 0px; clear: left;}
.Featured h1 { padding-left: 25px; background: url(../Images/FeaturedIcoHeading.png) no-repeat left center; margin-bottom: 10px; }/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.RecentArticles { margin: 0px 0px 20px 0px;}
.RecentArticles .PostContent img{
	max-width:300px; 	
	width: expression(this.width > 300 ? 300: true) !important;
	max-height:200px;
	height: expression(this.width > 200 ? 200: true) !important;
}
.RecentArticles h1 { padding-left: 25px; background: url(../Images/SummaryIcoHeading.png) no-repeat left center; margin-bottom: 10px;}/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Categories {}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Blogs {}/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Blogs .PostContent img{
	max-width:700px; 	
	width: expression(this.width > 700 ? 700: true);		
}

/* IE min height hack */ * html .Authors { height: 150px; }
.Authors {margin-bottom:10px; background:#efefef; padding:5px;padding-top:-6px;}
.Authors h1{padding-top:0px; margin-top:0px;}
.AuthorProfile{line-height:180%; margin-top:3px;}
.Authors .AuthorPicture{margin-right:20px; margin-top:4px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Pages {}/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.News {}
.News h1 { padding-left: 25px; background: url(../Images/NewsIcoHeading.png) no-repeat left center; margin-bottom: 10px;}
.News h2 { font-size: 13px; letter-spacing: 1px; padding: 0px; margin: 0px; }
.News .Post { padding: 3px 0px; border-bottom: solid 1px #e0e0e0;}
.News .Post .PostInfo { padding: 0px; margin: 0px; font-size: 11px; color:#ad9f98; }
.News .Post . { font-size: 13px; color:#333; line-height: 1.6; }
.News .Post .PostContent p { padding: 4px 0px; margin: 4px 0px; font-size: 13px;}
.News .Post .readmore { background: url(../Images/icon_FullStory.png) no-repeat left center; padding-left: 17px;}/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SearchResults {}/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#RecentBlogsPanel { float: right; width: 220px; }/* Recent Blogs */
.RecentBlogs { background: #fff; font-size: 13px; padding: 0px 0px 0px 20px; float: right; width: 220px; }
.RecentBlogs h1 { padding-left: 25px; background: url(../Images/RecentBlogIcoHeading.png) no-repeat left center; margin-bottom: 10px; }
.RecentBlogs ul { padding: 0px; margin: 10px 0px; }
.RecentBlogs li { padding: 5px 0px; margin: 0px; list-style-type: none; font-size: 11px; border-bottom: solid 1px #e0e0e0;}
.RecentBlogs big { font-size: 13px; display: block; font-weight: bold; letter-spacing: 0px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Post */
.Post { padding: 0px; margin: 0px; margin-bottom:25px;}/* Post Author left side from the article */
.Post .PostAuthorDetails { line-height:20px; float: left; padding: 6px; padding-top:3px; margin: 0px 0px 5px 0px; width: 730px; font-size: 13px; border-bottom: #fff 10px solid; border-left: #fff 0px solid;}
.Post .PostAuthorDetailsText{height:100px; width:585px; overflow:auto; border:0px solid #ccc; padding-right:5px;}
.Post .PostAuthorDetails h2 { text-transform: uppercase; font-size: 14px; font-weight: bold; letter-spacing: normal; padding: 0px 0px 5px 0px; margin: 0px;}
.Post .PostAuthorDetails p { line-height:20px; font-size: 13px; padding: 3px 0px; margin: 0px; color:#333;}
.Post .PostAuthorDetails img { margin: 5px 10px 0px 0px; padding: 1px; border: solid 1px #ccc; float: left;}/* Post Head */
.Post .PostHead {}
.Post .PostHead h1 { padding: 2px 0px; margin: 2px 0px; /*color:#0077c9;*/}
.Post .PostHead h2 { padding: 10px 0px; margin: 0px; }/* Post Info/Details */
.Post .PostHead h2 { padding: 4px 0px; margin: 0px; font-size:160%; margin-top:15px; padding-left:6px; font-weight:bold;} 
/*.Post .PostHead h2 a{color:#0071be;}*/
.Post .PostHead h2 a{color:#000;}
.Post .PostHead h2 a:visited{color:#666;}
.Post .PostHead h2 a:hover{/*color:#048ae6;*/ text-decoration:underline;}


.Post .PostInfo { padding: 3px 4px 3px 6px; margin: 0px 0px 5px 0px; font-size: 12px; background: #fff;  color:#999999; background-color:#e6e6e6; } 
.Post .PostInfo li { padding: 0px; margin: 0px; display: inline; list-style-type: none;} 
.Post .PostInfo a { color: #048ae6; text-decoration: none;} 
.Post .PostInfo .Author { border-right: solid 0px #7e8996; padding: 0px 0px 0px 0px; font-size:12px ;}
.Post .PostInfo .Time { border-right: solid 0px #7e8996; padding: 0px 1px 0px 5px;}
.Post .PostInfo .Categ { border-right: solid 1px #7e8996; padding: 0px 0px 0px 0px;}
.Post .PostInfo .Rating {padding: 0px 0px 0px 0px;}
/* Post Content */
.Post .PostContent { margin: 0px; padding: 5px 0px; font-size: 15px; line-height:1.6em; letter-spacing:1px; color:#444;}
.Post .PostContent img { margin: 0px 10px 10px 0px; padding: 1px; border: solid 1px #ccc; }
.Post .PostContent p { line-height:1.6em;}
/* exclude recent article */
.RecentArticles .Post .PostContent { width:auto;}
/*
.Post .PostContent, .PostContent p { margin: 0px; padding: 3px 0px; line-height:22px; font-size: 15px; letter-spacing:1px;}
.Post .PostContent img { margin: 0px 10px 10px 0px; padding: 1px; border: solid 1px #ccc;}
*/
/*.Post .PostContent p { font-size: 13px; line-height:2;}*/
/* <!--[if IE]> <br style="height:25px; clear:both"> <![endif]-->*/
/* <!--[if IE]>.Post .PostContent p br{font-size:13px; height:30px !important; clear:both; display:block;} <![endif]--> *//* Post Content -Single Page */
.Post .PostContentSingle { margin: 0px; padding: 3px 0px; font-size: 13px; line-height: 1.6;}
.Post .PostContentSingle img {}
.Post .PostContentSingle h1 { padding: 3px 0px; margin: 0px 0px 5px 0px;}
.Post .PostContentSingle p { font-size: 13px; line-height: 120%; padding: 2px 0px; margin: 2px 0px; letter-spacing:1px;}/* Post Bottom - Printer Version + Full story + Visit Site */
.Post .PostBottom { padding: 3px 0px 15px 0px; margin: 0px;}
.Post .PostBottom li { padding: 2px 0px; margin: 0px 5px 0px 0px; list-style-type: none; display: inline; font-size: 13px; }
.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: 13px; padding: 4px 3px; padding-left:40px; margin: 0px;}
.Post .PostMore .Comment .Details, .Post .PostMore .CommentAlt .Details { font-size: 11px; padding: 0px 3px; padding-left:40px; margin: 0px; color: #7E8996;}
.Post .PostMore .Comment .Reply, .Post .PostMore .CommentAlt .Reply { float: right; font-size: 11px; padding-top:4px; color: #7E8996; clear: both;}
.Post .PostMore .Comment .Content, .Post .PostMore .CommentAlt .Content { font-size: 13px; padding: 10px 0px 0px 5px; margin: 0px;}/* Article Submit Comments */
.PostSubmitComments { font-size: 13px;}/* Article Navigation */
/* IE min height hack */ * html .ArtNav { height: 15px;}
.ArtNav {font-size: 13px; 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: 13px; line-height: 15px;}
.Paging strong { letter-spacing: -1px;}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Category Top ( Only on the Category page) */
.Category { padding: 0px; margin: 0px 0px 5px 0px; position: relative;}
.Category h1 { font-size: 21px; font-weight:bold; display:inline; float:left; padding-bottom:3px; padding-left:5px; margin-bottom:1px; margin-top:0px; padding-top:0px;}
.Category .Desc { font-size: 13px; clear: both;}
.Category .rss { /*position: absolute; right: 0px; top: 15px;*/ padding-left:5px; padding-top:0px;}
.Category .SubCategory ul { padding: 10px 0px 10px 0px; margin: 0px;}
.Category .SubCategory li { padding: 2px 0px 2px 5px; margin: 0px; font-size: 15px; 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: 13px; 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: 1.2;}/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* PageForms */.PageForms tr td { padding: 10px; }
.PageForms tr td table tr td { padding: 3px; font-size: 13px; }
.PageForms tr td table tr td table tr td { padding: 0px; font-size: 13px; }

.PageForms {font-size: 13px;}
.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: 13px; }
.PageForms tr td table tr td table tr td { padding: 0px; font-size: 13px; }
.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: 13px; 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: 13px; 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: 13px;padding-left: 20px; line-height: 16px;}
.SuccessMessage { color: #66ad00; background: url('../Images/success.png') no-repeat left center; font-size: 13px;padding-left: 20px; line-height: 16px;}
/* tabs styles */
#tabnav { height: 26px; margin: 0px 0px 10px 0px; padding-left: 26px; 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: 13px; 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: 13px; font-weight: bold; color:#33b0ee;}
.ViewAll a { color:#33b0ee;}
.ViewAll a:visited { color:#33b0ee;}/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.right { float: left; width: 210px; padding-top: 10px; border-right:0px solid #ccc; padding:4px; padding-left:8px;}
.right ul { padding: 10px ; margin: 10px; margin-top:3px; padding-top:2px; list-style-image: url(../Images/ArrowLeft.png); }
.right li { padding: 0px; margin: 0px; list-style-type: none;}
.right h1 {font-size:15px;}

.right h2 { padding: 3px 2px 4px 10px; font-size: 13px; margin: 0px; letter-spacing: -1px; background-color:#333 !important; color:#fff;} 

.right li a:visited {}.right .Categories { margin-bottom: 15px;}
.right .Categories h2 { background: url(../Images/IcoCategories.png) no-repeat 5px center; padding-left: 28px; margin-bottom: 5px;}
.right .Categories ul { padding:0px; margin:0px;padding-top: 0px; border-top: solid 1px #dfe6ec; padding-bottom: 0px; list-style-image: none;}
.right .Categories li a { font-size: 13px; 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: 5px;}
.right .ArticleOptions h2 { background: url(../Images/IcoArticleOptions.png) no-repeat 5px center; padding-left: 28px;}
.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 .RightArticleHistory h2 { background: url(../Images/IcoHistory.png) no-repeat 5px center; padding-left: 28px;}

.right .ArticleOptions .RemoveRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center; padding-left: 15px;}
.right .PopularArticles {margin-bottom: 15px;}
.right .PopularArticles h2 { background: url(../Images/IcoPopularArticles.png) no-repeat 5px 5px; padding-left: 28px;}
.right .PopularArticles li a { }

.right .PopularAuthors {margin-bottom: 15px;}
.right .PopularAuthors h2 { background: url(../Images/IcoPopularAuthors.png) no-repeat 5px 5px; padding-left: 28px;margin-bottom:10px;}
.right .PopularAuthors li a { }


.right .FavoriteArticles {margin-bottom: 15px;}
.right .FavoriteArticles h2 { background: url(../Images/IcoFavoriteArticles.png) no-repeat 5px 5px; padding-left: 26px;}
.right .FavoriteArticles li a { }.right .ArticlesToRead { margin-bottom: 15px;}
.right .ArticlesToRead h2 { background: url(../Images/IcoArticlesToRead.png) no-repeat 5px center; padding-left: 26px;}
.right .ArticlesToRead li a { }/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */.EmailToFriend { background: #fff; margin: 30px;}/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footer { padding: 0px; width: 99%; margin: 0 auto; clear: both; color:#333; margin-top:10px; margin-bottom:15px;}
.footer p { padding: 13px; margin: 0px; font-size: 12px;}

/* 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: 13px; line-height: 16px;}
/* Paging */
.Paging { text-align: right; padding: 6px; margin: 5px 0px; font-size: 13px; line-height: 15px; padding-top:2px;}
.Paging strong { letter-spacing: 0px;}
.Paging a { display: inline; padding: 3px 6px;}
.Paging a:visited {}
.Paging a:hover { text-decoration: none;}
.PagingDisabled { display: inline; padding: 3px 6px; }
.PagingCurrentPageNumber { display: inline; font-weight: bold; padding: 3px 6px;}

.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: 13px;}
.ArticleExtra ol, .ArticleExtra ol li { font-size: 13px; padding-bottom:3px;}
.ArticleExtra ul, .ArticleExtra ul li { font-size: 13px;}
.ArticleExtra ul { padding-top: 0px; padding-bottom: 0px; margin:0px; list-style-type: none; padding-left: 20px;}
.ArticleExtra ul li a { font-size: 13px; 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: 13px; display: block; padding-left: 20px; }
.AttachmentHeading { font-size: 13px; font-weight: bold; font-family:Arial,Helvetica,sans-serif; }/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.right .Newsletter { margin-bottom: 15px; font-size: 13px; }
.right .Newsletter h2 { background: url(../Images/IcoNewsletter.png) no-repeat left top; padding-left: 20px; margin-bottom: 10px;}
/* Teaser Image Styles */
.FeatureImageSpan { font-size: 11px; margin: 5px; margin-right:15px;}
.FeatureImageCaption { padding-left: 3px; padding-right: 3px;}
img.AuthorPicture{padding:3px; border:solid 1px #ccc; text-align:center;}

.adsense{font-size:12px !important;}

.ArticleOptions2{ padding:1px; background-color:#fffade; margin-top:0px;}
.ArticleOptions2 li {display:inline; padding-right:20px;}
.ArticleOptions2 .EmailToFried { background: url(../Images/ArticleOptionsEmail.png) no-repeat left center; padding-left: 15px;}
.ArticleOptions2 .PrintArticle { background: url(../Images/ArticleOptionsPrint.png) no-repeat left center; padding-left: 15px;}
.ArticleOptions2 .RemoveFavorites { background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center; padding-left: 15px;}
.ArticleOptions2 .AddToFavorites { background: url(../Images/ArticleOptionsFavorites.png) no-repeat left center; padding-left: 15px;}
.ArticleOptions2 .ArticlesToRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center; padding-left: 15px;}
.ArticleOptions2 .RemoveRead { background: url(../Images/ArticleOptionsRead.png) no-repeat left center; padding-left: 15px;}.right .PopularArticles {margin-bottom: 15px;}


br{letter-spacing:0px;}

blockquote {
    color:#000000;
    /*font-family: fixed,"lucidux mono","andale mono","courier new",monospace;*/
    border-top: 2px solid #f5a907;
    border-bottom: 2px solid #f5a907;
    background-color:#FFFFCC;
    padding:10px;
    margin-left:10px;
    margin-right:0px;
}

.bloglistTable{margin:10px 0px 15px 0px;}
.bloglistTable td{border-collapse:collapse; border-bottom:1px solid #ccc; padding:4px;}
.bloglistTable th{border-bottom:1px solid #ccc;}

.author-bottom-banner{background:#fff6c3; width:100%; text-align:center; padding-top:3px; padding-bottom:3px; margin-bottom:5px;}

.Paging2 {margin-top:10px; padding-top:15px; padding-bottom:15px; border-top:1px solid #666; text-align:center; width:98%; font-size:15px; letter-spacing:1px;} 
.Paging2 a{padding:4px; font-size:14px; background-color:#B90000; color: #fff; border:1px solid #ccc;} 
.Paging2 a:hover{padding:4px; font-size:14px; background-color:#000; color: #fff; border:1px solid #ccc; text-decoration:none;} 

.fleft{float:left; display:inline;}
.fright{float:right; display:inline;}

.popular_author_unit{float:left; width:68px; height:85px; text-align:center; margin:8px 0px 2px 0px; font-size:12px; overflow:hidden;}
.popular_author_pic{vertical-align:middle; text-align:center; margin-left:auto; margin-right:auto; width:99%;}
.popular_author_unit img{		
	vertical-align:middle;
	max-height:50px; 
	height: expression(this.height > 50 ? 50: true) !important;
	max-width:60px;
	width: expression(this.width > 60 ? 60: true) !important;	
	margin-bottom:4px;		
}