#hcol1 {
	width:770px;
	float:left;
/*	padding: 0px 0px 0 0;
*/	background:transparent url('/images/main/showcaseFrame.gif') no-repeat 0px 0px;
}

#cloudfile {
	background:transparent url('/images/main/showcaseBg1.png') no-repeat 461px 4px;
	width:770px;
	height:190px;
}
#bigmail {
	background:transparent url('/images/main/showcaseBg2.png') no-repeat 4px -5px;
	width:770px;
	height:190px;
}

/* Home page tab content */

.tabContent {
	height: 170px;
	padding:0px;
	padding-left:22px;
}
.tabContent h1 {
	color: #900;
	margin: 10px 0 5px 0;
	padding-top: 0;
	font-family:Helvetica, arial, sans;
	font-size:24px;
	line-height:24px;
}
.tabContent h2 {
	color: #666;
	margin: 0 0 5px 0;
	padding-top: 0;
	font-family:Helvetica, arial, sans;
	font-size:24px;
	line-height:24px;
}

#tabs {
	margin: 0;
	height: 36px;
	padding:0;
	list-style: none;
	overflow: hidden;
/*	border-top: 4px solid #336699;
*/	position: relative;
    top: -2px;
    z-index: 2;
}
#tabs li {
	margin: 0 2px 0 0;
	float:left;
}
#tabs li a {
	float: left;
	height: 36px;
	line-height:36px;
	white-space: nowrap;
	background-position: 100% 0;
}
#tabs li a span{
	display: none;
}
#tabs li.tabea a {
	width:114px;
	background: url('images/tabs/tab_ea.gif') no-repeat;
}
#tabs li.tabdc a {
	width:154px;
	background: url('images/tabs/tab_dc.gif') no-repeat;
}
#tabs li.tabcc a {
	width:159px;
	background: url('images/tabs/tab_cc.gif') no-repeat;
}
#tabs li.tabi a {
	width:70px;
	background: url('images/tabs/tab_i.gif') no-repeat;
}
#tabs li.tabmp a {
	width:101px;
	background: url('images/tabs/tab_mp.gif') no-repeat;
}
#tabs li a:hover, #tabs li.ui-tabs-selected a {
	background-position: 0 -37px;
}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 3px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	}
/* End Various Tags & Classes*/

/* Tabs */

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}


.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    cursor: pointer;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active {
    cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
.ui-tabs-hide { display: none; }

.ui-tabs-panel {
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}