/*------------------------------------------------------------------------
# Disual 2.0 - January 2008
# ------------------------------------------------------------------------
# Copyright (C) 2006-2008 Disual Digital Visuals, All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Disual Digital Visuals
# Websites:  http://www.disual.net
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	color: #999999;
	background: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
body#bd {
	color: #666666;
	background: #8CB7CE;
	/**/
	height: 600px;
	overflow: hidden;
	/**/
}
body.fs1 {font-size:  9px;}
body.fs2 {font-size: 10px;}
body.fs3 {font-size: 11px;}
body.fs4 {font-size: 12px;}
body.fs5 {font-size: 13px;}
body.fs6 {font-size: 14px;}
/* Normal link */
a {
	color: #950808;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #950808;
	text-decoration: underline;
}
/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3 {
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* Small text */
small, .small, .smalldark, .mosimage_caption {
	color: #999999;
	font-size: 100%;
}
/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 155%;}
h3 {font-size: 125%; font-weight: bold;}
h4 {font-size: 100%; text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
ul {
	list-style: none;
}
ul li {
	padding-left: 33px;
	line-height: 180%;
}
ol li {
	margin-left: 35px;
	line-height: 180%;
}
th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}
fieldset {
	border: none;
}
fieldset a {
	font-weight: bold;
}
hr {
	border-top: 1px solid #DDDDDD;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a img {
	border: none;
}
td, div {
	font-size: 100%;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#background{
	position:relative;
	width:1280px;
	height: 640px;
	max-height: 640px;
	z-index:1;
	text-align:left;
	margin-top: 0px auto;
	background: #8CB7CE url(loginscreen.png) no-repeat;
}
#wrapper{
	position:relative;
}
			/* *** Float containers fix:
			 http://www.csscreator.com/attributes/containedfloat.php *** */
			.clearfix:after{
				 content: ".";
				 display: block;
				 height: 0;
				 clear: both;
				 visibility: hidden;
			}
			.clearfix{display: inline-block;}
			/* Hides from IE-mac \*/
			* html .clearfix{height: 1%;}
			.clearfix{display: block;}
			/* End hide from IE-mac */

#usrname{
	position: absolute;
	left: 661px;
	top:  247px;
	width: 160px;
	z-index:1;
	height: auto;
}
#pass{
	position: absolute;
	left: 661px;
	top:  290px;
	width: 160px;
	z-index:1;
	height: auto;
}
#submit{
	position: absolute;
	left: 766px;
	top:  331px;
	z-index:1;
	height: auto;
}
#footer{
	z-index:2;
	line-height:normal;
	top:  550px;
	margin: 0px auto;
	width: 100px;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	padding: 3px;
	border: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
}
select, textarea, .inputbox {
	background: #FFFFFF;
	color: #666666;
}
.inputbox {
	margin-bottom: 2px;
	padding: 3px 2px 3px 6px;
	border: 1px solid #DDDDDD;
	background: #ebebeb;
}
.inputbox:hover, .inputbox:focus {
}
.button{
	background:transparent url(button.png) repeat-x scroll center;
	color: transparent;
	border:0px;
	width: 47px;
	height: 20px;
}
