html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0px;
}

img {
	border: none;
}

table {
	empty-cells: show;
}

#page_container {
	margin: 0 auto;
	padding: 0 0px;
	width: 990px;
}

#headerTop {
	background: url('../images/banner_top.jpg');
	background-repeat: no-repeat;
	background-color: white;
	background-position: bottom left;
	width: 990px;
	height: 275px;
	z-index: 0;
}

#headerTop .logo {
	background-color: white;
	position: relative;
	left: 20px;
}

#headerMiddle {
	position: relative;
	right: 1px;
	top: -230px;
	z-index: 1;
	text-align: right;
}

#headerMiddle .link_button {
	background: url('../images/button_small.gif');
	background-repeat: no-repeat;
	width: 50px;
	font-weight: bold;
}

#headerMiddle .inabox
{
	float: right;
	margin-top: -40px;
}

#headerMiddle .inabox a
{
	color: black;
	text-decoration: none;
}

.central_myaccount {
	position: relative;
	top: -62px;
	left: 33%;
}

.central_myaccount a {
	font-weight: bold;
	color: #003366;
	font-size: 12px;
}

#headerMiddle .link_button_over {
	background: url('../images/button_small_over.gif');
	background-repeat: no-repeat;
	width: 50px;
	font-weight: bold;
}

#headerMiddle .link_button_med {
	background: url('../images/button_medium.gif');
	background-repeat: no-repeat;
	width: 80px;
	font-weight: bold;
}

#headerMiddle .link_button_med_over {
	background: url('../images/button_medium_over.gif');
	background-repeat: no-repeat;
	width: 80px;
	font-weight: bold;
}

#headerMiddle .link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	height: 27px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: center;
}

#headerMiddle .link a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: 8px;
}

#headerBar {
	display: inline;
	background-color: #0069AD;
	height: 20px;
	color: #014479;
	font-weight: bold;
}

#headerTop .visitor {
	padding-right: 5px;
	font-weight: bold;
	text-align: left;
	position: relative;
	top: -40px;
	left: 5px;
	color: #014479;
	width: 500px;
}

#headerTop .visitor a {
	font-size: 12px;
	font-weight: bold;
	color: #014479;
}

#headerBottom .visitor {
	padding-right: 5px;
	font-weight: bold;
	text-align: left;
}

#headerBar a {
	color: white;
	padding-left: 5px;
}

#headerBottom {
	position: relative;
	left: 320px;
	top: -90px;
	height: 40px;
	width: 200px;
}

#headerBottom a {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

#headerBottom .separator {
	width: 20px;
}

#bottomBar {
	background-color: #0069AD;
	background: url('../images/foot_bg.gif');
	background-color: white;
	background-repeat: repeat-x;
	width: 990px;
	height: 35px;
}

#content {
	position: absolute;
	top: 295px;
}

#footer {
	bottom: 0px;
	background: url('../images/subfooter.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 150px;
	width: 980px;
}

.spacerRight {
	background: url('../images/spacer_right.gif');
	width: 7px;
	background-repeat: repeat-y;
}

#headerMiddle .country {
	position: relative;
	width: 100%;
	right: 5px;
	color: #014479;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
	text-align: right;
}

.poll {
	position: relative;
	top: -10px;
}

.poll table {
	
}

.portalButton {
	width: 196px;
	height: 36px;
	text-align: center;
	color: white;
	vertical-align: middle;
	cursor: pointer;
}

.portalButton100 {
	width: 100%;
	height: 36px;
	text-align: center;
	color: white;
	vertical-align: middle;
	cursor: pointer;
}

.normal {
	background: url('../images/button.gif');
	background-repeat: no-repeat;
}

.over {
	background: url('../images/button_over.gif');
	background-repeat: no-repeat;
}

.portalButton a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.searchDiv {
	position: relative;
	top: 30px;
	right: -520px;
	width: 100px;
}

.searchField {
	background: #FFFFFF url(../images/searchfield.gif) no-repeat scroll left
		top;
	border: medium none;
	color: #848889;
	display: block;
	height: 17px;
	left: 0;
	margin: -2px 0 0;
	min-height: 17px;
	min-width: 127px;
	padding: 2px 0 1px 23px;
	top: 0;
	width: 127px;
	z-index: 2;
}

.searchIcon {
	background: transparent url(../images/sprite_icons.gif) no-repeat scroll
		0 -35px;
	height: 20px;
	left: 3px;
	margin-left: 4px;
	top: 0px;
	width: 15px;
	z-index: 3;
	position: absolute;
}

.rightCol {
	background: url('../images/ribbon.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 260px;
}

.pageTitle {
	background-color: white;
	font-weight: bold;
	width: 100%;
	color: #0075B0;
	font-size: 26px;
}

.pageTitle span {
	padding-left: 4px;
}

.adobeDownload {
	text-decoration: none;
	font-size: 10px;
	color: gray;
}

#paragraph {
	/*width: <?php echo Config::isIE7() ? "89.8%" : (Config::isIE() ? "90%" : "89.8%"); ?>;*/
	
}

