/*a:hover{
color : #DB323A;
}*/

a.menu{
color: #FFFFFF;
text-decoration: none;
font: bold;
}

a.menu:hover{
color: #000000;
font: bold;
}

.tbltopLineLeft{
	text-align: left; 
	vertical-align: middle; 
	height: 40px; 
	border-top-style: 
	double; border-top-color: black;
	border-bottom-style: double; 
	border-bottom-color: black;
}

.tbltopLineRight{
	text-align: right; 
	vertical-align: middle; 
	height: 40px; 
	border-top-style: 
	double; border-top-color: black;
	border-bottom-style: double; 
	border-bottom-color: black;
	
}

.columnLeft{
	text-align: right; 
	vertical-align: top; 
	height: 20px; 
	background-color: Lavender;
}

.columnRight{
	text-align: left; 
	vertical-align: middle; 
	height: 20px; 
	background-color: AliceBlue;
}

.tblHeader{
	background-color: MidnightBlue; 
	text-align: center; 
	vertical-align: middle; 
	height: 20px; 
	color:white
}


.columnList{
	font-family: verdana,arial,sans-serif;
	/*font-size: 11px;
	font-weight:bold; */
	text-align: left; 
	vertical-align: bottom; 
	height: 20px
}

.tblHeader2{
	font-family: verdana,arial,sans-serif; 
	font-size: 11px;
	font-weight:bold;
	text-align: left;
	vertical-align: middle; 
	height: 20px; 
	background-color: MidnightBlue; 
	color:white
}
.tblDetail2{
	font-family: verdana,arial,sans-serif; 
	font-size: 12px;
	text-align: left; 
	vertical-align: middle; 
	height: 20px; 
	background-color: AliceBlue;
}

.tblOuterFrame{
	 border-color:black; border-style:solid; border-width: 1px;
   
}

.tdheight{
	height:25px;
}

.bgColor{
	background-color: AliceBlue;
}

.trheader{
	background-color: #000099;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

.borderBtm {
	border-bottom-style: solid ; 
	border-bottom-color: yellow; 
	border-bottom-width: 5px; 
}

/*for href link hover*/
#colormenu{
text-decoration: none;
}

#colormenu a{

width: 90%;
color: blue;
text-decoration: none;

}


#colormenu a:hover{
color: #EC5500;
text-decoration: none;
}

/* end of href link hover */



/*for Vertical Scroll Bar href link hover*/
#vscrollbar{
text-decoration: none;
}

#vscrollbar a{

width: 90%;
color: blue;
text-decoration: none;

}


#vscrollbar a:hover{
color: #EC5500;
text-decoration: none;
}

/* end of Vertical Scroll Bar href link hover */


.pg-normal {
	color: blue;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
}
.pg-selected {
	color: purple;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.bgcolortdBack{
	background-color: AliceBlue;
}

.bgcolortdFront{
	background-color: Lavender;
}

.bgcolorNew{
	background-color: Orange;
}

.bgcolorDiff{
	background-color: Red;
}

.bgcolorSame{
	background-color: YellowGreen;
}

/*change text color when onmouse over*/
a.changeBlue:link { 
     color: MidnightBlue;
}
a.changeBlue:hover { /* change to orange on mouseover */
     color: #EC5500;
}
/*end of change text color when onmouse over*/

.tblHeaderFix{
	height: 300px; overflow-y: auto
}

