@charset "utf-8";
/* CSS Document */



/* LAYOUT */

html {
overflow-y: scroll;
}	

body {
	margin: 0px;
	body:0px;
	background-color:#CCC;
}
#container {
	width:1224px;
	margin:0 auto;
	border:0px solid silver;
	background-color:#FFF;
}

#content-body h1 {
	margin:0px;}
	

#content-body p {
	padding-bottom:1em;}
	
a, a:link a:active {
	text-decoration: none;
	color: #D55C19;
	border: 0px;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #D55C19;
}
a:hover {
	text-decoration: none;
	color: #0073CF;
}

.table-hub td  { padding:1px;}

.hub-title a, a:link a:active{
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#0476bd;
	margin:0px;
}

.hub-title a:hover {
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#E37222;
	margin:0px;
}

.hub-label {
	font-size:.6em;
	font-family:Arial, Helvetica, sans-serif;
	color: #3DB7E4;
	margin:0px;}	
	
.ldm_mobile_hide_on_desktop {
	display:none;
}

#col-right ul.events li{
	padding: 0 0 15px 0px; 

}

.spc50 {padding-bottom: 50px}

/* LISTS --------------------------------------------------------------------------------------------- */

ul.list-links li {
    background: url("/img/site/common/icon_link.png") no-repeat scroll 0 -1px transparent;
    line-height: 1.5em;
    padding: 0 0 8px 25px;
}

ul.list-docs li {
    background: url("/img/site/common/icon_pdf.png") no-repeat scroll 0 0px transparent;
    line-height: 1.5em;
    padding: 0 0 8px 25px;
}

ul.list-mixed li {
	line-height: 1.5em;
    padding: 0 0 8px 25px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}

ul.list-mixed li.link {
	background: url("/img/site/common/icon_link.png") no-repeat scroll 0 -1px transparent;
}

ul.list-mixed li.doc {
	background: url("/img/site/common/icon_pdf.png") no-repeat scroll 0 0px transparent;
}

ul.list-mixed li.audio {
	background: url("/img/site/common/icon_podcast.png") no-repeat scroll 0 0px transparent;
}

ul.list-mixed li.video {
	background: url("/img/site/common/icon_webinar.png") no-repeat scroll 0 0px transparent;
}

/* TAB GROUP (4) ---------------------------------------------------------------------------------------- */

#tab-group {
	position:relative}

.tabs {
	margin:0px;
	padding:0px;
	border:0px;
	POSITION: relative;
	width: 590px;
}
.tabs td {
	background-color: #ececec;
	text-align:center;
	height:30px;
	background-image:url(/img/site/solutions/tab/tab_inactive.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.tabs td a {
	FONT-SIZE: 1em;
	COLOR: #333;
	TEXT-DECORATION: none;
	font-weight:bold;
	padding:8px;
}
.tabs .active {
	text-align: center;
	color:red;
	background-color: #FFF;
	background-image:url(/img/site/solutions/tab/tab_active.jpg);
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-top:1px solid silver;
}
#tabs .tabs .active a {
	color:000000;
}
.tab-hide {
	DISPLAY: none;
}

#tabssection {
	float: left;
	width: 588px;
	margin-bottom:30px;
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	background-image:url(/img/site/solutions/tab/background.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	position:relative;
}

.tab h2 {
	color: #6E9934;
	font-size: 1.6em;
	padding-bottom: 6px;
}
.tab h3 {
	color: #00529E;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom:16px;
}

/* Buttons */

.button-link {
	display:inline-block !important;
	color:#ffffff !important;
	font-family:arial;
	font-size:11.5px;
	line-height:29px !important;
	font-weight: bold;
	font-style:normal;
	height: 28px;
	padding:0px 0px 0px 6px !important;
	text-decoration:none;
	cursor: hand;	
}

.button-submit {
	display:inline-block !important;
	color:#ffffff !important;
	font-family:arial;
	font-size:11.5px;
	font-weight: bold;
	font-style:normal;
	padding:0px 6px 0px 6px !important;
	text-decoration:none;
	cursor: hand;
	height:30px;
}

.button-link.orange  {
	background-color:#D55C19 !important;	
	border:2px solid #D55C19 !important;
}

.button-link.orange:hover {
	background-color:#E37222 !important;
	border: 2px solid #E37222 !important;
	cursor: pointer;
}

 .button-submit.orange {
	background-color:#D55C19 !important;	
	border:0px solid #D55C19 !important;
}

.button-submit.orange:hover {
	background-color:#E37222 !important;
	border: 0px solid #E37222 !important;
	cursor: pointer;
}

.button-link.gray, .button-submit.gray {
	background-color:#666 !important;	
	border:2px solid #666 !important;
}

.button-link.gray:hover, .button-submit.gray:hover {
	background-color:#0d0d0d !important;
	border: 2px solid #0d0d0d !important;
	cursor: pointer;
}

.button-link.light-gray, .button-submit.light-gray {
	background-color:#878787 !important;	
	border:2px solid #878787 !important;
}

.button-link.light-gray:hover, .button-submit.light-gray:hover {
	background-color:#0d0d0d !important;
	border: 2px solid #0d0d0d !important;
	cursor: pointer;
}

.button-link.green, .button-submit.green{
	background-color:#739600 !important;	
	border:2px solid #739600 !important;
}

.button-link.green:hover, .button-submit.green:hover {
	background-color:#69BE28 !important;
	border: 2px solid #69BE28 !important;
	cursor: pointer;
}



.button-arrow {
	transform:scale(1,1.25);
	display: inline-block;
	padding-left:6px;
}


.button-link:after {
	padding-left:5px;
	padding-right:3px;
    content: "\25BA";
    color: white; 
}

.ie8 .button-link {zoom: expression( this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i")).className="ie-after" );}
.ie8 .button-link .ie-after {zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&nbsp;&nbsp;\25BA');}​

