body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* General Links */

a:link {
	text-decoration : none;
	border: 0px;
	-moz-outline-style: none;
}
a:active {
	text-decoration : none;
	border: 0px;
	-moz-outline-style: none;
}
a:visited {
	text-decoration : none;
	border: 0px;
	-moz-outline-style: none;
}
a:hover {
	text-decoration : none;
	border: 0px;
	-moz-outline-style: none;
}
a:focus {
	outline: none;
	-moz-outline-style: none;
}
img {
	padding: 0px;
	margin: 0px;
	border: none;
}
hr {
	border-left:0px solid #abb0b5;
	border-right:0px solid #abb0b5;
	border-top:1px dotted #abb0b5;
	border-bottom:0px solid #abb0b5;
	height : 1px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2f2928;
	font-size: 11px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2f2928;
	font-size: 12px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2f2928;
	font-size: 11px;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bgcontain {
	width: 985px;
	margin: 0 auto;
	text-align: left;
}
/* IE min height hack */ * html #container {
	height: 250px;
}

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



.header h1.HeaderImage {
	padding: 0px 0px;
	margin: 0px;
}
.header h1.HeaderText {
}
.header {
	position: relative;
	padding: 0px;
}
.header h1 {
	font-size: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 30px 0px 0px 0px;
	margin: 0px;
}
/* Top Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.TopMenu {
	width: 898px;
	position: absolute;
	top: -19px;
	left: -19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.TopMenu ul {
	padding: 10px 20px;
	margin: 0px;
}
.TopMenu li {
	padding: 0px 3px;
	margin: 0px;
	display: inline;
	font-size: 10px;
}
.TopMenu li a {
	text-decoration: underline;
}
.TopMenu li a:visited {
	text-decoration: underline;
}
.TopMenu li a:hover {
	text-decoration: underline;
}
/* DropDown Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.menu a {
	padding: 5px 10px 6px 10px;
}
/* remove all list stylings */

.menu, .menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.menu ul {
	width: 11em;
	border: 0;
}
.menu {
	position: absolute;
	width: 860px;
	top: 95px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu, .menu ul li {
}
.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... */
}
.menu a, .menu a:link, .menu li a:visited {
	display: block;
	position: relative;
}
.menu li li a {
	padding: .4em .4em;
}
.menu ul a:link, .menu ul a:visited {
	width: 150px;
}
.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}
.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 */
}
.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 -- */



/* Search */

div.search form {
	padding-top: 15px;
	margin: 0 10px;
}
div.search input {
	margin: 0;
}
div.search select {
	margin-bottom: 4px;
}
div.search .input {
	font-size: 11px;
	padding: 2px;
	padding-left: 20px;
}
div.search .arrow {
	width: 52px;
	height: 20px;
}
div.search .arrow:hover {
}
/*\ IE/Win min height hack */ * html .searcharrow {
	margin: -21px 0px 0px 245px;
} /* */
div.searcharrow {
	padding: 0px 5px 0px 0px;
	margin: -20px 0 0 245px;
	background: none;
}
div.search .arrowIE { width: 52px; height: 20px;}
/*\ IE/Win min height hack */ * html .search a {
	margin: -16px 0 0 307px;
} /* */
div.search a {
	margin: -17px 0 0 307px;
	position:absolute;
}
div.search p {
	margin: 0 10px;
	font: bold;
	display: inline;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.content {
	float: left;
	margin: 20px 0 0 15px;
	width: 700px;
}

#form1 {
	clear: both;
}
/* BreadCrumb */



