/****************************************************************************************************
- Styles in this sheet allow browsers (IE 6, IE 7, Firefox, Safari) to be cross browser compliant.
  Styles are standard. No customisation should be done here.
****************************************************************************************************/

body {
	text-align: center;
}

html, body {
	margin: 0;
	padding: 0;
}

.red {
	color: #ff0000;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

/* tables */
table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	line-height: 18px;
}

table.data {
	border: 1px solid #666666;
}

table.data tr td {
	padding: 3px 7px 3px 7px;
}

.row_header {
	background-color: #d7d7d7;
}

/* table rows */
.left {
	width: 100px;
	float: left;
	padding: 5px 0px 0px 5px;
	_margin: -3px 0px -18px 0px;
}

.colon {
	width: 5px;
	float: left;
	padding: 10px;

	_margin: -3px 0px -18px 0px;
}

.right {
	width: 200px;
	float: left;
	padding: 5px;

	_margin: -3px 0px -18px -1px;
}

.clear {
	float: none;
	clear: both;
	height: 0px;
}

.row {
	background-color: none;
	display: block;
}

.text {
	width: 190px;
}

.ruler {
	width: 400px; 
	border-bottom: dashed 1px #dcdcdc;
}

tr:focus {
	background-color: #fcfcf0;
}

td {
	vertical-align: top;
}
.over {
	background-color: #f0f0f0;
}
.out {
	background-color: none;
}

/* tabs */
.nav_tab {
	height: 20px;
    padding: 3px 5px 3px 6px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #efefef;
	float:left;
	/*
	color: #013a7e;
	*/
	color: #666666;
	font-weight: bold;
	cursor: pointer;
}

.nav_tab_active {
	height: 20px;
    padding: 3px 5px 3px 6px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	/*
	background: #d7d7d7;
	*/
	background: #ffffff;
	float:left;
	/*
	color: #013a7e;
	*/
	color: #666666;
	font-weight: bold;
	cursor:pointer;
}

.nav_last_tab_border {
	border-right: 1px solid #666666;
}

/* tooltip */
a.tt{
    position:relative;
    z-index:24;
    /* 
	color:#3CA3FF;
	*/
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; /*color: #aaaaff;*/ background:;}

a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-20px; left:20px;
	padding: 15px 0 0 0;
	width:200px;
	/*
	color: #993300;
	*/
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}

a.tt:hover span.top {
	display: block;
	padding: 8px 8px 0;
    background: url(../im/bubble.gif) no-repeat top;
}

a.tt:hover span.middle { /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../im/bubble_filler.gif) repeat bottom; 
	text-align: left;
}

a.tt:hover span.bottom {
	display: block;
	padding: 3px 8px 8px;
	/*
	color: #548912;
	*/
    background: url(../im/bubble.gif) no-repeat bottom;
}

/* tables */
table.data .column_heading {
	background-color: #d7d7d7;
	font-weight: bold;
}

table.data .row_highlight {
	background-color: #ebebeb;
}

table.data tr td {
	border: 1px solid #ebebeb;
}

.pagination {
	margin:10px 0px 10px 0px;
}
