
/* moved the styles below from the site.css in fx */
body {
	background: #fff url(../img/splash-blue.jpg) no-repeat;
	overflow-x:hidden;
}

#canvas {
	position: absolute;
	top: 460px;
	left: 50px;
}

#wrapper {
	margin: 310px 0;
}

#sysmsg-ct {
	margin: 0px auto;
	width: 600px;
	/*height: 90px;*/

	font-family: Verdana,'Lucida Sans Unicode','Lucida Grande',Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 5px;
	
	text-align: center;
	vertical-align: middle;
	/*display: table;*/ /* causes weird behavior in FF */

	border: solid 2px rgba(255, 255, 255, 0.5);

	/* white text with black shadow */
	/*
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	*/

	/* black text with white shadow */
	color: #2d2d2d;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	
	/*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(1%,#1d1e3c), color-stop(1%,#232B30));
	background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 );
	*/
	
	visibility: hidden;
}

#sysmsg-ct div.sysmsg {
	padding: 10px 5px;
}

/* add this class for beveled message box */
#sysmsg-ct.bevel {
	box-shadow: 
		0 1px 2px #fff, /*bottom external highlight*/
		0 -1px 1px #666, /*top external shadow*/ 
		inset 0 -1px 1px rgba(0,0,0,0.5), /*top internal highlight*/ 
		inset 0 1px 1px rgba(255,255,255,0.8); /*bottom internal shadow*/ 
}



/******************* login style *******************/
#login {
	font-family: Verdana,'Lucida Sans Unicode','Lucida Grande',Arial,Helvetica,sans-serif;
	font-size:12px;
	/*background: url(../img/fields.png) no-repeat scroll 0 20px transparent;*/
	height:400px;
	width:350px;
	position: absolute;
	top:140px;
	right:0;
}

#login form {
	margin:0;
	padding-top:19px;
	width:280px;
}

#login fieldset {
	border: medium none;
	clear:both;
	display:block;
	height:20px;
	margin:0;
	padding:12px;
	width:280px;
}

#login label {
	border-top: 2px solid transparent;
	color: #999999;
	float: left;
	font-size: 15px;
	line-height: 18px;
	padding: 4px 0 2px 10px;
	width: 85px;
	
	/* radius */
	height: 24px;
	background-color: #ffffff;
	
	border-radius: 5px 0 0 5px;
	border-top-left-radius: 8px 6px;
	border-top-right-radius: 0px 0px;
	border-bottom-left-radius: 8px 6px;
	border-bottom-right-radius: 0px 0px;
	
	-moz-border-radius: 5px 0 0 5px;
	-moz-border-radius-topleft: 8px 6px;
	-moz-border-radius-topright: 0px 0px;
	-moz-border-radius-bottomright: 0px 0px;
	-moz-border-radius-bottomleft: 8px 6px;
	
	/* shadow */
	-moz-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.1);
	
}

#login input {
	border: medium none white;
	float: left;
	font-size: 16px;
	height: 32px;
	outline: medium none; 
	padding: 2px 10px 1px 1px;
	width: 175px;
	
	/* radius */
	border-radius: 0 5px 5px 0;
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 8px 6px;
	border-bottom-left-radius: 0px 0px;
	border-bottom-right-radius: 8px 6px;
	
	-moz-border-radius: 0 5px 5px 0;
	-moz-border-radius-topleft: 0px 0px;
	-moz-border-radius-topright: 8px 6px;
	-moz-border-radius-bottomright: 8px 6px;
	-moz-border-radius-bottomleft: 0px 0px;
	
	/* shadow */
	-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.1);
}

#container {
	height: 100%;
}

#login fieldset.buttons {
	clear:both;
	margin:0 10px 0 5px;
	padding-top:0;
}

#login span.amnesia {
	float:left;
	padding-right:10px;
	width:110px;
	font-size: 0.95em;
	line-height:20px;
	margin-top:15px;
}

#login span.amnesia a, #login span.amnesia a:visited, #login span.amnesia a:hover {
	color:#ffffff;
}

#login .clicker {
	float:right;
	margin-right:20px;
}

a.clicker, span.clicker {
	height:30px;
	margin:10px 6px 0 0;
	padding:0 10px 0 0;
	text-decoration:none !important;
	vertical-align:middle;
	color:#2e523b;
	display:inline-block;
	font-style:normal;
	border:medium none;
	/*background:url("../img/btn0.png") no-repeat scroll 0 0 transparent;*/
} 

#login button {
	text-align:center;
	width:60px;
}

span.clicker button, span.clicker input {
	line-height:2.5;
	padding-top:0;
}

a.clicker span, span.clicker button, span.clicker input {
	height:30px;
	cursor:pointer;
	display:inline-block;
	font:12px/1 Arial !important;
	margin:0 -10px 0 10px;
	padding:0 0 2px 0;
	vertical-align:text-top;
	white-space:nowrap;

	/*background:url("../img/btn0.png") no-repeat scroll 100% 0 transparent;
	border:medium none;
	margin:0 -18px 0 10px;
	padding:0 10px 2px 0;
	*/
}

a.clicker:hover, span.clicker:hover, span.button-behavior-hover {
	/*background-position:0 -60px;*/
	color:#222222;
	cursor:pointer;
}

#credits {
	color:#ffffff;
	font-family:Verdana,'Lucida Sans Unicode','Lucida Grande',Arial,Helvetica,sans-serif;
	font-size:10px;
	text-align:center;
	width:100%;
	margin:auto;
	position:absolute;
	bottom:0;
	padding-bottom:20px;
}



/* override on default styles of the browser */
input:-webkit-autofill {
	background-color: #ffffff !important;
}


