/*HTML {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}*/

BODY {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto auto auto;
	background-color: #f4f4f4;
}
a {}
a:hover {}
a:link {}
a:visited {}
a.menu { 
	color: #000000;
	font-family: Verdana,Arial;
	font-size: 11px;
	text-decoration: none
}
h1 {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 10px;
}
.main_table {
	border: 1px solid #000;
	background-color: #fff;
}

.heading_cell {
	padding: 0px;
	height: 89px;
	background-image: url(img/mylologo-2.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px groove #000; 
}

.middlecell {
	background-color: #e0e0e0;
	border-bottom: 1px groove #000;
	font-size: 11px;
	text-align: left;
	height: 24px;
	padding: 2px;
}

.left_cell {
	background-color: #ffffff;
	border-right: 0px groove #000;
	font-size: 10px;
	padding: 5px;
	width: 6px;
	text-align: left;
}

.main_cell {
	padding: 10px;
	position: relative;
	text-align: left;
}

.right_cell {
	background-color: #ffffff;
	border-right: 0px groove #000;
	border-left: 0px groove #000;
	font-size: 10px;
	padding: 5px;
	width: 150px;
}

.tab_cell {
	font-size: 10px;
	text-align: left;
	width: 120px;
}
.warningmsg {
	color: red;
	font-weight: bold;
	text-align: center;
}
.highlight {
	background-color: #FFFF00;
}
.warningmsg_not_centered {
	color: red;
	font-weight: bold;
}

.highlight {
	color: black;
	background-color: #ffbb00;
}
.form_button {
	background-color: #e0e0e0;
	border: 1px solid #000;
	cursor: pointer;
	font-size: 10px;
}

.form_textfield_grey {
	background-color: #e0e0e0;
	border: 1px solid white;
	font-size: 11px;
	padding: 0px;
	text-align: left;
}
.form_textfield_blue {
	background-color: #bfe0ed;
	border: 1px solid white;
	font-size: 11px;
	padding: 0px;
	text-align: right;
}
.form_textfield_orange {
	background-color: #ffCC66;
	border: 1px solid white;
	font-size: 11px;
	padding: 0px;
	text-align: left;
}
.form_textfield_white {
	background-color: #ffffff;
	border-bottom: 1px solid black;
	border: 1px solid #ffffff;
	font-size: 11px;
	padding: 0px;
	text-align: left;
}
.form_textfield_disabled {
	background-color: #e0e0e0;
	border: 1px solid silver;
	color: #fff;
	font-size: 10px;
	padding: 1px;
}

.form_select {
	background-color: #e0e0e0;
	border: 1px solid black;
	font-size: 10px;
}

select {
	background-color: #e0e0e0;
	border: 1px solid black;
	font-size: 10px;
}

.form_textarea {
	background-color: #e0e0e0;
	border: 1px solid black;
	font-size: 11px;
}

.form_textarea_disabled {
    background-color: #e0e0e0;
    border: 1px solid silver;
    font-size: 11px;
}

.form_checkbox {
	background-color: #e0e0e0;
	border: 1px solid black;
}
.table_textfield_white {
	background-color: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-size: 11px;
	padding: 0px;
	text-align: left;
}
.table_textfield_blue {
	background-color: #bfe0ed;
	border: 1px solid #bfe0ed;
	border-bottom: 1px solid #ffffff;
	font-size: 11px;
	padding: 0px;
	text-align: right;
}
#footer_notice {
	font-size: 10px;
	text-align: center;
}

.welcome_header {
	position: relative;
}

.welcome_text {
	position: relative;
}

.disclaimer_text {
	font-size: 10px;
}
.logout {
	text-align: right;
}

.logininfo {
	text-align: left;
}

.menutitle {
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

.table_bordered {
	border: 1px solid black;
}

.bottom_border {
	border-bottom: 1px solid black;
	vertical-align: top;
}

.paginator {
	border: 1px solid black;
	width: 100%;
	text-align: center;
}

.table_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #E0E0E0;
	min-height: 12px;
}

.table_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E0E0E0;
}
.definition {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.definition_entry {
	text-decoration: underline;
	color: #000000;
    background-color: #ffffff;
}
.table_subheader {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #303030;
        background-color: #cad0cc;
}

.centered {
	text-align: center;
}

.welcometext {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	text-align: justify;
	font-size: 12px;
}

.header {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.boxed_cell {
	border: 1px solid black;
	font-weight: bold; 
    background-color: #ffffff; 
}
