@charset "UTF-8";
/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	float:right;
	width:100%;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	/*margin-bottom:1em; margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0px;
	padding:0px;
	}

#tabs a {
	float:right;
	background:url("http://a248.e.akamai.net/f/248/528/1d/home.efax.com/tcl/5908/images/left.gif") no-repeat left top;
	margin:0px;
	padding:0px 0px 0px 6px; 
	text-decoration:none;
	}

#tabs a span {
	float:right;
	display:block;
	background:url("http://a248.e.akamai.net/f/248/528/1d/home.efax.com/tcl/5908/images/right.gif") no-repeat right top;
	padding:7px 20px 7px 20px;
	margin-right:0px;
	color:#767676;
	text-align:center;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	color:#ffffff;
	}

#tabs a:hover span {
	background-position:100% -42px;
	color:#ffffff;
	}
	
#tabs li a.selected{ /*selected main tab style */
background-position:0% -42px;
	color:#ffffff;
	}
	
#tabs li a.selected span {
	background-position:100% -42px;
	color:#ffffff;
	}
	
	

/* ######### CSS for Shade Tabs. Start ######### */

.shadetabs{
float:right;
width:100%;
height:34px;
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 7px 10px 7px;
margin-right: 0px;
/*border: 1px solid #778; */
color: #2d2b2b;
background: white url(http://a248.e.akamai.net/f/248/528/1d/home.efax.com/tcl/5908/images/tabOff.gif) top left repeat-x;
width:120px;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://a248.e.akamai.net/f/248/528/1d/home.efax.com/tcl/5908/images/tabOn.gif);

width:120px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Shade Tabs. End ######### */




