
/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.padd-left{
	padding-left:20px;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.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: #000;
background-color: yellow;
}


/* CSS Document 
body{ background-color:#ECE2CD;}*/
.rightAmount{
	padding-right:20px;
}
.style1{font-size: 12px;}
.style3{font-size: 12px;}
.input_class{
border:1px solid #999999;}


/*body{font-family:"Trebuchet MS";}*/
.style4 {
	font-size: 16px;
	font-weight: bold;
}
.border_forms{border-top:1px solid #999999;border-left:1px solid #999999;border-right:1px solid #999999;border-bottom:1px solid #999999;}
.f_background{ background-image:url(images/h_img.gif);}
.footerHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #756F61;
	padding-left: 8px;
}
.subHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #403D35;
	padding-left: 8px;
	background-color: #C2BBAB;
}
.childLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	background-color: #DDD6C4;
}




.technology{ /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: bold 14px Verdana;
	margin: 10px 0;
}
.subHeading{
	color:#533F7C;
}
.footerLinks{
	color:#4E2727;
	background-color:#CFBE98;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	padding: 2px 5px;
	border: 1px solid gray;
	background: #E1E1E1;
	color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	padding: 2px 5px;
	border: 1px solid gray;
	background: #E1E1E1;
	color: red;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#apDiv1 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
.site-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
