BODY {
    background:#5d789b;
    color: black;
    margin: 10px 10%;
    font-family: sans-serif;
    font-size:13px;
}

.x-viewer {
	background:white;
}
.form-blue {
	text-align: right;
}
.form-blue-leftAlign {
	text-align: left;
}
.form-blue-white {
	text-align: right;
}
SELECT {
	font-family: serif;
	font-weight: 100;
}
.loginClass {
	color: black;
}
.errorText {
	color: red;
	font-size: medium;
}
.pullDown {
	color: red;
}
.textInput {
	height: 20;
	width: 90;
	font-size: smaller;
}
.searchBox {
	height: 20px;
	width: 200px;
	font-size: smaller;	
}
.profileView {
	font-size: 13px;
	margin: 30px;
}
.profileImg {
	width:30%;
	height:40%;
	height:auto;
}
.searchButton {
	height: 20;
	vertical-align: middle;
	background-color: transparent;
	color: white;
}
.jsLinks {
	cursor:pointer;
	color: white;
	font-family: sans-serif;	
}
.jsLinksMouseOver {
	background-color: gray;
	cursor:pointer;
	color: white;
}
.cursorOver{
	background-color: gray;
	cursor:pointer;
	color: white;
}
.cursorOff{
	cursor:pointer;
    color: black;
}
.adminPanel{
	background-color:white;
	color:black;
	border-color:black;	
}
.adminPanel:hover{
	background-color=silver;
	color='white';
}
.adminPanelRow{
	border-right:thin solid;
	border-bottom:thin solid;	
}
.articlePreview{
	visibility:hidden;
	position: relative;
	color: white;
	text-align: center;
}
.articleViewer{
	background-color:white;
	color:blue;
	align: center;
}
.articleBoxLinks{
	padding: 2px 4px 2px 4px;
	border: 1px solid blue;
	color: blue;	
	cursor: pointer;
	background-color:white;
}
.article{
	position: absolute;
	background-color:black;
	color:white;
}
a:link{
	color:white;	
}
a:visited{
	color:white;	
}
a:hover{
	font-weight: bold;	
}
.errorMessage{
	color:red;
	font-size:large;
}