html {
	height: 90%;
}

body {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	text-align:center;

	scrollbar-3dlight-color: #00A8FF;
	scrollbar-arrow-color: #00A8FF;
	scrollbar-darkshadow-color: #0058FF;
	scrollbar-face-color: #D2D2D2;
	scrollbar-highlight-color: #E8E8E8;
	scrollbar-shadow-color: #D2D2D2;
	scrollbar-track-color: #FFFFFF;
}

html>body {
	height: 90%;
}

img {
	padding: 0;
	margin: 0;
}

td {
	font-size: 11px;
}

.admin_sub_menu {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top:1px solid black;
	border-bottom: 1px solid black;
}


/*** HYPERLINKS ***/

a:link {
	color: #B2B2B2;
	text-decoration: none;
	letter-spacing: 2px;
}

a:visited {
	color: #B2B2B2;
	text-decoration: none;
	letter-spacing: 2px;
}

a:hover {
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
}

#subnav:link {
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
}

#subnav:visited {
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
}

#subnav:hover {
	color: #FA00A7;
	text-decoration: none;
	letter-spacing: 2px;
}

#sub_subnav:link {
	color: #FA00A7;
	text-decoration: none;
	letter-spacing: 2px;
}

#sub_subnav:visited {
	color: #FA00A7;
	text-decoration: none;
	letter-spacing: 2px;
}

#sub_subnav:hover {
	color: #FA00A7;
	text-decoration: none;
	letter-spacing: 2px;
}

/*** PAGE TITLE ***/

.page_title {
	font-size: 20px;
	color: #B2B2B2;
	margin-bottom: 10px;
}

/*** FORMFIELDS AND STUFF ***/

form {
	padding: 0;
	margin: 0;
}

div.lable {
	padding-right: 5px;
	text-align: right;
	width: 85px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #B2B2B2;
	color: #B2B2B2;
}

input.submit {
	margin: 0;
	width: auto;
	height: 20px;
	border: 1px solid #606060;
}

input.file {
	height: 20px;
	width: 290px;
}

input, select {
	margin: 0;
	padding: 3px;
	width: 290px;
	background-color: #FFF;
	color: #000;
	font-size: 9pt;
	border: 1px solid #B2B2B2;
	height: 20px;
}

select {
	padding: 0;
	height: 18px;
}

textarea {
	margin: 0;
	font-family: Arial;
	padding: 3px;
	width: 290px;
	background-color: #FFF;
	color: #000;
	font-size: 11px;
	border: 1px solid #B2B2B2;
	height: 90px;
}

/* fucking ie hacks */
*+html input {
	margin-top: -1px;
}

*+html textarea {
	margin-top: -1px;
}


/*** BOXES ***/
div.flyerbox {
	float: left;
	width: 204px;
	height: 407px;
	border: 1px solid #00F500;
}

div.menubox {
	float: left;
	margin-left: 30px;
	width: 140px;
	min-height: 407px;
	height: auto;
	border: 1px solid #00A8FF;
}

* html div.menubox {
	height: 407px;
}

div.contentbox {
	float: left;
	margin-left: 15px;
	width: 543px;
	height: 407px;
	border: 1px solid #00A8FF;
}
