/*@charset "utf-8";
 Risk Intelligence Funds Site 2009 - CSS Document - by KTdesigner.com */

table
{
	border-collapse:collapse;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	height:23px;
}
body {
	background-color: #d9e1e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {text-decoration:none;color:#015bb4;}
a:visited {text-decoration:none;color:#003366;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

.ul {text-decoration:underline!important;}

.howmany2 {float:left;}

/*BUTTON - default inside border, background color and image*/
.button {
padding:2px 10px 0px 10px;
height:22px;
background-color:#ffffff;
background-image:url(../Images/button_bg.png);
border: 1px solid #cccccb;
text-align:center;
width:200px;
font-size:13px;
font-weight:bold;
color:#015bb4;
text-decoration:none;
display:block;
}

.field 
{
	/*height:20px;*/
	width:220px;
	border:1px solid #999999;
}

.textfield 
{
	height:20px;
	width:218px;
	border:1px solid #999999;
}

.searchbg 
{
	background-color:#d6e5ed;
	margin:0px 10px 0px 6px;
	padding: 10px 25px 10px 20px;
	/*width:98%;*/
	width:94%;
}

.searchbg table
{
	/*width:96%; */
	width: 100%;
	border-collapse:separate;
}

.searchbg h3 {font-size:14px; color:#003366; font-weight:bold; margin-bottom:4px;}

.searchbg td
{
	height:20px;
	vertical-align:bottom;
}

.searchpadding
{
	padding-top:10px;
	text-align:right;
	padding-right:22px;
}

.container
{
	background-color: White;
	min-height:520px;
}

.displaycontent 
{
	padding:2px;
	width:100%;
	margin: 0px 10px 0px 6px;
	border-collapse: separate;
}
/*
* html .displaycontent
{
	height: 700px;
}
*/
.displaycontent td
{
	font-size:11px;
	padding: 0px 2px 0px 2px;
}

.displaycontent tr
{
	height:22px;
}

.gridalternatingrow	
{
	background-color:#e5eaef;
}

.maincontent
{
	width:99%;
}

.paging 
{
	height:22px;
	border-bottom:1px solid #ccd9e3;
	margin: 0px 0px 0px 10px;
}

.paging table
{
	width: 100%;
	border-collapse:collapse;
}

.paging td
{
	width: 30%;
}

.botpage 
{
	font-size:11px;
	height:22px;
	border-top:1px solid #ccd9e3;
	padding-top:3px;
	margin: 0px 0px 0px 10px;
}

.rightalignment
{
	text-align:right;
}

.centeralign
{
	text-align: center;
}
/*
.updatingcontent
{
	font-family: Arial;
	font-size: 8pt;
	border: solid 1px #cccccc;
	background-color: #F8F8F8;
	margin:  0px 0px 0px 0px;
	width: 75px;
	position:relative;
	top: 20%; 
}
*/
.positive
{
	color: #458b00;
	text-align: right;
}

.negative
{
	color: #cc0000;
	text-align: right;
}

.footer
{
	font-size:9px;
	padding: 0px 10px 10px 10px;
	vertical-align:bottom;
	background-color: White;
}

.warning
{
	border: solid 1px yellow;
	font-weight:bolder;
	font-size:11px;
	padding: 10px 10px 10px 10px;
	vertical-align:bottom;
	background-color: White;
}

.errorPageMsg
{
	padding-left: 50px;
}

