@charset "utf-8";
/* CSS Document */

/* 
**************************************
GLOBAL 
**************************************
*/

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* 
**************************************
HEADER 
**************************************
*/

.header {
	position: fixed;
	background:#000;
	width: 960px;
	height: 120px;
	z-index: 5;
}

.titlegraphics {
	background:url(../graphics/deadcraft_title.jpg);
	width: 286px;
	height: 62px;
	position: relative;
	top: 30px;
	left: 30px;
}

.headergraphics {
	background:url(../graphics/header_gfx.jpg);
	width: 420px;
	height: 120px;
	float: right;
}

.text {
	top: 170px;
	left: 50px;
	width: 100%;
	height: 140px;
	position: relative;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}


/* 
**************************************
LOGIN / MENU CONTROLS
**************************************
*/

.login {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	background:#EEAA00;
	width: 960px;
	height: 40px;
	position: fixed;
	top: 120px;
	z-index: 5;
}

.login input updatepaymentbtn {
	font-size: 10px;
}

.login_form{
	position: relative;
	top: 5px;
	left: 20px;
}

.control_form{
	position: relative;
	top: 10px;
	left: 20px;	
}

.welcome_message{
	float: right;
	position: relative;
	bottom: 10px;
	right: 20px;	
}


.link_form{
	float: right;
	position: relative;
	bottom: 10px;
	right: 20px;	

}

.error_message {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	background:#FF0000;
	width: 960px;
	height: 20px;
	position: fixed;
	top: 160px;
	padding-top: 0px !important;	
	padding-top: 4px;
	z-index: 5;
}

.error_message p{
	margin-top: 2px !important;
	margin-left: 20px;
}

/* 
**************************************
BODY
**************************************
*/

.fullscreen {
	display:block;
	position:absolute;
	top:0;
	left:12%;
	/*width:100%;*/
	height:100%;
}

body {
	background-color: #222;
	height: 100%;	
}

.mainpanel {
	width: 960px;
	position: relative !important;
	position: static;
	top: 180px !important;
	top: 0px;
}

.statustable {
	width: 720px;
	float: left;
	padding-bottom: 20px !important;

}

.statustable table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	background: #fff2d4;

}

.statustable table select{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.statustable table th{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 40px;
	background:#FFF;
}

.statustable table td{
	border: none;
}

.statustable table #tablespace {
	background: #FFF2D4;
	min-width: 20px;
	font-size: 18px;
	text-align:center;
	color:#C60;
}

.statustable table #ordername  {
}

.statustable table #orderby {
}

.statustable table #requestedon {
}

.statustable .tablerow1 {
	background:#FFE;
}

.statustable .tablerow1 td {
	text-align: center;
	margin: 1px;
}

.statustable .tablerow2 {
	background: #EC9;
}

.statustable .tablerow2 td {
	text-align: center;
	margin: 1px;
}

.statustable .rowbreak {
	line-height: 1px;
	background:#963;
}

.statustable img {
	margin-top: 2px;
	margin-bottom: 4px;
}

.statustable .photolink {
	border: none;
}

.emailorder{
	width: 210px;
	float: left;
	margin-left: 10px;
	padding: 10px;
	background-color: #000;
}

.actionman {
	width: 210px;
	float: right;
	margin-left: 10px;
	padding: 10px;
	background-color: #F90;
}

.emailorder th, .actionman th{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.emailorder td, .actionman td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.emailorder .dolls {
	background-image:url(../graphics/dolls.gif);
	width: 200px;
	height: 110px;
}

/*
**********************************
FORM INPUT TAGS
**********************************
*/

.textfield{
	font-size: 10px;
}

input.submitbutton{
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
	overflow: visible;
}
