﻿html, body, form {
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size: xx-small;
}

table {
	font-family:Verdana;
	font-size:xx-small;
        color:black;
}

select, input {
	font-family:Verdana;
	font-size:xx-small;
}

#maintable {
	width:100%;
	border-collapse:collapse;
	
}

#appTitleBar {
	width:100%;
	height:40px;
	background-color:#666666;
	color:#fff;
	font-family:Georgia;
	font-size:large;
}

#appTitle {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:400px; 
	height:40px; 
	line-height:40px; 
	padding-left:5px;	
}

#headerLinkSpan {
	color:white;
	font-family:Verdana;
	font-size:xx-small;
}

#uxHeaderLnk {
	color:white;
	font-family:Verdana;
	font-size:xx-small;
}

#logout {
	position:absolute; 
	top:0px; 
	right:0px; 
	width:200px; 
	height:40px; 
	line-height:40px; 
	text-align:right; 
	padding-right:20px;	
}

#logout a {
	color:white;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:normal;
}
