body{
  
  font-size:14px;
  font-family: tahoma, arial, verdana, sans-serif, 'Lucida Sans';
  color:#4f4f4f;
}

h1, h2, h3, h4, h5, nav ul li a {
 
  font-family: 'Segoe UI Light', 'Segoe UI', HelveticaNeue-Light, 'Droid Sans', 'DejaVu Sans', Tahoma, Arial, Verdana, sans-serif;

}
a:hover {
  
  color:#0060a6;
}

p {
  margin-top:1.3em;
  line-height: 1.7em;
}

#content ul>li>a, #content ol>li>a, td > a {
  
  color:rgb(9, 169, 193);
}

body.site{

  border-top:none;

}

.body .container {
	background-color: #fff;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	padding: 20px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
  box-shadow: none;
}

header {
  
  padding: 1px 25px 0 25px;
  
}

.navigate {

  border-bottom:solid 3px #eee ; 
}
.search {
  
  float:right;
}
.navbar .nav > li > a {
  
  font-size: 16px;
  font-weight: 500 !important;
}
.container {
  
  border:none !important;
}
.main-container {
  
  padding-top: 0px !important;
}

#content {
  
  	padding-top:20px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: rgb(0, 96, 166);
	text-decoration: none;
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
  	box-shadow: none;
}

div .special {
  

    height: 24px;
	text-align: right;
}

.label{
  
  white-space:inherit !important;
}

/* Search keywords highlight  */
.highlight {
  
background-color: #f5811e;
color: white;
padding: 1px 6px;
text-shadow: brown -1px 2px 1px;
border-radius: 5px;
}

/* Social buttons  */

.ic {
  
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0;
	vertical-align: middle;
	line-height: 24px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-image: url('../img/social_metro_off.png');
	filter: alpha(opacity=50);
	opacity: .5;
}

.ic2 {
  
  	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0;
	vertical-align: middle;
	line-height: 24px;
	margin-right: 8px;
	background-repeat: no-repeat;
}

.fb{
  
	background-position: 0 0;
}

.tw{
  
  	background-position: -28px 0;
}

.li{
  
	background-position: -58px 0;
}
.yt {
  
	background-image: url('../img/youtube.jpg');
	width: 55px;
}
.ss{
  
	width: 27px;
	background-image: url('../img/slideshare.jpg');
}

/* END social buttons */

.top-bordered {
  
	border-top:solid 3px #eee ; 
}
.font12 {
  
  font-size: 12px;
}
.padding10l{
  padding-left:10px;
}
.apiHeader{
  
  padding:7px 7px 7px 17px;
  background-color:rgb(245, 245, 245);
  color:rgb(0, 136, 204);
  -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* Code highliter plugin twicks */

.syntaxhighlighter {
  padding-top: 10px;
  padding-bottom: 15px;
  border:solid 1px #eee;
  -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.4);
  box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

td.gutter  {
  
  visibility: hidden;
  
}
.syntaxhighlighter table td.code .line {
  
  padding-top: 0.4em !important;
  padding-bottom: 0.4em !important;
}
/* END Code highliter plugin twicks */

/* vertical menu tweacks */
.sidebar-nav{
  
  margin-top:40px;
}

.nav-child  {
  
  margin-left:10px !important;
}
.nav-child > li  {
  
  font-size: 13px;
  line-height: 13px;
  margin: 8px 0;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    background-color: rgb(0, 136, 204);
}

.nav-child > li > a:hover, .nav-child > li > a:focus {
  text-decoration: none;
  background-color: rgb(238, 238, 238);
}

.nav-child > .active > a, .nav-child > .active > a:hover, .nav-child > .active > a:focus {
    font-weight:bold;
  	color: #09A9C1;
}
/* END vertical menu twicks */
ul.expanded > li {
	line-height: 26px !important;
}
