/*
 Main Styles - do not change
*/
body,html {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

form {
	display: inline;
}

div {	position: relative;
}

.ikon {	margin-bottom: -2px;
}

table.grider, table.grider th, table.grider td {
	border: 1px solid #CCC;
	color: #000;
	font-size: 12px;
}

table.grider th {
	background-color: #CCC;
	padding: 4px;
	color: #000;
}

table.grider td {
	padding: 4px;
	color: #000;
}

table.grider tr {
	color: #000;
}

div.clearer {
	clear: both;
}
div.clearer {
	clear: both;
}

#login_error {
    color: red;
}

div.legal_selection {
	width:310px; 
	height:20px; 
	border:1px solid #CCC; 
	background-color: #F4F4F4; 
	float: left; 
	margin-right: 6px; 
	margin-bottom: 6px;
}

table.thankyou {
	border: 1px solid #CCCCCC;
	background-color: #F1F1F1;
	margin: 20px auto;
}
div#pagination {
	text-align: right; 
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
div#pagination_bottom {
	text-align: right; 
	padding:5px; 
	border-top: 1px solid #ccc;}
table#fund_nav {
	width: 150px;
}
table#fund_nav td {
	width: 20%;
	background-color: #83a76d;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	color: #FFF;
}
table#fund_nav td.selected {
	background-color: #042048;
}

table#home_links_container {
	font-size: 11px;
}

table#home_letters tr, table#home_marketing tr {
    background: transparent url(../images/universal/bg_article.gif) bottom left repeat-x;
}

table#home_letters tr, table#home_marketing td {
    height: 40px;
    vertical-align: center;
}

td.letter_date {
    color: #b34801;
    font-weight: bold;
    white-space: nowrap;
}

td.letter_date div {
    background: transparent url(../images/universal/bg_date.gif) top right repeat-y;
    padding-right: 10px;
}

div#lightbox_login {
	width: 265px;
	height: 237px;
	background: transparent url(../images/universal/bg_login.gif) top left no-repeat;
	padding: 0;
	color: #666;
}

#lb_login_submit {
	position: absolute;
	top: 190px;
	left: 70px;
}

div#lb_login_username {
	position: absolute;
	top: 50px;
	left: 15px;
}

div#lb_login_password {
	position: absolute;
	top: 100px;
	left: 15px;
}

div#lb_login_registration {
	position: absolute;
	top: 150px;
	left: 15px;
	padding: 3px;
	width: 224px;
	border: 1px dashed #666;
	background-color: #e0e0e0;
	font-size: 11px;
}


div.tab {
	width: 169px;
	height: 22px;
	float: left;
	background: url(../images/tab_off.gif) top left no-repeat;
	color: #39455b;
	text-transform: uppercase;
	text-align: center;
	line-height: 22px;
	margin-right: 1px;
}

div.tab_selected {
	background: url(../images/tab_on.gif) top left no-repeat;
	color: #39455b;
	color: white;
}