
body {
	background-attachment : fixed;
	background-color : white;
	background-position : top;
	background-repeat : no-repeat;
	background : repeat-y;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 11pt;
}

a {
	font-size: 10pt;
	text-decoration: none;
	font-family: Futura Lt BT,Arial, Helvetica, sans-serif;
	font-style : bold;
}
a:link { color: blue; font-style : bold;}
a:visited { color: blue; font-style : bold;}
a:hover { color: #0B0352; font-style : bold; font-size: 12pt;}

a.back {
	color: gray;
}

a.file {
	font-size: 10pt;
}


span.error_hl {font-size: 10pt; text-decoration: none; color: darkred;}
span.error {font-size: 10pt; text-decoration: none; color: red;}
span.errortext {font-size: 10pt; text-decoration: none; color: black;font-weight : bold;}

div.input {
	font-size: 9pt;
	margin-top : 8px;
	margin-left : 10px;
	margin-right : 10px;
}

span.small {
	font-size: 5pt;
}

Table {
		font-family: Futura Lt BT,Arial, Helvetica, sans-serif;
	}

/* Header ------------------------------- */
table.top {
	width: 100%;
	padding-right: 3px;
}

td.sience_image {
	width: 18%;
	text-align: right;
	padding-left: 20px;
	padding-top: 0px;
} 

td.navigation_main {
	width: 50%;
	text-align: right;
	padding: 10px;
	vertical-align: top;
}

/* Content ----------------------------- */	
table.main {
	width: 90%;
	height: 500px;
}	

td.content_left {
	width: 45%;
	text-align: right;
	padding: 8px;
	vertical-align: top;
}

td.content_center table td.center_top {
	width: 125px;
	vertical-align: top;
	height: 100%;
}

td.content_center {
	background-color: #0B0352;
}

td.content_right {
	width: 45%;
	text-align: left;
	padding: 8px;
	vertical-align: top;
}

div.navpoint {
	font-size: 11pt;
	padding: 12px;
	padding-top: 24px;
	color: white;
}

table.center {
	height: 100%;
}
td.center_top {
	height: 100%;
	vertical-align: top;
}

span.logout a {
	padding: 10px;
	vertical-align: bottom;
	color: white;
}
a.logout , a::link.logout, a::visited.logout  {
	color: gray;
}
	
	
/* Common module styles -------------------------------------- */
table.module_left  {
	margin: 0px;
	padding : 0px;
	width : 100%;
	text-align: right;
	padding-bottom: 15px;
	padding-right: 0px;
}

table.module_right  {
	margin: 0px;
	padding : 0px;
	width : 100%;
	text-align: left;
	padding-bottom: 15px;
}

td.module_title {
	color : gray;
	font-weight : normal;
	font-size: 9pt;
	padding : 0px;
	margin: 0px;
}

td.module_title_left {
	color : gray;
	font-weight : normal;
	font-size: 9pt;
	padding : 0px;
	margin: 0px;
}

td.module_title_right {
	color : gray;
	font-weight : normal;
	font-size: 9pt;
	padding : 0px;
	margin: 0px;
}

td.module_content_left  {
	width : 100%;
	padding: 0px;
	margin: 0px;
	text-align : right;
}

td.module_content_right  {
	width : 100%;
	padding: 0px;
	margin: 0px;
	text-align : left;
}

table.modnav_right, td.modnav_right {
	padding: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align : left;
	width: 100%;
}	
table.modnav_left, td.modnav_left {
	padding: 0px;
	padding-right: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align : right;
	width: 100%;
}	

a.shortview {
	font-size: 8pt;
}

table.form {
	font-size: 9pt;
	background-color : #eeeeee;
	border : none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	white-space: nowrap;
}

table.form_inputs td {
	font-size: 9pt;
	background-color : #eeeeee;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	width: 100%;
}

.smallbreak {
	padding-top: 4px;
}
.break {
	padding-top: 8px;
}

img.mimetype_image {
	text-align : left;
	vertical-align: bottom;
	margin-right: 5px;
}

