
body { 
	font: 8pt Arial; 
	text-align: center; 
	padding: 0px; 
	margin: 15px; 
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #A8A8A8;
}

/* Font Styles (h1 -> h5) */
h1 { font: 12pt Arial; font-weight: bold; padding: 0px; margin: 0px 0px 10px 0px; color: #993300; }
h2 { font: 10pt Arial; font-weight: bold; padding: 0px; margin: 0px 0px 5px 0px; }
h3 { font: 12pt Arial; font-weight: bold; padding: 0px; margin: 0px; color: red; }
h4 { font: 10pt Arial; font-weight: bold; padding: 0px; margin: 0px; color: #1e75a2;}
h5 { }

/* Main Styles */
.row { display: block; float: left; width: 200px; font: 8pt Arial; }
.left { display: block; float: left; }
.right { display: block; float: right; }

.form {
	margin: 0 5px 5px 5px;
}

.form label {
	display: block;
	width: 100px;
	height: 20px;
	float: left;
	font: 8pt Arial;
	color: #000;
}

.form input {
	border: 1px solid #888;
	background-color: #FFF;
	font: 8pt Arial;
	padding: 1px 2px 1px 2px;
	width: 150px;
	margin: 0 0 5px 0;
}

.form textarea {
	border: 1px solid #888;
	background-color: #FFF;
	font: 8pt Arial;
	padding: 1px 2px 1px 2px;
	width: 300px;
	height: 100px;
}

/* Links and Lists */
a { color: #996600; font: 8pt Arial; }
a:hover { color: maroon; }
a:visited { color: #996600; }
a:visited:hover { color: maroon; }

a.Add { font: bold 10pt Arial; text-decoration: none; background: no-repeat url(../images/add.png); padding-left: 22px; display: block; }
a.Accept { font: bold 10pt Arial; text-decoration: none; background: no-repeat url(../images/accept.png); padding-left: 22px; display: block; }
a.Delete { font: bold 10pt Arial; text-decoration: none; background: no-repeat url(../images/delete.png); padding-left: 22px; display: block; }
a.Edit { font: bold 10pt Arial; text-decoration: none; background: no-repeat url(../images/wrench.png); padding-left: 22px; display: block; }
a.Next { font: bold 10pt Arial; text-decoration: none; background: no-repeat url(../images/resultset_next.png); background-position: right; padding-right: 22px; display: block; }
a.Previous { font: bold 10pt Arial; text-decoration: none; background: no-repeat url(../images/resultset_previous.png); padding-left: 22px; display: block; } 

a.button {
	display: block;
	float: left; 
	font: 10pt Arial; 
	font-weight: bold;	
	text-decoration: none;
	text-align: left; 
	margin: 5px 25px 0 0; 
}

input:focus { border-color: #000; }

ul { list-style: circle; margin-top: 2px; }
li { }
p { margin: 0px; line-height: 16px; }

img.picture { width: 80px; height: 80px; cursor: pointer; }

/* Container Styles */
#wrapper { 
	width: 900px; 
	text-align: left; 
}

/* Top Styles */
#logo { 
	position: relative;
	z-index: 0;
	float: left;
	height: 100px;

	/*
	width: 200px;
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	background-color: #222;
	-moz-border-radius-topleft: 20px;
	

	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	*/
}
#logo img {
	position: absolute;
	top: 5px;
	left: 5px;
}

#banner {
	display: block;
	float: left; 
	width: 559px;
	height: 100px;

	background: #222;
	color: #FFF;

	text-align: right;

	background-image: url();
	background-repeat: no-repeat;

	/*border-left: 1px solid #FFF;*/
	border-top: 1px solid #444;
}

#banner a { 
	float: right;
	margin: 75px 5px 5px 5px;
	height: 20px;
	font: 14pt Calibri;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#banner a:hover { color: #996600; }
#banner a.selected { color: #996600; cursor: default; }

#login {
	float: right;
	width: 118px;
	height: 80px;

	background: #222;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	border-left: 1px solid #888;
	padding: 15px 5px 5px 15px;
}

#login input { font: 7pt Verdana; width: 100px; color: #FFF; border: 1px solid #666; background-color: #222; }
#login input:focus { border: 1px solid #996600; }
#login label { display: block; font: 7pt Arial; color: #996600; text-align: left; margin: 2px 0px 2px 0px; }
#login a { font: 7pt Arial; color: #996600; text-align: left; }
#login a:hover { color: maroon; }

#session {
	float: right;
	width: 118px;
	height: 80px;

	background: #222;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	border-left: 1px solid #888;
	padding: 15px 10px 5px 10px;
}

#session label { display: block; font: 7pt Arial; color: #FFF; text-align: left; width: 55px; margin: 0px 0px 2px 0px; float: left; }
#session span { display: block; font: 7pt Arial; color: #996600; text-align: left; margin: 0px 0px 2px 0px; float: left; }
#session a { display: block; font: 7pt Arial; color: #FFF; text-align: left; margin-top: 5px; }
#session a:hover { color: #996600; }

/* Middle Styles */
#menu { float: left; }
#menu a { display: block; font: 8pt Arial; color: #EEE; text-decoration: none; font-weight: bold; margin: 0px 0px 5px 15px; }
#menu a:hover { color: #222; }
#menu .home { 
	padding: 5px 0px 15px 15px; 
	background-color: #222; 
	width: 160px; 
	margin: 0px 0px 5px 0px; 
	border-bottom: 1px solid #888;
}

#content { 
	float: right;
	position: relative;
	z-index: 10;
	width: 748px;
	min-height: 200px;

	padding: 0px;
}

/* Bottom Styles */
#footer { 
	float: right;
	width: 750px;

	text-align: center;
}

#footer label { display: block; font: 7pt Arial; color: #222; margin: 5px 0px 1px 0px; }
#footer a { font: 7pt Arial; color: #996600; }
#footer a:hover { color: maroon; }

/*	Other Styles	*/

.entry {
	display: block; 
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #BBB;
}

.entry .title { 
	display: block;
	float: left;

	font: 12pt Arial; 
	font-weight: bold; 
	padding: 0px; 
	margin: 0px 0px 0px 0px; 
	color: #993300;
}

.entry .info {
	display: block;
	float: right;

	font: 8pt Arial; 
	padding: 0px; 
	margin: 4px -2px 0px 0px; 
	color: #993300;
}

.entry .content {
	display: block;
	text-align: justify;

	padding-right: 5px;
	margin: 5px 0px 0 2px;
	
	font: 8pt Arial;
	width: 708px;
}