.ui-tabs .ui-tabs-hide { display: none; }

#cloudbox_content div a:link, #cloudbox_content div a:visited {
	color: #e31937 !important;
	}
	
.contactInfo.cloud	{
		position: absolute;
		top: 98px;
		right: 0;
		width: 217px;
		height: 45px;
		background: transparent url(http://img.en25.com/eloquaimages/clients/SAVVIS/{5f0b0271-39df-4a22-bea6-ca20b85820a2}_bg_contact_info_cloud.gif) no-repeat top;
	}


#cloud-container {
	min-height: 550px;
}

#cloudbox_nav {
	display:block;
	font-size:0.9em;
	height:44px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	overflow:hidden;
	padding:0;
	text-transform:capitalize;
	margin-left: 5px;
	}


#cloudbox_nav li {
	display:inline;
	}
	
#cloudbox_content {
	min-height: 150px;
	background: #e5e5e5;
	padding: 50px;
	width: 421px;
	position:relative;
	}

	
#cloud_top {
	height: 6px;
	width: 521px;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	background: url('http://img.en25.com/eloquaimages/clients/SAVVIS/{c4b27c6f-2b4c-4ec1-85c9-1d9aab5c9ed8}_cloud_top.gif') no-repeat 0 0;
	}
	
	
#cloud_bot {
	height: 6px;
	width: 521px;
	position:absolute;
	z-index:10;
	bottom:0;
	left:0;
	background: url('http://img.en25.com/eloquaimages/clients/SAVVIS/{6eb9a322-df6c-4350-b5ef-afce4df25dc4}_cloud_bot.gif') no-repeat 0 0;
	}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


.cloudrail dd	{
		margin: 0 0 0px;
		padding: 0 0 2px;
		font-size: 10px;
line-height: 12px;
	}








/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(http://img.en25.com/eloquaimages/clients/SAVVIS/{5f55d2f8-4791-4655-a37f-f6baaa3859b5}_cloudtab.gif ) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #eaeaea;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #fff;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 44px; /* IE 6 treats height as min-height */
    min-height: 44px;
    padding-top: 0px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.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 { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    padding: 0;
    background: #e5e5e5; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* 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  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


#cloudbox_nav li a {
color: #fff;
}
#cloudbox_nav li a:hover {
color: #fff;
}



#railSCCAdv {
margin-bottom: 10px;
}

#cloud_cta {
	width: 218px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	background: url('http://img.en25.com/eloquaimages/clients/SAVVIS/{7bdd466f-4691-47d9-b4dd-8ce086488d0d}_cloud_cta.gif') no-repeat 0 0	;
	margin-bottom: 10px;
	
	}

#cloud_cta a, #cloud_cta a:visited {
	display:block;
	width: 198px;
	height: 46px;
	line-height: 46px;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	padding: 0 0 0 20px;
	text-decoration: none;
	}
	
#railSCCAdv h2 {
background:#CC092F url(http://img.en25.com/eloquaimages/clients/SAVVIS/{55eb629f-1ef0-4a3a-b248-04ddf510a363}_bg_rail_heading_cloud.gif) no-repeat scroll center top;
color:#FFFFFF;
font-size:10px;
font-weight:normal;
height:32px;
line-height:32px;
margin-bottom:0px;
margin-top:0px;
padding:0 10px;
position:relative;
}

.cloudrail	{
	margin: 0;
	padding: 5px 10px 10px;
	background: #e5e5e5;
	color: #000;
}

.cloudrail.special	{
		background: #e5e5e5 url(http://img.en25.com/eloquaimages/clients/SAVVIS/{afe2489b-f4fd-4a85-95e4-d29c486f719b}_bg_rail_content.gif) no-repeat left top;
	}

.cloudrail dl	{
		margin: 5px 0 0;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #999;

	}
	
	
.cloudrail.downloads dl {
	border-bottom:0;
	}
	
	

.cloudrail dt	{
		color: #000;
		font-size: 10px;
		font-weight:bold;
		margin: 0 0 5px;
	}

.cloudrail dd	{
		margin: 0 0 0px;
		padding: 0 0 3px;
		font-size: 10px;
	}
	
.cloudrail.downloads dd	{
		margin: 0 0 0 6px;
		padding: 0 0 3px;
		font-size: 11px;

	}


.cloudrail a:link, .cloudrail a:visited	{
		color: #000;
		text-decoration: none;
	}


.cloudrail a:active, .cloudrail a:hover, .cloudrail a.active	{
		color: #cc092f;
	}

.cloudrail p	{
	margin: 5px 0;
	font-size: 10px;
}

.cloudrail p.moreLink	{
	margin: 0;
	text-align: right;
}
	.cloudrail p.moreLink a:link, .cloudrail p.moreLink a:visited	{
		padding-right: 10px;
		background: transparent url(http://img.en25.com/eloquaimages/clients/SAVVIS/{6aa55596-bdb6-4b3d-9702-13d0695cf4b8}_bg_link_arrow.gif) no-repeat right;
		color: #cc092f;
	}
	.cloudrail p.moreLink a:active, .cloudrail p.moreLink a:hover	{
		color: #807f83;
	}



.ui-tabs-panel h3 {
	color: #333;
	)
	
