.tabstrip {
	float:left;
	background: white url(/images/tab_background.gif) repeat-x bottom;	
	width: 100%;
	white-space: nowrap;
	margin: 0;
	line-height: normal;
	padding-right: 2px;
	margin-top: 20px;
	}
	  
.tabstrip ul {
	padding: 0;
	margin: 0;
	list-style: none;
	} 
	  
.tabstrip li {
	float: left;
	display:inline;
	margin: 0;
	padding: 0;
	
	}
	
.tabstrip a {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;  
	float:left;
	background:url(/images/left_both.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	border-bottom: 1px solid #919B9C;
	text-decoration: none;
	cursor: pointer;
	
	}
	
.tabstrip a span {
	float: left;
	display: block;
	background: url(/images/right_both.gif) no-repeat right top;
	padding: 5px 6px 2px 2px;
	font-weight: normal;
	color: black;
	width: 50px;
	text-align: center;
	line-height: normal;
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	text-decoration: none; 
	}

.tabstrip ul li a:visited {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif; 
	text-decoration: none;
	color: black;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabstrip a span {float:none;}
/* End IE5-Mac hack */
	
.tabstrip a:hover span {
	color:black;
	}

.tabstrip .selected a {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;  
    background-position: 0 -34px;
    border-width: 0;
/*	margin-top: -2px;*/
    }
	
.tabstrip .selected a:hover {
    background-position:0 -34px;
    }

.tabstrip .selected a:hover span {
    background-position: 100% -34px;
    }		
    
.tabstrip .selected a span {
	background-position: 100% -34px;
	padding-top: 3px;
	padding-bottom: 5px;
	/*color:#333;*/
	margin-top: 0px;
	}
  	 
li .selected
	{
	margin-top: 5px;
	}
	  
.tabstrip a:hover {
	background-position: 0% -32px;
    }

.tabstrip a:hover span {
	background-position: 100% -32px;
	}

.tabpanel {
	width: 100%;
	overflow:auto;
	display: inline;
	margin: 0;
	border: 1px solid #919B9C;	
	background-color: #FCFCFE;
	border-top: none;
	clear: both;
	height: 500px;
	}

div.tabContent {
	padding: 12px;
}

div.tabContent .csharpcode
{
	padding-top: 0;
	margin: 0;
	background-color: #FCFCFE;
}

.tabpanel input, #buttonrow input {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	}
	
.tabpanel select {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;  
	}
		
.tabpanel label {
	/*display: block;*/
	white-space: nowrap;
	}
		
.tabpanel p {
	margin-top: 5px;
	}
		
.tabpanel th {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	width: 100px;
	height: 20px;
	padding-right: 8px;
	}
	
.tabpanel th img {
	margin-top: 8px;
	}	
	
.tabpanel td {
	vertical-align: top;
	}
	
.tabpanel div.tabContent pre {

	}	

.buttonRow {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif; 
	padding: 7px;
	padding-right: 0px;
	text-align: right;
	clear: both;
	}