body {
	background-color: #eee;
	background-image: url(body-background.gif);
	background-repeat: repeat-x;
	/*	background-position: center center; */
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, Verdana, Sans-serif;
	font-size: 12px;
	color: black;
}
td
{
	font-size: 12px;
}
#body-container {
	background-color: #eee;
	background-image: url(background11.gif);
	background-repeat: repeat-y;
	width: 966px;
	margin: 0px auto;
}
#container {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
}
#top-panel {
	width: 760px;
	float: right;
	background-color: white;
	background-image: url(top-panel-background-small.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}
#top-panel-inner {
	width: 728px;
	margin: 0 auto;
	padding: 15px 0 18px 0;
	vertical-align: top;
}
#top-panel-bottom {
	width: 760px;
	height: 10px;
	margin: 0 auto;
	background-image: url(top-panel-bottom3.gif);
}
#bottom-panel {
	width: 760px;
	float: right;
	background-color: white;
	background-image: url(bottom-panel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#bottom-panel-inner {
	width: 728px;
	margin: 0 auto;
	padding-top: 24px;
	vertical-align: top;
}
#body-left {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#body-top {
	margin: 0px;
	padding: 0px;
}
.container-right {
	width: 760px;
	padding: 0px;
	margin: 0px;
	/* overflow: hidden; */
	float: right;
}
.container-video {
	width: 730px;
	float: right;
	margin-right: 15px;
	display: inline;
}
#body-middle {
	width: 400px;
	margin: 0 0 0 195px;
	padding: 0px;
}
#body-right {
	width: 300px;
	float: right;
	margin: 0 15px;
	display: inline;
}
#header-container {
	width: 966px;
	margin: 0 auto;
	background-image: url(background5.gif);
	/*	background-image: url(background11.gif); */
	background-repeat: repeat-y;
	text-align: center;
	font-size: 12px;
}
#header {
	height: 88px;
	width: 940px;
	margin: 0px 13px;
	padding: 0px;
	overflow: hidden;
	background-image: url(header-background.gif);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
}
#logo {
	height: 64px;
	width: 254px;
	margin: 13px 0 0 15px;
	float: left;
	display: inline;
}
#header-elements {
	width: 470px;
	height: 60px;
	float: right;
	text-align: right;
	margin: 15px 20px 0 0;
	display: inline;
	font-size: 12px;
}
#header-elements table {
	width: 470px;
}
#header-elements td {
	text-align: right;
	font-size: 0.8em;
	color: #888;
}
#header-elements td td {
	font-size: 1em;
}
#navigation-outer {
	background-color: #A2CD1D;
	background-image: url(nav-green.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	/* overflow: hidden; */
	z-index: 1;
	min-width: 966px;
	height: 25px;
	color: white;
	font-weight: bold;
	font-size: 12px;
}
#navigation-outer a {
	text-decoration: none;
}
#navigation-outer div {
	float: left;
}
.navigation-item {
	margin: 4px 0 0 5px;
	background-image: url(navigation-item-green.png);
	background-position: center;
	background-repeat: repeat-x;
	visiblity: hidden;
	text-align: center;
}
.navigation-item a {
	width: 100%;
	display: block;
	color: white;
	font-weight: bold;
	font-size: 12px;
	background-color: none;
	display:block;
	padding:2px 0 1px 0;
}
/*.navigation-item span {
	display: block;
	padding: 2px 0 1px 0;
}
*/

.navigation-item a:hover {
background-color: #CD1D1E;
}

#navigation-home {
	display: block;
	width: 100%;
	margin: 3px 0;
	padding: 0;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