#paragraph table {
	width: 100%;
}

#paragraph .text {
	padding-left: 3px;
	vertical-align: top;
}

#paragraph .title {
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
}

#paragraph .legend {
	color: #045E84;
	font-weight: bold;
	width: 100%;
	font-size: 13px;
	padding-left: 3px;
	color: #0075B0;
	font-size: 26px;
}

#paragraph .legendManage {
	color: white;
	font-weight: bold;
	/*	width: 100%; */
	font-size: 13px;
	text-align: center;
}

#paragraph .button { /*	width: 402px;*/
	text-align: center;
	font-weight: bold;
	color: white;
	height: 36px;
}

#paragraph .legend span {
	padding-left: 2px;
	/*	vertical-align: 30%;*/
}

#paragraph .paragraph {
	border: solid 1px #0688C0;
	background-color: #D9F1FD;
}

#paragraph .rhover {
	text-align: center;
	cursor: pointer;
	background: url('../images/button_over.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#paragraph .normal {
	text-align: center;
	cursor: pointer;
	background: url('../images/button.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#paragraph .rhoverlarge {
	text-align: center;
	cursor: pointer;
	background: url('../images/button_large_over.gif');
	background-repeat: no-repeat;
	background-position: center;
}

#paragraph .normallarge {
	text-align: center;
	cursor: pointer;
	background: url('../images/button_large.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.htmlFieldset {
	width: 990px;
	/*	border: solid 1px #0069AD;*/
	border: none;
}

.htmlFieldset legend {
	color: #0075B0;
	font-size: 20px;
	font-weight: bold;
	border: none;
}

#ListTable {
	/*width: <?php echo Config::isIE7() ? "90%" : (Config::isIE() ? "90%" : "90%"); ?>;*/
	width: 100%;
	background: url('../images/simplebg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	/*background-color: #D4E7F6;*/
	empty-cells: show;
}

#ListTable th { /*	background-color: #46BF54;*/
	text-align: left;
	background-color: #009FDA;
	color: white;
	font-weight: bold;
}

#ListTable .row1 {
	color: black;
}

#ListTable .row1 td {
	border-bottom: solid 1px darkgray;
}

#ListTable .row2 {
	color: black;
}

#ListTable .row2 td {
	border-bottom: solid 1px darkgray;
}

#ListTable .grayed {
	filter: gray() alpha(opacity =   30); /* IE */
	opacity: 0.30; /* Safari, Opera and Mozilla */
}

#newsArticle {
	/*width: <?php echo Config::isIE7() ? "90%" : (Config::isIE() ? "90%" : "90%"); ?>;*/
	width: 100%;
	border: none;
}

#newsArticle .title {
	font-weight: bold;
	color: black;
}

#newsArticle .introduction {
	font-style: italic;
	padding-left: 10px;
}

#newsArticle .message {
	padding-left: 10px;
}

#newsArticle .line {
	border-top: solid 1px #0688C0;
}

#newsShort .line {
	border-top: solid 1px #0688C0;
}

.thover {
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

#mainFrame {
	position: absolute;
	top: 290px;
	width: 990px;
	background: white;
}

#mainFrame a {
	z-index: 100;
	font-size: 12px;
	white-space: nowrap;
}

#mainFrame a:link {
	color: black;
}

#mainFrame a:visited {
	color: black;
}

#mainFrame a:hover {
	color: black;
	text-decoration: none;
}

#mainFrame a:active {
	color: black;
}

#mainView {
	width: 994px;
}

#mainView .tree {
	background-color: white;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

#dhtmlgoodies_tree .edit { <?
	php !Config: : isFF() ?   "float: right;" :   "";
	?>
}

#mainView .view {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

#mainView .link {
	
}

#simpleView {
	width: 100%;
	border: solid 1px #0688C0;
	background: url('../images/simplebg.gif');
	background-repeat: repeat-x;
}

#simpleView .title {
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#downloadViewer {
	width: 100%;
	border: none;
}

#downloadViewer .title {
	color: black;
	font-weight: bold;
	font-size: 13px;
}

#downloadViewer .row {
	height: 44px;
	background-color: white;
	background: url('../images/downloadbg.gif');
	background-repeat: repeat-x;
}

#downloadViewer .rhover {
	height: 44px;
	background: url('../images/downloadbg_over.gif');
	background-repeat: repeat-x;
	cursor: pointer;
}

#downloadViewer .column {
	padding-left: 4px;
	color: white;
	font-weight: bold;
	font-size: 11px;
}

#downloadViewer .header {
	font-weight: bold;
	background-color: white;
}

#downloadViewer .header .column {
	padding-left: 4px;
	color: black;
}

#downloadViewer .typeDescription {
	font-size: 10px;
	color: white;
}

#popularLinks {
	width: 100%;
	border-collapse: collapse;
}

#popularLinks td {
	border-collapse: collapse;
	border-bottom: solid 1px #0688C0;
	cursor: pointer;
}

#popularLinks a {
	color: black;
	font-weight: bold;
	font-size: 12px;
}

#popularLinks .image {
	width: 25px;
}

