

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

h1,h2,h3,h4,h5,h6 {
	color:#4D5762;
	position:relative;
	word-spacing:-0.1em;
}
h4,h5,h6 {
	font-weight:bold;
}
h1,h2 {
	line-height:28px;
	margin-bottom:18px;
}
h1,h2,h3,h4,h5 {
	margin-top:18px;
}
h3,h4,h5,h6 {
	line-height:18px;
	margin-bottom:10px;
}
h1 {
	font-size:28px;
}
h2 {
	font-size:21px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
b,strong,caption,th,thead,dt,legend {
	font-weight:bold;
}

body {
    line-height:1;
}

#title {
	color:#FFF;
	font:bold 11px 'Trebuchet MS',Trebuchet,Arial,sans-serif;
	letter-spacing:-0.02em;
	padding-top:20px;
        padding-left: 100px;
	text-shadow:1px 1px 3px #111;
}

.header{
	background: #256188;
	font: bold 11px tahoma,arial,helvetica;
	color: #F9F9F9;

	width:100%;
}

.logout{
	text-align: right;
        padding-right: 20px;
        vertical-align: text-top;
}

.searchbar{
	font: bold 11px tahoma,arial,helvetica;
	color: #777777; 
	border-top: 1px solid #B0C5E3;
	border-bottom: 1px solid #B0C5E3;
	border-left: 1px solid #B0C5E3;
	padding: 0px 20px 0px 20px;
	background: #B0C5E3;
	text-align: right;
	vertical-align: middle;
        height:30px;
}

.controls{
    font-size: xx-small;
}

.standard{
	font: 11px tahoma,arial,helvetica;
	padding: 2px 0px 2px 0px;
	background-color: #FFFFFF;
}

.standard_other{
	font: 11px tahoma,arial,helvetica;
	padding: 2px 0px 2px 0px;
	background-color: #F5F5F5;
}

.mouse_over{
	font: 11px tahoma,arial,helvetica;
	padding: 2px 0px 2px 0px;
	background-color: #E8E8E6;
}

.error{
    font: 11px tahoma,arial,helvetica;
    font-weight: bolder;
	color: Red;
}

.okmsg{
    font: 11px tahoma,arial,helvetica;
    font-weight: bolder;
    color: Blue;
}

.main_menu{
	background: #256188;
	font: bold 15px tahoma,arial,helvetica;
	color: #F9F9F9;
        padding-left: 50px;
	padding-bottom: 2px;
	width:100%;
        text-align: right;
}

.main_menu_items{
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    
}

.main_menu_items a:hover{
    color: darkblue;
    background-color: #B0C5E3;
    moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    
}

.workspace{
    padding-left: 100px;
    padding-right: 50px;
    padding-top: 20px;
    width: auto;
    height: 80%;
}