/* set properties of container */
#tabbedBox {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}


/* set properties of tab menu container */

#tabMenu {
	float: left;
	width: 100px;
	/* border: 1px solid #000000; 
	border-right: 0px; */
}

#tabMenu div {
	padding: 3px 0px;
	margin-bottom: -1px;
	border: 1px solid #000000;
	border-right: 1px solid #000000;
}

#tabMenu div p {
	width: 80px;
	margin: 0px;
	padding: 5px 0px;
	margin-left: auto;
	margin-right: auto;
        line-height:1em;
}

#tabMenu div a img {
	border: 0px;
}


/* set properties of tab content container */

#tabContent {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 3px 10px 5px 10px;
	border: 1px solid #000000;
	margin-left: -1px;
	border-left: 0px;
	
	/* set full height value */
	height: 300px;
}

#tabContent div {
	padding: 0px;
	margin: 0px;
	font-size: .96em;
}

#tabContent div h4, #tabContent div h3, #tabContent div h2, #tabContent div h1, #tabContent div h5 {
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#tabContent div p, #tabContent div ul {
	padding-top: 8px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
    line-height: 1.4em;
}

#tabContent div ul li {
	padding: 0px;
	margin: 0px;
}


/* setup last tab to fill in remainder right-hand border */
#tabMenu #tabLast {
	height: 55px; /* 300 - 245 = height this box should be */
	border: 0px;
	border-right: 1px solid #000000;
} 


/* initialize all content except first tab as hidden */

#tabServerContent, #tabHtmlContent, #tabPhpContent {
	display: none;
}

#tabPythonContent {
	display: block;
}

#tabServer, #tabHtml, #tabPhp {
	background-color: #CCCCCC;
}

#tabMenu #tabPython {
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}