body {
	font-family: arial, verdana, arial, sans-serif;
	font-size: 0.8em;
	margin-top: 0;
	background: #FFFFFF repeat-x;
}

#container {
	width: 841px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 22px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
#resources_spacer_5 { 
	margin-bottom:120px;
} 
}

/*==^..^== START BG DROP SHADOW ==^..^==*/
#container {
	background: transparent url(../images/bg1.png) repeat-y;
	width:847px;
}

#container-legal {
	width: 668px;
	margin: 0 auto;
	background-color: #fff;
	padding:0 20px;
	
}
#container-legal {
	width:668px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
}

/*==^..^== END BG DROP SHADOW ==^..^==*/

a:link, a:visited {
	color: #0044B0;
}

h1 {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
}

.page_heading {
	font-weight: normal; 
	color: #0145B1;
	padding-top: 15px;
}

/************************
 predefinits 
************************/

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.tahoma_14px_blue {
	font-size: 14px; 
	font-family: tahoma; 
	color: #0145B1;
	font-weight: bold;
}

.tahoma_12px_dark_blue {
	font-size: 12px; 
	font-family: tahoma; 
	color: #0C3169;
	font-weight: bold;
}

/************************
Common
************************/

.spacer {
	border-bottom: 1px solid #ccc;
	margin-left:0px;
	width:267px;
	font-size:1px;
	margin:10px 0;
}

.module_heading {
	font-family: tahoma, verdana, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-align: left;
	color: #0C3169;
}

.link {
	color: blue;
	text-decoration: underline;
}

#commentForm label.error { 
	display: block; 
	border: 1px solid #D34030;
	background: #EFB6AD url(../images/unchecked.gif) no-repeat center left;
	color: #990000;
	padding: 3px 0;
	margin: 10px 0 5px 0;
	width: 150px;
	font-size: 8pt;
}

#commentForm td {
	/* background: #EFF5FB; */
	background: #F7FAFD;
	padding: 10px;
	border-top: 1px solid #ccc;
}

#commentForm table {
	border-bottom: 1px solid #ccc;
	font-family: verdana;
	width: 620px;
}

#message_success {
	border: 1px solid #679F20;
	background: #E8F2E6;
	color: #3F6213;
	padding: 5px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	outline: none;
	width: 620px;
}

#message_fail {
	border: 1px solid #D34030;
	background: #EFB6AD;
	color: #990000;
	padding: 5px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	outline: none;
	width: 620px;
}
#pagnation {
	margin: 0 auto;
	width: 600px;
	font-size: 8pt;
}

#pagnation .current {
	border: 1px solid #ccc;
	padding: 5px 10px;
	background: #eee;
}

#pagnation a {
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #333;
}

#clear {
	clear: both;
}

.show_all a {
	border: 1px solid #ccc; 
	color: #333; 
	padding: 5px 10px; 
	text-decoration: none; 
	font-family: arial; 
	font-size: 8pt;
	outline: none;
}

.advert-padding {
	padding-top: 40px;
}

#header {
	background: #fff;
}

.bold_italic {
 font-weight: bold;
 font-style: italic;
}

/************************
Top Menu
************************/

#top_menu td{
	color: #999999;
	font-family: arial;
	font-size: 8pt;
	padding: 10px 2px; 
}

#top_menu td a {
	color: #999999;
	text-decoration: none;
}

#top_menu td a:hover {
	color: #999999;
	text-decoration: underline;
}

.top_menu_links {
	font-size: 8pt;
	color: #999999;
	font-weight: bold;
	font-family: arial;
}

.top_menu_links a {
	color: #999999;
	text-decoration: none;
}

.top_menu_links a:hover {
	color: #999999;
	text-decoration: underline;
}

.login_btn {
	margin-left: 10px;
}

#clear {
	clear: both;
}

/************************
Subpage Menu
************************/

#link-box {
	padding: 5px;
	margin-top: 20px;
}

#link-box h2 {
	font-family: tahoma;
	color: #666;
	font-weight: normal;
	border-bottom: 1px dashed #333;
	margin: 5px 0 0 0;
	padding-bottom:10px;
}

