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

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455560;
	}
	
#clearBoth {
	clear: both;
	}
	
#main {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 986px;
	text-align: left;
	}
	
/* Right Tools */
	
#Rtools {
	width: 36px;
	float: right;
	margin-top: 90px;
	}

#RtoolsMid {
	background: url(http://www.appirio.com/pscloud/images/RtoolsMid.gif) repeat-y;
	text-align: center;
	background-color: #FFF;
	}
#RtoolsMid img {
	padding: 5px 0 5px 0;
	}
	
#content {
	width: 950px;
	}
	
#contentTop {
	background: url(http://www.appirio.com/pscloud/images/background.gif) repeat-y;
	background-color: #FFF;
	}
	
/* Header */
	
.headL {
	background: url(http://www.appirio.com/pscloud/images/AppirioPScloud.png) no-repeat;
	width: 193px;
	height: 64px;
	}
	
.headR {
	padding: 10px 20px 0 0;
	color: #949ca1;
	font-size: 11px;
	text-align: right;
	}
.headR a {
	color: #949ca1;
	text-decoration: none;
	}
.headR a:hover {
	color: #000;
	text-decoration: underline;
	}

.navTopSearchBox {
	padding: 2px;
	margin: 0 5px 0 0;
	border: 1px solid #060708;
	background: url(http://www.appirio.com/i2/images/formSearchBG.gif) no-repeat;
	display: inline;
	font-size: 10px;
	color: #666;
	height: 14px;
	width: 150px;
	}
.navTopSearchGo {
	display: inline;
	background: url(http://www.appirio.com/pscloud/images/searchGO.gif) no-repeat;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 30px;
	height: 20px;
	}
	
#contentBtm {
	background: url(http://www.appirio.com/pscloud/images/backgroundBtm.gif) no-repeat;
	width: 950px;
	height: 40px;
	}
	
/* Footer */

#footer {
	color: #727070;
	font-size: 11px;
	padding: 15px;
	}
#footer a {
	color: #727070;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
/* Top Nav */
	
#TopNav {
	font-size: 16px;
	text-align: center;
	color: #b0b8bd;
	padding-bottom: 15px;
	}
#TopNav a {
	font-weight: bold;
	color: #455560;
	text-decoration: none;
	}
#TopNav a:hover {
	color: #000;
	}
	
/* Home Page Styles */

#homeContContainer {
	padding: 0 0 0 20px;
	float: left;
	}
	
#homeCont {
	line-height: 150%;
	margin-bottom: 15px;
	}
#homeCont2 {
	background: url(http://www.appirio.com/i2/images/HPhighBg.gif) repeat-y;
	margin-bottom: 15px;
	}
#homeCont3 {
	margin-bottom: 15px;
	}
#homeCont h1, #homeCont2 h1, #homeCont3 h1 {
	font-size: 12px;
	color: #679ac9;
	text-transform: uppercase;
	margin: 0px;
	padding: 0 0 5px 0;
	}
#homeCont h2 {
	font-size: 11px;
	color: #959ca1;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
#homeCont p, #homeCont2 p, #homeCont3 p {
	font-size: 11px;
	padding: 0 0 10px 0;
	margin: 0px;
	}
#homeCont a {
	color: #455560;
	text-decoration: none;
	}
#homeCont2 a {
	color: #679ac9;
	}
#homeCont3 a {
	color: #8a1e04;
	text-decoration: none;
	font-weight: bold;
	}
#homeCont a:hover, #homeCont3 a:hover {
	text-decoration: underline;
	}
	
/* Home Tabbed Content */

.tabbed_area {   
    padding:20px;  
}

ul.tabs {  
    margin:0px; padding:0px;  
}  
ul.tabs li {  
    list-style:none;  
    display:inline;  
}

