/* SoGoNow - Sylesheet */

.dtr span{
display:block;
float:left;
overflow:hidden;
text-indent:-1000px;
background-repeat:no-repeat;
background-position:left top;
}

@media print{
.dtr span{
background-image:none;
display:inline;
float:none
}
}

body {
	margin: 0;
        background: #bbbbbb url('../images/main/bkgrd.jpg') repeat-x;
	
}

.article_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 17pt;
}

.article_text a {
	color: #0000ff;
        text-decoration: none;
}

.article_text a:hover {
	color: #5ecc52;
}

.small_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.small_text a {
	color: #0000ff;
        text-decoration: none;
}

.small_text a:hover {
	color: #5ecc52;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text a {
	color: #0000ff;
        text-decoration: none;
}

.text a:hover {
	color: #5ecc52;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
        text-decoration: none;
}

.footer a:hover {
	color: #000000;
}

.homepage_featured_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
        font-weight: bold;
	color: #0000ff;
}

.homepage_featured_link a {
	color: #0000ff;
        text-decoration: none;
}

.homepage_featured_link a:hover {
	color: #5ecc52;
}

.homepage_featured_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 15pt;
}

.homepage_featured_text a {
	color: #0000ff;
        text-decoration: none;
}

.homepage_featured_text a:hover {
	color: #5ecc52;
}

.homepage_byline_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
        color: #6e6e6e;
}

.homepage_featured_sub_text {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        line-height: 13pt;
}

.homepage_featured_sub_text a {
	color: #0000ff;
        text-decoration: none;
}

.homepage_featured_sub_text a:hover {
	color: #5ecc52;
}


/* SubCategory */
.SubCategory a { color: #0000ff; text-decoration: none;}
.SubCategory a:hover {color: #5ecc52;}
.SubCategory ul { padding: 15px 0px 5px 0px; margin: 0px;}
.SubCategory li { padding: 2px 0px 2px 15px; margin: 0px; list-style-type: none; font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 12px;}
.SubCategory ul {  width: 38em; }
.SubCategory ul li { float: left; width: 18em;  /* accommodate the widest item */ }
/* stop the floating after the list */
.SubCategory br { clear: left; }
/* separate the list from what follows it */
.SubCategory { clear: both; margin-bottom: 1em; }


/* Paging */
.Paging a { border: 1px solid #005DBB; background: #def2ff;}
.Paging a:visited { background: #def2ff; border: 1px solid #005dbb;}
.Paging a:hover { background: #005dbb; color:#fff; }
.PagingDisabled { border: 1px solid #ccc; background: #e5e5e5; color:#666;}
.PagingCurrentPageNumber { border: 1px solid #005dbb; background: #005dbb; color: #fff;}