.handcursor{
cursor:hand;
cursor:pointer;
}

* Modern Browsers, not IE7 */

html>/**/body #expand {
   position:fixed;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}
html>/**/body #expand .middle {
   display:table;
   margin: 0 auto;
   height: 100%;
}
html>/**/body #expand .inner {
   vertical-align:middle;
   display:table-cell;
}

/* Only IE7 */
*:first-child+html #expand {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
*:first-child+html #expand .middle {
   position:absolute;
   top:50%;
   left: 50%;
}
*:first-child+html #expand .inner {
   position:relative;
   top:-50%;
   left:-50%;
}
*:first-child+html #expand .main {
   margin: -3px 0 0 0;
}

html {
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#000;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
}


body {
      background-color:#FFFFFF;
	  margin-top: 10px;
	  margin-left: 10px;
    }
	
td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
input {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

textarea {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

selected {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

a {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	text-decoration:underline;
	color:#000;
	}


.footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
.footerrsv {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.languange {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	}

.menu {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#000;
	}
	
/* open / close DIV windows */
.clasp {
text-align:center;
}
.lunchbox {
display:none;
} 

/*.. End */

/* Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{ /*Style for demo pagination divs*/
width: 120px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
font-size:10px;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
/* border: 1px solid navy; */
margin: 0 15px;
text-decoration: none;
color: #fff;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
/* border: 1px solid black; */
color: white;
/* background-color: white; */
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #fff;
text-decoration: none;
background-color: #A2AB38;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #fff;
text-decoration: none;
}
