/*
	Current version: 1.0
	
	Site: Xact
	www: xact.se
	Author: Robert Hedman, robert.hedman@atrox.se
	Notes:
*/

html, body, form, fieldset, textarea, input
{
	margin: 0;
	padding: 0;
	font: 100%/1.2 Arial, Helvetica, sans-serif;
}
#startPage select, #startPage textarea, #startPage input, #defaultPage select, #defaultPage textarea, #defaultPage input
{
	border: 1px solid #eaeaea;
}
html body 
{ 
	font-size: 76%;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {color:#333333; font-family: arial, helvetica, sans-serif;font-weight: normal;margin: 1em 0 0 0;background-color:transparent !important}
h1 {font-size: 2em;margin:0.60em 0 0 0;}
h2 {font-size: 1.6em;font-weight:normal;margin-top:0;padding-top:0;}
	#startPage h2{font-size:1.8em;}
h3 {font-size: 1.3em;margin:5px 0 5px 0;}
h4, h5, h6 {font-size: 1em;font-weight: bold;}

p {padding: 0;margin: 0.2em 0 1.2em 0;background-color:transparent !important; line-height: 1.5em; color:#666666; }

a {color: #669900;text-decoration: none;outline: none;cursor:pointer;}
a:hover{color: #666666 !important;}

form label {position: relative;font-size: .916em;}

fieldset {border: none;}
hr {
	border: 0;
	height: 0;
	border-top:1px dotted #333333;
	margin:15px 0;
	clear:both;
	float:none;
}
ul{ }
li {margin-bottom:5px;}

img {
	border: 0;
}

blockquote {margin: 0;padding: 0 0 0 40px;min-height: 20px;min-width: 20px;}

em{font-size:90%;}


/* Styles accessed trough TinyMCE */

.linkArrow
{
	display:block;
	text-indent:-999px;
	background:url(../images/common/link-arrow.gif) no-repeat;
	width:23px;
	height:23px;
	float:right;
}

.tableSmallText
{
	font-size:90%;
	border-top:1px dotted #666666;border-left:1px dotted #666666;
}

	.tableSmallText td
	{
		border-right:1px dotted #666666;border-bottom:1px dotted #666666;
	}
	
/* FUND TABLES */

.fundTable
{
	border-left:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	border-top:1px solid #e8e8e8;
	width:490px;
	clear:both;
	float:none;
}

	.fundTable th
	{
		text-align:left;
		padding:5px;
		border-bottom:1px solid #e8e8e8;
		border-right:1px solid #e8e8e8;
	}

	.fundTable td
	{
		border-left:1px solid #fff;
		border-right:1px solid #e8e8e8;
		font-size:80%;
		height:23px;
		padding-left:5px;
	}
	
		.fundTable .last
		{
			border-right:0;
		}

.even td
{
	background:#ececec url(../images/common/fund-table-gray-row.gif) bottom left repeat-x;
	border-bottom:1px solid #fff;
}

.odd td
{
	background:#fff;
}

.even
{}

.odd
{}