#link-box a {
	color: #666666;
}

/*==^..^== List Style ==^..^==*/
#link-box ul {
	margin:0px;
	padding:0;
	list-style-type:none;
}
#link-box li.link {
	margin:0;
	padding:10px 0px 10px 15px;
	border-bottom:1px dashed #333;
	list-style:none;
	background:url(../images/arrow.jpg) 0px 50% no-repeat;
	line-height: 15px;
	text-decoration:none;
}
#link-box li.link-1 {
	margin:0;
	padding:10px 0px 10px 15px;
	border-bottom:1px dashed #333;
	list-style:none;
	background:url(../images/arrow.jpg) 0px 35% no-repeat;
	line-height: 15px;
	text-decoration:none;
}
#link-box li.sublink {
	list-style:none;
	padding:10px 10px 10px 30px;
	border-bottom:1px dashed #333;
}
#link-box a.linkstyle {
	text-decoration:none;
}
#link-box a.linkstyle:hover {
	text-decoration:none;
	color:#094697;
}

/************************
Success Stories
************************/
.success_stories {
	border:1px solid #999999; 
	background:#FFFFDD; 
	padding:20px; 
	text-align:left; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
}
.success_title {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	width:200px;
	margin:0 auto;
}
.management_title {
	font-size:15px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.management_title { 
	font-size:12px;
} 
}

/************************
Content
************************/
#content {
}

#subpage-right-content {
	margin-right: 225px;
	padding-top: 5px;
}

#content p,
#subpage-temp1-content p, 
#subpage-temp1-single-content p, 
#subpage-left-content p, 
#subpage-right-content p, 
#temp1-column p {
	line-height: 1.3em;
	text-align: justify;
}

#content,
#subpage-temp1-content, 
#subpage-temp1-single-content, 
#subpage-left-content, 
#subpage-right-content, 
#temp1-column {
	/*border: 1px solid #f0f;*/
	background: #fff;
}

/************************
Footer
************************/

#footer-top-links a:link,
#footer a:link, 
#footer-strip a:link {
	text-decoration: none;
}

#footer-top-links a:visited, 
#footer a:visited, 
#footer-strip a:visited {
	text-decoration: none;
}

#footer-top-links a:hover,
#footer a:hover, 
#footer-strip a:hover {
	text-decoration: underline;
}

#footer-top-links a:active, 
#footer a:active, 
#footer-strip a:active{
	text-decoration: none;
}

#footer-top-links, #footer-top-links a{
	color: #666666;
	margin-top: 30px;
	padding: 0 2px;
}

#footer {
	width: 825px;
	margin: 0 auto;
	background: #DAE7F5;
	padding: 0 30px;
}

.rec_expert_table {
	width:50px;
}

/*==^..^== START BG DROP SHADOW ==^..^==*/
#footer {
	background:transparent url(../images/bg2.png) repeat-y;
	width:830px;
	padding:0px 31px 0 30px;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0)
{
:root #footer {
	width:832px;
	padding:0px 30px 0 30px;
}
}
html>/**/body #footer, x:-moz-any-link, x:default { 
	width:831px;
	padding:0px 30px 0 30px;
} 
/*==^..^== END BG DROP SHADOW ==^..^==*/

#footer h3 {
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	color: #0C4CB1;
	width: 155px;
	border-bottom: 1px solid #0C4CB1;
	padding-bottom: 3px;
}

#footer a {
	line-height: 1.5em;
}

#footer-strip {
	width: 825px;
	height:20px;
	margin: -3px auto;
	padding: 3px 30px 3px 30px;
	background-color: #0C4CB1;
	text-align: center;
	color: #fff;
}

/*==^..^== START BG DROP SHADOW ==^..^==*/
#footer-strip {
	background:transparent url(../images/bg3.png) repeat-y;
	width:830px;
	margin: 0px auto;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0)
{
:root #footer-strip {
	width:832px;
}
}
html>/**/body #footer-strip, x:-moz-any-link, x:default { 
	width:832px;
} 

