body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.leftbg {
	background-image: url("../images/left_bg.gif");
	background-repeat: repeat-y;
}

/*------------- Top Navigation --------------*/

#topnav {
	background-color: #ededed;
}

/*------------- Login --------------*/

.login {
	font-size: 11px;
	border: 1px solid #ccc;
}

.login td {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
}

.login a {
	color: #666;
	text-decoration: none;
}

.login a:hover {
	text-decoration: underline;
}

.login input {
	border: 1px solid #ccc;
	width: 140px;
	height: 15px;
}

label {
	text-align: left;
	color: #444;
	font-size: 11px;
	padding-bottom: 3px;
}

/*----------- Content ---------------*/

.content {
	padding: 20px 40px 20px 30px;
	font-size: 12px;
}

.content h1 {
	font-size: 14px;
	color: #0a5188;
}

.content h2 {
	font-size: 12px;
	color: #0a5188;
}

.content a {
	color: #AAA;
	text-decoration: none;	
}

.content a:hover {
	color: #111;
	text-decoration: underline;
}


/*------------ Footer -------------*/

.footer {
	font-size: 10px;
	color: #CCC;
	text-align: center;
}

.footer a {
	color: #AAA;
	text-decoration: none;
}
.footer a:hover {
	color: #111;
	text-decoration: underline;
}


/*------------ Tooltips -------------*/
  
a.tooltip1 {
position:relative; /*this is the key*/
z-index:24;
}

a.tooltip1:hover {
	background-color: #FFF;
	z-index:25;
}
/* The above hover change defeats the
  IE/Win display changing bug */

a.tooltip1 span {
	display: none;
}
 
a.tooltip1:hover span {
	position: absolute;
	width: 300px;
	top: -5px;
	left: 65px;
	display: block;
	background: #FFF;
	padding: 3px 3px 3px 3px;
	border: 1px solid #A6A6A6;
	white-space: normal !important;
}

/*--------new style--------*/

#topmenu{
	color:#767373;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 8px 0;
	}

#topmenu a{
	color:#767373;
	text-decoration:none;
	}

#topmenu a:hover{
	color:#000;
	text-decoration:none;
	}

#topmenu a.active{
	color:#000;
	text-decoration:none;
	}
	
/*-------new styles-----*/
a.blue{
	color:#0a6dc0;
	font-weight:bold;
	}
	
.imageborder{
	border:1px #0d72c4 solid;
	padding:2px;
	}
	
.whitepaper{
	background:url(../images/whitepaper-bg.jpg) top repeat-x;
	border:1px #CCC solid;
	padding:0 10px 0 10px;
	margin:0 0 10px 0;
	}
	
#feeds{
	float:right;
	padding:0px;
	}
	
#bookmark{
	padding:5px 0 70px 20px;
	float:right;
	width:145px;
	}

#bookmark-inner{
	border:1px #ccc double;
	padding:10px 10px 10px 18px;
	}

#bookmark a{
	padding-right:10px;
	}

#bookmark h2{
	margin:0 0 5px 0;
	}
.line{
	border-bottom:1px #AAA solid;
	}