.tabBox {
	
	/*
	margin-top:42px;
	margin-bottom:30px;
	*/
}

/*
 * TAB NAVIGATION
 * 
 */
.vailTabs {
	position:absolute;
	z-index:2000;
	/* margin:-52px 0 0 0; */
	padding:0;
	top: 40px;
	left: 14px;
	width: 800px;
}
.vailTabs ul {
	/* background:transparent url(shadowbox_bg.gif) repeat-x right 52px; */
	/* height:70px; */
	height: 40px;
	
}
.vailTabs li {
	font-size:small;
	float:left;
	/* background: transparent url(tabs2.gif) no-repeat left 0; */
	background: transparent url(tabs3.gif) no-repeat left 0;
	padding: 0 0 0 15px;
	/* height:70px; */
	height: 40px;
	
}
.vailTabs li a.tab, .vailTabs li a.tab:visited, .vailTabs li a.tab:hover {
	font-size: 12px;
	font-weight: bold;
	color:#000;
	float:left;
	/* height:70px; */
	/* padding:32px 15px 16px 0px; */
	padding: 12px 15px 11px 0px;
	border-bottom:none;
	text-decoration:none;
	/* background: transparent url(tabs2.gif) no-repeat right 0; */
	background: transparent url(tabs3.gif) no-repeat right 0;
	position: relative;
}
.vailTabs li a.tab img { margin-top:-2px; }
.vailTabs li.on {
	/* background-position: left -70px; */
	background-position: left -42px;
}
.vailTabs li.on a.tab {
	color:#000;
	/* background-position: right -70px !important; */
	background-position: right -42px !important;
}

/*
 * SHADOW BOX
 * Generic content box with rounded corners and drop shadow
 * 
 */
.shadowBox {
	clear:both;
	position:absolute;
	/* top: 92px; */
	top: 72px;
	margin:0px auto;
	/* min-width:8em;
	max-width:860px; based on image dimensions */
	width: 500px;
	z-index:1;
	margin-left:15px; /* default, width of left corner */
	margin-bottom:10px; /* spacing under dialog */
}

.shadowBox .b, .shadowBox .b div
	{background:transparent url(shadowbox_bg_btm.gif) no-repeat top right;}
.shadowBox .t
	{background:transparent url(shadowbox_bg.gif) repeat-y;}
.shadowBox .body
	{background:transparent url(shadowbox_top_right.gif) no-repeat top right;}
.shadowBox .body .body
	{background:none;}
.shadowBox .content
	{background:transparent url(shadowbox_content_bg.gif) repeat-y top right;}
.shadowBox .content
	{position:relative;zoom:1;_overflow-y:hidden;padding:0px;}

.shadowBox .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:15px; /* top slice width */
	margin-left:-15px;
	height:100%;
	_height:2000000px; /* arbitrary long height, IE 6 */
	background-position:top left;	
}

.shadowBox .b /* bottom */
	{position:relative;width:100%;}

.shadowBox .b, .shadowBox .b div {
	height:15px; /* height of bottom cap/shade */
	font-size:1px;
}

.shadowBox .b 
	{background-position:bottom right;}

.shadowBox .b div {
	position:relative;
	width:15px; /* bottom corner width */
	margin-left:-15px;
	background-position:bottom left;
}

.shadowBox .hd, .shadowBox .bd, .shadowBox .ft
	{position:relative;}

.shadowBox .body {
	padding:20px 0px 2px 5px;
}
.shadowBox .body:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.shadowBox .body {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .shadowBox .body{height: 1%;}
.shadowBox .body{display: block;}
/* End hide from IE-mac */