#popularLinks .title {
	font-weight: bold;
	font-size: 14px;
	height: 30px;
}

#popularLinks .link {
	padding-left: 20px;
}

#popularLinks .linkrow1 {
	height: 20px;
}

#popularLinks .linkrow2 {
	height: 20px;
}

.fileExplorerTitle {
	font-weight: bold;
	width: 50%;
}

#advancedView {
	/*width: <?php echo Config::isIE7() ? "89.8%" : (Config::isIE() ? "90%" : "89.8%"); ?>;*/
	width: 100%;
	border-collapse: collapse;
}

#advancedView .image {
	vertical-align: top;
	width: 30%;
}

#advancedView .line {
	border-left: solid 4px #0688C0;
	padding-left: 5px;
	width: 5%;
}

#advancedView .title {
	font-weight: bold;
	font-size: 14px;
	color: #045E84;
}

#advancedView .text {
	vertical-align: top;
}

#advancedView .body {
	vertical-align: top;
	padding-top: 5px;
	text-align: justify;
}

#simpleTable {
	font-weight: bold;
	border: solid 2px #0688C0;
	border-collapse: collapse;
}

#simpleTable .head {
	vertical-align: top;
	font-weight: bold;
}

#simpleTable .head td {
	border: solid 1px #0688C0;
	border-bottom: solid 2px #0688C0;
}

#simpleTable .row {
	height: 35px;
}

#simpleTable .emptyrow {
	height: 35px;
}

#simpleTable .emptyrow td {
	border-top: solid 2px #0688C0;
}

#simpleTable .cell {
	vertical-align: center;
	text-align: center;
	border: solid 1px #0688C0;
	padding: 5px 5px 5px 5px;
}

#simpleTable .column {
	background-color: #0688C0;
}

.askgalileo {
	text-align: right;
	vertical-align: top;
}

.askgalileo img {
	width: 150px;
}

#listView {
	width: 100%;
}

#listView .title {
	font-size: 12px;
	border-bottom: solid 2px #0688C0;
}

#listView .content {
	vertical-align: top;
}

#listView .body {
	vertical-align: top;
	padding-top: 0px;
}

#formViewer {
	width: 100%;
	border: solid 1px #0688C0;
	background-color: #D9F1FD;
}

#formViewer .legend {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

#formViewer .title {
	font-weight: bold;
}

#formFooter {
	width: 100%;
	border: solid 1px #0688C0;
	background-color: #D9F1FD;
}

#formFooter .title {
	width: 100%;
}

#formFooter .body {
	width: 100%;
}

.image_display {
	display: block;
}

.image_display_none {
	display: none;
}

.failed {
	border: 1px solid red;
	padding: 3px 3px 3px 20px;
	margin: 2px 2px 20px 2px;
	background-image: url('/data/images/informationred.gif');
	background-color: #fffc93;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	font-size: 11px;
}

.explain {
	border: 1px solid #0688C0;
	padding: 3px 3px 3px 20px;
	margin: 2px 2px 20px 2px;
	background-image: url('/data/images/information.gif');
	background-color: #fffc93;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	font-size: 11px;
}

.succes {
	border: 1px solid green;
	padding: 3px 3px 3px 20px;
	margin: 2px 2px 20px 2px;
	background-image: url('/data/images/informationgreen.gif');
	background-color: #fffc93;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	font-size: 11px;
}

.search_global {
	margin: 0 0 0 0;
	position: relative;
	width: 152px;
}

.search_global input.txt {
	background: #FFFFFF url(../images/searchfield.gif) no-repeat scroll left
		top;
	border: medium none;
	color: #848889;
	display: block;
	height: 17px;
	left: 0;
	margin: -2px 0 0;
	min-height: 17px;
	min-width: 127px;
	padding: 2px 0 1px 23px;
	position: absolute;
	top: 0;
	width: 127px;
	z-index: 2;
}

.search_global .search_icon {
	background: transparent url(../images/sprite_icons.gif) no-repeat scroll 0 -35px;
	height: 20px;
	left: 3px;
	margin-left: 4px;
	position: absolute;
	top: -2px;
	width: 15px;
	z-index: 2;
}

.search_global .search_icon input {
	border: medium none;
	height: 20px;
	left: 0;
	min-height: 20px;
	min-width: 15px;
	position: absolute;
	top: 0;
	width: 15px;
}

.templateselect{
	height: 300px;
}

.templateselect .template,
.templateselect .template_hover{
	width: 200px;
	text-align: center;
	float: left;
	cursor: pointer;
	border: solid 1px white;
}

.templateselect .template_hover
{
	border: solid 1px #0099CC;
}

.templateselect .title{
	width: 200px;
	font-weight: bold;
	text-align: left;
	height: 18px;
}

.templateselect .template .mutate{
	display: none;
	width: 16px;
}

.templateselect .template_hover .mutate{
	display: block;
	float: right;
	width: 16px;
}

.enewslettertemplate .variable
{
	
}

.enewslettertemplate .action_panel
{
	height: 20px;
	display: none;
}










