/*********/
/* LINKS */
/*********/
a:link {
	color: #0011FF;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom: 1px dotted #AABBFF; */
}
a:visited {
	color: #0011FF;
	font-weight: bold;
	text-decoration: none;
	/*border-bottom: 1px dotted #AABBFF; */
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

/*************/
/* HTML TAGS */
/*************/
body {
	padding: 0px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: rgb(250,250,240);
}
h1 {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
h2 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
h3 {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
p {
	margin-top: 3pt;
	margin-bottom: 6pt;
}
table {
	empty-cells: show;
}

/*********************/
/* CLASS DEFINITIONS */
/*********************/
.banner {
	min-height: 17px;
	padding: 3px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: rgb(200,50,80);
	/* color: rgb(120,120,120); */ /* grey color */
	background: URL('images/gradient.gif');
	bottom center repeat-x;
	border-left  : 1px solid rgb(255,255,255);
	border-top   : 1px solid rgb(255,255,255);
	border-right : 1px solid rgb(155,155,155);
	border-bottom: 1px solid rgb(155,155,155);
	/*border: 1px dotted red;*/
}
.grouping {
	border-left: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(155,155,155);
	border-bottom: 1px solid rgb(155,155,155);
	padding: 2px;
}
.flag {
	border-left: 1px solid rgb(255,255,255);
	border-top: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(155,155,155);
	border-bottom: 1px solid rgb(155,155,155);
}
.groupList {
	max-height: 1000px;
	overflow: auto;
}
.filter {
	font-size: 8pt;
	width: 154px;
}
.filterUnselected {
	padding: 2px;
}
.filterSelected {
	border: 2px solid rgb(255,100,100);
	padding: 2px;
}
.listHead {
	color: rgb(200,50,80);
	background: rgb(240,240,240);
}
.topicList {
	/*max-height: 1000px;*/
	overflow: auto;
}
.spacer {
	height: 8px;
	/*border: 1px solid black;*/
}
.navSpacer {
	height: 0px;
}
.miniNav {
	max-height: 675px;
	overflow: auto;
}
.recess {
	border-right: 	1px solid rgb(255,255,255);
	border-bottom: 	1px solid rgb(255,255,255);
	border-left: 	1px solid rgb(155,155,155);
	border-top: 	1px solid rgb(155,155,155);
}
.box {
	border: 1px solid rgb(20,255,20);
}
.form {
	color: Black;
	background: rgb(240,240,232);
}
.required {
	color: Black;
	/*background: rgb(240,255,232);*/
	background: rgb(255,240,232);
}
.label	{
	font-size: 8pt;
	color: rgb(100,100,100);
}
.info {
	color: Green;
	font-size: 12pt;
	font-weight: bold;
}
.warn {
	color: Orange;
	font-size: 12pt;
	font-weight: bold;
}
.error {
	color: Maroon;
	font-size: 12pt;
	font-weight: bold;
}
.copyright {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
/* TEXT CLASSES */
.left	{ text-align: left; }
.center	{ text-align: center; }
.right	{ text-align: right; }
.bold	{ font-weight: bold; }
.smallbold {
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
}
.pt18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
}
.pt16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
.pt14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.pt12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.pt10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.pt8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.pt6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
}

/**************************/
/* PAGE HEADER CONTAINERS */
/**************************/
#header {
	position: relative;
	min-width: 875px;
	height: 100px;
	text-align: center;
	/*border-bottom: 2px solid rgb(127,127,127);*/
	border-bottom: 2px solid rgb(255,0,0);
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	/*border: 1px solid orange;*/
}
#logo .slogan {
/*	float: left;*/
	font-size: 8pt;
	letter-spacing: 2pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: rgb(100,100,100);
}
#topNav {
	position: relative;
	font-weight: bold;
	text-align: center;
	/*border: 1px solid black;*/
}
#inputNav {
	padding: 10px;
}
#outputNav {
	padding: 10px;
	margin-left: 10px;
}
.unselected {
}
.selected {
	text-decoration: underline;
	color: red;
}
.selectedTab {
	font-size: 16pt;
	margin-bottom: 1px;
	background: rgb(250,250,240);

	/*
	border-left: 2px solid rgb(127,127,127);
	border-top: 2px solid rgb(127,127,127);
	border-right: 2px solid rgb(127,127,127);
	border-bottom: 2px solid rgb(250,250,240);
	*/

	border-left: 2px solid rgb(255,0,0);
	border-top: 2px solid rgb(255,0,0);
	border-right: 2px solid rgb(255,0,0);
	border-bottom: 2px solid rgb(250,250,240);
}
.unselectedTab {
	font-size: 14pt;
	margin-top: 1px;
	background: rgb(230,230,230);
	border-left: 1px solid rgb(127,127,127);
	border-top: 1px solid rgb(127,127,127);
	border-right: 1px solid rgb(127,127,127);
}
#user {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 11pt;
	text-align: right;
	/*border: 1px solid red;*/
}
#content {
	position: relative;
	/* min-width: 875px; */
	min-width: 1095px;
	text-align: left;
	/*border: 1px dotted blue;*/
}
#footer {
	position: relative;
	clear: left;
	min-width: 875px;
	margin: 5px;
	text-align: center;
	/*border: 1px solid black;*/
}
/************************/
/* MAIN BODY CONTAINERS */
/************************/
#leftContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 187px;
	/*border: 1px dotted Black;*/
}
#rightContainer {
	min-width: 500px;
	margin-left: 197px;
	/*border: 1px dotted Black;*/
}
#middlePanel {
/*	min-width: 510px;*/
	min-width: 728px;
	margin-left: 197px;
	margin-right: 170px;
	/*overflow: auto;*/
	/*border: 1px solid Blue;*/
}
#rightPanel {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 160px;
	/*border: 1px dotted Black;*/
}
#sourcePanel {
/*	min-width: 510px;*/
	min-width: 728px;
	margin-left: 197px;
	margin-right: 170px;
	/*overflow: auto;*/
	/*border: 1px solid Blue;*/
}
#audio {
	min-height: 150px;
	padding: 3px;
	color: rgb(0,0,0);
	background: rgb(224,224,224);
	border-left: 	1px solid rgb(255,255,255);
	border-top: 		1px solid rgb(255,255,255);
	border-right: 	1px solid rgb(155,155,155);
	border-bottom: 	1px solid rgb(155,155,155);
	/*border: 1px dotted Red;*/
}
#comments {
	max-height: 300px;
	width: 100%;
	overflow: auto;
}
#views {
	float: left;
	padding: 3px;
}
#database {
	width: 100%;
	/*border: 1px dotted Red;*/
}
#relatedBody {
	height: 680px;
	overflow: auto;
	/*border: 1px solid green;*/
}
/**************/
/* FEED STUFF */
/**************/
.src {
	padding: 3px;
}
.AdSenseEmbed {
	float: left;
	width: 180px;
	height: 150px;
	padding: 4px;
	margin: 1px;
	overflow: auto;
	color: Black;
	background: rgb(240,240,232);
}
.feed {
	float: left;
	width: 180px;
	height: 150px;
	padding: 4px;
	margin: 1px;
	overflow: auto;
	color: Black;
	background: rgb(240,240,232);
}
.feedSelected {
	float: left;
	width: 180px;
	height: 150px;
	padding: 2px;
	margin: 1px;
	overflow: auto;
/*	background: rgb(242,242,255);*/
	background: rgb(255,255,255);
	border-left: 	2px solid rgb(255,100,100);
	border-top: 		2px solid rgb(255,100,100);
	border-right: 	2px solid rgb(255,100,100);
	border-bottom: 	2px solid rgb(255,100,100);
}
.feed:hover {
	display: block;
	background: rgb(250,250,250);
}
.feedSelected:hover {
	display: block;
	background: rgb(250,250,250);
}
.feedTitle {
	margin-bottom: 3px;
	border-bottom: 1px solid Black;
}
.feedBody{
}
.feedCtrls {
	float: right;
	text-align: right;
	font-size: 12px;
	margin-top: 1px;
}
.feedImg {
	float: right;
	text-align: right;
	margin-left: 2px;
}

