/* ============================================================================ */
/* ==| AUTHOR  : Sachitra Vidanagamachchi | ECode Lanka Software (Pvt.) Ltd.|== */
/* ==| PROJECT : BIMAC Controller Connect Website                     		|== */
/* ==| DATE    : 14th February 2008 			                      		|== */
/* ==| MODIFY  : 14th February 2008 			                      		|== */
/* ==| NOTE    : All the attributes are editable,                     		|== */
/* ==|           do NOT change the class names or IDs                 		|== */
/* ============================================================================ */


/* ---------------------------------------------------------------------------- */
/* = Rules defined for apply GLOBALLY begins from this point forward    	  = */
/* ---------------------------------------------------------------------------- */


body{
background-color:#FFFFFF;
font-family:Tahoma;
font-size:11px;
color:#333333;
}

.footer{
background-color:#000000;
font-family:Tahoma;
font-size:11px;
color:#FFFFFF;
padding-left:10px;
padding-right:10px;
vertical-align:middle;
}

.error
{
	color:#ff0000;
	font-size:11px;
	font-weight:bold;
}


.footerdivider{
color:#ec008c;
font-family:Tahoma;
font-size:11px;
}

.LeftPadding{
padding-left:10px;
}

.LeftANDRightPadding{
padding-left:10px;
padding-right:10px;
}

a:link,a:visited{
color:#333333;
text-decoration:underline;
}
a:hover{
color:#333333;
text-decoration:none;
}

a.footerurl:link, a.footerurl:visited{
color:#FFFFFF;
text-decoration:none;
} 

a.footerurl:hover{
color:#FFFFFF;
text-decoration:underline;
} 

.pinkboarder{
border-bottom:#ec008c 1px solid;
}

.pinktext{
color:#ec008c;
font-weight:bold;
font-size:11px;
}


.leftBG{
background-image:url(../Connectivity-images/leftBG.png);
background-repeat:no-repeat;
}

table.fullboarder{
border-bottom:#000000 solid 1px;
border-left:#000000 solid 1px;
border-right:#000000 solid 1px;
border-top:#000000 solid 1px;
}

table.grayborder{
border-bottom:#CCCCCC solid 1px;
border-left:#CCCCCC solid 1px;
border-right:#CCCCCC solid 1px;
border-top:#CCCCCC solid 1px;
}

.BlackBG{
background-color:#000000;
color:#FFFFFF;
}

/* Presentation navigation */
table.nav td
{
font-size:10px;
cursor:pointer;
}

img{
Filter: Alpha(Opacity=100);
	}
	
/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}
	
	
div.content{
	overflow:auto;
	width:740px;
	height:420px;
	margin:0px;
	scrollbar-face-color:#eeeeee;
	scrollbar-arrow-color :#333333;
	scrollbar-highlight-color: #BBBBBB;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#EEEEEE;
}	


/*Styling for Design by Aexis*/
table tr.aexis td.aexis
{
font-family:verdana;
font-size:10px;
color:#999999;
border:0px solid #999999;
padding-top:3px;
text-align:right;
}

a.aexis:link, a.aexis:visited
{
font-size:10px;
color:#999999;
text-decoration:none;
}

a.aexis:hover{
font-size:10px;
color:#9999FF;
text-decoration:underline;
}

.formtext{
font-family:Tahoma;
font-size:11px;
color:#333333;
}

.formbtn{
font-family:Tahoma;
font-size:11px;
color:#333333;
font-weight:bold;
border:1px #333333 solid;
background-color:#EEEEEE;
}

.bold
{
	font-weight:bold;
}