/*
for entPriseUPdate CSS extends
*/
.forPaddingLeft
{
 padding-left:10px;
}

/*對圖文編排作並齊*/
.forImgTxt
{
 padding-top:5px;
 padding-right:5px;
}

.forTextToBottom
{
  padding-bottom:5px;
  padding-right:5px;
}

/*對gridview作scroll bar*/
.forOverFlow div
{
 overflow:auto;	
 height:100%;
}


/*往最上面排*/
.forTOP
{
 vertical-align:top;
 padding-top:0px;
}
	
	
/*GridView的上面線*/
.forBottomLine td
{
  border-bottom-style:solid;
  border-bottom-color:#CCCCCC;
  border-bottom-width:1px;
  padding-top:5px;
  padding-bottom:5px;
  vertical-align:middle;
}
	
.forBottomLine a:link 
{
	text-decoration: none;
	color: #3490F8;
}

.forBottomLine a:hover, a:active {
	text-decoration: underline;
	color: #F89934;
}

.forBottomLine a:visited {
	color: #666666;
	text-decoration: none;
}

.forAlingRight
{
   padding-left:150px;
}

/*for Thread*/
.divForMail {
	position: absolute;
	z-index: 1;
}

/*border bottom : none*/
.borderBottomNone1 td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
}
