@charset "utf-8";
/* CSS Document */

html {
	background-image: url(../res/BACKING.png);
	background-position: 0px 142px;
}

.topsection { 
	top: 0px; 
	padding-left: 18px;
	padding-right: 18px;
}

.loginbox {
	width: 80px; 
	font-size: 10px; 
	color: #666;
	margin-top: 2px;
	margin-right: 3px;
}

.backing {
	background: url(../res/backing_small.jpg);
	background-repeat:repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 70px;
}

.topbar_text, .tab > span {
		font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 10pt;
}

.main, .content-filler {
	top: 84px;
}

.content-filler {
	background-color: #D7EAEE;
	bottom: 10px;
	z-index: -1;
	position: absolute;
	width: 948px;
	left: 50%;
	margin-left: -474px;
}

.main {
	background-color: #D7EAEE;
	background-image:url(../res/lovelyfade.png);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	left: 12px;
	right: 12px;
	padding: 12px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}

.content {
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	position: relative;
}

/* TOP BAR */

.topbar {
	position: absolute; 
	top: 70px; 
	left: 0px; 
	right: 0px;
}

.topbar#topbar {
	background-color: #3383AD;
	height: 22px;
}

.topbar#fadeout {
	height: 26px;
	background: url(../res/lovelyfade.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.lowerbar {
	margin-top: -15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 9pt;
	text-align: right;
}

.lowerbar > form {
	display: inline;
}

.lowerbar > input {
	height: 13px;
	margin-top: 0px;
}

.lowerbar > a {
	font-weight: bold;
	color: #FFF;
}

.tab {
	background-image:url(../res/tab_d.png);
	display: block;
	width: 129px;
	height: 28px;
	top: 34px;
	position: absolute;
	text-decoration: none;
	color: #000;
}

.tab.minitab {
	background-image:url(../res/tab_d_ico.png);
	width: 28px;
}

.tab:hover {
	background-image:url(../res/tab_h.png);
}

.tab.minitab:hover {
	background-image:url(../res/tab_h_ico.png);
}

.tab > span {
	padding: 5px 2px 2px;
	text-align: center;
	display: block;
	color:#000;
}

.tab > span > img {
	left: 6px;
	top: 6px;
	position: absolute;
	border: 0px;
}

.tab_selected {
	background-image: url(../res/tab.png);
	color: #FFF;
}

.tab_selected.minitab {
	background-image: url(../res/tab_ico.png);
}

.tab_selected > span {
	color: #FFF;
}

.tab_selected:hover {
	background-image: url(../res/tab.png);
}

.tab_selected.minitab:hover {
	background-image: url(../res/tab_ico.png);
}

/* LIVE BOX */

.livebox {
	background-image:url(../res/transparent.png);
	border: 1px outset #3383AD;
	text-decoration: none;
	position: relative;
	display: block;
	float: right; 	
	padding: 3px;	
}

.livebox:hover {
	background: #7FBFD3;
}

.livebox > span {
	color: #000;
	display: block;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.livebox > span > img {
	border: 0;
	width: 15px;
	margin-right: 5px;
}


/* MAIN CONTENT */
.barspan {
	width: 100%;
	margin: 15px 12px 15px -12px;
	padding: 3px 12px;
	font-weight:bold;
	color: #FFF;
	font-size: 12px;
	background-color: #3383AD;
	clear: both;
}

.inlinebar {
	margin: 0px;
	width: auto;
	left: 0;
	right: 0;
}

.pagetitle {
	font-weight: bold;
	font-size: 20px;
	margin-top: 5px;
}

.pad-top {
	margin-top: 10px;
}

.copyright {
	text-align:center;
	margin-top: 15px;
	clear:both;
}

.selectbox {
	width: 49%;
	height: 75px;
	float: left;
	display: block;
	padding: 3px;
	font-size: 12px;
	text-decoration: none;
	color: #666;
	overflow: hidden;
	line-height:15px;
}

.selectbox:hover {
	background-color: #7FBFD3;
	color:#000;
}

.archived:hover {
	background-color:#CCC;
}

.selectbox > img {
	border: 0;
	width: 100px;
	height: 75px;
	float: left;
	margin-right: 3px;
}

.selectbox > span {
	font-weight: bold;
	text-decoration:underline;
	color: #000;
	font-size: 14px;
}

/* MENU */

.menubutton {
	background-image: url(../res/btnback.png);
	background-repeat:repeat-x;
	background-color: #78bcd1;
	left: 0;
	right: 0;
	display: block;
	padding: 5px;
	border-bottom: solid 1px #000;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}

.menubutton img {
	height: inherit;
	border: 0;
}

.menubutton:hover {
	background-image:url(../res/btnback_over.png);
	background-color: #9FCFDE;
}

.menubutton#top {
	margin-top: -15px;
}

/* misc */

.telly {
	width: 100px;
	height: 72px;
	float:left;
	margin: auto 20px 10px auto;
}
