@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/ProximaNova-Sbold-webfont.eot');
    src: url('../fonts/ProximaNova-Sbold-webfont.eot?iefix') format('eot'),
         url('../fonts/ProximaNova-Sbold-webfont.woff') format('woff'),
         url('../fonts/ProximaNova-Sbold-webfont.ttf') format('truetype'),
         url('../fonts/ProximaNova-Sbold-webfont.svg') 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; */
	background: url('images/fabric.jpg') repeat-x 0; 
	height:75px; 
	width:100%;    
	padding: 20px 10px 0 10px;    
	border-bottom: 0px solid #004a6f;
/*
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, black), color-stop(50%, black), color-stop(95%, #083F57), color-stop(100%, #093D54));
	background-image: -webkit-linear-gradient(black,black 50%,#083F57 95%,#093D54);
	background-image: -moz-linear-gradient(black,black 50%,#083F57 95%,#093D54);
	background-image: linear-gradient(black,black 50%,#083F57 95%,#093D54);
*/	
}      

#left { 
	padding-left: 0px; 
	padding-bottom: 0; 
/* 	padding-right: 10px; */ 
	padding-right: 0px; 	
	padding-top: 0; 
	background-image: url(images/fabric.jpg); 
/* 	background-color: #3b3c3b;  */
	float:left; height:100%; 
	width:200px; 
	overflow-x:hidden; 
	overflow-y:auto; 
}

#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 !important;      
	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 {
	margin-left: 10px;
	width: 13px;
	height: 13px;
	float: left;
	background: url('images/smtriangle-open.png') no-repeat;
	margin-left: 10px;
margin-top: 4px;
}

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

.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; 
} 

/* Sidebar */
.sidebar a, .sidebar a:active, .sidebar a:visited, .sidebar a:link {
	font-weight: bold;
	color: white;	
    text-decoration: none; 
}

.sidebar a:hover{ 
	color: #d0e3ea !important; 
/* background-color: #004a6f;  */
}

.sidebar h2  {
	padding: 0px 0px 1px 0px !important;
	margin: 0px 0px 1px 0px !important;
	line-height: 20px !important;
}
.sidebar h3  {
	padding: 0px 0px !important;
	margin: 1px 0px !important;
}
/*
.sidebar ul  {
	padding-left: 20px;            
	padding-bottom: 0px;            
	padding-top: 0px;            
	margin: 0px 0px !important;
}
*/
.sidebar ul  {
	padding-left: 0px;            
	padding-bottom: 0px;            
	padding-top: 0px;            
	margin: 0px 0px 2px 0px !important;
}
.sidebar li  {
	padding-left: 20px;            
	padding-bottom: 0px;            
	padding-top: 0px;
	color: white;
	font-size: 12px;
	background-color: #3a3d42;
	display: block;            
	margin: 0px 0px 1px 0px !important;
}
/*
.sidebar li {
	color: white;
	font-size: 12px;
	background-color: #3a3d42;
	display: block;			
}
*/

.sidebar ul li {
	padding: 5px 0px 5px 25px !important;            
	margin: 0px 0px 2px 0px !important;
}     


.sidebar h2 a, .sidebar h2 a:active, .sidebar h2 a:visited{ 
	font-weight: bold !important; 
	display: block; 
	padding-left: 10px; 
	padding-bottom: 5px; 
	padding-right: 5px; 
	padding-top: 5px; 
	color: white;
	background-color: #3a3d42; 
/* 	background-color: rgba(59,60,59, .5);  */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px; 
	width:190px;
	margin: 0px 0px !important;
/* 	line-height: 16px; */
} 

.sidebar h2 a:hover{ 
/* 	color: #d0e3ea;  */
/* 	background-color: rgba(59,60,59, .85); */
/* 	background-color: #004a6f;  */
}


.sidebar h3 a, .sidebar h3 a:active, .sidebar h3 a:visited{ 
	font-weight: bold !important;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
/* 	font-style: italic; */
	line-height: 14px;
	padding: 2px 0;
	color: white; 
	background-color: #3a3d42; 
/* 	background-color: rgba(59,60,59, .5) !important; */ 

}

.sidebar h3 a:hover{ 
/* 	color: #d0e3ea; */ 
	background-color: rgba(59,60,59, .85) !important;
/* 	background-color: #004a6f;  */
}

.sidebar ol li {
	color: white;
	font-size: 12px;
}
      
.sidebar ul li {
	color: white;
	list-style: none;
	padding: 5px ; 
	font-size: 12px;
}      

.sidebar ul li ul {
	color: white;
	margin-top: 10px;
}
  
.sidebar ul li ul li {
	color: white;
	list-style: none; 
}

 
/* Sidebar End */
 
::-webkit-scrollbar {
	width: 8px;
/* 	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: #3b3c3b;
	-webkit-border-radius: 6px;   
}
::-webkit-scrollbar-thumb {
/*
	height: 50px;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #999), color-stop(50%, #CCC), color-stop(100%, #999));
background-image: -webkit-linear-gradient(left, #999,#CCC,#999);
background-image: -moz-linear-gradient(left, #999,#CCC,#999);
background-image: linear-gradient(left, #999,#CCC,#999); 
	// border: 1px solid #e1edf0;
	-webkit-border-radius: 6px;  
*/ 
background: #999;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #999), color-stop(50%, #CCC), color-stop(100%, #999));
background-image: -webkit-linear-gradient(left, #999,#CCC,#999);
background-image: -moz-linear-gradient(left, #999,#CCC,#999);
background-image: linear-gradient(left, #999,#CCC,#999);
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
}