/* GENERAL STYLES */
/* CSS Document */

h1 {
	font-size:2.2em;
	padding: 20px 0 10px 0;
}

h1.blog-header {
	padding-top:8px;
	font-size:1.7em;
	margin-left:160px;
}

h2 {
	padding: 0px 0 10px 0;
}

#header img {
	float:left;
	padding-left:36px;
}

#tech-help, #login {
	float:right;
	background-image:url(../images/tel_icon.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:42px;
	border-right: solid 2px #FE9C98;
	padding-right:20px;
	margin-right:20px;
}

#header #tech-help p#team {
	font-size:1.3em;
}

#login {
	background-image:url(../images/login_icon.jpg);
	margin-right:0px;
	border-right:none;
	
}

#login ul li#signintro {
	display:none;
}

#header p {
	font-size:1.8em;
	padding-bottom:2px;
}

#header a {
	font-size:1.3em;
}

#nav ul {
	width:100%;
	overflow:hidden;
}

#nav ul li, #login ul li {
	display:inline;
	float:left;
	background-image:url(../images/nav-div.jpg);
	background-position:left 15px;
	background-repeat:no-repeat;
	
}

#nav ul li ul {
	display:none;
}

#login ul li {
	padding:0 12px 0 0px;
	margin-right:12px;
	background-image:none;
	border-right: solid 2px #88929B;
}

#nav ul li.homenav {
	background-image:none;
}

#login ul li#signreg {
	border-right:none;
	background-image:none;
	padding-right:0;
	margin-right:0;
}


#nav a {
	color:#FFFFFF;
	font-size:1.4em;
	display:block;
	padding: 10px 12px 12px 12px;
	
} 

#nav a:hover, #nav a.selected, #nav a:focus, #nav a:active {
	background-color:#FFFFFF;
	color:#88929B;
	text-decoration:none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;

}

#breadcrumb ul li {
	display:inline;
}

#breadcrumb p {
	float:left;
	padding-bottom:0;
	padding-right:10px;
	font-weight:bold;
}

#breadcrumb a {
	font-weight:normal;
}

.banner-container {
	background-image:url(../images/banner-bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-right: solid 10px #848E97;
	border-left: solid 10px #848E97;
	padding: 0 10px 0 10px;
	width:940px;
}

.banner-container img {
	padding-bottom:20px;
}

#podcast_flash {
	position:absolute;
	/*top:255px;*/
	top:205px;
	right:45px;
}

#home #podcast_flash {
	top:255px;
}

#top {
	background-image:url(../images/slider_top.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

#bottom {
	background-color:#EDEEEF;
	margin:0 9px 0 10px;
}

.maintext p {
	padding: 20px 115px 20px 38px;
	font-size:1.8em;
}

#homeboxes {
	width:100%;
	overflow:hidden;
}

#homeboxes img {
	vertical-align:bottom;
	padding-bottom:10px;
}

.infobox {
	width:220px;
	float:left;
	padding: 0 10px 0 10px;
}

.infobox a, .infobox p {
	font-size:1.3em;
	line-height:1.3em;
}

.infobox a {
	display:block;
	padding-bottom:10px;
}

a.title {
	display:block;
	font-size:1.6em;
	padding-bottom:2px;
	border-bottom: solid 2px #88929B;
	margin-bottom:5px;
}

a.register {
	background-image:url(../images/register-icon.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	padding: 12px 0 15px 50px;
	margin-top:15px;
}

#pages-in-section p.cpd-header {
	font-weight:bold;
	padding-bottom:8px;
}

p#image img {
	vertical-align:bottom;
}

/*****   Styling for slider  ******/

#banner {
    	width: 708px; 
	position: relative; 
	background-image:url(../images/sliding_panel_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}


#banner div.banner_wrap {
	overflow: hidden; 
	position: relative; 
	height: 252px;
}
#banner_container {
	width: 6000px; 
	position: absolute; 
	height: 255px;
	font-size:1.3em;
	margin-left:35px;
}

#banner_container img {
	float:left;
	padding-right:20px;
	padding-bottom:30px;
}

