/* Tiny Scrollbar */
/*
#scrollbar1 { width: 730px; margin: 2px 0 5px; color:#FFF; 
font-family:Arial;
font-size:12px;
line-height:25px;
letter-spacing:2px;
height: 350px;
text-align:justify;
z-index:999999;
}
#scrollbar1 .viewport { width: 710px; height: 320px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) repeat-y  0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) repeat-y 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.jpg) no-repeat 50% 100%; height: 34px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
*/

body{
color:#FFF;
font-size:14px;
font-family:Arial;
line-height:20px;
letter-spacing:1px;	


background-color:#FFF;
margin:0px auto;
padding:0px;
background: transparent;
background-position:top;	
}

#mycustomscroll_left {
/* Typical fixed height and fixed width example */
width: 690px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: none;
padding:5px 15px 10px 0px;
margin-left:10px;

}
.mycustomscroll_left p{
color:#FFF;
font-size:14px;
font-family:Arial;
line-height:25px;
letter-spacing:2px;	
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 730px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background:url(../images/bg-scrollbar-track-y.png);


}
.vscrollerbar {
width: 30px;
background:url(../images/bgscrollbar.jpg) no-repeat;
margin-left:3px;
}
.hscrollerbase {
height: 10px;
background-color: none;

}
.hscrollerbar {
height: 10px;
background-color: none;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
.firrow{
float:left; width:60%; text-align:center; 
}
.firrowtag{
width:100%;	
margin-bottom:20px;
margin-top:5px;
}
.secrow{
float:left; width:35%; text-align:center; 	
}
.thirow{
	float:left; width:25%; text-align:center; 
}
.forrow{
float:left; width:18%; text-align:center;	
}
.fifrow{
float:left; width:12%; text-align:center;	
}
.firrow p, .secrow p, .thirow p, .forrow p, .fifrow p, .firrowtag p{
text-transform:uppercase;	
color:#cecece;
font-size:12px;
font-family:Arial;
margin:0px;
padding:0px;
line-height:20px;
text-align:left;

}
.innertexts{
text-align:center;	
padding-top:10px;
padding-bottom:10px;

}
.innertextsmain{
text-align:left;


}
.maindata{
width:100%;	
height:100%;
display:block;
}
.stripline{
border-bottom:solid 1px;
border-bottom-color:#636363;
width:100%;
height:2px;	
padding:8px 0px 8px 0px;
}
.stripupline{
border-left:solid 1px;
border-left-color:#3e3e3e;
width:2%;
height:280px;	
float:left;
padding:0px 5px 0px 5px;
}
.innertexts h1, .innertextsmain h1{
color:#81b1ff;
margin:0px;
padding:0px 0px 0px 0px;
line-height:20px;
font-size:12px;
font-weight:bold;
letter-spacing:normal;
text-transform:none;
text-transform:uppercase;
}
.innertexts p, .innertextsmain p{
	color:#FFF;
line-height:20px;
font-size:12px;
font-weight:normal;
margin:0px;
padding:0px;
	text-transform:none;
	text-transform:uppercase;
}
.labelname{width:100px; float:left; text-align:left;}
.inputtag{width:330px; float:left; text-align:left;}
.inputtag input{background:url(../images/input.png) no-repeat; width:262px; height:25px; border:none; padding:1px 0 0 5px; margin:5px 0 5px 0;  color:#FFF;}
.inputtag textarea{background:url(../images/textarea.png) no-repeat; width:262px; height:126px; border:none; padding:1px 0 0 5px; margin:5px 0 5px 0;  color:#FFF;}
.side1{float:left; padding:10px 0 10px 0;}
.side1_left{float:left;}
.side1_right{float:right; text-align:left; padding-left:5px;}
.side1_right p{text-transform:none; font-size:11px; margin:0px; padding:0px; line-height:18px;}