#footer-strip-legal {
	width: 646px;
	height:20px;
	margin: -3px auto;
	padding: 8px 30px 5px 30px;
	background-color: #0C4CB1;
	text-align: center;
	color: #0044B0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
#footer-strip { 
	width:832px;
} 
}

#footer-strip-legal {
	width:648px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0)
{
:root #footer-strip-legal {
	width:648px;
}
}
html>/**/body #footer-strip-legal, x:-moz-any-link, x:default { 
	width:648px;
} 



#footer-bottom {
	margin:0 auto; 
	width:890px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
#footer-bottom { 
	width:892px;
} 
}

html>/**/body #footer-bottom, x:-moz-any-link, x:default { 
	margin:0 auto; 
	width:892px;
} 
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0)
{
:root #footer-bottom {
	width:892px;
	margin:0 auto; 
}
}



#footer-bottom-legal {
	margin:0 auto; 
	width:708px;
}

html>/**/body #footer-bottom-legal, x:-moz-any-link, x:default { 
	width:708px;
} 
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0)
{
:root #footer-bottom-legal {
	width:708px;
}
}
/*==^..^== END BG DROP SHADOW ==^..^==*/

/************************
START ChatBox (^-..-^)~>
************************/
#top-chatbox {
	background:url(../images/chat-box/top/bg.jpg) repeat-x; 
	height:64px; 
	width:847px; 
	margin-top:-16px;
}



#chatbox-top {
	margin-left:235px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#chatbox-top { 
	margin-left:470px;
} 
}

html:first-child  #chatbox-top{
	margin-left:236px;
}
html>/**/body #chatbox-top, x:-moz-any-link, x:default { 
	margin-left:236px;
} 
/************************
END ChatBox (^-..-^)~>
************************/

#footer-strip a {
	color: #fff;
}

#footer-strip p {
	margin-top: 0;
}

#footer-copyright {
	width: 885px; 
	margin: 0 auto; 
	color: #ffffff; 
	text-align: center; 
	font-size: 8pt;
}

#footer-copyright p {
	margin-top:5px;
}

#hackersafe {
	position: relative;
	bottom: -49px;
	right: -730px;
	z-index: 99;
	width: 125px;
}

/* RECOMMEND PAGES */
.rec_bg1 {
	background:#EFF5FB; 
	padding:10px; 
	border-bottom:1px solid #C3C3C3;
}

.rec_bg2 {
	padding:10px; 
	border-bottom:1px solid #C3C3C3;
}

.rec_title {
	margin-bottom:10px; 
	font-size:13px;
}

.rec_url {
	color:#0044B0; 
	font-size:12px;
}

.rec_readings_title {
	color:#0C3169; 
	font-size:20px; 
	font-family:'Myriad Pro', Helvetica, Arial, sans-serif; 
	font-weight:bold;
}

.rec_readings_author {
	color:#0C3169; 
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

.rec_readings_sepline {
	width:620px;
	height:1px;
	background:#CCCCCC;
	margin:15px 0;
	font-size:0px;
}

/************************
Pull Down Menu
************************/

#sliderWrap {
	margin: 0 auto;
	width: 300px;
}

#slider {
	position: absolute;
	background-image:url(slider.png);
	background-repeat:no-repeat;
	background-position: bottom;
	width: 300px;
	height: 100px;
	margin-top: -130px;
	background-color: #fff;
	border: 1px solid #ccc;
	z-index: 999;
}

#slider img {
	border: 0;
}

#sliderContent {
	margin: 0;
	position: absolute;
	text-align:center;
	background-color:#FFFFFF;
	color:#333333;
	font-weight:bold;
	padding: 10px;
	z-index: 999;
}

#openCloseWrap {
	position:absolute;
	margin: 143px 0 0 120px;
	font-size:12px;
	font-weight:bold;
}

/* DO NOT CHANGE TEMPLATE STYLES!!! */

/************************
Template 1 - Do NOT Change
************************/

#temp1-column {
	width: 267px;
	float: right;
	margin-right: 0;
	padding-right: 0;
}

