/* CSS Document */

input {
	background-color:#CCFFCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	background-color:#9CC0F8;
	margin-bottom:25px;
	background-image:url(../images/bg2.gif);
}

#backHeader {
		/* background:url(../images/background.gif) repeat-x; */
		width:100%;
		height:300px;
}

#header {
	width: 760px;
	height:175px;
	background-color:#FFFFFF;
	background:url(../images/headerBackground.jpg);
}

#header .logo {
	width:166px;
	height:100px;
	float:left;
	margin-left:0px;
	margin-top:40px;
	margin-left:20px;

}

#header .mainPic {
	width:500px;
	height:125px;
	float:left;
	/* background-color:#000066; */
	margin:0px 0px 0px 30px;
	/* border:2px solid #FFFFFF; */
	vertical-align:text-top;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
}

#header .topMenu {
	margin-right:10px;
	width:500px;
	height:30px;
	text-align:right;
	float:right;
	direction:rtl;
}

#header ul {
	list-style:none;
	width:500px;
	line-height:normal;
}

#header li {
	display:inline;
}

#header a {
	padding: 0 20px;
	border-right: 1px solid #E06529;
	text-decoration: none;
	font-size: 92%;
	color:#FFFFFF;
}

#header .first {
	border:none;
	padding-right: 0px;
}

#header a:hover {
	text-decoration: underline;
}
#mainSection {
	width:760px;
	background-color:#CCFFCC;
	background-image:url(../images/bg1.jpg);
}


#mainSection .content {
	width:550px;
	/*background-image:url(../images/bg.jpg);*/
}

#mainSection .menu {
	width:210px;
	height:'100%';	
	background-image:url(../images/cornerBG.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footer {
	width: 740px;
	height:27px;
	background-color:#FFFFFF;
	/*margin-bottom:25px;*/
	background:url(../images/footerBackground.jpg);
	color:#FFFFFF;
	padding:10px;
	padding-top:13px;
}

#footer .footerLogo {
	float:left;
}

#footer .footerText {
	float:right;
	text-align:center;
	margin-right:150px;
}



- Buttons Style Section -

.buttonContainer{
	width:170px;
	border:1px solid #000099;
	direction:rtl;
	cursor:hand;
}

.mainButtonA {
	cursor:hand;
	text-align:center;
	background-image:url(../images/mainButContain.jpg);
	background-repeat:no-repeat;
	border-bottom:1px #CCCCCC solid;
	height:20px;
	color:#FFFFFF;
}


.mainButtonB {
	cursor:hand;
	text-align:center;
	background-repeat:no-repeat;
	border-bottom:1px #CCCCCC solid;
	height:20px;
	background-image:url(../images/mainBut.jpg);
	color:#FFFFFF;
}


.mainButtonB:hover {
	color:#FFFF00;
	text-align:center;
	direction:rtl;
}


.mainButtonA:hover {
	color:#FFFF00;
	background-color:#CCCCCC;
	direction:rtl;
}

.subContainer {
	cursor:hand;
	text-align:center;
}

.subButtonA {
	background-image:url(../images/subButContain.jpg);
	direction:rtl;
	width:203px;
	height:17px;
	padding-top:3px;
	color:#000000;
	border-top: 1px solid #000000;
	padding-right: 5px;
	padding-left: 2px;
	text-align:center;
}

.subButtonB {
	background-image:url(../images/subBut.jpg);
	direction:rtl;
	width:203px;
	height:17px;
	vertical-align:middle;
	padding-top:3px;
	color:#000000;
	border-top: 1px solid #000000;
	padding-right: 5px;
	padding-left: 2px;
	text-align:center;
}

.subsubContainer{
	width:210px;
	direction:rtl;
}

.subsubButton {
	text-align:right;
	direction:rtl;
	margin: 1px;
	background-color:#FFFFCC;
}

.subsubButton:hover {
	background-color:#FFFF99;
	text-align:right;
	direction:rtl;
}

#contentPage {
 text-align:justify;
 direction:rtl;
}

#contentPage .cCenter {
	/* width: 350px; */
	/* border: 1px dashed #000000;
	/* background-color: #0066FF; */
	margin-right: 5px;
	direction: rtl;
	/*float:right;*/
	text-align: justify; 
	padding: 3px;
}

#contentPage .cHeader {
	direction:rtl;
	text-align:justify;
	padding-right: 3px;
	padding-top: 5px;
	color:#0000CC;
}



----- End of Button Style Section --

----- Begin of Content Page --


----- End of Content Page --


.reportItem {
	border:1px #CCCCCC dotted;
	background-color:#009900;

	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:3px;
}

.reportItemArea {
	display:none;
	width:250px;
	border:1px solid #CCCCCC;
	background-color:#CCFFCC;
}

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

.reportItemAreaRight {
	float:right;
}

.reportHeader {
	background-image:url(../images/bgbg.jpg);
	background-color:#FFFF99;
	border:1px solid #999999;
	height:15px;
	width:250px;
}

.reportHeader a{
	color:#FFFFFF;
	text-decoration:none;
}

.news {
	
}