/* ###################### OVERALL SETTINGS ###################### */
@IMPORT url("../../css/start/jquery-ui-1.8.13.custom.css");

html {
     overflow: -moz-scrollbars-vertical;
}

BODY {
	background-color: #FFF;
	color: #000000;	
	margin: 0;
	padding: 0;
}


table {
	padding: 0;
	margin: 0;
}

td {
	padding: 2px;
}

td,tr,p,div,th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #536553;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

hr {
	background: #c0c0c0;
	height: 1px;
	width: 100%;
}

h1, .h1 {
	color: #01A2E2;
	font-size: 24px;
	font-weight: bold;
	font-family: verdana,arial,helvetica,sans-serif;
}

.changelog {
	border: 1px solid;
}

div.main {
    overflow: auto;
    height:100%;
    float:none;
}

/* ###################### Forms ###################### */

.formheaderClosed {
	text-align: left;
	cursor: pointer;
}

.formheaderOpen {
	text-align: left;
	cursor: pointer;
}

.hover_formheaderClosed {
	text-align: left;
	cursor: pointer;
}

.hover_formheaderOpen {
	text-align: left;
	cursor: pointer;
}

.formtable {
	display: none;
	visibility: hidden;	
	padding-top: 5px;
	padding-bottom:  5px;
}

.formtitle {
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #01A2E2;
}

td.value {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

td.test{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

/* ###################### LINKS ###################### */

A:link {
	color: #993300;
	text-decoration: none
}

A:active {
	color: #6d5f1e;
	text-decoration: none
}

A:visited {
	color: #993300;
	text-decoration: none
}

A:hover {
	color: #6d5f1e;
	text-decoration: underline
}

A.menu:link {
	color: #536553;
	text-decoration: none
}

A.menu:visited {
	color: #536553;
	text-decoration: none
}
/* ###################### REPORT SETTINGS ###################### */

.pagebreak_before {
	page-break-before: always;
}

.pagebreak_after {
	page-break-after: always;
}


/* ###################### FORMULAR SETTINGS ###################### */
.button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.inputbox, .inputbox_fixed {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	border: 1px solid #CDCDCD;
}

.inputbox_fixed {
	width: 400px;
}


/* ###################### SMALL FONT SETTINGS ###################### */
.small {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #cc6600;
	text-decoration: none;
	font-weight: normal;
}

.smalldark {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}

/* ###################### SMALL FONT SETTINGS ###################### */
#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    text-align: left;
}

td.tooltipLeft {
	background-image: url(../images/static/shared/sh_question_mark_big.png);
	background-repeat: no-repeat;
	background-position:top center;
	width: 25px;
	height: 35px;
	margin-top: 5px; 
}

a.tooltipCloseLinkBottom {
	background-image: url(../images/static/shared/sh_close_help.jpg);
	background-repeat: no-repeat; 
	background-position:left;
	padding-left:13px;
	color: #ed651b;
	font-weight: bold;
	text-decoration: none;
}

a.tooltipCloseLinkTop {
	background-image: url(../images/static/shared/sh_close_help.jpg);
	background-repeat: no-repeat; 
	background-position:right;
	padding-right:13px;
	color: #ed651b;
	font-weight: bold;
	text-decoration: none;
}

input.hidden {
    color: #ffffff;
    background: #ffffff;
    border: 0;
    height: 0;
    width: 0;
}

.loading {
	z-index: 999;
    position:absolute;
    top: 52px;
    left: 0px; 
    width: 100%; 
    text-align: center;
    display:none;
}

.message {
    line-height: 40px;
    vertical-align: middle;
}

.error {
    line-height: 40px;
    vertical-align: middle;
    color: red;
}

.input_saved {
	border: 1px solid green;
}

