@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#364955;
	margin-top: 15px;
}

a {
color:#f78307;

}

form {
margin:0px;}

img {
border-style:none;}

input, textarea, select{
width:100%;
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:2px;
}

input[type=checkbox] {
	width:auto;}

.customer {
 	padding-top:52px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:17px;
}

.customer a {
 	color:#364955;
	text-decoration:none;
}

.logo {
position:absolute;
top:30px;
right:30px;
}

#menu {
display:block;
height:25px;
padding-top:10px;
}

#menu ul {
margin:0px;
padding:0px;
}

#menu li {
	color:#FFFFFF;
	text-transform:uppercase;
	float:left;
	list-style:none;
	padding-right:12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left:7px;
	background-position: 0px 3px;
}

#menu li a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:7px;
}

#menu li a:hover {
	color:#f78307;
	text-decoration:none;
	
}

#submenu {
display:block;
height:25px;
padding-top:10px;
}

#submenu ul {
margin:0px;
padding:0px;
}

#submenu li {
	color:#364955;
	text-transform:uppercase;
	float:left;
	list-style:none;
	padding-right:12px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left:13px;
	background-position: 0px 3px;
}

#submenu li a{
	color:#364955;
	text-decoration:none;
	
}

#submenu li a:hover {
	color:#f78307;
	text-decoration:none;
	
}

#functions {
	float:left;
	width:220px;
	padding:0px;
		margin:0px;
	
	}
	
#functions h1 {
	background-image: url(../images/functionsbackground.gif);
	background-repeat: repeat-x;
	margin-right:1px;
	height:26px;
	font-size:14px;
	padding-top:10px;
	padding-left:10px;
}

#functions p {
	padding-right:15px;
	padding-left:10px;
	line-height:17px;
}

#functions li {
	line-height:20px;
}	

#login {
width:450px;
margin:0px auto;
margin-top:100px;
}	

.formlogin {
width:160px;
}	
.formtext {
width:100px;
height:26px;
}	

#login h1 {
	background-image: url(../images/functionsbackground.gif);
	background-repeat: repeat-x;
	margin-right:1px;
	height:26px;
	font-size:14px;
	padding-top:10px;
	padding-left:10px;
}	
	
#edit {
padding-left:221px;

	}	
	
	#edit h1 {
	color:#FFFFFF;
	background-image: url(../images/editbackground.gif);
	background-repeat: repeat-x;
	margin:0px;
	margin-right:1px;
	height:26px;
	font-size:14px;
	padding-top:10px;
	padding-left:10px;
	margin-bottom:10px;
	}	
	
	#edit td {
	padding: 8px;
	}
	
	#edit .header {
	background-color:#536f7f;
	color:#FFFFFF;
	font-weight:bold;}
	
	#edit .darkrow {
	background-color:#efefef;}

	#edit .alertrow {
	background-color:#ffdddd;}
	
	#edit .date {
	width:70px;}

	#edit .dateLarge {
	width:150px;
	text-align:right}

	#edit .id {
	width:50px;
	text-align:right;
	padding-right:20px;}
	
	#edit .amount {
	width:80px;
	text-align:right;
	padding-left:10px;
	padding-right:20px;}

	#edit .number {
	width:70px;
	text-align:right;
	padding-right:20px;}

	#edit .icon {
	width:50px;
	text-align:center;}

	#edit .deactive {
	color:#999999;
	}

	#edit .status {
	width:630px;
	color:#00c100;
	text-align:center;
	font-weight:bold;}