#subpage-temp1-content {
	margin-right: 267px;
	width: 554px;
}

#subpage-temp1-content #inside-left-column {
	width:267px;
	padding-right:20px;
	vertical-align:top;
	text-align:left;
}

#subpage-temp1-content #inside-right-column {
	width:267px;
	vertical-align:top;
	text-align:left;
}

#subpage-temp1-single-content {
	margin-right: 267px;
	width: 554px;
}

/************************
Template 2 - Do NOT Change
************************/
#subpage-left-content {
	width: 620px;
	margin-left: 220px;
}

#left-column {
	width: 200px;
	float: left;
	margin-right: 20px;
	background: #fff;
}

#subpage-left-content #inside-left-column2 {
	width:300px;
	padding-right:20px;
	vertical-align:top;
	text-align:left;
}

#subpage-left-content #inside-right-column2 {
	width:300px;
	vertical-align:top;
	text-align:left;
}

/************************
Template 3 - Do NOT Change
************************/
#subpage-right-content {
	width: 620px;
	margin-right: 200px;
}

#right-column {
	width: 200px;
	float: right;
	margin-left: 20px;
}

#subpage-right-content #inside-left-column3 {
	width:300px;
	padding-right:20px;
	vertical-align:top;
	text-align:left;
}

#subpage-right-content #inside-right-column3 {
	width:300px;
	vertical-align:top;
	text-align:left;
}

/*==^..^== Events Table Style ==^..^==*/
#events #header1 {
	background:url(../images/events_header.jpg);
	width:253px;
	height:25px;
	border:1px solid #A6C269;
	font-family:Tahoma;
	font-size:19px;
	color:#0C3169;
	font-weight:bold;
	padding:2px 0 0 5px;
}
#events table#comingevents {
	border:none;
	width:260px;
	margin:0;
	padding:5px;
}
#events td {
	font-size:11px;
}
#events .title {
	font-size:12px;
	font-weight:bold;
}

/************************
Media Room
************************/

.news_bg_1 {
	background: #EFF5FB;
	height: 50px;
}

.news_bg_2 {
	background: #fff;
	height: 50px;
}

#newsreleases .news_bg_1  td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#newsreleases a {
	color: #0044B0;
}

/************************
Live Events
************************/

.events_table {
	padding: 5px;
}

.events_table tr {
	background: url(../options-live-events/images/table_bg.jpg) no-repeat;
	height: 49px;
	width: 541px;
}

h1.heading1 {
	background: #A8C7E8;
	font-size: 20px;
	color: #0145B1;
	padding: 5px;
	margin-bottom: -5px;
	width: 531px;
	position: relative;
	left: 5px;
	top: 5px;
}

h1.heading2 {
	background: #A8C7E8;
	font-size: 20px;
	color: #0145B1;
	padding: 5px;
	margin: -5px 0;
	width: 531px;
	position: relative;
	left: 5px;
}

h1.heading3 {
	background: #DAE7A5;
	font-size: 20px;
	color: #3A5E13;
	padding: 5px;
	margin-bottom: -5px;
	width: 531px;
	position: relative;
	left: 5px;
	top: 5px;
}

h1.heading4 {
	background: #DAE7A5;
	font-size: 20px;
	color: #3A5E13;
	padding: 5px;
	margin: -5px 0;
	width: 531px;
	position: relative;
	left: 5px;
}


.webinar_table_bg {
	background: #efefef;
	margin-top: 5px;
	width: 552px;
}
 
#events_optin p {
	text-align: center;
}

#events_optin {

}

.web_bg_1 {
	background: #E0EDF8;
	height: 20px;
	font-size: 8pt;
}

.web_bg_2 {
	background: #F4F4F4;
	height: 20px;
	font-size: 8pt;
}

#menu td {
	padding: 5px;
}

#menu, #menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
}

li.archive-heading {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 0 0;
}

.archive-heading {
}

#menu a {
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 0;
	padding: 2px 2px 2px 25px;
}