.content .BreadCrumb {
	font-size: 11px;
	margin: 0px 0px 10px 0px;
}
.content .BreadCrumb ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.content .BreadCrumb li {
	background: url(../Images/trail_arrow.gif) no-repeat left center;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	display: inline;
}
.content .BreadCrumb li a {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.content .BreadCrumbGreater {
	padding:4px;
}
.content h1 {
	font-size: 25px;
	padding: 8px 0px;
	margin: 0px 0px 8px 0px;
	letter-spacing: -1px;
	font-weight: normal;
}
.content .Articles .Post h2 {
	visibility: hidden;
	margin: 0;
	padding: 0;
	line-height: 0px;
}
/* article */

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



.Articles {
	margin: 20px 0px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.Featured {
	margin: 20px 0px;
}
.Featured h1 {
	font-size: 24px;
	text-transform: uppercase;
	padding: 20px 0px 10px 0px;
	margin-bottom: 10px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.RecentArticles {
	margin: 20px 0px;
}
.RecentArticles h1 {
	font-size: 24px;
	text-transform: uppercase;
	padding: 20px 0px 10px 0px;
	margin-bottom: 10px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.Categories {
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

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



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



.Pages {
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.News {
}
.News .Post {
	padding: 5px 0px;
}
.News .Post .PostInfo {
}
.News .Post .readmore {
	background: url(../Images/icon_FullStory.png) no-repeat left center;
	padding-left: 17px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* Recent Blogs */

.RecentNews h1 {
	font-size: 24px;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}
.RecentNews h3 {
	font-size: 17px;
}
.RecentNews .Post {
	padding: 5px 0px;
}
.RecentNews .Post .PostInfo {
	margin: 0px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.SearchResults {
}
.SearchResults .Post {
	overflow: auto;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* Recent Blogs */

.RecentBlogs {
	margin-bottom: 40px;
}
.RecentBlogs h1 {
	font-size: 24px;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
}
.RecentBlogs h4 {
	font-size: 12px;
	padding: 3px 0px;
	margin: 0px;
	padding-top: 3px;
}
.RecentBlogs em {
	font-size: 10px;
	font-weight: bold;
	display: block;
	padding: 4px 0px;
	padding: 0px 0px 5px 0px;
	font-style: normal;
}
.RecentBlogs em a {
	font-weight: bold;
	text-decoration: underline;
}
.RecentBlogs em a:visited {
	font-weight: bold;
	text-decoration: underline;
}
.RecentBlogs em a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.RecentBlogs a {
	text-decoration: underline;
	font-weight: normal;
}
.RecentBlogs a:visited {
	text-decoration: underline;
	font-weight: normal;
}
.RecentBlogs a:hover {
	text-decoration: underline;
	font-weight: normal;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* Post */

.Post {
	padding: 0px;
	margin: 0px;
}
/* Post Author left side from the article */

.Post .PostAuthorDetails {
	float: right;
	padding: 30px 10px 10px 10px;
	margin: 0px 0px 10px 20px;
	width: 200px;
	font-size: 11px;
	border-bottom: #fff 10px solid;
	border-left: #fff 10px solid;
}
.Post .PostAuthorDetails h2 {
	font-size: 14px;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
}
.Post .PostAuthorDetails p {
	font-size: 10px;
	padding: 3px 0px;
	margin: 0px;
}
.Post .PostAuthorDetails img {
	margin: 0px 10px 0px 0px;
	padding: 1px;
	float: left;
}
/* Post Head */

.Post .PostHead {
}
.Post .PostHead h1 {
	font-size: 18px;
}
.Articles .Post .PostHead h1 {
	visibility: hidden;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.Post .PostHead h2 {
	padding: 2px 0px;
	margin: 0px;
	border-bottom: dashed 1px #cccc99;
	font-size: 18px;
}
/* Post Info/Details */

.Post .PostInfo {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size: 9px;
}
.Post .PostInfo li {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style-type: none;
}
.Post .PostInfo a {
	text-decoration: underline;
}
.Post .PostInfo .Author {
	padding: 0px 5px 0px 0px;
}
.Post .PostInfo .Time {
	padding: 0px 5px 0px 5px;
}
.Post .PostInfo .Categ {
	padding: 0px 5px 0px 5px;
}
.Post .PostInfo .Rating {
	padding: 0px 0px 0px 5px;
}
/* Post Content */

.Post .PostContent {
	margin: 0px;
	padding: 10px 0px;
	font-size: 11px;
}
.Post .PostContent img {
	margin: 0px 10px 10px 0px;
	padding: 1px;
	border: solid 1px #ccc;
}
/* Post Content -Single Page */

.Post .PostContentSingle {
	margin: 0px;
	padding: 10px 0px;
	font-size: 12px;
}
.Post .PostContentSingle img {
}
.Post .PostContentSingle h1 {
	padding: 10px 0px;
	margin: 0px 0px 5px 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: 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: #f8f8f8;
	padding: 6px;
	min-height: 15px;
}
.ArtNav strong {
	letter-spacing: -1px;
}
.ArtNavLeft {
	float: left
}
.ArtNavRight {
	float: right
}
/* Paging */

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



/* Category Top ( Only on the Category page)  */

.Category {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	position: relative;
}
.Category h1 {
	font-size: 0px;
	color: #FFFFFF;
}
.Category .Desc {
	font-size: 11px;
	line-height: 16px;
}
.Category .rss {
	position: absolute;
	right: -40px;
	top: 15px;
}
.Category .SubCategory ul {
	padding: 15px 0px 5px 0px;
	margin: 0px;
}
.Category .SubCategory li {
	padding: 3px 0px 3px 20px;
	margin: 0px;
	font-size: 12px;
	list-style-type: none;
}
.Category .SubCategory ul {
	width: 38em;
}
.Category .SubCategory ul li {
	float: left;
	width: 15em;  /* accommodate the widest item */
}
/* stop the floating after the list */

.Category .SubCategory br {
	clear: left;
}
/* separate the list from what follows it */

.Category .SubCategory {
	margin-bottom: 1em;
}
.Category .SubCategory img {
	display: none;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* Authors A-Z - ( Only on the Author page) */

.AZ {
	padding: 0px;
	margin: 15px 0px;
	position: relative;
	font-size: 10px;
}
.AZ ul {
	padding: 5px;
	margin: 0px;
}
.AZ li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
.AZ a {
	padding: 1px 2px;
	margin-right: 1px;
}
.AZ a:visited {
	padding: 1px 2px;
}
.AZ a:hover {
	padding: 1px 2px;
}
.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;
	margin: 10px 0px;
}
.PageForms form {
	cursor: default;
}
.PageForms td {
	padding: 10px;
}
.PageForms th {
	padding: 10px 2px 10px 10px;
	text-align: left;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.PageForms td table td {
	padding: 3px;
	font-size: 11px;
}
.PageForms td table td input {
	padding: 3px;
}
.PageForms td table td input.keyfield {
	border: inset 1px #ccc;
	padding: 3px;
}
.PageForms td table td textarea {
	border: inset 1px #ccc;
	padding: 5px;
}
.PageForms td table td select {
	border: inset 1px #ccc;
	padding: 2px;
}
.PageForms .Button {
	font-size: 10px;
	padding: 2px 5px;
	font-weight: bold;
}
.PageForms .Required {
	color:#FF0000;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* 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;
}
.SuccessMessage {
	color: #FF0000;
	background: url('../Images/success.png') no-repeat left center;
	font-size: 11px;
}
/* tabs styles */

#tabnav {
	height: 24px;
	margin: 0px 0px 10px 0px;
	padding-left: 0px;
	background: url('../Images/tab_bottom.gif') repeat-x bottom;
}
#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#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;
	font-weight: bold;
	line-height: 12px;
	padding: 5px 10px;
	margin: 0px 4px 0px 0px;
	text-decoration: none;
}
#tabnav .tablink a:link.active, #tabnav .tablink a:visited.active {
}
#tabnav a:hover {
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.ViewAll {
	background: url(../Images/ViewAllIco.png) no-repeat left center;
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.right {
	float: left;
	width: 200px;
	margin-left: 65px;
	text-align: center;
}

.right h2 {
	padding: 5px 0px;
	font-size: 17px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	letter-spacing: -1px;
}
.right .SR {
	text-align: left;
}
/*\ IE/Win min height hack */ * html .right .SR h2 {
	width: 200px;
	margin-left: -23px;
} /* */
.right .SR h2 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	width: 209px;
	position: absolute;
	margin-left: -35px;
}
.right .SR ul {
	padding: 35px 0 0 0;
	margin: 0px;
}
.right .SR li {
	padding: 3px 0px 3px 10px;
	margin: 0px;
	list-style-type: none;
	background: url(../Images/RightIcoLi.gif) no-repeat left top;
}
.right .SR li a {
	font-size: 11px;
}
.right .SR li a:visited {
	font-size: 11px;
}
.right .SR li a:hover {
	font-size: 11px;
}
.right .SL {
}
.ArticleOptions {
	width: 170px;
	padding: 9px;
	position: relative;
	margin-bottom: 10px;
}
.right .SR .ArticleOptions ul {
	list-style: none;
	list-style-type: none;
	margin-left: -15px;
}
.right .SR .ArticleOptions li {
	margin: 3px 0;
	background: none;
}
.PopularArticles {
	width: 170px;
	padding: 9px;
	position: relative;
	margin-bottom: 10px;
}
.FavoriteArticles {
	width: 170px;
	padding: 9px;
	position: relative;
	margin-bottom: 10px;
}
.ArticleHistory {
	width: 170px;
	padding: 9px;
	position: relative;
	margin-bottom: 10px;
}
.ArticlesToRead {
	width: 170px;
	padding: 9px;
	position: relative;
	margin-bottom: 10px;
}
.PopularAuthors {
	width: 170px;
	padding: 9px;
	position: relative;
	margin-bottom: 10px;
}
.Cats {
	text-align: center;
}
.Cats h2 {
	text-transform: uppercase;
}
.Cats ul {
	padding: 0px;
	margin: 0px;
}
.Cats li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	padding: 2px 0px;
	font-size: 11px;
	list-style-type: none;
}
.Cats li a {
	background: url(../Images/CategIcoLi.png) no-repeat left top;
	padding-left: 15px;
}
.Cats object, .Cats embed {
	margin: 15px 0;
}
/* Paging ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.Paging {
	text-align: right;
	padding: 5px;
	margin: 5px 0px;
	font-size: 10px;
	line-height: 15px;
}
.Paging strong {
	letter-spacing: -1px;
}
.Paging a {
	display: inline;
	padding: 2px 5px;
}
.Paging a:visited {
	display: inline;
	padding: 2px 5px;
}
.Paging a:hover {
	display: inline;
	padding: 2px 5px;
	text-decoration: none;
}
.PagingDisabled {
	display: inline;
	padding: 2px 5px;
}
.PagingCurrentPageNumber {
	display: inline;
	font-weight: bold;
	padding: 2px 5px;
}
/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer {
	text-align: center;
	clear: both;
	width: 740px;
	margin:0;
	padding: 0;
}
.footer p {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer img {
	padding-top: 10px;
}
/* Spread the Word */

.SpreadTheWord {
}
.SpreadTheWord ul {
	padding: 0px;
	margin: 0px;
}
.SpreadTheWord li {
	padding: 0px 2px;
	margin: 0px;
	list-style-type: none;
	display: inline;
	font-size: 11px;
	line-height: 16px;
}
/* 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;
}
/* 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: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.SR .Newsletter {
	width: 170px;
	padding: 9px;
	position: relative;
	margin-bottom: 10px;
	font-size: 11px;
}
.SR .Newsletter h2 {
	margin-bottom: 10px;
}
/* Teaser Image Styles */

.FeatureImageSpan {
	font-size: 9px;
	margin: 5px;
}
.FeatureImageCaption {
	padding-left: 3px;
	padding-right: 3px;
}

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

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

#dropmenudiv a.textblock{
  display: block;
  text-indent: 3px;
  padding: 5px;
  text-decoration: none;
  font-weight: bold;
  font:normal 11px Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
  white-space: nowrap ;
  text-align: left;
}

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

#dropmenudiv img{
  display: block;
  text-align: left;
  align:left;
}

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

.tit_horosc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	margin: 5px 262px 5px 262px;
	
}

.Paging{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.texto_peq_blanco {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.videos{
margin-top:10px;
}