@charset "utf-8";
/* CSS Document */

a {
		text-decoration:none;
		outline:none;
	}
	
	#containerTab {
		width:600px;
		margin:0 auto;
	}
	
	#tabs ul {
		list-style:none;
		margin:0; 
		padding:0;
	}
	
		#tabs ul li {
			float:left;
			border-left: 1px dashed #cccccc;
		}
		
		#tabs ul li a {
			display:block;
			padding:5px 5px;
			font-weight:bold;
			color:#888888;
			text-decoration:none;
			font-size:13px;
		}		
		#tabs ul li.active a {
			background:#dddddd;
			color:#2F4F4F;
		}				
	
	#panels {
		width:100%;
		background:#dddddd;
		font-size:14px;
	}
		#panels .panel-wrapper {
			padding:10px;
		}
	
		#panels .panel {
			
		}

		
	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */		
	
	/*
	* CSS3 Styling
	*/
	
	#tabs ul li a {	
	    border-top-left-radius : 5px;      
	    border-top-right-radius : 5px;      		
	}
	#panels {
	    border-bottom-left-radius : 5px;      
	    border-bottom-right-radius : 5px;      	
	}
	.fontOrange { color: rgba(153,51,102,1) ;}
	div.panel a {color: rgba(153,51,102,1) ; text-decoration: none; border-bottom: 1px dashed rgba(153,51,102,1);}
	div.panel a:hover {color: #666666 ; text-decoration: none; border-bottom: 1px solid #888888;}
	
	.borderGray{
		float:left;
			padding: 5px;
			margin: 0px;
			background-color:rgba(230,230,230,1);
			border: 1px solid #cccccc;
		}
		div#tabColumnL{float:left; width:240px;}
		div#tabColumnR{float:right; width:260px;}
		ul.breadcrumb {list-style-type: none; margin:10px auto; padding-left:0px;}
		ul.breadcrumb li{display:inline; padding: 0 5px; font-size:13px;}