/*Version=<<TS_VERSION>>*/    

/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
* {
	margin:0;
	padding:0;
	}

html {
	min-height:100%;
	margin-bottom:1px;
	}

body {
	background:#ccc url(../_images/basis/bg.jpg) repeat-x top;
	position:relative;
	}

a {
	outline:none;
	}

a img {
	border:none;
	}

a:link, a:visited {
	color:#007CC3;
	text-decoration:none;
	}

a:hover {
	color:#E5AC00;
	text-decoration:underline;
	}

p.clear,    
span.clear {
	display:block;
	height:1px;
	line-height:1px;
	font-size:1px;
	margin-top:-1px;
	clear:both;
	}

span.break {
	display:block;
	}

ul {
	list-style-type:none;
	}

strong {
	color:#000;
	}

p.skip {
	position:absolute;
	width:100px;
	margin-left:-5000px;
	}

.smalltext {
	font-size: 9px;
	line-height: 11px;
	}

.smalltext_nowrap {
	font-size: 9px;
	white-space: nowrap;
	}

.yellow {
	color:#000;
	background-color:#ff6;
	}

.blue {
	color:#007CC3;
	}
	
.center { text-align: center;}

.ruleabove {
	border-top:1px #ccc solid;
	padding-top:6px;
	}

.grayborder {
	border:1px #ccc solid;
	padding:10px;
	}

.float_right {
	float:right;
	margin:0 0 12px 12px;
	}

.float_left {
	float:left;
	margin:0 12px 12px 0;
	}
/* Mainly for #platformwarning  */		
		
.hide {
	display: none; 
}	

div.show {
	display: block; 
}

input, select, textarea, option {
	font-size: 11px;
	vertical-align:middle;
	}

select, option {
	margin: 0 6px 0 0;
	}

input.button,
input.big_button,
input.lil_button {
    padding: 0 .25em;
    width: 0;
    overflow:visible;
	vertical-align:middle;
}

input.button[class],
input.big_button[class],
input.lil_button[class] { /*ie ignores [class]*/
    width: auto;
}

input.big_button {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
	}

input.lil_button {
	font-size: 9px;
	}

dl {
	padding-bottom: 10px;
	}

dt {
	font-weight: bold;
	margin-bottom: 6px;
	padding-left: 14px;
	}

dt.plus {
	background: url(../_images/basis/plus.gif) no-repeat top left !important;
	}


dt.minus {
	background: url(../_images/basis/minus.gif) no-repeat top left !important;
	}

dd {
	padding-left:24px;
	}

sup {
	font-size:80%;
	font-weight:normal;
	}