




#content .tabs{
	width:230px;
margin-left: 0px;;
margin-top:50px;
margin-bottom: 0;
list-style-type: none;
float:left;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
#content  span{
font-weight:normal;
}

#content  ul{ margin:0; padding:0; }
#content .tabs li{
display:inline;
}

#content .tabs li a{
text-decoration: none;
color: #2d2b2b;
background:#e8bdd1;
height:40px;
	font-weight:bold;
	margin-top: 2px;
	width:220px;
	padding:5px;
	display: block;
}

#content .tabs li a:visited{
color: #2d2b2b;
}

#content .tabs li a:hover{
color: #2d2b2b;background:#f3eaee;
}


#content .tabs li.selected a{ /*selected main tab style */
background: #c35f8d;

}

#content .tabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

#content .tabcontentstyle{ /*style of tab content oontainer*/
float:left;
width: 340px;
margin-bottom: 20px;
padding: 20px 0px 10px 2px;


}


.tableBorder {
	border: 1px solid #CCCCCC;
}
table.style_table tr.name td {
	font-weight: bold; 
	border-bottom: 1px solid #054c94;
}
table.style_table tr.desination td {
	padding-left:20px;
}
table.style_table tr.row1 td {
	background: #e7e7e7;
}
table.style_table tr.row2 td {
	background: #f4f4f4;
}

