/* CSS Document */


.imagepart
{
    
    width:195px; 
    height: 100px;
	margin:0px;
	padding:4px;
	text-decoration:none;
	
}

.imagepart a
{
	text-decoration:none;
	color:#fff;
}

.imagepart a:hover
{
	text-decoration:none;
	color:#fff;
}

.textpart
{
	width:325px; 
	height:auto;
	margin:0px;
	padding:5px;
	font-size:18px;
	font-family:Tahoma;
	text-align:left;
	float:left;
	color:#0099FF;
}

.textpart a
{
	color:#0099FF;
	text-decoration:none;
}


.textsec
{
	text-align:left;
	padding-left:15px; 
	color:#0099FF;
}

.innerTxt
{
	width:310px;
	height:auto;
	padding-left:5px;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	color:#706f70;
	line-height:1.5em;	
}

.headtex
{
	font-size:16px; 
	font-family:Verdana,Arial; 
	font-weight: bold;
	color:#ffffff;
	background:#50bfff;
	text-align:left;
	padding:5px 5px 5px 5px;
}

.Outinnerbox
{
	border:double 1px #CCCCCC; 
	width: 643px; 
	height:auto; 
	background-color:#f5f8f9;
}

.out {

  display:block; 
  background:#fff; 
  /*border:1px solid #ddd;*/ 
  position:relative;
  margin:1em 0;
  }
.in {
  width:400px;
  height:185px;
  text-align:center; 
  background:#35D1FF; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-3px;
  }
.tpin {
  top:-5px;
  }
.narrow {width:25em;} /* change to suit */
h4 {font-weight:bold; color:#000;}

.tdinnerL
{
	height:auto; 
	font-size:12px;
	font-family:Arial;
	padding:3px;
	text-align:left;

}
.tdinnerR
{
	height:auto; 
	font-size:12px; 
	font-weight:bold; 
	font-family:Arial;
	padding:3px;
	text-align:left;
	letter-spacing:.08em;
	
	
}

/*td.secTitle
{
	font-size:17px;
	height: 20px;
	background-color: #63CDFF;
	background: url('../Images/pixTitleBack.gif') repeat-x left top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
	color: #fff;
	clear: both;
}*/

.tdcenter
{
	width: 300px;
	height:25px;
	
}

.tdbellowspc
{
	width:auto;
	height:25px;
	}
	

/*Zoom Effect Styles */
	
.thumbnail
{
position: relative;
z-index: 0;
}
.thumbnail:hover
{
background-color: transparent;
z-index: 50;
}
.thumbnail span
{
position: absolute;
background-color: #86C2FF;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img
{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span
{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */
}
.tablestyle
{
    padding:15px 10px 15px 10px; background-color:#f5f8f9;
   
}
.tablestyle table
{
    margin:0 auto;
    padding-left:10px;
    width:900px;
}
/*Added New*/
.portHead
{
    padding:10px 5px;
    height:40px;
    border-bottom:solid 1px #000;
}
.portHead .blueTitle
{
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	color:#0087ed;
	text-align:left;
	padding-left:11px;
	float:left;
	margin-right:20px;
}
.portHead .back
{
    float:right;
}
.portLink
{
    padding:0px 5px;
    margin-top:10px;
}
.portLink a
{
    text-align:center;
    margin-top:10px;
}