@charset "utf-8";
/* CSS Document */


/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
    	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
		
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin:0;
        padding:0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

.MPT{ /* marketing point title */
	font-size:18px;
}


/*Image replacement technique*/
/*<div id="header" ><h1><span>eData</span></h1>*/
#header h1 {
	text-align: left;
	color: #919191;
	font: 11px Arial;
	width: 324px;
	height: 65px;
	background-image: url(../images/iba-web-main_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	cursor:pointer;
}

#header h1 span {
display: none;
}

.listext{
font-size:10px;
color:#333333;
text-align:justify;
padding:0px;
}

.linktext a{
color:#3399cc;
text-decoration:none;
font-size:10px;
}

.links-global{
font-size:10px;
color:#333333;
}
.links-global a{color:#3399cc; text-decoration:none;}
.links-global a:hover{text-decoration:underline;}


.newsevent{
/*width:521px;*/
width:auto;
line-height:normal;
text-align:justify;
}

.newsevent p {
font-size:10px;
color:#333333;
}
.newsevent a{
color:#3399cc;
text-decoration:none;
}
.newsevent a:hover{
text-decoration:underline;
}


h2 {
padding: 12px 0;
}

#txtmore{
height:30px; 
padding-top:50px; 
font-size:10px; 
color:#005aa5;
}


#titledomain{
color: #6c9817;
font-size:14px;
float:left;
padding-top:6px; 
padding-right:6px;
}

#tilemarq{
width:784px;
height:21px; 
border: #6c9817 1px solid;
float:left;
color:#333333;
font-size:11px; 
padding-top:4px;
}

#tilemarq a{text-decoration:none; color:#333333;}

#registrars{
float:left; padding-left:7px; margin-top:15px;
}

#contentxt{
/* padding: 0px 15px; */ 
float:left;
width:600px;
font-size:11px;
color:#333333;
line-height: double;
text-align:justify;
}

#contentxt blockquote{
margin-left:30px;
}

#contentxt p.ind1{
margin-left:15px;
}

#contentxt p.ind2{
margin-left:30px;
}

#contentxt h1 {
font-size:18px;
color:#6c9817;
cursor:default;
}

#contentxt h2 {
font-size:14px;
color:#005aa5;
}

#contentxt ol {
margin-left:15pt;
}

#contentxt ol p{
margin-left:5pt;
}

#contentxt ul {
margin-left:15pt;
}

#contentxt a { 
color:#3399cc;
text-decoration:none;
}

#contentxt a:hover { 
color:#3399cc;
text-decoration:underline;
}


/* slider images */

#slider {
    width: 521px; /* important to be same as image width */
    height: 158px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0;
}

#sliderContent {
    width: 521px; /* important to be same as image width */
	position: absolute;
	top: 0;
	margin-left: 0;
	left: 0px;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
	margin:0;
}
.sliderImage span {
/* uncomment if want to show text */

/*  width: 500px; */  /* text block width */
/*    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 10px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none; */
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}


#slider img
{
border:none
}

#sliderContent ul { list-style-type: none;}

.sliderlinks {
	position:absolute; 
	z-index:99999; right:0px; top:25px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
	background-color:#FFFFFF;
	padding:20px 0;

}
.sliderlinks a {
color:#c23132;
text-decoration:none;
padding:0 20px 0 20px;
}
.sliderlinks a:hover {
text-decoration:underline;
}

/* end of slider images */