/****************
/* General style
****************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../../images/bg2.jpg);
	background-repeat: repeat-x;
}

.textcell {
	font-size: 14px;
	border: groove;
}

.message {
    color:#AA3300;
}

.invisible {
    display: none;
}

/****************
/* order page
****************/

.scrolly { 
    height: 400px; width: 960px; overflow: auto; display: block; position: relative;
}

.content {
	background-color:#ffffff;
	width:960px;
}

.content2 {
	background-color:#ffffff;
	width:600px;
	text-align:left;
}

.seperator {
	width: 960px;
	height: 1px;
}

.title1 {
	font-size: 24px;
	font-weight:bold;
	text-align: center;
}

.title2 {
	font-size: 20px;
	font-weight:bold;
	text-align: center;
}

.title3 {
	text-align: center;
	font-size: 16px;
}

td {
	font-size: 11px;
	text-align: left;
}

#orderTable {
	border-collapse: collapse;
	width: 960px;
	align: center;
}

#orderTable td {
	border-bottom: 1px solid black;
}

.text1 {
	font-weight: bold;
	font-size: 11px;
}

.text2 {
	font-size: 11px;
}

.text3 {
	font-size: 10px;
}

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

.formTable {
	border-width: thin;
	vertical-align: top;
}

/****************
/* Admin pages 
****************/
#login {
	background-color: #DDDDDD;
	color: #000000;
	border: 1px solid #777777;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	width: 440px;
	margin: 5px;
	padding: 10px;
}

#login .theInput {
	font-family: Verdana;
	font-size: 14px;
	width: 110px;
	margin: 5px;
}

.productProperty {
    width: 150px;
}

.adminPanel {
	text-align: center;
	height: 100%;
	width: 100%;
}

.theSubmit {
	font-family: Verdana;
	font-size: 12px;
	background-color: #66AA66;
	color: #FFFFFF;
	margin-right: 5px;
	width: 100px;
}