
body {
	color: #EEEEEE;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* General page style */

a:link, a:active, a:visited, a.postlink {
	color: #C3E5FF;
	text-decoration: none;
}

a:hover{
	color: #EEEEEE;
	text-decoration: none;
}

.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
	display: block;
	width: 16px;
	height:16px;
}
a.checkbox, a.checkboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

a.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
}

a.checkboxchecked {
	background: url(images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
	display: block;
	width: 16px;
	height:16px;
}

a.radiobox, a.radioboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

a.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
}

a.radioboxchecked {
	background: url(images/RadioboxChecked.gif) no-repeat center center;
}

img {
	border: 0px; vertical-align: middle;
}

table {
	color: #EEEEEE;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	background: black;
	color:#FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:25px;
	white-space:nowrap;
	text-align:left;
	padding-left:8px;
	padding-right:8px;
}

th a, th a:visited, th a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
th a:hover {
	color: #C3E5FF;
	text-decoration: none;
	font-weight: bold;
}

th.smalltitle {
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

th.footer {
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.spacerow	{
	background: #00000;
	height: 9px;
}

td.cat {
	font-weight:bold;
	letter-spacing:1px;
	background: #2b577c url(images/head.jpg) repeat-x;
	height:22px;
	text-indent:4px;
}

.row1viewnews {
	background: # url(images/table.jpg) repeat-x top;
}

.row2viewnews {
	background:# url(images/table.jpg) repeat-x top;
}

.row1 {
	background:#;
	color: #EEEEEE;
}

.row2,.helpline	{
	background:#;
	color: #EEEEEE;
}

.row3 {
	background:#;
}

.row4 {
	background: #00000 url(images/head.jpg) repeat-x;
	height: 23px;
	font-size:9px;
	color: #FFFFFF;
	font-weight:bold;
}

.positive {
	color: #008800;
}

.negative {
	color: #FF0000;
}

.maintitle {
	font-size: 24px;
	font-weight: bold;
	color:#C3E5FF;
}
.subtitle  {
	font-size: 12px;
	color:#C3E5FF;
}

.menu {
	/* font-size: 9px; */
}
.a:link, .menu a:active, .menu a:visited {
	color:#C3E5FF;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}

.small {
	font-size: 11px;
}
.small:hover {
	color: #FFFFFF;
}

.copy {
	color: #C3E5FF;
}

.copy a:link, .copy a:active, .copy a:visited {
	color: #C3E5FF;
}

.copy a:hover {
	color: #C3E5FF;
}

form {
	display: inline;
}

.forumline {
	background: none;
}

.input {
	background:#EEEEEE;
	color: #000000;
	border: #000000 solid 1px;
	font-size: 12px;
}


input.helpline1 , input.helpline2 {
	background:#EEEEEE;
	color: #000000;
	border: #000000 solid 1px;
	font-size: 12px;
}

input {
	color: #000000;
	padding-bottom:2px;
	padding-left:2px;
}

input.post {
	color:#000000;
	background:#EEEEEE;
	border: #000000 solid 1px;
	border-top: 1px solid #ABABAB;
	border-bottom: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	padding-bottom:2px;
	padding-left:2px;
}

textarea {
	color:#000000;
	background:#EEEEEE;
	border: #000000 solid 1px;
	border-top: solid 1px #ABABAB;
	border-bottom: solid 1px #9A9A9A;
	border-right: solid 1px #9A9A9A;
	padding-bottom:2px;
	padding-left:2px;
}

input.button, input.liteoption, input.mainoption {
	color:#000000;
	background:#EEEEEE;
	border: #000000 solid 1px;
	border-bottom: solid 1px #9A9A9A;
	border-right: solid 1px #9A9A9A;
	background:#e5e3e3;
	font-size:9px;
	padding : 1px;
}

input.mainoption {
	font-weight: bold;
}

input[disabled]{
  background:gray;
  color:silver;
}

input.hasDatepicker {
	font-weight:normal;
}

input.button:hover,	input.liteoption:hover,	input.mainoption:hover {
	color:#000000;
	background:#EEEEEE;
	border: #000000 solid 1px;
	border-bottom: solid 1px #9A9A9A;
	border-right: solid 1px #9A9A9A;
	background:#e5e3e3;
	font-size:9px;
	padding : 1px;
}

.rowHover {
	background: #00000;
	color:#EEEEEE;
}

div.graph {
	position: relative;
	width: 98%;
	border: #000000 solid 1px;
	padding: 2px;
	margin: 2px 0;
	text-align: center;
}

div.graph .bar {
	display: block;
	position: relative;
	background: #;
	color: #EEEEEE;
	height: 1.3em;
	line-height: 1.3em;
}

div.graph .bar span {
	position: absolute; left: 1em;
}

/* News Accodrion */
#rrs_news  {
/*	width: 180px; */
	margin:  0px;
	padding: 0px;
	border: 0px solid black;
}

#rrs_news div.content a {
	color: #C3E5FF;
	text-decoration: none;
	font-size: 12px;
}

#rrs_news div.content a:hover {
	color: #EEEEEE;
	text-decoration: none;
}

