/* CSS Document */

* {padding:0; margin:0;}

body {background:#C4DF9B url(../images/greenwallpaper.jpg) center fixed;}

a {text-decoration:none}
 a:hover {color: red} 
.header {
  width:990px;
  height:232px;
  padding-top:20px;
  margin-top:10px;
  background-repeat:no-repeat;
  background-image:url(../images/header.jpg);
}

.footer {
  width:990px;
  height:219px;
  margin-bottom:3px;
  background-repeat:no-repeat;
  background-image:url(images/footer.jpg);
}

.marquee-top {
  direction:rtl;
  width:944px;
  height:20px;
  padding:5px;
  color:#FFFFFF;
  background-repeat:no-repeat;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/marguee-bar-top.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.marquee-top[class] {
  background-image:url(../images/marguee-bar-top.png);
}

pre {text-indent: 30px} 
#tabmenu {color: #fff; z-index: 1;; direction:rtl} 
#tabmenu span { text-align:center;  margin:0 5px 0 5px; font: normal 9pt tahoma;} 
#tabmenu a { color: #fff; text-decoration: none; cursor:pointer;} 
#content {font: 10pt tahoma; text-align: justify; z-index: 2; width:505px; padding:0 10px 0 10px} 
#content a { text-decoration: none; color: #0066FF; } 
#content a:hover {color: red} 

div.menupane {background:url(image/main-02.jpg); width:525px; height:61px;}
p.menupane {padding:15px 120px 0 0; font:10pt tahoma; color:#FFFFFF; text-align:right}
div.mainpane {background:url(image/main-04-bg.jpg) repeat-y; width:525; margin:0px;}
p.info {text-align:right; font:8pt tahoma; color:#999999; padding:15px 40px 0 0;}

#load {position:absolute; right:0px; top:50px; background-color:#FFFFFF; color:#666666; z-index:300; direction:rtl; border:1px solid #666666}
p.txt {font-size:9pt; font-family:tahoma; padding:10px}

.panel-header {background:url(../images/menu-top-title.jpg) no-repeat center top; height:40px; padding-top:6px; padding-right:10pt; text-align:right; font:10pt tahoma;}
	
	.viewtable {font:9pt tahoma}
	.viewtable td {text-align:center}
	.viewtable td.title {background:#f0f9f0; padding:5px; color:#006633; text-align:center}
	.viewtable td.row1 {background:#f9f9f9; padding:5px; color:#006666}
	.viewtable td.row2 {background:#f0f0f0; padding:5px; color:#006666}

	
table.pagination{
}

table.pagination td{
	padding: 2px;
}
