/****************
/* General style
****************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

.noprint {
    display: none;
}

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

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

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

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

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

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

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

.title3 {
	font-size: 14px;
	text-align: center;
}
td {
	font-size: 11px;
	text-align: left;
}

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

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

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

.text2 {
	font-size: 10px;
}

.text3 {
	font-size: 8px;
}

.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;
}

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

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

.menu {
    display: none;
}