/********************************************************************************************/
/* AJAX Simple Tabs by developersnippets, This code is intended for practice purposes.      */
/* You may use these functions as you wish, for commercial or non-commercial applications,  */
/* but please note that the author offers no guarantees to their usefulness, suitability or */
/* correctness, and accepts no liability for any losses caused by their use.                */
/********************************************************************************************/

pre {
	text-indent: 0px;
	}

#tabmenu {
	color: #000;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 0px;
	}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	}

#tabmenu a, a.active {
	color: #000000;
	/*background: #e0ebfe;*/
	font: normal 10px tahoma,verdana, Arial, sans-serif;
	border: 1px solid #666666;
	border-bottom: none;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	text-decoration: none;
	cursor:hand;
	}

#tabmenu a.active {
	background: #b2cbec;
	border-bottom: 10px solid #b2cbec;
	}

#tabmenu a:hover {
	color: #ffffff;
	background: #b2cbec;
	cursor:pointer;
	}

#tabmenu a:visited {
	color: #E8E9BE;
	}

#tabmenu a.active:hover {
	background: #7ba2d5;
	color: #ffffff;
	}

#content {
	font: 10px italic;
	text-align: justify;
	background: #b2cbec;
	padding: 20px;
	border: 1px solid #666666;
	border-top: none;
	z-index: 2;
	}

#content a {
	text-decoration: none;
	color: #E8E9BE;
	}

#content a:hover {
	background: #666666;
	}

#tabtitle {
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	color: #223e6e;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 0px;
	}

#tabtitle-small {
	font-weight: bold;
	font-size: 10px;
	color: #223e6e;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 0px;
	}

#tabtitle li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	}

.tableft { text-align: left; float: left}
.tabright { text-align: right; float: right}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 12px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: rgb(250, 240, 230);
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	/*background-color: white;*/
	-moz-border-radius: 0px 0px 0px 0px;
}

th { font-size: 12px; color: #223e6e }

.text-cr { font-size: 9px; font-weight: bold; font-style: italic }

table.tline { border-collapse: collapse; }

table.tline td { border: 1px solid #ccc; }

p.fimg { text-align: center; font-weight: bold; border-collapse: collapse; border: solid 1px silver; background-color: rgb(250, 240, 230) }
