body{
	margin:				0px;
	padding:			0px;
	font-family:		Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:			11px;
	color:				#3e3e3e;
	font-weight:		normal;
	background:			#d1dae8 url(images/bg.gif) repeat-x center top; 
}

table {
	border-collapse:	collapse;
}

img{
	border:				0px;
}

form {
	margin:				0px;
	padding: 			0px;
	border: none;
	}

fieldset {
	border: none;
}

hr {
	border: none;
	border-bottom:1px solid #d3d3d3;
	border-top:1px solid #fff;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0px;
}


/*strong {color: #727c88;}*/
strong.pink {color:#cc2e56;}
strong.h4 {color: #853659;}


strong a {color:#727c88; text-decoration:underline;}

h1 {
	font-size: 14px;
	color: #4c688a;
	
}

h2 {
	font-size: 12px;
	color: #cd0067;	
	clear: left;
	margin-top: 15px;
	margin-bottom: 8px;
	padding:0px;
	font-family: Tahoma, Verdana, sans-serif;
}

h2 a {color: #cd0067; text-decoration:none;}
h2 a:hover {color: #cd0067; text-decoration:underline;}

h2.bulleted {	
	padding-left: 20px;
	background: transparent url(images/h2_bg.gif) no-repeat top left; 
	font-size: 12px;
	color: #cd0067;	
	clear: left;
	margin-top: 20px;

}

h2.bulleted a {color: #cd0067; text-decoration:none;}
h2.bulleted a:hover {color: #cd0067; text-decoration:underline;}

h3 {
	font-size: 13px;
	color: #853659;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 a {color:#853659; text-decoration:none;}

h4 {
	font-size: 11px;
	color: #853659;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-top:5px;
	line-height: 18px;
}

h4 a {color: #853659; font-weight: bold; text-decoration: none;}

h4.submenu {
	padding-left: 15px;
	color: #73777a;
	margin-bottom:0px;
	padding-bottom:0px;	
}

a {color: #057adc;}
a:hover {color: #cd0067;}

p {
	text-align: justify;
	line-height: 18px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin:0px;
}

div.main {
	width: 960px;
}

ul {
	list-style-type:none; 
	margin: 7px 0px 7px 0px;
	padding:0px;
	line-height: 18px;
	text-align: justify;
	margin-top:0px;
	margin-bottom:0px;
}

li {
	padding-left:19px;
	background: transparent url(images/li_bullet.gif) no-repeat left top;
}

li span {
	color: #853659;
	}

/* header start */
div.header {
	height: 70px;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

div.logo {
	float:left;
	display: inline;
}
/* header end */

/* menu start */
div.menu {
	width:100%;
	clear:both;
	white-space:nowrap;
}

div.menuitem, div.a_menuitem {
	width:25%;
	float:left;
	display:inline;
	white-space:nowrap;
}

div.menuitem div.item_left {width:7px; height:28px; background: transparent url(images/mitem_unactive_left.gif) no-repeat; float:left;}
div.a_menuitem div.item_left {width:7px; height:28px; background: transparent url(images/mitem_active_left.gif) no-repeat; float:left;}

div.menuitem div.item_cont, div.a_menuitem div.item_cont {
	width:100%; 
	height:28px; 	
	float:left; 
	line-height:28px;
	text-align:center;	
	font-size:12px;
	}

div.a_menuitem {color: #fff;}
div.a_menuitem a {color: #fff;}
div.a_menuitem div.item_cont {color: #fff;}
div.a_menuitem div.item_cont a{color: #fff; text-decoration: none;}
div.a_menuitem div.item_cont a:hover {color: #fff; text-decoration: none;}

div.menuitem div.item_cont a {color:#000; text-decoration: none;} 
div.menuitem div.item_cont a:hover {color:#000; text-decoration: none;} 

div.menuitem div.item_cont {
	background: transparent url(images/mitem_unactive_bg.gif) repeat-x; 
	color:#000;
}

div.a_menuitem div.item_cont {
	background: transparent url(images/mitem_active_bg.gif) repeat-x; 
	float:left;
	color:#fff;
}

div.menuitem div.item_right {width:8px; height:28px; background: transparent url(images/mitem_unactive_right.gif) repeat-x; float:right; }
div.a_menuitem div.item_right {width:8px; height:28px; background: transparent url(images/mitem_active_right.gif) repeat-x; float:right;}

div.menu_border {
	clear:both;
	width:100%;
	background-color:#cd0067;
	height:4px;
	font-size:1px;
	line-height:1px;
	text-align:center;
}

div.menu_border div.borderdiv {
	border-left:1px solid #dcdcdc; 
	border-right:1px solid #c0c0c0;
	height:4px;
	font-size:1px;
	line-height:1px;
}

div.menu_pointer {
	clear:both;
	width:100%;
	height:4px;
	font-size:1px;
	line-height:1px;
	position:relative;
	background-color: #fff;
}

div.pointer {
	position:absolute;
	top: 0px;
	background: #fff url(images/pointer.gif) no-repeat center left;
	width: 7px;
	height: 4px;
	font-size: 4px;
	line-height: 1px;
}

div.menu_pointer div.borderdiv {
	border-left:1px solid #dcdcdc; 
	border-right:1px solid #c0c0c0;
	height:4px;
	font-size:1px;
	line-height:1px;
}

/* menu end */

/* left menu start */

div.left_menu {
	float: left;
	display: inline;
	width: 213px;
	margin-right: 15px;
	border: none;
}

div.left_menu_top {
	width: 100%;
	height: 4px;
	background: transparent url(images/left_menu_top.gif) no-repeat;
	float: left;
	display: inline;
	font-size: 1px;
	line-height: 1px;
	border:none;
}

div.left_menu_bottom {
	width: 100%;
	height: 4px;
	background: transparent url(images/left_menu_bottom.gif) no-repeat;
	float: left;
	display: inline;
	font-size: 1px;
	line-height: 1px;
}

div.left_menu div.border {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background-color: #fff;
	float: left;
	display: inline;
}

div.left_menu_content {
	width:205px;
	overflow: hidden;
	background: transparent url(images/left_menu_bg.gif) repeat-x;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	padding-top: 10px;
	padding-bottom:10px;	
}

div.left_menu_content ul {
	margin-right: 10px;
	list-style-type: none;
	line-height: 22px;
	text-align: left;
	padding: 5px 0px 5px 0px;
}

div.left_menu ul li{
	margin:0px;
	padding:0px;
	background-image: none;
}

div.left_menu ul li div.normal{
	padding-left:29px;
	background: transparent url(images/left_menu_bullet.gif) no-repeat left top;	
}

div.left_menu ul li div.active{
	padding-left:29px;
	background: #fff url(images/left_menu_bullet_a.gif) no-repeat left top;	
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	width: 176px;
	position: relative;	
}

div.left_menu ul li div.active span{padding-right:15px;}

div.left_menu ul li div.normal a {color: #666; text-decoration:none;}
div.left_menu ul li div.active a {color: #cd0067; text-decoration:none;}

div.left_menu ul li div.normal_sub{
	padding-left:39px;
	background: transparent url(images/left_menu_bullet_sub.gif) no-repeat left top;	
}

div.left_menu ul li div.active_sub{
	padding-left:39px;
	background: #fff url(images/left_menu_bullet_a_sub.gif) no-repeat left top;	
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	width: 166px;
	position: relative;	
}

div.active_sub span {padding-right:15px; display:block;}

div.left_menu ul li div.normal_sub a {color: #666; text-decoration:none;}
div.left_menu ul li div.active_sub a {color: #cd0067; text-decoration:none;}

/* left menu end */

/* hover box start */

div.hover_box {
	width: 100%;
	text-align: left;
	display: block;
}

div.hover_box div.borderdiv {
	border-left: 1px solid #dcdcdc; 
	border-right: 1px solid #c0c0c0;
	display: block;
}

div.hover_box_content {
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	background: #f0f0f0 url(images/box_bg.gif) repeat-x center top;
	padding: 6px 6px 6px 6px;
	display: block;
}

/* hover box end */

/* advert box start */

div.advert_box {
	width:488px;
	background-color:#fff;
	float: left;
	display: inline;
	margin-top:7px;
}

div.advert_box div.borderdiv {
	border-left: 1px solid #dcdcdc; 
	border-right: 1px solid #c0c0c0;
	margin: 0px;
	padding: 0px;
	height: 192px;
	overflow:hidden;
}

/* advert box end */

/* top menu start */

div.help {
	float: left;
	margin-left: 300px;
	margin-top: 25px;
	position: relative;
	display: inline;
}

div.search {
	float: left;
	width: 280px;
	margin-top: 17px;
	margin-left:20px;
	position: relative;
	display: inline;
	text-align: left;
}

img.search_title {
	float:left;
	display: inline;
}

img.shad {
	position: absolute;
	top: 31px;
	left:51px;
}

input.search_input {
	position: absolute;
	top: 3px;
	left:50px;
	border: 1px solid #dbdbdb;
	width: 140px;
	height: 18px;
	margin-top: 4px;
	font-size:12px;
}

input.search_submit {
	position: absolute;
	top: 0px;
	left:190px;
	background: transparent url(images/szukaj_img.gif) no-repeat;
	display:inline;
	width:40px;
	height:42px;
	border: none;
	margin-left:5px;
}

div.langs {
	position: absolute;
	top: 27px;
	left: 880px;
	text-align: left;
}

/* top menu end */

/* news box start */
div.news_box {
	width: 460px;
	float: left;
	margin-top: 10px;
	margin-left: 12px;
	text-align: left;
}

div.news_box_top div.borderdiv {
	border-left:1px solid #dcdcdc; 
	border-right:1px solid #c0c0c0;
	clear:both;
	background:transparent;
}

div.news_box div.borderdiv {
	border-top:1px solid #dcdcdc; 
	border-left:1px solid #dcdcdc; 
	border-right:1px solid #c0c0c0;
	clear:both;
}

div.news_box_content {
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	background: #f0f0f0 url(images/box_bg.gif) repeat-x center top;
	padding: 11px 11px 11px 11px;
	height:134px;
	overflow: hidden;	
}

div.news_header_a, div.news_header {
	background-color:#fff;
	float: left;
	height: 33px;
	text-align:center;
	line-height: 33px;
	font-size: 13px;
	font-weight: bold;	
}

div.news_header_a {
	height: 30px;
	line-height: 30px;
	color: #853659;
	position: relative;
	top: -4px;
	float: left;
	width: 120px;
}

div.news_header {
	color: #616c79;
	height: 34px;
	float: left;
	width: 120px;
}

div.spacer {
	width: 1px;
	line-height: 1px;
	font-size: 1px;
	height: 34px;
	background-color: #d6d6d5;
	float: left;
}

div.news_header_content {
	padding:0px 10px 0 10px;

}

div.news_box_top {
	width: 100%;
	background-color: #fff;
	height: 35px;	
}

/* news box end */

/* pink box start */

div.pink_box {
	width:100%;	
	margin-top:5px;
	color: #fff;
}

div.pink_box_top {
	height: 3px;
	background-color: #cd0056;
	overflow: hidden;
}

div.pink_box_bottom {
	height: 3px;
	background-color: #cd0056;
}

div.pink_box_tl, div.pink_box_tr, div.pink_box_bl, div.pink_box_br {
	width: 3px;
	height: 3px;
	display:inline;
	font-size: 1px;
	line-height: 1px;
}

div.pink_box_tl {
	background: transparent url(images/pink_box_top_left.gif) no-repeat;
	float: left;		
}

div.pink_box_tr {
	background: transparent url(images/pink_box_top_right.gif) no-repeat;
	float:right;	
}

div.pink_box_bl {
	background: transparent url(images/pink_box_bottom_left.gif) no-repeat;
	float: left;		
}

div.pink_box_br {
	background: transparent url(images/pink_box_bottom_right.gif) no-repeat;
	float:right;	
}

div.pink_box_content {
	background: #cd0056 url(images/pink_box_bg.gif) repeat-x;
}

div.pink_box_content a{color:#fff;	text-decoration: none;}
div.pink_box_content a:hover{color:#fff; text-decoration: underline;}

div.pink_box_content div.borderdiv {
	border-left:3px solid #cd0056; 
	border-right:3px solid #cd0056;
	padding: 10px;
}

/* pink box end */

/* footer start */

div.footer {
	color: #636363;
	width: 100%;
	clear: both;
	margin-top: 10px;
}

div.footer a {color: #546985; text-decoration: none;}
div.footer a:hover {color: #636363; text-decoration: underline;}

div.footer div.left_foot {float: left;}
div.footer div.right_foot {float: right;}

/* footer end */

/* common start */

a.pink_link {
	color: #cd0067;
	text-decoration: none;
}

.fleft {float: left; display:inline;}
.fright {float: right; display:inline;}

div.page_content {
	padding: 0px 10px 10px 0px;
	float: left;
	width: 680px;
}

span.data {color: #7d828a;}

div.box_bottom {
	width:100%;
	height: 4px;	
	line-height: 1px;
	font-size: 1px;
	background: #fff url(images/border_bottom.gif) repeat-x center bottom;	
}

div.box_bottom_left {
	width: 4px;
	height: 4px;
	background: transparent url(images/box_bottom_left.gif) no-repeat center center;
	float: left;
	display: inline;
	line-height: 1px;
	font-size: 1px;
}

div.box_bottom_right {
	width: 4px;
	height: 4px;
	background: transparent url(images/box_bottom_right.gif) no-repeat center center;
	float: right;
	display: inline;
	line-height: 1px;
	font-size: 1px;
}

div.box_top {
	width:100%;
	height: 4px;	
	line-height: 1px;
	font-size: 1px;
	background: #fff url(images/border_top.gif) repeat-x center top;	
}

div.box_top_left {
	width: 4px;
	height: 4px;
	background: transparent url(images/box_top_left.gif) no-repeat center center;
	float: left;
	display: inline;
	line-height: 1px;
	font-size: 1px;
}

div.box_top_right {
	width: 4px;
	height: 4px;
	background: transparent url(images/box_top_right.gif) no-repeat center center;
	float: right;
	display: inline;
	line-height: 1px;
	font-size: 1px;
}

div.left_border {
	border-left:1px solid #dcdcdc; 
	float: left;
	line-height:1px;
	font-size:1px;
	width: 4px;
	height:4px;
}

div.closer {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	
	margin:0;
	padding:0;
}

div.col {
	float: left;
	width: 182px;
	text-align: left;
	margin-left:35px;
}

/* common end */

/* bluebox start */

div.bb {
	width: 180px;
	margin-bottom:3px;
}

div.bb_top {
	float:left; 
	display: inline;
	height:6px; 
	width:180px; 
	background: transparent url(images/bb_top.gif) no-repeat center top; 
	line-height:1px; 
	font-size:1px;
}

div.bb_content{
	float:left; 
	display: inline;
	width:180px; 
	background: #4886d2 url(images/bb_bg.gif) repeat-y; 
	color: #fff;
	font-weight: bold;
	font-size: 8.5px;
	font-family: Verdana;
	text-transform: uppercase;
}

div.bb_content a {color:#fff; text-decoration:none; margin-left:10px; display:block; margin-right:10px;}

div.bb_bottom {
	float:left; 
	display: inline;
	height:6px;
	width:180px; 
	background:transparent url(images/bb_bottom.gif) no-repeat; 
	line-height:1px; 
	font-size:1px;
	margin-bottom: 3px;
}

div.bluebox {
	width: 180px;
	height: 23px;
	background: #fff url(images/bluebox_bg.gif) repeat-x;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8px;
	text-transform: uppercase;
	margin-bottom: 3px;
	position: relative;
	text-align: left;
}

div.bluebox_left {
	float: left;
	width: 7px;
	height: 23px;
	background: #fff url(images/bluebox_left.gif) no-repeat;
}

div.bluebox_right {
	float: right;
	width: 7px;
	height: 23px;
	background: #fff url(images/bluebox_right.gif) no-repeat;
}

div.bluebox_content {
	float: left;
	display: inline;
}

div.bluebox_content a{color: #fff; text-decoration:none;}
div.bluebox_content a:hover{color: #fff; text-decoration:none;}

img.arrow {
	position: absolute;
	top:10px;
	left:123px;
}
/* bluebox end */

/* pinkbox start */

div.pinkbox {
	width: 135px;
	height: 23px;
	background: #fff url(images/pinkbox_bg.gif) repeat-x;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	margin-bottom: 3px;
	position: relative;
	text-align: left;
}

div.pinkbox_left {
	float: left;
	width: 7px;
	height: 23px;
	background: #fff url(images/pinkbox_left.gif) no-repeat;
}

div.pinkbox_right {
	float: right;
	width: 7px;
	height: 23px;
	background: #fff url(images/pinkbox_right.gif) no-repeat;
}

div.pinkbox_content {
	float: left;
	display: inline;
}

div.pinkbox_content a{color: #fff; text-decoration:none;}
div.pinkbox_content a:hover{color: #fff; text-decoration:none;}

/* pinkbox end */

/* table start */

table.stable td {
	text-align: left;
	border-bottom: 1px solid #d5d5d4;
	padding: 0px 5px 0px 0px;
}

table.small td{
	font-size: 10px;
	line-height: 16px;
	white-space: nowrap;
}

table.stable th {
	color: #7d828a;
	font-weight: bold;
	border: none;
	border-bottom: 2px solid #d5d5d4;
	text-align: left;
	padding: 1px 5px 1px 0px;
	line-height: 12px;
}

table.stable td.arrow_td {
	background-repeat: no-repeat;
	background-position: center center;
	width: 10px;
}

table.ftable {
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

table.ftable tr {
	background-color: #fff;
}

table.ftable td {
	text-align: center;
	border: 1px solid #d5d5d4;
	padding: 1px 5px 1px 4px;
	font-size: 11px;
}

table.ftable th {
/*	background: #c0c0c0 url(images/table_header_bg.gif) repeat-x center bottom;*/
	color: #222;
	font-weight: normal;
	border: 1px solid #d5d5d4;
	border-bottom: 2px solid #d5d5d4;
	text-align: left;
	font-size: 11px;
	padding: 4px 4px 4px 4px;
	background-color: #eff3f6;
	font-weight: bold;
	color: #4c688a;
}

table.ftable th.th_high {
/*	background: #c0c0c0 url(images/table_header_bg.gif) repeat-x center bottom;*/
	color: #222;
	font-weight: normal;
	border: 1px solid #d5d5d4;
	border-bottom: 2px solid #d5d5d4;
	background-color: #e8edf1;
	text-align: left;
	font-size: 11px;
	padding: 4px 4px 4px 4px;
}

table.ftable th div {
	padding: 0px 10px 0px 10px;
}

/* table end */

/* submenu start */
div.submenu {
	width: 179px;
	float: right;
	margin-left: 10px;
}

div.submenu strong {color: #727c88;}

div.submenu_top {
	width: 179px;
	height: 11px;
	background: transparent url(images/submenu_top.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	float: left;
}

div.submenu_content {
	width: 179px;
	background: #eeeff1 url(images/submenu_bg.gif) repeat-y;
	margin: 0px; 
	padding: 0px;
	float: left;
}

div.submenu_content a {
	color: #707375;
	text-decoration: none;
}

div.submenu_content a:hover {
	text-decoration: underline;
}

div.submenu_bottom {
	width: 179px;
	height: 2px;
	background: transparent url(images/submenu_bottom.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	float: left;
}

ul.submenu {
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	text-align: left;
	padding: 5px 0px 5px 15px;
}

ul.submenu li {
	background: transparent url(images/submenu_bullet.gif) no-repeat left top;
	padding-left: 15px;
	padding-right: 10px;
	margin: 4px 0px 4px 0px;
}

/* submenu end */

/* distributors box start */
div.distributors {
	width: 210px;
	float: right;
	margin-left: 10px;
}

div.distributors strong {color: #727c88;}

div.distributors_top {
	width: 210px;
	height: 8px;
	background: transparent url(images/distributors_top.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	float: left;
}

div.distributors_content {
	width: 210px;
	background: #eeeff1 url(images/distributors_bg.gif) repeat-y;
	margin: 0px; 
	padding: 0px;
	float: left;
}

div.distributors_content a {
	color: #707375;
	text-decoration: none;
}

div.distributors_content a:hover {
	text-decoration: underline;
}

div.distributors_bottom {
	width: 210px;
	height: 5px;
	background: transparent url(images/distributors_bottom.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	float: left;
	display: inline;
}

/* dristributors box end */

/* path start */

div.path {
	font-size: 10px;
	margin-bottom: 30px;
}

div.path a {text-decoration:none;}

/* path end */

/* subfunds start */

div.subfunds_cols {
	float: left;
	width:50%;
	background: transparent url(images/dots.gif) repeat-y top right;
}

p.sunfund_notes {
	font-size: 9px;
	color: #888;
}

div.subfund_graph {
	width: 284px;
	margin-left: 20px;
}

div.subfund_graph_top {
	height: 3px;
	background: transparent url(images/graph_top.gif) no-repeat;
	width: 284px;
	line-height: 1px;
	font-size: 1px;
}

div.subfund_graph_bottom {
	height: 4px;
	background: transparent url(images/graph_bottom.gif) no-repeat;
	width: 284px;
	line-height: 1px;
	font-size: 1px;
}

div.subfund_graph_content {
	background: #fff url(images/graph_bg.gif) repeat-y center center;
	width: 284px;
}

div.subfund_graph_content img{
	padding-left: 3px;
	}

/* subfunds end */

/* distributor start */

div.distributor_select {
	margin-bottom: 20px;
}

div.distributor_select select {
	margin-right: 4px;
}

div.short_submit {
	border: none;
	background: transparent url(images/submit_bg.gif) no-repeat center center;
	font-size: 12px;
	font-family: Arial;
	color: #505050;
	width: 94px;
	height: 26px;
	line-height: 26px;
	padding:0px;
	text-align: center;
}

div.short_submit a {text-decoration: none; color:#505050;}

div.long_submit a {text-decoration: none; color:#505050;}

input.short_submit {
	border: none;
	background: transparent url(images/submit_bg.gif) no-repeat center center;
	font-size: 12px;
	font-family: Arial;
	color: #505050;
	width: 94px;
	height: 26px;
	line-height: 26px;
	padding:0px;
}

input.dist_submit {
	border: none;
	background: transparent url(images/dist_sub_bg.gif) no-repeat center center;
	font-size: 12px;
	font-family: Arial;
	color: #505050;
	width: 56px;
	height: 26px;
	line-height: 26px;
	padding:0px;
	margin-left:10px;
}

div.long_submit {text-align:center;}

div.long_submit, button.long_submit, input.long_submit {
	border: none;
	background: transparent url(images/longsubmit_bg.gif) no-repeat center center;
	font-size: 12px;
	font-family: Arial;
	color: #505050;
	width: 160px;
	height: 26px;
	line-height: 26px;
	padding:0px;
}


button.short_submit {
	border: none;
	background: transparent url(images/submit_bg.gif) no-repeat center center;
	font-size: 12px;
	font-family: Arial;
	color: #505050;
	width: 94px;
	height: 26px;
	line-height: 26px;
	padding:0px;
}

input.text {
	border: 1px solid #d3d3d3;
}

textarea {
	border: 1px solid #d3d3d3;
}

select {
	border: 1px solid #d3d3d3;
}


/* distributor end */

/* download start */

div.table_box {
	float: left;
	display:inline;
	clear: both;
}

div.table_box div.thtr {
	float: left;
	display:inline;
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 4px;
	border-bottom: 2px solid #cbcbcb; 
	height:16px; 
	width: 520px;
}

div.table_box div.thtr_large {
	float: left;
	display:inline;
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
	color: #7d828a;
	margin-bottom: 4px;
	border-bottom: 2px solid #cbcbcb; 
	height:16px; 
	width: 520px;
}

div.table_box div.tr {
	border-bottom: 1px solid #cbcbcb; 
	float: left;
	display:inline;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 520px;	
}

div.td {
	float: left;
	display:inline;
	padding-top: 3px;
}

div.td a.up {
	position: relative;
	top: -4px;
}
/* download end */

/* sendPage start */
div.send_form {
	margin-top:20px;
}

div.form_label {
	float: left;
	clear: left;
	text-align: right;
	display: inline;
	margin-bottom: 4px;
	height: 25px;
	line-height: 25px;
	width: 213px;
}

div.form_input {
	margin-left: 15px;
	width: 400px;
	float: left;
	display: inline;
	margin-bottom: 4px;
	height: 25px;
}

div.form_field {
	margin-left: 15px;
	float: left;
	display: inline;
	margin-bottom: 4px;
}

div.right_margin {
	margin-left: 228px;
}
/* sendPage end */

/* calc start */
div.calc_body {
	border: 1px solid #dfdfdf;
	background-color: #fff;	
}
/* calc end */

/* history start */
div.history_box {
	float: left;
	display: inline;
	width: 313px;
	margin-right: 15px;
	border: none;
}

div.history_box_top {
	width: 100%;
	height: 4px;
	background: transparent url(images/history_box_top.gif) no-repeat;
	float: left;
	display: inline;
	font-size: 1px;
	line-height: 1px;
	border:none;
}

div.history_box_bottom {
	width: 100%;
	height: 4px;
	background: transparent url(images/history_box_bottom.gif) no-repeat;
	float: left;
	display: inline;
	font-size: 1px;
	line-height: 1px;
}

div.history_box div.border {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background-color: #fff;
	float: left;
	display: inline;
}

div.history_box_content {
	width:305px;
	overflow: hidden;
	background: transparent url(images/left_menu_bg.gif) repeat-x;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	padding-top: 10px;
	padding-bottom:10px;	
}

/* history end */

div.paging {
	color: #727c88;
}

div.paging span {
	color: #727c88;
	background-color: #fff;
}

ul.sitemap {
	text-align: left;
	padding: 5px 0px 5px 0px;
}

ul.sitemap li a {text-decoration:none; font-size:13px; font-weight: bold; color:#853659;}
ul.sitemap li a:hover {text-decoration:underline;}
ul.sitemap li ul.sitemap li a {text-decoration:none; font-weight:normal; font-size:11px; color:#853659;}
ul.sitemap li ul.sitemap li a:hover {text-decoration:underline;}
ul.sitemap li ul.sitemap li ul.sitemap li a {color:#727c88; text-decoration:underline; font-size: 11px; font-weight:normal;}
ul.sitemap li ul.sitemap li ul.sitemap li a:hover {text-decoration:underline;}

ul.sitemap li ul.sitemap li ul.sitemap li ul.sitemap li a {color:#727c88; text-decoration:underline; font-size: 11px; font-weight: normal;}
ul.sitemap li ul.sitemap li ul.sitemap li ul.sitemap li a:hover {text-decoration:underline;}


img.print {
	position: relative;
	top: 1px;
	left: 2px;
}	

td.data_cell {
	font-size: 10px;
	color: #853659;
}


/* newsletter start */
div.newsletter_box {
	float: left;
	display: inline;
	width: 493px;
	margin-right: 15px;
	border: none;
}

div.newsletter_box_top {
	width: 100%;
	height: 4px;
	background: transparent url(images/newsletter/newsletterbox_top.gif) no-repeat;
	float: left;
	display: inline;
	font-size: 1px;
	line-height: 1px;
	border:none;
}

div.newsletter_box_bottom {
	width: 100%;
	height: 4px;
	background: transparent url(images/newsletter/newsletterbox_bottom.gif) no-repeat;
	float: left;
	display: inline;
	font-size: 1px;
	line-height: 1px;
}

div.newsletter_box div.border {
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	background-color: #fff;
	float: left;
	display: inline;
}

div.newsletter_box_content {
	width:485px;
	overflow: hidden;
	background: transparent url(images/left_menu_bg.gif) repeat-x;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	padding-top: 10px;
	padding-bottom:10px;	
}

div.newsletterForm {
	padding:20px 40px;
	text-align:center;
	min-height:200px;
}

a.dist_submit {
	display:block;
	background: transparent url(images/dist_sub_bg.gif) no-repeat center center;
	font-size: 12px;
	font-family: Arial;
	color: #505050;
	width: 56px;
	height: 26px;
	line-height: 26px;
	padding:0px;
	margin-left:10px;
	text-decoration:none;
	float:left;
}

div.newsletter_box span.fieldError {
	position:absolute;
	top:10px;
	left:500px;
	width:125px;
	font-size:11px;
	font-weight:normal;
	height:34px;
	line-height:34px;
	background: transparent url(images/newsletter/errorbg.gif) no-repeat center left;
	padding-right:8px;
	
}

div.outernews {
	padding:20px;
	text-align:center;
}

div.innernews {
	padding:5px;
	clear:left;
}




/* newsletter end */

.facebookdiv{

background: transparent url(images/facebooksmall.png) no-repeat center left;

position:absolute;
top:58px;
left:768px;
text-align:left;
line-height:12px;
}
.facebookdiv a{
	padding:4px 2px 5px 30px;
	display:block;
}


.footmenu a{
	line-height:11px;
	margin:1px 0 4px 0;
	display:block;
	
}
.footmenu br{
	display:none;
	line-height:1px;
}
div.pink_box_content div.borderdiv.footmenu {
	padding: 10px 10px 5px 10px;
	margin:0;
}