/**************************/
/* ADVERTISING CONTAINERS */
/**************************/
#topAd {
	position: relative;
	text-align: center;
	margin: 5px;
	width: 966px;
	/*border: 1px solid yellow;*/
}
#rightAd {
	position: relative;
	float: right;
	width: 120px;
	margin: 0px 5px 0px 5px;
	text-align: center;
	/*border: 1px solid green;*/
}
#banner728x90 {
	width: 728px;
	height: 90px;
	border: 1px dotted black;
}
#banner120x600 {
	width: 120px;
	height: 600px;
	border: 1px dotted black;
}
#banner120x240 {
	width: 120px;
	height: 240px;
	border: 1px dotted black;
}
#banner120x90 {
	width: 120px;
	height: 90px;
	border: 1px dotted black;
}
#banner468x60 {
	width: 468px;
	height: 60px;
	border: 1px dotted black;
}

/**********************/
/* STAR RATING SYSTEM */
/**********************/
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
	background-image: URL('images/star.gif') left -1000px repeat-x;
}
.star-rating {
	position: relative;
	width: 60px;
	height: 12px;
	margin: 0;
	padding: 0;
	background-position: left top;
	list-style: none;
	overflow: hidden;
}
.star-rating li {
	display: inline;
}
.star-rating a,
.star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	line-height: 24px;
	height: 12px;
	outline: none;
	border: none;
	overflow: hidden;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}
.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}
.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}
.inline-rating {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}
.small-star {
	width: 60px;
	height: 12px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating {
	background-image: URL('images/star_small.gif');
	line-height: 12px;
	height: 12px;
}

.rcred {
	height: 1px;
	padding: 1px;
	overflow: hidden;
}

