@import 'helpmenu.css';
@import 'dropdown.css';

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
a:link { font-weight:bold; color:#0083E1; }
a:visited { font-weight:bold; color:#0083E1;}
img {border-style:none;}

a:link.findex { font-weight:bold; color:#222757; text-decoration:none; }
a:visited.findex { font-weight:bold; color:#222757; text-decoration:none;}

.tooltip {
	cursor: help; text-decoration: none;
	position: absolute;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 2em; bottom: -1em; z-index: 999;
	margin-left: 0; width: 200px;
}
.classic { padding: 0.5em 0.5em; text-align:left; }
.classic { background: #FFFFFF; border: 1px solid #A4A4A4; }

#wrapper { 
 /*margin: 0 auto;*/
 width: auto;
 min-width:1260px;
 min-height: 99%;
 height: auto !important;
 height:100%;
 margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
#faux {
 padding-top:0;
 width:100%;
 margin: 0px 0px 0px 0px;
 overflow: auto; 
 float: left;
}
#header {
 color: #333;
 width: auto;
 padding: 0px;
 height: 75px;
 margin: 10px 0px 0px 0px;
 background: #FFFFFF;
 overflow:visible;
}

#th_header {
 color: #333;
 padding: 0px;
 background: #FFFFFF;
}

#logo {
 float:left;
 display:inline;
 position:relative;
 padding-left:10px;
 border:none;
}
#isin {
 float:left;
 color:#F00;
 display:inline;
 margin: 27px 0px 0px 0px;
 padding-left:20px;
 position: relative;
}

#public {
 float:right;
 color:#F00;
 display:inline;
 margin: 17px 20px 0px 0px;
 padding-left:20px;
 position: relative;
}

#isin_search {
 float:left;
 color:#F00;
 display:inline;
 margin: 20px 0px 0px 20px;
 padding-left:10px;
 position: relative;
}

#isin_close {
 float:left;
 display:inline;
 margin: 25px 0px 0px 0px;
 padding-left:10px;
 position: relative;
}

#search_button {
 float: left;
 display:inline;
 margin: 23px 0px 0px 0px;
 padding-left:2px;
 position: relative;
}

#user_menu {
 float:right;
 font-weight:bold;
 position:relative;
 top:-15px;
 display:inline;
 margin: 22px 0px 0px 0px;
 padding-right:30px;
 overflow:visible;
}
#user_menu a{
 text-decoration:none;
}

#button{
 vertical-align:middle;
 padding:5px;
}

