@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin: 0px;
	min-width: 930px;
	font-size: 8pt;
}

input{
	font-family: Arial, Helvetica, sans-serif;
}

form {
	padding: 0px;
	margin: 0px;
}

/************* HEADER **************/

h1 {
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	font-weight: bold;
	color: #013b71;
	margin: 0px 0px 5px 0px;
	display: block;
	font-size: 13pt;
}

h4 {
	font-size: 12pt;
	font-weight: normal;
	color: #013b71;
	margin: 0px 0px 5px 0px;
}

h5 {
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	margin: 0px;
	width: auto;
	display: inline;
}

h6 {
	font-size: 9pt;
	font-weight: bold;
	margin: 0px 0px 5px 5px;
	color: #000;
}

/************* TEXT **************/

span.accended {
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	color: #000;
	vertical-align: top;
}

span.positive {
	color: #6F9346;
}

span.negative {
	color: #D76B6B;
}



/************* SPINNER **************/

.loading {
	float: left;
	background-image: url('/images/Spinner/spinner_small.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	width: 100%;
}

.whiteloading {
	float: left;
	background-image: url('/images/Spinner/spinner_small_white.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	width: 100%;
}

/************* TAB BODY **************/

div.tabbody {
	margin-top: 2px;
	background-image: url('../images/template/header_shadow.gif');
	background-position: top left;
	background-repeat: repeat-x;
	overflow: hidden;
	padding-bottom: 50px;
}

div.tabbody div.padder {
	padding: 10px;
}
div.tabbody div.mini_padder {
	padding: 5px;
}
div.tabbody div.clear {
	clear: both;
}

div.tabbody div.footer{
	position: fixed;
	bottom: 0px;
	width: 980px;
	border-top: 1px solid #eaeaea;
	background-color: white;
	color: #777;
}

div.tabbody div.split div.main {
	width: 750px;
	overflow-x: none;
	float: left;
}	
	
div.tabbody div.split div.sidebar {
	width: 250px;
	float: left;
	overflow-x: none;
}

div.tabbody div.top_sidebar {
	background-color: blue;
	display: inline-block;
}
/************* BUTTONS AND LINKS **************/

a {
	color: #57f;
}

a:hover {
	color: #00e;
	cursor: pointer;
}

a.button {
	float: left;
	display: block;
	background: url('/images/template/button_bg.gif') repeat-x top;
	height: 26px;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	text-align: center;
	width: auto;
	position: relative;
	left: 3px;
}

a.button:hover {
	color: #0084ff;
}

a.button span {
	display: block;
	background: url('/images/template/button_left.gif') no-repeat left;
	position: relative;
	left: -3px;
}

a.button span span {
	display: block;
	background: url('/images/template/button_right.gif') no-repeat right;
	padding: 6px 11px 6px 5px;
	position: relative;
	left: 6px;
}

a.cancel_link {
	color: red;
	font-size: 10pt;
	text-align: center;
}

a.cancel_link:hover {
	color: #0084ff;
}

a.button_disabled {
	float: left;
	display: block;
	background: url('/images/template/button_bg.gif') repeat-x top;
	height: 26px;
	font-size: 8pt;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	text-align: center;
	width: auto;
	position: relative;
	left: 3px;
}

a.button_disabled:hover {
	color: red;
}

a.button_disabled span {
	display: block;
	background: url('/images/template/button_left.gif') no-repeat left;
	position: relative;
	left: -3px;
}

a.button_disabled span span {
	display: block;
	background: url('/images/template/button_right.gif') no-repeat right;
	padding: 6px 11px 6px 5px;
	position: relative;
	left: 6px;
}

/************* REMOVE LINK **************/

span.remove {
	background-image: url("/images/icons/bullet_delete.png");
	background-repeat: no-repeat;
}

span.remove a {
	padding-left: 16px;
	color: red;
}

/************* MESSAGE **************/

ul.err {
	list-style: none;
	background-color: #F6DFE0;
	padding: 5px 10px;
}

ul.err li{
	color: #D76B6B;
}


h2.denied {
	display: inline-block;
	padding: 5px 10px;
	background-color: #F6DFE0;
	color: #D76B6B;
}

/************ div.chart ******************/

div.link {
	float: left;
	margin-right: 3px;
	padding-top: 0px;
}

div.link a{
	color: #1D77B8;	
}

div.link a:HOVER{
	text-decoration: underline;
}

/************* H:MESSAGES **************/

ul.message li {
	list-style: none;
	color: red;
	font-size: 9pt;
}

/************* Layout **************/

div.centered {
	text-align: center;
}

span.middle {
	display: inline-block;
	vertical-align: middle;
}
span.top {
	display: inline-block;
	vertical-align: top;
}
span.bottom {
	display: inline-block;
	vertical-align: bottom;
}

div.right, td.right, th.right {
	text-align: right;
}

div.left, td.left, th.left{
	text-align: left;
}

div.nobreak, td.nobreak, th.nobreak, span.nobreak{
	white-space: nowrap;
}

span.spaced, span.widespaced {
	display: inline-block;
}

div.spaced, span.spaced {
	margin-bottom: 5px;
}

div.widespaced, span.widespaced, table.widespaced {
	margin-bottom: 10px;
}

input.full, div.full, table.full {
	width: 100%;
}

