
body{
font-family: arial;
font-size: 11px;
background-image: url(/images/Background.jpg);
background-repeat: repeat-x;
}

table{
font-family: arial;
font-size: 11px;
}

h1{
font:normal 2.2em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin:0;
	margin-bottom:-11;
	color: #660033;
}

h3{
font:normal 1.2em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin:0;
	margin-bottom:-11;
	color: #660033;
}

.mnuActive{text-decoration: underline;color: #ffffff;}
.mnuInActive{text-decoration: none;color: #ffffff;}
/* 
----------------------------------------
 [Edit Specific] 
----------------------------------------
*/
#EditAreaActive{
	background-color: #ffffff;
	border: solid 1px #DE0C01;
	Height: 100px;
	margin-bottom: 20px;
}

#EditAreaInActive{
	background-color: #ffffff; /* <-- User the same background color as the page */
	border: solid 1px #706D6D;
	Height: 100px;
	margin-bottom: 20px;
}

#EditCol1{
display: ;
width: 300px;
}

#EditCol2{
width: 843px;
}

#EditCol3{
width: 200px;
}

#EditCol4{
width: 200px;
}
/* --- [/Edit Specific] -----*/


/* 
----------------------------------------
Product database
---------------------------------------- 
*/

.productInfo {
color: #363436;
font-size: 11px;
line-height: 17px;
vertical-align:top;
padding:5px;
}

.productName	{
padding-Top: 4px;
padding-Bottom: 7px;
font-size: 11px;
color: #FFFFFF;
font-weight:bold;
margin-left:5px
}

.productSubs{
font-size: 11px;
color: #B2B2B2;
margin-left:5px
}

.infoText{
	Padding: 2px;
	color: #FFFFFF; 
}


.imageOne		{
background-image:url(/imgbody/product_bgLine1.gif)
}

.imageTwo		{
background-image:url(/imgbody/product_bgLine2.gif)
}

.imageOnea		{
background-color: none;
cursor: hand;
}

.imageTwoa		{
background-color: #061F26;
cursor: hand;
}

.imageTwoc		{
background-color: #7C7C7C;
}

/* DIV SCROLL*/
div.ScrollBlock {
margin-top:10px;
margin-left:10px;
width: 600px;
height: 370px;
margin-bottom: 5px;
}
div.opNewsListContainer {
width: 100%;
height: 250px;
margin-bottom: 5px;
}
#visible {
overflow: visible;
}
#hidden {
overflow: hidden;
}
#scroll {
overflow: scroll;
}
#auto {
overflow: auto;
}
#VertScroll{
  overflow-x: hidden; 
  overflow-y: auto; 
  } 
/*<div class="ScrollBlock" id="auto"></div>*				
