﻿html,body#simple,body#simple form
{
    height: 100%;
    margin: 0;
    padding: 0;
}
.x-viewport body.ext-ie7 form#form1
{
	height: 100%;
}
.banner .x-panel-content
{
    height: 100%;
    background-image: url(../../img/banner.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #D0DBEF;
    white-space: nowrap;
    overflow: hidden;
}

.banner .x-panel-content h1
{
    padding-top: 24px;
    padding-left: 90px;
    font-family: Verdana, Sans-Serif;
    font-size: 0pt;
    font-variant: small-caps;
}

div.buttons
{
    position: absolute;
    top: 8px;
    right: 5px;
}

.notification-area
{
    position: absolute;
    top: 35px;
    right: 5px;
    z-index: 1000000;
}

.notification-header
{
    margin: 2px;
    padding: 1px;
    font-family: Verdana, Sans-Serif;
    font-size: 10pt;
    display: inline;
}

.notification
{
    width: 400px;
    background: #dfecfd;
    margin: 2px 2px;
    padding: 2px 2px;
    border: solid 1px #99BBE8;
    -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; 
    color: #274068;
    font-family: Verdana, Sans-Serif;
    font-size: 10pt;
}

.notification-header i
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent left center no-repeat;
    margin-right: 5px;
    margin-top: 3px;
}

.notification-header i.notification-error
{
    background-image: url(../../img/notification-error.png);
}

.notification-header i.notification-info
{
    background-image: url(../../img/notification-info.png);
}

.notification-header i.notification-warning
{
    background-image: url(../../img/notification-warning.png);
}

.notification-header span
{
    line-height: 16px;    
    display: none;
}

.notification-header a
{
    text-align: right;
    font-size: smaller;
    float: right;
    text-decoration: none;
    color: #274068;
    margin-top: 4px;
}

.notification-body
{
    text-align: left;
    padding: 2px;
    display: inline;
}

.notification-footer
{
    text-align: right;
    font-size: smaller;
    display: inline;
    float: right;
    margin-top: 4px;
    margin-right: 4px;
}

div#powered_by
{
    position: absolute;
    bottom: -10px;
    right: 5px;
    font-family: Verdana, Sans-Serif;
    font-size: 0pt;
}

div#powered_by span
{
    display: inline-block;
    width: 353px;
    height: 59px;
    padding-top: 13px;
    overflow: hidden;
    background-image: url(../../img/loga.png);
    background-repeat: no-repeat;
}

.wc_loading_indicator div#splash
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -511px;
    margin-top: -400px;
}

.wc_loading_indicator div#splash_title
{
    font-family: Verdana, Sans-Serif;
    font-size: 0pt;
    font-weight: bold;
    text-align: right;
    width: 1012px;
    height: 549px;
    padding-right: 13px;
    padding-top: 45px;
    background-image: url(../../img/splash.png);
    background-repeat: no-repeat;
	margin-top: 150px;
	margin-bottom: -100px;
}

.wc_loading_indicator div#splash_wait
{
    font-family: Verdana, Sans-Serif;
    font-size: 8pt;
    padding: 2px 0px 2px 25px;
}

.wc_loading_indicator div#splash img
{
    bottom: 0px;
    left: 5px;
    position: absolute;
}

div.map
{
    height: 100%;
}

div.map_container
{
	height: 0;
}

div#banner_collapse
{
	position: absolute;
	top: 88px;
	right: 6px;
}
div#banner_collapse .x-tool
{
	margin: 0;
}

div#tools
{
    position: absolute;
    bottom: 10px;
    background-image: url(../../img/transparent.png);
    left: 50%;
    margin-left: -55px;
    height: 22px;
}
a.tool
{
    background-image: url(../../img/tools.gif);
    width: 16px;
    height: 0;
    padding-top: 16px;
    float: left;
    overflow: hidden;
    margin: 3px;
}
a.tool_zoom_in
{
    background-position: 0 0;
}
a.tool_zoom_out
{
    background-position: -16px 0;
}
a.tool_zoom_rect
{
    background-position: -32px 0;
}
a.tool_fit_all
{
    background-position: -48px 0;
}
a.tool_feature_info
{
    background-position: -64px 0;
}

.settings .x-panel-body
{
    padding: 5px;
}

.settings .x-form-item, .settings input
{
    font-size: 11px;
}

.analyses .analyses_main_panel
{
	padding: 5px;
}

.analyses .x-form-label-top .x-panel-body
{
	padding: 0px;
}

.analyses .x-form-item, .analyses input
{
    font-size: 10px;
}
div#language_chooser
{
    position: absolute;
    top: 87px;
    right: 30px;   
}

div.annotation1 .top
{
	background-image: url(../../img/annotation1-top.png);
	border-left: black 1px solid;
	background-position: right 50%;
	height: 13px;
}
div.annotation1 .center
{
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	padding-bottom: 3px;
	background-color: #f7f3f7;
	padding-left: 3px;
	padding-right: 3px;
	border-right: black 1px solid;
	padding-top: 3px;
	box-shadow: 3px 3px #c0bfc0;
	min-width: 30px;
	width: auto !important;
	width: 30px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
div.annotation2 .center
{
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	padding-bottom: 3px;
	background-color: #fcf2e3;
	padding-left: 3px;
	padding-right: 3px;
	border-top: black 1px solid;
	border-right: black 1px solid;
	padding-top: 3px;
	box-shadow: 3px 3px #c0bfc0;
	border-radius: 8px;
	min-width: 30px;
	width: auto !important;
	width: 30px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

.login-label {
    width: 70px;
    float: left;
    padding: 3px;
    line-height: 0px;
    color: #555555;
}

.remember-label {
    width: 70px;
    float: left;
    padding: 3px;
    line-height: 0px;
    color: #555555;
}


.text-input {
    width: 200px;
    float: right;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: solid 1px #AAAAAA;
    color: #555;
    padding: 5px;
    font-size: 13px;
}

.input-button {
    float: right;
    padding: 4px 8px;
    color: #fff;
    font-size: 13px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4d04a), to(#459300));
    text-shadow: #050505 0 -1px 0;
    background-color: #114499;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px transparent;
    font-weight: bold;
    cursor: pointer;
}

.input-button:hover {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4d04a), to(#a4d04a), color-stop(80%, #76b226));
    background-color: #4477ff;
    color: #fff;
}
