#beta {
	float: left;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

#loginpage table {
	margin-bottom: 20px;
	border: 0px solid red; 
}

#loginpage div {
	margin-bottom: 20px;
}

#loginpage td {
	margin-bottom: 20px;
	border: 0px solid red; 
	padding: 5px;
  text-align:justify 
}

#loginpage ul {
	padding-left: 0px;
	margin-left: 10px;
}

#loginpage li {
	background: url(../images/check.gif) no-repeat;
	padding-left: 18px;
	list-style-type: none;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	margin: 5px 0px 20px 0px;
	color: #512735;
}

b {
	color: #512735
}

#footer #copyright a {		
	color: #999999;		
	text-decoration: none;
}	

#adsense {
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
}
/* Custom styles for forms in nav bar */

.control form {
	margin: 	0px;
	padding: 	5px;
	border: 	0px solid white;
}

.control fieldset {
		border: 0px solid white;
		margin: 0px;
		padding: 0px;
}

.control legend {
	display: none
}

.control label {
	margin: 3px 4px 3px 4px;

	color: black;

	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}
.control .submit {
	height: 20px;
	text-transform: uppercase;
}

.control select {
	text-transform: uppercase;
}

.control input, .control select {
	margin: 3px 4px 5px 4px;
	border: 1px solid black;
	width: 	100px;

	color: black;
	background: #fefefe;

	text-decoration: none;
	font-size: 8px;
	font-weight: bold;
}

.control input {
	font-size: 10px;
}
/* Custom styling for reports */

#column3 .border {
		padding: 20px;
		ttext-align: center;
}

#chart {
	padding-bottom: 20px;
}

#table {
}

#table table {
		width: 600px;
}

#logoutpage {
	height: 400px;
}

.error {
	color: red;
}

