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

body {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
	font-family:tahoma;
	background-color:#CCCCCC;
	background-image:url(../images/bg.jpg);
}

a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#006600;
	
}

a {
	color:#006600;
	text-decoration:none;
}

.header {
	width:780px;
	/* background-color:#6DCC68; */
	height:165px;
	background-image:url(../images/headerRepeater.jpg);
	background-position:bottom;
	border-top:groove 1px #999999;
	border-left:groove 1px #999999;
	border-right:groove 1px #999999;
}

.headerRight {
	width:580px;
	height:150px;
	float:left;
	background-image:url(../images/headerRight.jpg);
	background-repeat:repeat-x;
	background-position:right;
}

.headerLeft {
	width:200px;
	height:150px;
	float:right;
	background-image:url(../images/headerLeft.jpg);
	background-repeat:repeat-x;
	background-position:right;
	text-align:left;	
}

.headerTop {
	text-align:left;
	direction:ltr;
	color:#6DCC68;
	vertical-align:middle;
	width:780px;
	background-color:#FFFFFF;
	height:13px;
}

.mainCenter {
	background-image:url(../images/bg.gif);
	width:780px;
	border-left:groove 1px #999999;
	border-right:groove 1px #999999;
	background-color:#FFFFFF;
    overflow:auto;
}

#headerTitle {
	padding-top:25px;
}

.footer {
	width:780px;
	vertical-align:middle;
	border:groove 1px #999999;
	direction:rtl;
	background-color:#009900;
	color:#FFFFFF;
	height:40px;
}

.footer p {
	padding-top:10px;
}

.leftSection {
	width:600px;
	float:right;
/*	height:650px;*/
}

.rightSection {
	width:180px;
	float:left;
}

.clock
{
font-family		: MS Sans Serif, arial;
font-size		: 14;
font-weight		: bold;
color			: #000000;
background-color	: #CCCCCC;
}

.buttonContainer{
	width:175px;
	background-color:#CCCCCC;
	/*border:1px solid #66CC00;*/
	direction:ltr;
	cursor:hand;
}

.mainButtonA {
	color:#FFFFFF;
	background-color:#009933;
	text-align:left;
	background-image:url("../images/mainButton2.png");
	/*background-repeat:no-repeat;*/
	/*border-bottom:1px #CCCCCC solid;*/
	height:20px;
	padding-left: 10px;
}


.mainButtonB {
	color:#FFFFFF;
	background-color:#009933;
	text-align:left;
	background-image:url("../images/mainButton.png");
	background-repeat:no-repeat;
	/*border-bottom:1px #CCCCCC solid;*/
	height:20px;
	padding-left: 10px;
}


.mainButtonB:hover {
	color:#009933;
	background-color:#CCCCCC;
	text-align:left;
	direction:ltr;
}


.mainButtonA:hover {
	color:#009933;
	background-color:#CCCCCC;
	text-align:left;
	direction:ltr;
}

.subButtonA {
	background-color:#66FF66;
	text-align:left;
	direction:ltr;
	border-bottom:1px #CCCCCC solid;	
}

.subButtonB {
	background-color:#66CC66;
	text-align:left;
	direction:ltr;
	border-bottom:1px #CCCCCC solid;	
}

.subsubContainer{
	width:175px;
	background-color:#CCCCCC;
	direction:ltr;
}

.subsubButton {
	background-color:#CCFFCC;
	text-align:left;
	direction:ltr;
}

.subsubButton:hover {
	background-color:#FFFF99;
	text-align:left;
	direction:ltr;
}

.indexTable {
	border: 1px #999999 solid;
	background-color:#E7F5EC;
	text-align:justify;
	direction:ltr;
	vertical-align:top;
	padding:3px;
}

.indexTableHeader {
	border: 1px #999999 solid;
	background-color:#336600;
	color:#FFFFFF;
	text-align:center;
	text-shadow:#000000;
	font-weight:bolder;
}

.contentMainDIV {
	margin: 10px;
	text-align: justify;
	direction:ltr;
}

.country {
	background-color:#CCFFCC;
	border:1px #999999 groove;
	width: 300px;
}

.banks {
	margin-right: 50px;
	text-align:left;
	direction:ltr;
}

.rowStyle_0 {
	background-color:#F4FBF7;
}

.rowStyle_1 {
	background-color:#E4F3EA;
}
.rowStyle_2 {
	background-color:#CCF8CB;
}

.priceTable {
	width:75%;
	text-align:right;
	
}

.reportItem {
	border:1px #CCCCCC dotted;
	background-color:#EBFEE9;
	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:3px;
}

.reportItemArea {
	display:none;
	width:570px;
}

.reportItemAreaLeft {
	width:200px;
	height:250px;
	float:right;
	background-color:#FFFFFF;
	margin-top:20px;
	margin-left:5px;
	border:1px #CCCCCC dotted;
	padding:3px;
}

.reportItemAreaRight {
	float:left;
}

.reportHeader {
	background-image:url(../images/bgbg.jpg);
	height:15px;
	width:570px;
}




.price {
	width:210px;
	height:100px;
	float:left;
	background-color:#CCFFCC;
	border:1px dotted #CCCCCC;
}

.price input {
	background-color:#009900;
	color:#FFFFFF;
	font-family:tahoma;
	font-size:11px;
}

.price select {
	background-color:#009900;
	color:#FFFFFF;
	font-family:tahoma;
	font-size:11px;
}





/*      ---- scroll style ----     */

/*Example CSS for the two demo scrollers*/

#pscroller1{
margin-top:2px;
width: 365px;
height: 92px;
border: 1px solid black;
padding: 0px 0px 5px 3px;
background-color: lightyellow;
text-align:left;
direction:ltr;
float:right;
}

#pscroller1 img{
	width:265px;
	height:100px;
	float:right;
}

#pscroller1 .txt{
	padding: 2px;
	width:100px;
	float:left;
}

#pscroller1 .topHeader {
	height:15px;
	border-bottom:2px dotted #FF6600;
	background-color:#006600;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

#pscroller2{
width: 85%;
background-color:#FFCC00;
height: 20px;
text-align:right;
direction:rtl;
cursor:hand;
float:left;
padding-right:5px;
text-shadow:#000000;
font-size:14px;
border:1px dashed #009900;
font-weight:bold;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass{ /*class to apply to your scroller(s) if desired*/

}

/* ------ ----- --- --- -- - - */