/* CSS Document */

hr {
	background-color: #002E4A;
	color: #002E4A;
}

td.menu_item {
	width: 150px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../img/table-header-bg.png);
	background-repeat: repeat-x;
}

div.left_menu_bar {
	border-size: 2px;
//	border: thin solid #007DB7;
	padding: 10px;
}

a.menu_root_item_link:active,a.menu_root_item_link:visited,a.menu_root_item_link:link {
	font-size: 14px;
	color: #002E4A;
}

a.menu_item_link:active,a.menu_item_link:visited,a.menu_item_link:link {
	font-size: 12px;
	color: #336081;
}

a.menu_page_item_link:active,a.menu_page_item_link:visited,a.menu_page_item_link:link {
	font-size: 11px;
	color: #6F7501;
}

div.menu_item_holder_hidden {
	display: none;
}

div.menu_item_holder_visible {
	margin-top: 10px;
	margin-left: 15px;
}

div.expandable_menu_item_visible {
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #002E4A;
}

div.expandable_menu_item_hidden {
	display: none;
}

div.expandable_root_menu_item {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #002E4A;
}

div.nonexpandable_menu_item {
	margin-bottom: 5px;
	font-size: 11px;
}

#flashMessage {
	border: thin solid #000000;
	background-color: #FFF9D9;
	color: #000000;
	font-size: 12px;
	text-align: center;
	width: 400px;
	padding: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
}

#authMessage {
	border: thin solid #000000;
	background-color: #FFF9D9;
	color: #000000;
	font-size: 12px;
	text-align: center;
	width: 400px;
	padding: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
}

#document_form_field {
	width: 700px;
}

.list_item {
	text-align: center;
	border: thin solid #E0E0E0;
	color: #002E4A;
	font-size: 11px;
}

#header {
	text-align: center;
}

th {
	padding: 3px;
	text-align: center;
	background-image: url(../img/table-header-bg.png);
	background-repeat: repeat-x;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

img {
	border: 0px;
}

a:link,a:active,a:visited {
	color : #002E4A; 
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

table.bordered {
	border: thin solid #E0E0E0;
}

.bordered {
border: thin solid  #E0E0E0;
}

button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-width: 1;
	border-color: #E0E0E0;
	border-style: solid;
}

div.input {
	display: inline;
}

#checkbox {
	width: 15px;
	height: 15px;
}

select, input, button, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-width: 1;
	border-color: #E0E0E0;
	border-style: solid;
	width: 170px
}

input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #002884;
	background-color:#eeeeee;
	border-width: 1;
	border-color: #E0E0E0;
	border-style: solid;
	width: 120px
}