ul.tabs li a {  
    background-color:#949292;  
    color:#FFF;  
    padding:8px 14px 8px 14px;  
    text-decoration:none;  
    font-size:12px;  
    border:1px solid #949292;
	background-image:url(http://www.appirio.com/pscloud/images/tab_off.jpg);  
    background-repeat:repeat-x;  
    background-position:bottombottom; 
}  
ul.tabs li a:hover {
	font-weight: bold;
}  
ul.tabs li a.active {  
    background-color:#FFF;  
    border:1px solid #949292;  
    border-bottom: 1px solid #FFF;
	font-size: 14px;
	font-weight: bold;
	color: #455560;
	background-image:url(http://www.appirio.com/pscloud/images/tab_on.jpg);  
    background-repeat:repeat-x;  
    background-position:top;
}

.content {  
    background-color:#d8dfe2;  
    padding:10px;  
    border:1px solid #949292;
	background-image:url(http://www.appirio.com/pscloud/images/content_bottom.jpg);  
    background-repeat:repeat-x;  
    background-position:bottombottom;
}  
#content_2, #content_3, #content_4 { 
	display:none; 
}

.content h2 {
	font-size: 16px;
	color: #669ac9;
	margin: 0px;
	padding: 5px 0; 
}

.content p {
	padding: 5px 0;
	margin: 0px;
}

.content a {
	color: #669ac9;
	text-decoration: none;
	}
.content a:hover {
	text-decoration: underline;
	}

ul.tabs {  
    margin:0px; padding:0px;  
    margin-top:5px;  
    margin-bottom:8px;  
} 
	
/* Lower-level Styles */

#ll {
	padding: 20px 20px 0 20px;
	}
	
#llLeft {
	width: 160px;
	padding: 0px;
	}

#llCenter {
	width: 728px;
	padding: 0 0 0 20px;
	}

#llRight {
	float: right;
	width: 200px;
	padding: 0 0 20px 20px;
	font-size: 11px;
	}

#llLeft, #llCenter {
	float: left;
	line-height: 150%;
	}
#llLeft h1, #llCenter h1, #llRight h1 {
	font-size: 20px;
	padding-bottom: 20px;
	margin: 0px;
	line-height: 110%;
	}
#llLeft h2, #llCenter h2, #llRight h2 {
	font-size: 16px;
	color: #669ac9;
	margin: 0px;
	padding: 5px 0;
	}
#llLeft h3, #llCenter h3, #llRight h3 {
	font-size: 14px;
	color: #455560;
	margin: 0px;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	}
#llLeft h5, #llCenter h5, #llRight h5 {
	font-size: 11px;
	color: #999;
	margin: 0px;
	padding: 5px 0;
	font-weight: normal;
	}
#llLeft p, #llCenter p, #llRight p {
	padding: 5px 0;
	margin: 0px;
	}
#llLeft a, #llCenter a, #llRight a {
	color: #669ac9;
	text-decoration: none;
	}
#llLeft a:hover, #llCenter a:hover, #llRight a:hover {
	text-decoration: underline;
	}
#llLeft hr, #llCenter hr, #llRight hr {
	border: 0px;
	color: #669ac9;
	background-color: #669ac9;
	height: 1px;
	margin: 20px 0;
	padding: 0px;
	}
#llLeft ul, #llCenter ul, #llRight ul {
	margin: 0px;
	padding: 0 0 5px 30px;
	}

/* Left Nav */
	
#llLeftNavTop {
	padding: 0 0 6px 0;
	font-size: 17px;
	font-weight: bold;
	}

#llLeftNavMid {
	padding: 5px 0 0 0;
	font-size: 13px;
	}

#llLeftNavMidOn {
	padding: 5px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	}

#llLeftNavSub {
	padding: 5px 0 0 10px;
	font-size: 12px;
	}
	
#llLeftNavSub2 {
	padding: 5px 0 0 20px;
	font-size: 11px;
	}
	
/* Quotes */

#quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #669ac9;
	padding: 5px 40px 5px 40px;
	}
#quotesource {
	text-align: right;
	color: #669ac9;
	font-style: italic;
	font-weight: bold;
	padding: 0 40px 0 0; 
	}