/**
 * Common classes available globally 
 * @author zebrakick.com
 */

.hidden      { display: none;  }
.shown       { display: block; }
.visible     { visibility: visible; }
.invisible   { visibility: hidden;  }
.fclear       { clear: both;   }
.fleft        { float: left;   }
.fright       { float: right;  }
.wrapper     { width: 100%;   }
.nowrap      { white-space: nowrap; }

.bold,   .bold *   { font-weight: bold; }
.italic, .italic * { font-style: italic; }

ul.inline li, ol.inline li {
	list-style-type: none;
	display: inline;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
a span { display: none; }

li {

}

hr {
	background: #DDDDDD none repeat scroll 0 0;
	border:medium none;
	clear:both;
	color:#DDDDDD;
	float:none;
	height:0.1em;
	margin:0 0 1.45em;
	width:100%;
}

/* Buttons */
	.btn-linked-in, .btn-youtube, .btn-twitter, .btn-facebook {
		display: block;
		width: 16px;
		height: 16px;
	}
	
	.btn-linked-in {	background: url(/resources/images/common/social-icons/linkedin_16.png) no-repeat center center;	}
	.btn-youtube {		background: url(/resources/images/common/social-icons/youtube_16.png) no-repeat center center;	}
	.btn-twitter {		background: url(/resources/images/common/social-icons/twitter_16.png) no-repeat center center;	}
	.btn-facebook {		background: url(/resources/images/common/social-icons/facebook_16.png) no-repeat center center;	}
	
.btn-google-maps {
		background: url(/resources/images/common/social-icons/linkedin_16.png) no-repeat center center;
		display: block;
		width: 16px;
		height: 16px;
	}
	
h2 {
	color: #00478B;
	font-size: 24px;
	margin: 10px 0px;
	font-weight: normal;
	line-height: 1.3em;
}		


h3 {
	font-weight: normal;
	font-size: 16px;
	margin: 8px 0px;
}

p {
	font-size: 12px;
	line-height: 17px;
	margin: 10px 0px;
	
}

p, ul, ol {
	color: #333;
}


img.right {
	float: right;
	margin: 0 0 10px 10px; 
	padding: 2px;
	border: 1px solid #666;
}

img.left {
	float: left;
	margin: 0 10px 10px; 
}


/* social media buttons */ 

.bullet-linkedin, .bullet-twitter {
	height: 16px;
	padding-left: 24px;
}

.bullet-linkedin { background: url(/resources/images/common/social-icons/linkedin_16.png) left center no-repeat; }
.bullet-twitter  { background: url(/resources/images/common/social-icons/twitter_16.png) left center no-repeat;  }

.sidelink-header {
	width: 210px;
	height: 27px;
	background: url(../../images/layout/default/latest-discussions.png) 5px 0px no-repeat !important;

}

.magiclabel {
	position: absolute;
	padding: 5px 4px;
	cursor: pointer;
}
