/* CSS Document */

.contentholder{
	width:648px;
	padding:5px;
	border:1px solid #B2B2B2;
	border-top:0;
}

.tabcontent{ /* Hide content when page loaded */
	display:none;
}

.tabcontent .scroll{
	/* overflow:auto; */
	overflow:visible
	height:280px;
	margin:20px 5px 15px 5px;
	background-color:#FFFFFF;
	line-height:1.5em
}

#scroll ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height:1.5em;
}

/*- Menu Tabs D--------------------------- */

#tabsD {
	float:left;
	width:100%;
	background:#FFFFFF;
	line-height:normal;
	border-bottom:1px solid #B2B2B2; /* content box top */
}
#tabsD ul {
	margin:0;
	padding:0px 0px 0px 0px; /* tabs aliagn top right bottom left */
	list-style:none;
}
#tabsD li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsD a {
	font: bold 11px/1.5em Verdana;
	float:left;
	background:url("../images/tableftD.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabsD a span {
	font: bold 11px/1.5em Verdana;
	float:left;
	display:block;
	background:url("../images/tabrightD.gif") no-repeat right top;
	padding:4px 15px 4px 5px;
	color:#999999;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */
    #tabsD a:hover span {
		color:#686868;
	}
    #tabsD a:hover {
		background-position:0% -42px;
     }
    #tabsD a:hover span {
		background-position:100% -42px;
     }
/* Selected */
	#tabsD .selected {
		position: relative;
		top: 1px;
		background-position:0% -42px;
	}
	#tabsD .selected span {
		color:#686868;
		background-position:100% -42px;
	}


/*****************************************************/

.contentholderx{
	width:330px;
	height:290px;
	padding:5px;
	background-color:#F0F0F0;
	border:0;
}

.tabcontentx{ /* Hide content when page loaded */
	display:none; 
}

.tabcontentx .scroll{
	overflow:auto;
	height:280px;
	margin:10px;
	background-color:#F0F0F0;
}

/*- Menu Tabs Dx--------------------------- */

#tabsDx {
	float:left;
	width:340px;
	background:#F0F0F0;
	line-height:normal;
	border-bottom:1px dotted #CECECE; /* content box top */
	/*border-bottom-style:dotted*/
}
#tabsDx ul {
	margin:0;
	padding:0px 0px 0px 0px; /* tabs aliagn top right bottom left */
	list-style:none;
}
#tabsDx li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsDx a {
	font: bold 11px/1.5em Verdana;
	float:left;
	background:url("../images/tableftDx.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}
#tabsDx a span {
	font: bold 11px/1.5em Verdana;
	float:left;
	display:block;
	background:url("../images/tabrightDx.gif") no-repeat right top;
	padding:4px 15px 4px 8px;
	color:#049BC7;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsDx a span {float:none;}
    /* End IE5-Mac hack */
    #tabsDx a:hover span {
		color:#2971A7;
	}
    #tabsDx a:hover {
		background-position:0% -42px;
     }
    #tabsDx a:hover span {
		background-position:100% -42px;
     }
/* Selected */
	#tabsDx .selected {
		background-position:0% -42px;
	}
	#tabsDx .selected span {
		color:#2971A7;
		background-position:100% -42px;
	}