#breadcrumbs {
 float:right;
 text-align:right;
 padding-right: 22px;
 min-width:19%;
 margin: 7px 0px 0px 0px;
}
/*Menu Horizontal*/
.menu{ margin: 5px 0px 0px 0px auto; padding-bottom:0px; height:30px; width:auto; display:block; float:left; font-family: Arial, Helvetica, sans-serif;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background: url(../img/topMenuImages.png) 0px -30px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url(../img/topMenuImages.png) 100% -30px no-repeat; border-right:#FFF; border-right-style:solid; border-right-width:thin;}
.menu li a:hover{background-position:0px -60px; color:#000; box-shadow:inset -5px -5px 5px -5px #000000;}
.menu li a:hover span{background-position:100% -60px; box-shadow:inset -5px -5px 5px -5px #000000;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url(../img/topMenuImages.png) 0px -90px no-repeat; color:rgb(0,0,0); box-shadow:inset -5px -5px 5px -5px #000000;}
.menu li a.active span, .menu li a.active:hover span{background: url(../img/topMenuImages.png) 100% -90px no-repeat;  box-shadow:inset -5px -5px 5px -5px #000000;}

/*Menu Horizontal B*/
.menub{margin: 5px 0px 0px 0px; auto; padding-bottom:0px; width:auto; display:block; }
.menub li{padding:0; margin:0; list-style:none; display:inline;}
.menub li a{float:right; padding-left:15px; display:block; color:#000000; text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background-image:none !important;}
.menub li a span{line-height:30px; float:left; display:block; padding-right:15px; background:url(../img/topMenuImages2.png) 100% -30px no-repeat; border-right:#FFF; border-right-style:solid; border-right-width:thin;}
.menub li a:hover{background-position:0px -60px; color:#FFFFFF;}
.menub li a:hover span{background-position:100% -60px;}
.menub li a.active, .menu li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background:url(../img/topMenuImages2.png) 0px -90px no-repeat; color:rgb(0,0,0);}
.menub li a.active span, .menu li a.active:hover span{background: url(../img/topMenuImages2.png) 100% -90px no-repeat;}

/*Sub-menu horizontal*/

.menu2{margin: 0px 0px 0px 0px; auto; padding:0; height:30px; width:auto; display:block; background:#F9F9F9}
.menu2 li{padding:0; margin:0; list-style:none; display:inline;}
.menu2 li a{float:left; padding-left:15px; display:block; color:rgb(0,0,0); text-decoration:none; font:12px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background: url(../img/topMenuImages2.png) 0px -30px no-repeat; outline:none;}
.menu2 li a span{line-height:30px; float:left; display:block; padding-right:15px; background: url(../img/topMenuImages2.png)) 100% -30px no-repeat;}
.menu2 li a:hover{background-position:0px -60px; color:#000; box-shadow:inset -5px 0 5px -5px #000000;}
.menu2 li a:hover span{background-position:100% -60px;}
.menu2 li a.active, .menu2 li a.active:hover{line-height:30px; font:12px Verdana, Arial, Helvetica, sans-serif; background: url(../img/topMenuImages2.png) 0px -90px no-repeat; color:rgb(255,255,255);}
.menu2 li a.active span, .menu2 li a.active:hover span{background: url(../img/topMenuImages2.png) 100% -90px no-repeat;}

.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font: 18px Helvetica, Arial, Sans-Serif;
	font-size:11px;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
color: white;
text-decoration: none; 
padding: 10px 0 10px 55px;
background: #1e62d0; /* Old browsers */
background: -moz-linear-gradient(left,  #1e62d0 0%, #2989d8 48%, #1e62d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e62d0), color-stop(48%,#2989d8), color-stop(100%,#1e62d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* IE10+ */
background: linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* W3C */
behavior: url(css/PIE.htc);

border:1px solid #1e62d0; 
		position: relative; 
		display: block;
		float: left;
	}
	.breadcrumb li a:hover{
		border:1px solid #e5e5e5;
	}
	.breadcrumb li a:after { 
		content: " "; 
		display: block; 
		width: 0; 
		height: 0;
		border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
		border-bottom: 50px solid transparent;
		border-left: 30px solid #1e62d0;
		position: absolute;
		top: 50%;
		margin-top: -50px; 
		left: 100%;
		z-index: 2; 
	}	
	.breadcrumb li a:before { 
		content: " "; 
		display: block; 
		width: 0; 
		height: 0;
		border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
		border-bottom: 50px solid transparent;
		border-left: 30px solid white;
		position: absolute;
		top: 50%;
		margin-top: -50px; 
		margin-left: 1px;
		left: 100%;
		z-index: 1; 
	}	
	.breadcrumb li:first-child a {
		padding-left: 10px;
	}
.breadcrumb li:nth-child(2) a       { background: #1e62d0; /* Old browsers */
background: -moz-linear-gradient(left,  #1e62d0 0%, #2989d8 48%, #1e62d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e62d0), color-stop(48%,#2989d8), color-stop(100%,#1e62d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* IE10+ */
background: linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* W3C */
behavior: url(css/PIE.htc);

border:1px solid #1e62d0; }
.breadcrumb li:nth-child(2) a:after { border-left-color: #1e62d0; }
.breadcrumb li:nth-child(2) a:hover{ border:1px solid #e5e5e5;	}
.breadcrumb li:nth-child(3) a       { background: #1e62d0; /* Old browsers */
background: -moz-linear-gradient(left,  #1e62d0 0%, #2989d8 48%, #1e62d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e62d0), color-stop(48%,#2989d8), color-stop(100%,#1e62d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* IE10+ */
background: linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* W3C */
behavior: url(css/PIE.htc);

border:1px solid #1e62d0 ; }
.breadcrumb li:nth-child(3) a:after { border-left-color: #1e62d0; }
.breadcrumb li:nth-child(3) a:hover{ border:1px solid #e5e5e5; }
.breadcrumb li:nth-child(4) a       { background: #1e62d0; /* Old browsers */
background: -moz-linear-gradient(left,  #1e62d0 0%, #2989d8 48%, #1e62d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e62d0), color-stop(48%,#2989d8), color-stop(100%,#1e62d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* IE10+ */
background: linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* W3C */
behavior: url(css/PIE.htc);

border:1px solid #1e62d0 ; }
.breadcrumb li:nth-child(4) a:after { border-left-color:#1e62d0; }
.breadcrumb li:nth-child(4) a:hover{ border:1px solid #e5e5e5; }
.breadcrumb li:nth-child(5) a       { background:        background: #1e62d0; /* Old browsers */
background: -moz-linear-gradient(left,  #1e62d0 0%, #2989d8 48%, #1e62d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e62d0), color-stop(48%,#2989d8), color-stop(100%,#1e62d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* IE10+ */
background: linear-gradient(left,  #1e62d0 0%,#2989d8 48%,#1e62d0 100%); /* W3C */
behavior: url(css/PIE.htc);

border:1px solid #1e62d0 ; }
.breadcrumb li:nth-child(5) a:after { border-left-color: #1e62d0; }
.breadcrumb li:last-child a {
	background: white !important;
	color: black;
	pointer-events: none;
	cursor: default;
	padding-right:30px;
}
.breadcrumb li:last-child a:after { border: 0; }
.breadcrumb li a:hover { background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(left,  #e5e5e5 0%, #f7f7f7 49%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(49%,#f7f7f7), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e5e5e5 0%,#f7f7f7 49%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e5e5e5 0%,#f7f7f7 49%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e5e5e5 0%,#f7f7f7 49%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(left,  #e5e5e5 0%,#f7f7f7 49%,#e5e5e5 100%); /* W3C */
behavior: url(css/PIE.htc);
color:#999;
 }
.breadcrumb li a:hover:after { border-left-color: #e5e5e5 !important; }


#navigation {
 position:relative;
 float: none;
 display:inline;
 color: #333;
 margin: 5px 0px 0px 0px;
 background-repeat:repeat;
}

#infobar1 {
 font-size: 14px;
 color: #006CC9;
 padding: 10px;
 height:18px;
 margin: 0px 0px 0px 12px;
 width: auto;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFFFFF', EndColorStr='#CBEBFF'); /* for IE */
 background-image: -moz-linear-gradient(right , #CBEBFF 28%, #FFFFFF 100%);
 background-image: -webkit-linear-gradient(right , #CBEBFF 28%, #FFFFFF 100%);
 background-image: -o-linear-gradient(right , #CBEBFF 28%, #FFFFFF 100%);
 background-image: -ms-linear-gradient(right , #CBEBFF 28%, #FFFFFF 100%);
 behavior: url(css/PIE.htc);
}

#infobar2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight:bold;
 color: #090;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #CFC;
}

#navigation3 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight:bold;
 color: #090;
 padding-bottom: 30px;
 margin-bottom: 5px;
}

#navigation4 {
 color: #333;
 padding-left: 15px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
}

#navigation_main{
 width:100%;
 padding: 0px 0px 0px 0px;
 background-size: 85px;
 background-repeat:repeat-y;
 background-image:url(../img/Carthago_Home2_r22_c1.png);
 background-image: -moz-linear-gradient(right , #FFFFFF 1%, #BABABA 100%);
 background-image: -webkit-linear-gradient(right , #FFFFFF 1%, #BABABA 100%);
 background-image: -o-linear-gradient(right , #FFFFFF 1%, #BABABA 100%);
 background-image: -ms-linear-gradient(right , #FFFFFF 1%, #BABABA 100%);
}

#leftcolumn {
 position:relative;
 display: block;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 5px;
 width: 5%;
 float: left;
}

#leftcolumn2 {
 height:950px;
 position:relative;
 display: inline;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 78px;
 float: left;
}

#content { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding-left: 0px;
 width: 73%;
 min-height:600px;
 display: inline;
 position: relative;
 border-right-style:solid;
 border-right-width:1px;
 border-right-color:#dcdcdc;
 height: auto;
 background-color:#FFF;
}

#contenthome { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding-left: 0px;
 width: 78%;
 min-height:600px;
 display: inline;
 position: relative;
 border-right-style:solid;
 border-right-width:1px;
 border-right-color:#dcdcdc;
 height: auto;
 background-color:#FFF;
}

#rightcolumn { 
 float: right;
 display: inline;
 position: relative;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding-right: 23px;
 width: 19%;
}

#sponsors {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
width: 100%;
height:18px;
color: #333;
padding: 10px;
margin: 0px 0px 0px 0px;
text-align: center;
background:#CBEBFF;
}

#MainAd {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 width: 90%;
}

#RegularAd {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #FFFFFF;
 width: 90%;
}

#social {
 float:left;
 color:#F00;
 display:inline;
 margin: 0px 0px 0px 0px;
 padding-left:45px;
 padding-right:20px;
 position: relative;
 vertical-align:middle;
}

#footer { 
 height: 40px;
 width: auto;
 clear: both;
 color: #333;
 background: #EBEBEB;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 vertical-align:middle;
}

#footer a{
 text-decoration:none;
}

.clear { clear: both; background: none; }

.push {
	height: 40px; /* .push must be the same height as .footer */
}

.pushin{
	height: 50px;
}

#content p {
	padding: 0 20px 15px 25px;
	margin:0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 24px;
	font-weight:bold;
	color:#006CC9;
	padding: 5px 0px;
	margin:0;
}
h2 {
	padding: 5px 0px;
	margin:0;
	color:#585858;
}
h3 {
	padding: 5px 0px;
	margin:0;
}
h4 {
 	font-size: 12px;
	text-align:left;
	font-weight:normal;
	padding: 5px 0px;
	margin:0;
}

#home {
 	font-size: 12px;
	text-align:center;
	font-weight:normal;
	color: #000;
}

hl {
 	font-size: 12px;
	font-weight:bold;
	color: #0083E1;
}
table {
    padding: 1px 1px;
    margin:0;
	margin-top:5px;
    text-align: left;
    width: 98%;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
} 

.rounded-corners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #dcdcdc;
}

.statusbox {
	text-align:center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #D2D2D2;
	margin-bottom:1px;
}
.statusbox a:link {color:white; text-decoration:none;}
.statusbox a:visited {color:white; text-decoration:none;}
.statusbox a:hover {color:white; text-decoration:none;}
.statusbox a:active {color:white; text-decoration:none;}

th {
	color:000000;
	background-image: linear-gradient(top, rgb(255,255,255) 29%, rgb(230,230,230) 65%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 29%, rgb(230,230,230) 65%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 29%, rgb(230,230,230) 65%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 29%, rgb(230,230,230) 65%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 29%, rgb(230,230,230) 65%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#CCCCCC'); /* for IE */

    border-width: 0 0 0 0px;
    border-style: solid;
	border-color:#CCCCCC;
	padding: 5px;
}

th:hover {
	color:#006CC9;
	background-image: linear-gradient(top, rgb(255,255,255) 29%, rgb(134,202,245) 65%);
	background-image: -o-linear-gradient(top, rgb(255,255,255) 29%, rgb(134,202,245) 65%);
	background-image: -moz-linear-gradient(top, rgb(255,255,255) 29%, rgb(134,202,245) 65%);
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 29%, rgb(134,202,245) 65%);
	background-image: -ms-linear-gradient(top, rgb(255,255,255) 29%, rgb(134,202,245) 65%);

    border-width: 0 0 0 0px;
    border-style: solid;
	border-color:#CCCCCC;
	padding: 5px;
	cursor:default;
}

td {
	padding: 5px;
	border:#FFF;
	cursor:default;
}

tr {
background-color: #FFFFFF; border: 1px #000000 solid;
}
.rowhl {
	border-left: solid 3px #009CE0;
}
.grey {
	background-color: #D8D8D8 !important;
}
.grey2 {
	background-color: #E9E9E9 !important;
}
.red {
	background-color: #FFB5A2 !important;
}
.red2 {
	background-color: #FEC7B9 !important;
}
.yellow {
	background-color: #F5F1A3 !important;
}
.orange {
	background-color: #F3E2A9 !important;
}
.green {
	background-color: #D3EEBF !important;
}
.blue {
	background-color: #CBEBFF !important;
}
.action {
	background-color: #FAA952 !important;
}
.turq {
	background-color: #00AAAA !important;
}
.req {
	background-color: #85C84F !important;
}
.conn {
	background-color: #1e62d0 !important;
}
.conn2 {
	background-color: #558DE7 !important;
}
.req2 {
	background-color: #A1DA73 !important;
}
.change {
	background-color: #50217B !important;
}


tr:nth-child(even) {background: #F2F2F2}
tr:nth-child(odd) {background: #FFF}

tr:hover{
	color:#006CC9;
	background-color: #E6F5FF; border: 1px #000000 solid;
}

form {
	padding: 5px 0px;
	margin:0;
}

.newbutton_menu {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:none;
    background-color:none;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1.5px solid #B3B3B3;
    display:inline-block;
    color:#1B2454 !important;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    vertical-align:middle;
	behavior: url(css/PIE.htc);
}.newbutton_menu:hover {
    color:#FFF !important;
    text-shadow:1px 1px 0px #1570cd !important;
    border:1.5px solid #3A9BD5;
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
    background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
    background-color:#1e62d0;
	behavior: url(css/PIE.htc);
}.newbutton_menu:active {
    color:#FFF !important;
    text-shadow:1px 1px 0px #1570cd !important;
    border:1.5px solid #3A9BD5;
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
    background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
    position:relative;
    top:1px;
	behavior: url(css/PIE.htc);
}

.newbutton {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#0083E1;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    vertical-align:middle;
	behavior: url(css/PIE.htc);
}.newbutton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    background-color:#dfdfdf;
    vertical-align: middle;
	cursor:pointer;
	behavior: url(css/PIE.htc);
}.newbutton:active {
    position:relative;
    top:1px;
    vertical-align:middle;
	cursor:pointer;
}  

.newbutton_blue {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
    background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    background-color:#3d94f6;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #337fed;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:3px 10px;
    text-decoration:none;
    text-shadow:1px 1px 0px #1570cd;
	behavior: url(css/PIE.htc);
}.newbutton_blue:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
    background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
    background-color:#1e62d0;
	cursor:pointer;
	behavior: url(css/PIE.htc);
}.newbutton_blue:active {
    position:relative;
    top:1px;
	cursor:pointer;
}

.newbutton_green {
    -moz-box-shadow:inset 0px 1px 0px 0px #c8efab;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c8efab;
    box-shadow:inset 0px 1px 0px 0px #c8efab;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    background-color:#77d42a;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #268a16;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:3px 10px;
    text-decoration:none;
    text-shadow:1px 1px 0px #306108;
	behavior: url(css/PIE.htc);
}.newbutton_green:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
    background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
    background-color:#5cb811;
	cursor:pointer;
	behavior: url(css/PIE.htc);
}.newbutton_green:active {
    position:relative;
    top:1px;
    font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.newbutton_green_d {
    -moz-box-shadow:inset 0px 1px 0px 0px #268A16;
    -webkit-box-shadow:inset 0px 1px 0px 0px #268A16;
    box-shadow:inset 0px 1px 0px 0px #268A16;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
    background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
    background-color:#5cb811;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #268a16;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:3px 10px;
    text-decoration:none;
    text-shadow:1px 1px 0px #306108;
	cursor:default;
	behavior: url(css/PIE.htc);
}

.dashboard-button {
    float: left;
    font-size: 10px;
    height: auto;
    letter-spacing: 0.5px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 30px 0px;
    max-width: 100px;
    width: 100%;
    min-width: 75px;
}

.button {
	background: #FFFFFF;
    border: 1px solid #BBBBBB !important;
    border-radius: 4px 4px 4px 4px;
    color: #555555 !important;
    cursor: pointer;
    display: block;
    font-size: 100%;
    font-weight: bold;
    line-height: 130%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 6px 10px;
    text-align: center;
	vertical-align:middle;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.dashboard-button:hover {
    background: #E6F5FF;
    text-decoration: none;
}

.step_wiz{
 float:left;
 display:inline;
 padding-left:10px;
 position: relative;
}

.step_dash{
 color: #333;
 background: #FFFFFF;
}

.step_dash:hover{
	color:#006CC9;
	background-image: url(../img/Findex_Step_by_Step_Icons_Go-20.png);
	background-color: #E6F5FF;
	background-repeat:no-repeat;
	background-position:right;
	border-radius:5px;
}

.step_dashadd{
 color: #333;
 background: #FFFFFF;
}

.step_dashadd:hover{
	color:#006CC9;
	background-image: url(../img/Findex_Step_by_Step_Icons_Go-20_2.png);
	background-color: #E6F5FF;
	background-repeat:no-repeat;
	background-position:right;
}

.buy{
	position:relative;
	right:-1px;
}
.sell{
	position:relative;
	left:-1px;
}
.buy  b{
	position:relative;
	top:-4px;
}
.sell  b{
	position:relative;
	top:-4px;
}

.is0{background:url(../img/pwstrength.png) no-repeat 0 0;width:138px;height:7px;}
.is10{background-position:0 -7px;}
.is20{background-position:0 -14px;}
.is30{background-position:0 -21px;}
.is40{background-position:0 -28px;}
.is50{background-position:0 -35px;}
.is60{background-position:0 -42px;}
.is70{background-position:0 -49px;}
.is80{background-position:0 -56px;}
.is90{background-position:0 -63px;}
.is100{background-position:0 -70px;}

.home-steps span {
    display: block;
    float: left;
    font-size: 10px;
    text-align:center;
    width:15px;
    margin: -3px 0px 10px 5px;
    line-height:15px;
    color: #006CC9;
    background: #FFF;
    border: 2px solid #006CC9;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.faq {width:443px; vertical-align:middle; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color:#ededed;
	behavior: url(css/PIE.htc);
	}
.faq:hover {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    background-color:#dfdfdf;
	behavior: url(css/PIE.htc);
}

.invertedshiftdown{
padding: 0;
width: 100%;
border-top:1px solid #dcdcdc;
background: transparent;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px;
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
margin: 0 1px 0 0;
padding: 6px 10px 7px 10px;
background-color: none;
border-left: 0px; 
border-right: 1px; 
border-bottom: 0px; 
border-top:0px; 
border-style: solid; 
border-color: #BBB !important;
}

.invertedshiftdown a:hover{
background-color: #1E62D0;
background-image:none;
color: white;
}

.invertedshiftdown .current {
background-color: lightgray;
background-image:none;
color: #666;
}

.newgradblue{

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzOGVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(3,142,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,142,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(3,142,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(3,142,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(3,142,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(3,142,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */

behavior: url(css/PIE.htc);
}

.newgradgray{

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(top,  rgba(214,214,214,0.65) 0%, rgba(214,214,214,0) 72%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,214,214,0.65)), color-stop(72%,rgba(214,214,214,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(214,214,214,0.65) 0%,rgba(214,214,214,0) 72%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(214,214,214,0.65) 0%,rgba(214,214,214,0) 72%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(214,214,214,0.65) 0%,rgba(214,214,214,0) 72%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(214,214,214,0.65) 0%,rgba(214,214,214,0) 72%); /* W3C */

behavior: url(css/PIE.htc);

}