/* default css stylesheet for a new web application project */

/* code for the forms scrollbar */

body
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 12px;
background-color:  #6b6bb7 ;
background-image: url("../images/vertbg.jpg") !important; /* Fixed path */
background-repeat: repeat-y;
background-position: left top;
color: white; 
/* margin-top: -1em; 
margin-right: -1em; 
margin-bottom: -1em; */
margin-left: 2px; 
scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}


p, td, table, tr 
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 12px;
}
.caption {
font-size: 10px;
}
.mlmsmall {
font-size: 9px;
scrollbar-3dlight-color:gold;
	scrollbar-arrow-color:yellow;
	scrollbar-base-color:tomato;
	scrollbar-darkshadow-color:orange;
	scrollbar-face-color:teal;
	scrollbar-highlight-color:hotpink;
	scrollbar-shadow-color:magenta;
}

h1
{
color: #white;
font-size: 24px; 
margin: 2px 0px 0px 2px;
padding: 1px 1px 1px 1px;
}
h2
{
color: #white;
font-size: 20px; 
margin: 0px 0px 0px 2px;
padding: 1px 1px 1px 1px;
}
h3, h4, h5, h6, th, thead, tfoot
{
color: #white;
 
margin: 2px 0px 0px 0px;
padding: 1px 1px 1px 1px;
}
th
{
vertical-align: baseline;
}



/*

h3
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 14px;
font-weight: bold;

}
h4, dt
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 12px;
font-weight: bold;

}
h5
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 12px;
font-weight: bold;
font-style: italic;
}
h6
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 10px;
font-weight: bold;
font-style: italic;
}
*/
img, form, input
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
a:link
{
text-decoration: underline;
color: #EDB0AB;
}
a:visited
{
text-decoration: underline;
color: #ffffff;
}
a:active
{
text-decoration: none;
color: #EDB0AB;
}
a:hover
{
text-decoration: none;
color: #EDB0AB;
}
a:link.navbar {
	text-decoration: none ;
	font-family: Tahoma, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #000000 ;
	
}
a:visited.navbar {
	text-decoration: none ;
	font-family: Tahoma, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #000000 ;
	
}
a:active.navbar {
	text-decoration: none ;
	font-family: Tahoma, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #000000 ;
	
}
a:hover.navbar {
	text-decoration: none ;
	font-family: Tahoma, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #fdf1f3 ;
	background: #000000 ;
}
a:link.navbarrev {
	text-decoration: none ;
	font-family: Tahoma, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #fdf1f3 ;
	background: #000000 ;
}
a:visited.navbarrev {
	text-decoration: none ;
	font-family: Tahoma, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #fdf1f3 ;
	background: #000000 ;
}
a:active.navbarrev {
	text-decoration: none ;
	font-family: Tahoma, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #fdf1f3 ;
	background: #000000 ;
}
a:hover.navbarrev {
	text-decoration: none ;
	font-family: Tahoma, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #000000 ;
	background: #fdf1f3 ;
}
.navbar {
text-decoration: none ;
	font-family: Tahoma, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #000000 ;
	
}
.navbarrev {
text-decoration: none ;
	font-family: Tahoma, Helvetica, sans-serif ;
	font-size: 14px ;
	color: #fdf1f3 ;
	background: #000000 ;
}
small
{
font-size: 8px;
}
big
{
font-size: 14px;
}
blockquote, pre
{
font-family: "Courier New", monospace;
}
ul li
{
list-style-type: square ;
}
ul li li
{
list-style-type: disc;
}
ul li li li
{
list-style-type: circle;
}
ol li
{
list-style-type: decimal;
}
ol ol li
{
list-style-type: lower-alpha;
}
ol ol ol li
{
list-style-type: lower-roman;
}
.nothing
{
font-size: 2px;
line-height: 1;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.bodyheader, .formheader
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 14px ;
font-weight: bold ;
line-height: 1.2 ;
font-style: normal ;
text-align: center ;
}
.formbutton
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 12px ;
font-weight: bold ;
font-style: normal ;
}
.inputlabel
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 12px ;
font-weight: bold ;
font-style: normal ;
text-align: right ;
}
.inputdata
{
font-family: "Courier New", fixed ;
font-size: 12px ;
font-weight: normal ;
font-style: normal ;
text-align: left ;
}
.errormessage
{
font-family: "Courier New", fixed ;
font-size: 10px ;
font-weight: bold ;
color: #ff0000;
text-align: left;
}
.errornotice, .notice
{
font-family: "Courier New", fixed ;
font-size: 10px ;
font-weight: bold ;
color: #000000;
text-align: left;
}
.bodycontent
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 12px;
margin-left: 110px;
margin-top: 6px;
margin-bottom: 6px;
margin-right: 6px;
padding: 0px 0px 0px 0px;
}
.ptbackground
{
font-size: 2px;
line-height: 1;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/* background-image: url("images/horse.gif");
background-position: top left;
background-repeat: no-repeat; */
}
.bsbackground
{

margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/* background-image: url("jpgs/d15redowhwhsztr3.jpg");
background-position: top left;
background-repeat: no-repeat; */
}
.btbackground
{
font-size: 2px;
line-height: 1;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/* background-image: url("images/speck.asp?r=224&g=192&b=224");
background-position: top left;
background-repeat: repeat; */
}
.bbbackground
{
font-size: 12px;
background-color: #6b6bb7 !important;
}
.pbbackground
{
font-size: 2px;
line-height: 1;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/* background-image: url("images/speck.asp?r=240&g=000&b=240");
background-position: top left;
background-repeat: repeat; */
}
.bcbackground
{
margin-left: 170;
background-image: url("../sample/images/speck.asp?r=224&g=192&b=224");
background-position: top left;
background-repeat: repeat;
background-color: #6b6bb7;

}
.producttype
{
font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
font-size: 18px;
font-weight: bold;
font-style: normal;
color: #cc0000;
}
.productname
{
font-weight: bold;
font-style: italic;
}