.slide-inner {
	padding: 10px 35px 0 35px;
}

.slider-header {
	font-weight:bold;
	padding-bottom:10px;
	font-size:1.3em;
}

#banner div.slide {
	float: left; 
	/*width: 710px;*/
	width:640px;
	position: relative; 
	height: 100%;
	/*border-right: solid 1px #88929B;*/
}

a.left_button {
	z-index: 100; 
	background-image:url(../images/left_sprite.png);
	background-position:0px top;
	background-repeat:no-repeat;
	background-color:#EDEEEF;
 	left: 0px; 
	width: 60px; 
	position: absolute; 
	top:0px; 
	height: 252px; 
	outline: none; 
}
a.right_button {
	z-index: 100; 
	background-image:url(../images/right_sprite.png);
	background-position:0px top;
	background-repeat:no-repeat;
	background-color:#EDEEEF;
 	right: 0px; 
	width: 60px; 
	position: absolute; 
	top: 0px; 
	height: 252px; 
	outline: none; 
}

a.left_button:hover {
	/*filter: alpha(opacity=80); opacity: 0.8;*/
	background-image:url(../images/left_sprite.png);
	background-position:0px -254px;
	
}
a.right_button:hover {
	/*filter: alpha(opacity=80); opacity: 0.8;*/
	background-image:url(../images/right_sprite.png);
	background-position:0px -254px;
}

p.slideno {
	position:absolute;
	bottom:0px;
	left:35px;
}

/****** end styling for slider  ******/

#headContent {
	margin-left:170px;
	padding-right:20px;
}

#headContent p {
	font-size:1.5em;
	padding-bottom:13px;
}

#home #sidebar-content {
	padding-top:5px;
}

#large-depth #sidebar-content {
	padding-top:72px;
}

#sidebar-content {
	background-color:#EDEEEF;
	
	padding-bottom:40px;
	padding-top:150px;
}

#sidebar p.header, #left-sidebar p.header {
	background-color:#89939C;
	font-size:1.6em;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	padding:0px 15px 0 10px;
	float:left;
	margin:15px 0 5px 0;
}

.webTV-header {
	font-size:1.3em;
	padding-bottom:5px;
	font-weight:bold;
}

#left-sidebar ul {
	font-size:1.3em;
	padding-left:10px;
	padding-top:2px;
}

#left-sidebar ul li {
	padding-bottom:10px;
}

.banner-container img, #sidebar img {
	vertical-align:bottom;
}

#sidebar p {
	padding-bottom:10px;
	padding-right:10px;
}

#sidebar p, #sidebar a, #left-sidebar p {
	font-size:1.3em;
	line-height:1.3em;
	display:block;
}

#sidebar img {
	padding-bottom:10px;
}

a.div, .link-div a {
	background-image:url(../images/sidebar-mini-div.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:10px;
	display:block;
}

.black {
	color:#000000;
}

#display-news {
	padding-bottom:20px;
}

#display-news p {
	margin-left:240px;
}

a.all-news {
	border-top:2px solid #D0D4D5;
	display:block;
	padding-top:10px;
}

#consultIntro, h2#border-top  {
	border-top:2px solid #D0D4D5;
	padding-top:10px;
}

#pages-in-section img, #display-news img, #webtv img {
	float:left;
	padding-right:20px;
}

#pages-in-section p {
	padding-bottom:0px;
	margin-left:240px;
}

#inner-container #pages-in-section ul, #inner-container #display-news ul {
	padding-bottom:0px;
}

table#key-products, table.downloads {
	border-top:2px solid #88929B;
}

table#key-products img, table.downloads img {
	padding-right:20px;
}

table#key-products tr td, table.downloads tr td {
	border-bottom:2px solid #D0D4D5;
	padding:10px 0 20px 0;
}

table#key-products tr td.last img, table.downloads tr td.last img {
	padding: 0 10px 0 10px;
}

table#key-products p, table.downloads p {
	padding-bottom:0px;
}

