@charset "utf-8";

body {
	background-color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
input {
	color: #FFFFFF;
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


textarea {
	background-color: #666666;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
	font-style: normal;
}

a:link {
	color: #FF9900;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	color: #CC9900;
	text-decoration: none;
}


.misc_master {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.misc_biglogo {
	background-image: url(img/mainlogo.png);
	background-repeat: no-repeat;
	height: 118px;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
}
.banner_master {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.banner_logo {
	background-image: url(img/normallogo.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 366px;
	float: left;
}
.banner_links {
	height: 14px;
	width: 500px;
	float: left;
	margin-top: 50px;
	font-size: 14px;
	margin-left: 20px;
}
.fp_recent {
	background-image: url(img/recent.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 900px;
	float: left;
	background-position: center;
	margin-top: 5px;
}
.fp_fave {
	height: 466px;
	width: 896px;
	float: left;
	border: thin dashed #000000;
}
.fp_recent .fp_recent_spacer {
	float: left;
	height: 100px;
	width: 80px;
}
.fp_news {
	margin-top: 5px;
}
.fp_news .left {
	width: 120px;
	vertical-align: top;
}
.fp_news .right {
	width: auto;
	vertical-align: top;
	padding-left: 15px;
}
.thumb_120x90 {
	background-image: url(img/thumbnails/broken122x98.png);
	height: 90px;
	width: 120px;
	float: left;
	border: 2px solid #000000;
	margin-top: 3px;
	margin-left: 25px;
}

.thumb_120x90_special {
	background-image: url(img/thumbnails/broken122x98.png);
	height: 90px;
	width: 120px;
	float: left;
	border: 2px solid #FF9933;
	margin-top: 3px;
	margin-left: 50px;
}
.thumb_120x90_up {
	background-image: url(img/thumbnails/broken122x98.png);
	height: 90px;
	width: 120px;
	float: left;
	border: 2px solid #000000;
}
.thumb_spacer_up {
	width: 30px;
	float: left;
}

.sys_avatar {
	background-image: url(img/unknownuser.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 2px solid #333333;
	background-position: 1px;
}
.txt_grey {
	color: #333333;
}

.txt_center {
	margin-right: auto;
	margin-left: auto;
}


.txt_orange {
	color: #FF9900;
}
.txt_14pt {
	font-size: 14px;
}
.txt_9pt {
	font-size: 9px;
}
.txt_10 {
	font-size: 10px;
}


.txt_blue {
	color: #0066CC;
}
.bar_bg {
	background-image: url(img/taskbar.png);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	position: fixed;
	bottom: 0%;
	width: 100%;
}
.tool_center {
	display:block;
	margin-left:auto;
	margin-right:auto; 
	height: auto;
	width: auto;
}
