@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('http://docs.flite.com/console/fonts/ProximaNova-Sbold-webfont.eot');
    src: url('http://docs.flite.com/console/fonts/ProximaNova-Sbold-webfont.eot?iefix') format('eot'),
         url('http://docs.flite.com/console/fonts/ProximaNova-Sbold-webfont.woff') format('woff'),
         url('http://docs.flite.com/console/fonts/ProximaNova-Sbold-webfont.ttf') format('truetype'),
         url('http://docs.flite.com/console/fonts/ProximaNova-Sbold-webfont.svg#webfont0AWgWg75') format('svg');
    font-weight: normal;
    font-style: normal;

}

html { 
	text-align: left; 
	padding: 0;
	margin: 0;  
	font-family: Helvetica, Arial, sans-serif;
} 

body { 
	margin:0; 
	padding:0; 
	overflow:hidden; 
}

#header { 
	background: url('images/cloud-bkgd.png') repeat-x 0 -110px; 
	height:100px; 
	width:100%;    
	padding: 20px 10px 0 10px;    
	border-bottom: 5px solid #a0c7da;
}      

#left { 
	background-color:#ecf9fc; 
	float:left; height:100%; 
	width:200px; 
	overflow-x:hidden; 
	overflow-y:auto; 
	padding: 0 10px; 
}

#right { 
	float:left; 
	height:100%; 
	overflow:auto; 
}
  
.global {
	float: right;   
	padding-right: 20px;
	color: #fff;   
	font-size: 12px;     
	position: relative;
	top: -10px;
}     

.global a, .global a:active, .global a:visited {
	color: #fff;      
	margin: 0 5px;
	
}

a {
	color: #369; 
}  

a img {
	border: 0;
}

a:hover {
	text-decoration: none;
}
   
.index h1 { 
	font-family: 'ProximaNovaSemibold', sans-serif;
	font-size: 24px; 
	line-height: 26px;
	font-weight: normal !important;
}  
  
.index h2 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px; 
	line-height: 16px;
	padding: 5px 0 0 0;
}      

.index h3 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
	line-height: 12px;
	padding: 0 0 0 0;
}      

.index p {
	font-size: 12px;
	line-height: 15px;
	padding: 0; 
	color: #333;   
}

.index p.footer {
    width: 100%;
   	border-top: 1px solid #a0c7da;
	margin: 10px 0;
	padding: 10px 0 0 0;
}   

.index ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	list-style-type: none;
}
      
.index ul li {
	list-style: none; 
	padding-bottom: 2px; 
	font-size: 12px;
}      

.index ul li ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	margin-top: 2px;
}
  
.index ul li ul li {
	list-style: none; 
}  

.content-types {  
	float: left;
	width: 520px;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #efefef; 
}
 
.content-types dt {
	clear: left;
	float: left;
	width: 140px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #efefef;
}	
	  
.content-types dt img {
	float: right;
}

.content-types dt img.rte {
	float: left;
}  

.content-types dd {
	float: left;
	width: 360px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #efefef; 
	font-size: 12px;
}
   
.pad-bottom {
	padding-bottom: 15px;
}  

hr {
	margin: 30px 0;
}    

a, 
a:link, 
a:hover {
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

.arrow {
	cursor: pointer;
}

.open {
	width: 13px;
	height: 13px;
	float: left;
	background: url('images/smtriangle-open.png') no-repeat;
}

.close {
	width: 13px;
	height: 13px;
	float: left;
	background: url('images/smtriangle-close.png') no-repeat;
}

.open2 {
	width: 13px;
	height: 13px;
	float: left;
	background: url('images/smtriangle-open.png') no-repeat;
}

.close2 {
	width: 13px;
	height: 13px;
	float: left;
	background: url('images/smtriangle-close.png') no-repeat;
}

a:link, 
a:visited {
    color: #36c;
}

a:hover, 
a:active {
    color: #27d;
    text-decoration: underline; 
}

.clear {
	clear: both; 
	display: block; 
	height: 1px; 
	margin-bottom: -1px; 
	font-size: 1px; 
	line-height: 1px; 
} 

table {
	margin: 10px 0;
	padding: 0;
}  

table th {
	border-bottom: 1px solid #a0c7da;
}   

table th {        
	font-size: 11px;
	font-weight: bold; 
}

table td {
	border-bottom: 1px solid #efefef;
	font-size: 11px;
	padding: 5px; 
} 
 
::-webkit-scrollbar {
	width: 10px;
	height: 10px; 
}    
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	height: 10px;
	display: block;
	background-color: transparent;  
}  
::-webkit-scrollbar-track-piece  {
	background-color: #e1edef;
	-webkit-border-radius: 6px;   
}
::-webkit-scrollbar-thumb:vertical {
	height: 50px;
	background-color: #a0c7da;  
	// border: 1px solid #e1edf0;
	-webkit-border-radius: 6px;   
}