table#key-products th, table.downloads th {
	padding-top:5px;
}

table#Table1 {
	margin-bottom:0px;
}

td.last, th.last {
	border-left: dotted 1px #CECECE;
	text-align:center;
}

table.downloads td.last {
	width:70px;
}

td.imgcell {
	width:240px;
}

#inner-container #pages-in-section ul li, #inner-container #display-news ul li, #inner-container ul#webtv li, #inner-container .links ul li, ol.commentlist li {
	width:100%;
	overflow:hidden;
	/*border-top:2px solid #88929B;*/
	border-top:2px solid #D0D4D5;
	padding-top:10px;
	padding-bottom:20px;
	list-style-type:none;
}

#inner-container #pages-in-section ul, #inner-container #display-news ul, #inner-container ul#webtv, #inner-container .links ul {
	margin-left:0px;
}

ul#webtv {
	width:100%;
	overflow:hidden;
	posistion:relative;
}

#webTV-container {
	/*width:100%;
	overflow:hidden;*/
	min-height:2270px;
}

*html #webTV-container {
	height:2270px;
}

#webTV-page {
	min-height:1100px;
}

*html #webTV-page {
	height:1100px;
}


.commentlist fieldset {
	border-bottom:0px;
}

#video {
	padding-bottom:15px;
	height:305px;
}

.tv-content p {
	padding-bottom:5px;
}

.tv-title {
	background-color:#848E97;
	color:#FFFFFF;
	padding:5px;
	width:210px;
	font-weight:bold;
	font-size:1.1em;
}

.now-playing {
	background-color:#FF0000;
	color:#FFFFFF;
	padding:5px;
	font-weight:bold;
	width:210px;
	font-size:1.1em;
}

#inner-container #pages-in-section ul li.top, #inner-container #display-news ul li.top {
	border-top:none;
}

#inner-container ul {
	margin-left:18px;
	padding-bottom:18px;
}

#inner-container ul li {
	list-style-type:disc;
}

ol.faqheader {
	border-bottom:2px solid #88929B;
	padding-bottom:10px;
	margin-bottom:20px;
}

ol.faqheader li {
	padding-bottom:10px;
}

ol.faqheader li a {
	color:#88929B;
	font-weight:normal;
}

.red {
	color:#FF0000;
	font-weight:bold;
}

ol.faqheader li a:hover, ol.faqheader li a:focus, ol.faqheader li a:active {
	color:#88929B;
	text-decoration:none;
}

a#back-to-top {
	line-height:0px;
	font-size:0px;
	overflow:hidden;
	float:left;
}

#inner-container .links ul {
	padding-bottom:0px;
}

#inner-container .links ul li {
	padding:0px 0 15px 0;
	background-image:url(../images/sidebar-mini-div.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
	border-top:none;
}

#inner-container .links ul li.divider {
	background-image:none;
}

.links p {
	padding:10px 0 0 0;
}

a.top-link {
	display:block;
	width:10em;
	padding:5px 0 15px 0;
	background-image:url(../images/sidebar-mini-div.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-bottom:15px;
}

#spotlight img {
	width:200px;
	height:106px;
}


#footer p {
	font-size:1.3em;
	padding-bottom:0;
	width:400px;
	float:left;
	padding-left:10px;
}

span.title {
	color:#FF0000;
	font-weight:bold;
}

.consultHelp {
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
.consultHelp img {
	float:left;
	margin-right:10px;
}

.consultHelp p {
	padding-bottom: 0px;
}

.consultHelp p.extra {
	padding-bottom: 15px;
}



ul#podcasts {
	margin-left:0px;
	list-style:none;
	padding:0px;
	width:100%;
	overflow:hidden;
}


.podcast-image {
	float:left;
	width:240px;
}


ul#podcasts li {
	width:100%;
	overflow:hidden;
	/*background-image:url(../images/sidebar-mini-div.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;*/
	border-top:2px solid #D0D4D5;
	/*margin-bottom:18px;*/
	padding-bottom:20px;
	padding-top:10px;
}