#rrs_news div.content {
	margin-bottom : 10px;
	border: none;
	color: #EEEEEE;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	background-color: #;
	overflow: hidden;
}

#rrs_news div.title {
	cursor: pointer;
	display: block;
	padding: 5px;
	margin-top: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background: #2b577c url(images/head.jpg) repeat-x top;
	border: 0px solid #252525;
}

#rrs_news div.title:hover {
	color: #C3E5FF;
	background: #346995 url(images/head_hl.jpg) repeat-x top;
}

#rrs_news div.title.selected {
	color: #FFFFFF;
	background: #43759f url(images/head_active.jpg) repeat-x top;
	border-bottom: 1px solid black;
}

#wrapper{
	background: transparent;
	width: 1050px;
	margin: 0px auto;
}

#toptitles{
	position: absolute;
	right: 70px;
	top: 30%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
}

#header{
  width: 1150px;
	margin: 0px auto;
	position: relative;
	height: 180px;
}

#header h1{
	margin-left: 100px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: -9999px;
	height: 180px;
}

#navigation{
	position: absolute;
	right: 60px;
	bottom: 0px;
}

#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li{
	float: left;
}

#navigation ul li a{
	background: transparent url(images/nava.png) repeat-x top;
	/*text-transform: uppercase;*/
	margin-left: 5px;
	display: block;
	float: left;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

#navigation ul li a:hover{
	background: #333333;
	text-decoration: underline;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#navigation ul li a:active{
	background: transparent url(images/nava.png) repeat-x top;
	border-top: 1px solid #;
	border-left: 1px solid #;
  	border-right: 1px solid #;
}

#footer{
	text-align: center;
	padding: 20px;
	background: #333333 url(images/footbg.jpg) repeat-x top;
}

td.menu{
	background: black url(images/table.jpg) repeat-x top;
	margin:0px;
	font-weight:bold;
}

td.channel {
	font-weight:bold;
}

td.channel, td.player{
	font-size:9px
}

.errortable a {
	color:red;
	text-decoration: underline;
}

.image-warning a {
	color:black;
}

.image-warning {
	text-align: left;
}

#inner_wrapper {
	width:720px;
	margin-top: 10px;
	margin-right : auto;
	margin-bottom: 10px;
	margin-left: auto;
}


.member_wrapper {
	width:690px;
	margin-top: 10px;
	margin-right : auto;
	margin-bottom: 10px;
	margin-left:auto;
}

.class_header {
	font-weight: bold;
	font-size: 15px;
}

.roster_hr_member {
	border: none 0;
	border-top: 1px dashed ;
	height: 1px;
}

roster_member_right {
	text-align: right;
}


.floatR {
	float:right;
}

.right {
	text-align:right;
	margin-top: 8px;
}

/* News Style */
.newscontainer {
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 3.5em;
}

blockquote {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 0.1em;
	padding: 0;
	color: #CFCFCF;
	padding-left: 0.6em;
	border-left: solid 4px #336796;
	background-image: none;
}

/* Module Addisions */
.birthday_today{
	color:#FFFFFF;
	background:#285E8D;
}

.weather_temp {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.weather_wind {
	font-size: 11px;
}

.weather_city {
	font-size: 13px;
	font-weight: bold;
	text-align:center;
}