h1 {
    font-size: 18;
	font-family: Arial;
	color: #2F2F2F;
	margin: 0px;
	font-weight: bold;
}

h2 {
    font-size: 16;
	font-family: Arial;
	color: #2F2F2F;
	margin: 0px;
	font-weight: bold;
}

ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:12px;
}
ul.breadcrumbs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

td,table {
        font-size: 12;
        font-family: Arial;
	color: #2F2F2F;
}
body {
        font-size: 12;
        font-family: Arial;
	color: #2F2F2F;
	background-color: #FCFCFC;
}
table.main {
}
table.entry {
        background-color: #E8F0F4;
	border: 1px solid #ABC4D1;
	width: 100%;
}

table.socialbookmark {
	font-size: 10;
}

td.socialbookmark {
	font-size: 10;
}

table.entry_source {
        background-color: #E8F0F4;
        border: 1px solid #ABC4D1;
        width: 100%;
}

table.entry_source_featured {
        background-color: #E8F0F4;
        border: 1px solid #ABC4D1;
        width: 100%;
}

table.entry_preview {
        background-color: #E8F0F4;
        border: 1px solid #ABC4D1;
        width: 100%;
}

table.entry_ad {
        background-color: #E8F0F4;
        border: 1px solid #ABC4D1;
        width: 100%;
}

td.logo {
	border: 1px solid #879BA6;
	background-color: #a2bdbd;
	padding: 0px;
}
td.entry_header {
        background-color: #ABC4D1;
	background-image: url(/images/menu-header-background.png);
	background-repeat: repeat-x;
}
table.main_content {
        background-color: #E8F0F4;
	border: 1px solid #ABC4D1;
	width: 100%;
}
td.main_content_header {
        background-color: #ABC4D1;
        background-image: url(/images/menu-header-background.png);
        background-repeat: repeat-x;
}
td.td_navigation_unselected:hover {
        background-color: #dddddd;
}
td.td_selected {
        background-color: #cccccc;
}
td.td_selected:hover {
        background-color: #bbbbbb;
}
td.td_paging {
	border: 1px solid #ABC4D1;
        background-color: #f5f5f5;
        width: 30px;
        height: 30px;
}
td.td_paging:hover {
        border: 1px solid #879BA6;
        background-color: #dddddd;
}
td.td_showfeed_cate_null {
        cursor: default;
}
td.td_showfeed_cate {
        background-color: #ABC4D1;
        width: 30px;
        height: 30px;
        text-align: center;
        border: 1px solid #000000;
        cursor: pointer;
}
td.td_showfeed_cate:hover {
        background-color: #E8F0F4;
        width: 20px;
        height: 20px;
        text-align: center;
        cursor: pointer;
        border: 1px solid #555555;
}
table.navigation {
        background-color: #E8F0F4;
	border: 1px solid #ABC4D1;
}
td.navigation_header {
        background-color: #ABC4D1;
       	background-image: url(/images/menu-header-background.png);
        background-repeat: repeat-x;
}
table.membernav {
        background-color: #B2CCDA;
	border: 1px solid #879BA6;
 	background-image: url(/images/membernav-header-background.png);
        background-repeat: repeat-x;
}
table.searchnav {
        background-color: #B2CCDA;
        border: 1px solid #879BA6;
        background-image: url(/images/membernav-header-background.png);
        background-repeat: repeat-x;
}
input,textarea {
        border: 1px solid black;
	background-color: #E8F0F4;
}
input.noborder {
        border: 0px solid black;
}

a {
        text-decoration: none;
        color: #336688;
}
a:hover {
        color: #6688aa;
}