.podcast-image img {
	vertical-align:bottom;
	padding-bottom:15px;
}



.podcast-image a {
	font-size:0.9em;
}

#blog-text {
	margin-left:160px;
}

.blog-title {
	display:block;
	margin-left:160px;
	padding-bottom:10px;
	font-size:1.2em;
}

#blog #inner-container {
	margin-left:10px;
}

.post {
	border-top:2px solid #D0D4D5;
	padding-top:10px;
}

.posted-by {
	float:left;
	width:150px;
	padding-right:10px;
}

.entry, #blog-comments {
	margin-left:160px;
}

.commentlist {
	padding-top:10px;
	border-bottom:2px solid #D0D4D5;
}

#respond {
	padding-top:10px;
}

.instruction {
	padding-top:10px;
}

.commentmetadata {
	padding-right:5px;
}

/* Fudge, as BlogArchive did not write out any values unless we write out something within the loop, so hide this */
ul.archive span {
	display: none;
}

.postmetadata {
	margin-left:160px;
	border-top:2px solid #EDEEEF;
	padding-top:5px;
}

#inner-container .podcast-image ul {
	margin-left:0px;
	padding-bottom:0px;
}

#inner-container .podcast-image ul li {
	list-style-type:circle;
	list-style-position:inside;
	padding: 0 0 0 2px;
	background-image:none;
	margin-bottom:0px;
	border-top:0px;
}

#details {
	width:100%;
	overflow:hidden;
}

.podcast-details {
	float:left;
	width:295px;
}

.podcast-title {
	font-size:1.2em;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

.podcast-subtitle {
	font-weight:bold;
	display:block;
	padding-bottom:5px;
}

div.field {
	width:100%;
	overflow:hidden;
}

fieldset {
	border-left: 0;
	border-top: 0;
	border-right:0;
	padding-left:0;
	margin:0;
	padding-right:0;
}

fieldset p {
	padding-bottom:0px;
	width:100%;
	overflow:hidden;
}

fieldset input {
	/*float:left;*/
}

#umbracoRegister, fieldset {
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid #D0D4D5;
	overflow:hidden;
} 

.field label, fieldset p label {
	float:left;
	font-weight:bold;
	margin-right:10px;
	padding:5px 3px 3px 0;
	width:10em;
}

.field input, fieldset p textarea, .field textarea, .field select {
	float:left;
	margin:5px 5px 1px 0; 
}


fieldset p input[type=submit] {
	content: ".";
	clear: both;
	display: block;
	/* visibility: hidden;
	height: 0; */
}

p.download {
	font-weight:bold;
}

p.download a {
	background-image:url(../images/down_icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 5px 0 5px 15px;
}

/* Site Map */
#sitemap a {
	font-weight:normal;
	color:#88929B;
}

#sitemap a:hover, #sitemap a:active, #sitemap a:focus {
	color:#FF0000;
}

#sitemap ul {
 margin: 0;
 padding: 0;
 list-style: none;
 color: #999;
}
#sitemap ul li a.level0 {
	font-size:1.1em;
}

#sitemap ul li {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:2px solid #D0D4D5;
}

#sitemap ul li ul li {
	margin-left:20px;
	margin-bottom: 0;
	border-bottom:0px;
	padding-bottom:0px;
}

#sitemap ul li, #inner-container ul.red-bullet li {
	list-style-type:none;
	background-image: url(/images/bullet.gif);
	background-repeat:no-repeat;
	background-position: left 4px;
	margin-left:0;
	padding-left:15px;
}

#inner-container ul.red-bullet {
	margin-left:0px;
}



ul#footerlinks {
	float:right;
	width:400px;
	color:#FFFFFF;
	font-size:1.3em;
	text-align:right;
	padding-right:10px;
}

ul#footerlinks li {
	list-style-type:none;
	display:inline;
}

ul#footerlinks li a {
	color:#FFFFFF;
}

input.readonly {
	background-color:#EDEEEF;
}

span#EmailPassLogin_10_lblResult { background: none !important; color: Red !important; }

/* EDITOR PROPERTIES */