#navigation-newsrooms:hover {
background-color: #A2CD1D;
}
#navigation-forums:hover {
background-color: #CD1D1E;
}
#navigation-digital:hover {
background-color: #3E3E3E;
}
#navigation-tv:hover {
background-color: #666;
}
#footer {
	background-image: url(footer-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 966px;
	margin: 0px auto;
}
.search-text {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: black!important;
	vertical-align: middle
}
.search-button {
	width: 50px;
	vertical-align: middle;
	padding-top: 2px;
}
.search-button a {
	background: url(search-button.png) no-repeat scroll 100% 0;
	display:inline-block;
	text-decoration:none;
	color: #000;
	text-align: center;
	padding-top: 4px;
	width: 50px;
	height: 19px;
}
abbr[title], acronym[title] {
     border-bottom-width: 0;
}
.tabs {
	height: 24px;
	border-bottom: 1px solid #A2CD1D;
	overflow: hidden;
	background-image: url(tabs-background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tv {
	padding: 0 20px;
	border-bottom: 3px solid #A2CD1D;
}
.tabs div {
	font-size: 0.9em;
	padding: 6px 0;
	width: 90px;
	float: left;
	margin: 0 2px 0 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background-repeat: no-repeat;
	color: white;
}
.tabs .on {
	background-image: url(tab-on.gif);
	color: black;
}
.tabs .on-large {
	width: 130px;
	background-image: url(tab-on-large.gif);
	color: black;
}
.tabs .off {
	background-image: url(tab-off.gif);
}
.tabs .off-large {
	width: 130px;
	background-image: url(tab-off-large.gif);
}
.tabs .on-small {
	width: 73px;
	background-image: url(tab-on-small.gif);
	color: black;
}
.tabs .off-small {
	width: 73px;
	background-image: url(tab-off-small.gif);
}
.tabs-body {
	width: 260px;
	background-color: #e9f4d7;
	background-image: url(tabs-body-fader.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: black;
	padding: 20px 20px 10px 20px;
}
.tabs-body p {
	font-size: 11px;
	line-height: 1.4em;
}
p.tab-header {
	font-weight: bold;
	color: #555;
	font-size: 12px;
}
div.arrow-link {
	background-image: url(right-arrow-gray-small.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: black;
	padding: 0px 0 0px 15px;
	margin: 0 0 7px 0;
}
div.arrow-link a {
	text-decoration: none;
	font-size: 0.9em;
}
div.arrow-link a:hover {
	text-decoration: underline;
}
div.arrow-link-large {
	background-image: url(right-arrow-gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color: black;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}
div.arrow-link-large a {
	text-decoration: none;
}
div.arrow-link-large a:hover {
	text-decoration: underline;
}
.new-features {
	width: 300px;
	height: 72px;
	background-image: url(new-features-top1.gif);
	background-repeat: no-repeat;
}
.about-our-magazine {
	width: 300px;
	height: 36px;
	background-image: url(about-our-magazine1.gif);
	background-repeat: no-repeat;
}
.subscribe-buttons
{
	clear: both;
	text-align: center;
	padding-top: 1em;
}
.subscribe-buttons img
{
	margin-bottom: 5px;
}
.cartoons-and-ecards {
	width: 300px;
	height: 51px;
}
.cartoons-and-ecards-bottom {
	width: 300px;
	min-height: 35px;
	background-image: url(cartoons-and-ecards-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.grey-rounded-top {
	width: 300px;
	height: 5px;
	background-image: url(grey-rounded-top3.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.grey-rounded-body-title {
	padding: 0 0 0 22px;
	background-color: #eee;
	background-image: url(dt-off-small.gif);
	background-repeat: no-repeat;
	background-position: 7px 2px;
	cursor: pointer;
	border-width: 0 1px;
	border-style: solid;
	border-color: #a3a3a3;
	color: #333;
	font-weight: bold;
}
.grey-rounded-body-title-inner {
	padding: 5px 0 5px 22px;
	background-color: #eee;
	background-image: url(dt-off-small.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	/*cursor: text;*/
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #a3a3a3;
	color: #333;
	font-weight: bold;
}

.grey-rounded-body-title-inner1 {
	padding: 5px 0 5px 12px;
	background-color: #eee;
	background-position: 7px 7px;
	cursor: pointer;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #a3a3a3;
	color: #333;
	font-weight: bold;
}

.grey-rounded-body-title-inner-sub {
	padding: 5px 0 5px 22px;
	background-color: #eee;
	background-image: url(dt-off-small.gif);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	cursor: pointer;
	color: #333;
	font-weight: bold;
}
.grey-rounded-body {
	width: 261px;
	padding: 10px 15px 1px 22px;
	background-color: #eee;
	display: none;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #a3a3a3;
}
.grey-rounded-body ul {
	padding-left: 1em;
	margin-top: 0px;
}
.grey-rounded-body-sub {
	padding: 10px 0px 1px 0px;
	background-color: #eee;
	display: none;
}
.grey-rounded-bottom {
	width: 300px;
	height: 5px;
	background-image: url(grey-rounded-bottom3.gif);
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
	overflow: hidden;
}
.grey-rounded-body-heading {
	padding: 7px 10px 5px 10px;
	background-color: #eee;
	cursor: pointer;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #a3a3a3;
	color: #333;
	font-weight: bold;
}
.hidden {
	display: none;
}
h1 {
	color: black;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #bbb 2px 2px 3px;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
h2 {
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-shadow: #bbb 2px 2px 3px;
}

h2 a{
	color: #FF1111;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration:none;
	text-shadow: #bbb 2px 2px 3px;
}

h3 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-shadow: #bbb 2px 2px 3px;
}

h3 a{
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration:none;
	text-shadow: #bbb 2px 2px 3px;
}

h3.toc {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	text-shadow: #bbb 2px 2px 3px;
}
h3.divider {
	background-color: #e9f4d7;
	text-align: right;
	padding: 5px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #a2cd1d;
	color: #555;
	margin: 5px 0 0 0;
	font-size: 14px;
}
hr {
	height: 1px;
	overflow: hidden;
	color: #A2CD1D;
	background-color: #A2CD1D;
	border: 0px;
}
img {
	border-width: 0px;
}
p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
.news-headline {
	/* border-top: 1px dotted #888; */
	border-top: 1px solid #c0c0c0;
	margin: 5px 0;
	padding: 7px 0 3px 0;
	
}

.news-headline p{
text-align:justify;

}

.news-headline a{
color:#FF1111;
text-decoration:none;
}

.news-headline a:hover{
color:#FF1111;
text-decoration:underline;
}


a.title {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
a.internal {
	text-decoration: none;
	color: black;
	/* border-bottom: 1px dotted #888; */
	border-bottom: 1px solid #c0c0c0;
}
p.attributes {
	color: #888;
	font-size: 0.9em;
	margin: 4px 0;
}
.nav-single {
	width: auto;
	padding: 7px 0 7px 15px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
	color: #888;
}
.nav-single:hover {
	background-color: white;
	text-shadow: #aaa 2px 2px 3px;
	color: black;
}
.nav-single a {
	color: #888;
	text-decoration: none;
}
.nav-single a:hover {
	color: black;
}
#body-left a {
	text-decoration: none;
	font-weight: normal;
}
#body-left a.current {
	text-decoration: none;
	font-weight: bold;
}
#body-left a:hover {
	text-decoration: underline;
}
#body-left a:visited {
	color: blue;
}
.department a
{
	display: block;
	font-weight: bold!important;
	color: #555;
	margin: -7px 0 -7px -15px;
	padding: 7px 0 7px 15px;
	width: auto;
	border-bottom:1px dotted #888888;
	
}
.department a:visited
{
	color: #555!important;
}
.department a:hover
{
	text-decoration: none!important;
	color: #333!important;
}
.department-off {
	width: auto;
	padding: 7px 0 7px 15px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
	color: #555;
}
.department-off:hover {
	color: #111;
	background-color: #eaf5d7;
	color: #333;
	text-shadow: #aaa 2px 2px 3px;
	background-image: url(department-on-background-fader.gif);
	background-repeat: no-repeat;
}
.department-off-static {
	width: auto;
	padding: 7px 0 7px 14px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
	color: black;
}
.department-off-static:hover {
	background-image: url(department-over.gif);
	background-repeat: repeat-y;
	color: white;
	background-position: top right;
}
.department-on {
	width: auto;
	padding: 7px 0 7px 15px;
	font-weight: bold;
	text-shadow: #aaa 2px 2px 3px;
	cursor: pointer;
	white-space: nowrap;
	color: #111;
	background-color: #eaf5d7;
	background-image: url(department-on-background-fader.gif);
	background-repeat: no-repeat;
}
.department-on-static {
	width: auto;
	padding: 7px 0 7px 7px;
	font-weight: bold;
	background-image: url(department-over.gif);
	background-repeat: repeat-y;
	background-position: top right;
	cursor: pointer;
	white-space: nowrap;
	color: white;
}
.submenu {
	background-image: url(submenu-background.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
}
.submenu li {
	padding: 0 0 7px 0;
	font-size: 0.9em;
}
.parent-section {
	font-size: 12px;
	padding-top: .5em;
	/*border-top: 1px solid #888;*/
	color:#000;
	font-weight:bold;
}
.nav-splitter {
	height: 1px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(dotted-grey.gif);
	background-repeat: repeat-x;
}
.nav-spacer {
	height: 3px;
	overflow: hidden;
}
#body-left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 5px 15px;
	color: white;
}
td.video-still {
	background-image: url(background.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #8c8c8c;
	vertical-align: top;
}
.video-title {
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 5px 0 8px;
	color: white;
}
.video-title a {
	color: white;
}
.video-tag {
	font-size: 0.8em;
	font-weight: normal;
	padding: 8px;
	color: white;
}
.rating {
	padding: 0 0 8px 8px;
}
.editorial ul, ol {
	padding-left: 20px;
	margin: 0 0 6px 4px;
	line-height: 1.5em;
}
.editorial table {
	background-color: #A2CD1D;
}
.editorial td {
	background-color: #FFFFFF;
}
.editorial th {
	background-color: #CBE5A0;
}
form {
	padding: 0px;
	margin: 0px;
}
fieldset {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
/* Search Result Rules */
.search-results-url {
	margin: 0px;
	color: #888;
	font-size: 0.9em;
	text-decoration: none;
}
.subtle {
	margin: 0px;
	color: #888;
	text-decoration: none;
}
.small
{
	font-size: 0.9em;
}
.comments {
	width: 400px;
}
.add-comment {
	border: 1px solid #d3d2d2;
	background-color: #e5e5e5;
	background-image: url(add-comment-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	margin: 10px 0;
	font-weight: bold;
}
.add-comment .label {
	font-size: 0.9em;
}
.add-comment td {
	background-color: #e5e5e5;
}
.user-comment {
	border: 1px solid #d3d2d2;
	background-color: #ecf5d1;
	background-image: url(comment-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	margin-bottom: 10px;
	/* clear: both; */
}
.user-comment-blue {
	border: 1px solid #d3d2d2;
	background-color: #c0e7ff;
	background-image: url(comment-top-blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	margin-bottom: 10px;
	/* clear: both; */
}
.user-comment p, .user-comment-blue p {
	margin: 0 5px 15px 20px;
}
p.middle * {
	vertical-align: middle
}
.tab-table td {
	font-size: 0.9em;
	width: 260px;
}
.top-rss-link {
	text-align: right;
	float: right;
}
.sitemap li {
	padding: 0 0 7px 0;
	font-size: 0.9em;
}
.sitemap {
	width: auto;
	padding: 7px 0 7px 15px;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
	color: #555;
}
.bold-text {
	font-weight: bold;
	font-size: 1.1em;
}
table.subscribe td {
	vertical-align: top;
}
table.free-guide td {
	vertical-align: top;
	color: #A2CD1D;
	font-weight: bold;
	font-size: 1.1em;
}
div.blog {
	color: red;
}
p.font-test {
	font-family: Verdana, "Lucida Grande", Arial, Sans-serif;
	font-weight: bold;
	font-size: 62px;
}
table.data {
	border-color: #eeeeee;
}
table.data th {
	vertical-align: bottom;
}
table.data td {
	text-align: center;
}
#login {
	position: absolute;
	width: 940px;
	z-index: 500;
}
#loginbox {
	float: right;
	display: block;
	background-image: url(login.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 10px;
	width: 200px;
	color: #fff;
}
.post blockquote {
	margin: 1em 0 1em 2em;
	padding: 1em 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #333;
}
.posted {
	font-weight: bold;
}
.red {
	color: #f00;
}
.caption {
	float: right;
	margin: 0 0 10px 10px;
	max-width: 200px;
	width: expression(document.body.clientWidth > 200? "200px");
}
.caption img
{
	float: right;
	margin-bottom: 0.5em;
}
.caption p {
	font-weight: bold;
	font-size: 0.9em;
	color: #888;
	margin: 0;
}
.profile-left {
	text-align: right;
	font-weight: bold;
}
.username {
	text-decoration: none;
	font-weight: bold;
}
.share-buttons {
	float: right;
	line-height: 1.4em;
}
.share-buttons a {
	text-decoration: none;
}
/* Forum Posts */
.post {
	border: 1px solid #d3d2d2;
	background-color: #f2f2f2;
	background-image: url(comment-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
	margin-top: 10px;
	overflow: auto;
	width: 100%;
	font-size: 12px;
}
.post p {
	padding: 0;
	margin: 0 0 1em 0;
}
.post-attributes {
	color: #888;
	font-size: 0.9em;
	margin: 0;
	float: left;
}
.post-quote {
	color: #888;
	font-size: 0.9em;
	margin: 0;
	float: right;
}
.post-attributes a, .thread-latest-data a, .post-quote a {
	text-decoration: none;
	color: #888;
}
.post-body {
	vertical-align: bottom;
	height: inherit;
	padding-left: 10px;
}
.post-content {
	vertical-align: top;
	height: 100%;
}
.post-user {
	vertical-align: top;
	width: 150px;
	padding-right: 5px;
	border-right: solid 1px #888;
	height: 100%;
}
.post-user div {
	font-size: 0.9em;
	margin-top: 0.5em;
}
.post-bottom {
}
/* Help Tables */
.help-table
{
margin: 0 0 1em 0;
background-color: #fff!important;
color: #fff;
width: 100%;
text-align: center;
vertical-align: top;
}
.help-table td
{
padding: 0.5em 5px 0 5px;
vertical-align: top;
}
.help-table a
{
color: #fff;
text-decoration: none;
}
.help-table a:hover
{
text-decoration: underline;
}

.banner{
float: right;
margin: 10px 0px 5px 7px;
clear: right;
border:1px solid #000000;
}

.img1
{
border:1px solid #cccccc;
background:#f2f2f2;
padding:2px;
}


.links{
font-family: "Lucida Grande", Arial, Verdana, Sans-serif;
font-size:12px;
padding:4px;
padding-left:5px;
padding-right:5px;
text-align:justify;
text-decoration:none;
color:#000000;
font-weight:normal;

}

.links a{
font-family: "Lucida Grande", Arial, Verdana, Sans-serif;
color:#FF1111;
text-decoration:underline;
font-weight:normal;

}

.links a:hover{
font-family: "Lucida Grande", Arial, Verdana, Sans-serif;
color:#FF1111;
text-decoration:none;
}