#menu a.expanded {
	background: url(../images/bullet-down.jpg) no-repeat 3px 50%;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	padding-bottom: 10px;
	color: #0C3169;
}

#menu a.collapsed {
	background: url(../images/bullet.jpg) no-repeat 3px 50%;
	text-decoration: none;
	outline: none;
	font-weight: normal;
	padding-bottom: 10px;
	color: #0C3169;
}

.live-events-register a {
	background: url(../options-live-events/images/register_btn.jpg);
	width: 210px;
	height: 36px;
	display: block;
}

.live-events-register a:hover {
	background: url(../options-live-events/images/register_btn_hover.jpg);
	width: 210px;
	height: 36px;
	display: block;
}

#upcoming_events {
	/*height: 280px;*/
	height:auto;
	background: #f3f8e1;
	width:267px;
}

.upcoming_events_width {
	width: 267px;
}

.events_notice {
	font-size: 8pt; 
	position: relative; 
	/*top: 240px;*/
	top:-8px;
}


.events_box {
	margin-top: -37px;
}

/* Opera Hack */

@media all and (min-width: 0px) { html:first-child  
.events_notice {
	top: 270px;
} }

@media all and (min-width: 0px) { html:first-child  
#upcoming_events {
	height: 300px;
} }

@media all and (min-width: 0px) { html:first-child  
.webinar_table_bg {
	width: 546px;
} }

@media all and (min-width: 0px) { html:first-child  
.heading1 {
	width: 526px;
} }

@media all and (min-width: 0px) { html:first-child  
.heading2 {
	width: 526px;
} }

@media all and (min-width: 0px) { html:first-child  
.heading3 {
	width: 526px;
} }

@media all and (min-width: 0px) { html:first-child  
.heading4 {
	width: 526px;
} }

/************************
Super Conference Gallery
************************/

.image-opacity a img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.image-opacity a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/************************
Online Classes
************************/

.class_heading_bg {
	background: url(../options-online-classes/images/heading_bg.jpg) no-repeat;
	width: 620px;
	height: 25px;
	padding-bottom: 20px;
}

.class_heading {
	font-size: 19px;
	font-weight: bold;
	color: #0C3169;
	padding: 5px 0 0 20px;
}

h3.online_class_heading {
	font-size: 14px;
	margin-bottom: 0px;
}

/************************
404 pages
************************/
#search_box_sml {
	background: #F7F7F7;
	border: 1px solid #999;
	padding: 5px 10px;
}

#container-404 {
	width: 841px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 22px;
	
}
#container-404 {
	background: transparent url(../images/bg1.png) repeat-y;
	width:847px;
}

#subpage-left-content-404 {
	width: 550px;
	margin-left: 290px;
}

#left-column-404 {
	width: 270px;
	float: left;
	margin-right: 20px;
}


/* ChatBox */

.LPform {
width:246px;
height:98px;
border:1px solid #00388b;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

#LPidentifier {
display:none;
}
#LPmessage {
display:inline;
}

.imageno {
background: url(<? echo $myevent_path ?>images/<? echo $imageno ?>.gif) center ;
background-repeat:no-repeat;
}

#videotestimonial {
	overflow: hidden;
}

/* Sitemap */

.sitemap h3, .sitemap h3 a {
	font-size: 18px;
	font-weight: normal;
	color: #0044B0;
}

.sitemap ul {
	margin: 0 0 20px 0;
	padding: 0;
}

.sitemap ul ul {
	margin: 0;
	padding: 0;
}

.sitemap li {
	list-style: none;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
	border-bottom:1px dashed #999;
	background:url(../images/arrow.jpg) 0px 50% no-repeat;
}

.sitemap ul ul li {
	list-style: none;
	font-weight: normal;
	padding-bottom: 0px;
	background: none;
	padding: 10px 0px 10px 40px;
}

.sitemap li a {
	line-height: 1.5em;
	text-decoration: none;
	outline: none;
	color: #666666;
}


.sitemap li a:hover {
	text-decoration: underline;
	color: #094697;
}


#container-legal #index-content {
	background-color: #FFFFFF;
}
