/*////////////////////////////
//   GLOBAL
////////////////////////////*/

*, html { padding: 0; margin: 0; }
body, html { height: 100%; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; text-align: left; height: 100%; background: #FFFFFF; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5 { font-weight: normal; }
p { padding-bottom: 20px; line-height: 18px; }
p img { float: left; margin-right: 15px; }
a { color: #286da4; text-decoration: none; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
sup { font-size: 50%; vertical-align: middle; }
#push { height: 82px; }


/*////////////////////////////
//   CONTAINER & WRAPPER
////////////////////////////*/

#sitemap {
	height: 215px;
	background: #134179;
	display: none;
}

#sitemap #case {
	margin: 0 auto;
	width: 970px;
	height: 255px;
	padding-top: 10px;
	background: #134179;
}

#sitemap a {
	text-decoration: none;
	color: #a9bfd9;
}

#sitemap a:hover {
	color: #FFFFFF;
}

#sitemap dl {
	float: left;
	overflow: hidden;
	padding: 0 30px 0 2px;
	width: 162px;
}

#sitemap dl.last {
	padding: 0;
}

#sitemap dt {
	padding: 10px 0 5px;
	font-size: 110%;
}

#sitemap dt a {
	color: #FFFFFF;
	font-weight: bold;
}

#sitemap dd {
	padding: 4px 0;
	border-bottom: 1px solid #154988 ;
}

#sitemap dd.address {
	line-height: 18px;
	color: #a9bfd9;
	border: none;
	padding-top: 24px;
}

/*////////////////////////////
//   CONTAINER & WRAPPER
////////////////////////////*/

#container {
	background: url(/images/bg_page.gif) repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -82px;
}

#wrapper {
	background: url(/images/wrapper_bg.gif) repeat-y;
	width: 970px;
	margin: 0px auto;
	_margin: -6px auto 0px auto; /* IE6 Hack */
}

#wrapper #top {
	height: 43px;
	background: url(/images/wrapper_top.gif) no-repeat;
}

#wrapper #bottom {
	height: 11px;
	background: url(/images/wrapper_bottom.gif) no-repeat;
}

/*////////////////////////////
//   HEADER LINKS
////////////////////////////*/

#header_links {
	height: 23px;
	margin: 0 auto;
	width: 970px;
}

#header_links a {
	font-family: Tahoma;
	color: #a9bfd9;
	text-decoration: none;
}

#header_links a:hover {
	text-decoration: underline;
}

#header_links ul {
	height: 18px;
	padding-top: 5px;
	text-align: right;
	background: url(/images/header_links_bg.gif) no-repeat right top;
}

#header_links li {
	display: inline;
}

#header_links li.sitemap_link    { padding-right: 38px; }
#header_links li.share_this_page { padding-right: 36px; }
#header_links li.bookmark        { padding-right: 36px; }
#header_links li.aop_corporate   { padding-right: 12px; }

/*////////////////////////////
//   HEADER
////////////////////////////*/

#header {
	height: 77px;
	background: url(/images/header_bg.jpg) no-repeat top left;
	margin: 0 auto;
	width: 970px;
}

#header h1 {
	display: none;
}

#header span {
	width: 300px;
	height: 77px;
	float: left;
	cursor: pointer;
}

/*////////////////////////////
//   NAVIGATION
////////////////////////////*/

#navigation {
	height: 30px;
	width: 970px;
	margin: 10px auto 0 auto;
	line-height: 18px;
}

#navigation ul {
	width: 750px;
	height: 30px;
	background: url(/images/nav_main_bg.gif) repeat-x;
	float: left;
}

#navigation li {
	background: url(/images/nav_main_divider.gif) no-repeat left top;
	height: 30px;
	width: 125px;
	float: left;
	text-align: center;
	padding-top: 6px;
}

#navigation li.first {
	background: url(/images/nav_main_first.gif) no-repeat left top;
}

#navigation li.last {
	background: url(/images/nav_main_last.gif) no-repeat right top;
}

#navigation li.blank {
	width: 5px;
	margin-left: -5px;
}

#navigation li a {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

#navigation #search {
	float: right;
	margin-top: -1px;
	width: 190px;
}

#navigation #search input {
	width: 174px;
	height: 18px;
	border: #bbc5a1 solid 1px;
	padding: 0px 8px;
	padding-top: 4px;
	font-family: Tahoma;
	font-size: 95%;
	color: #666666;
	background: url(/images/search_bg.gif) no-repeat;
}

/*////////////////////////////
//   SIDEBAR LEFT
////////////////////////////*/


#sidebar_left {
	width: 194px;
	float: left;
}

#sidebar_left h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 12px 0;
	border-bottom: #ececec solid 1px;
	margin-right: 6px;
}

#sidebar_left .block {
	margin-bottom: 30px;
}

#sidebar_left li {
	color: #286da4;
	background: url(/images/navbg_left.gif) no-repeat;
	padding-top: 8px;
	padding-left: 22px;
	min-height: 22px;
}

#sidebar_left li a, a:hover {
	text-decoration: none;
}

#sidebar_left li.toggler {
	background: url(/images/navbg_left.gif) no-repeat;
}

#sidebar_left li.toggler ul {
	height: 0;
	overflow: hidden;
}

#sidebar_left li.toggler li {
	background: url(/images/navbg_subitem.gif) no-repeat;
	min-height: 16px;
}

#sidebar_left #social_links p{
	padding-bottom:10px;
}

#sidebar_left #social_links p img{
	margin-right:6px;
}	

/*////////////////////////////
//   CONTENT AREA
////////////////////////////*/

#content_area {
	width: 536px;
	min-height: 500px;
	padding: 0 20px;
	float: left;
}

#content_area p {
	padding-bottom: 25px;
}

#content_area p a {
	text-decoration: underline;
}

#content_area p a:hover {
	text-decoration: none;
}

#content_area .feed-link {
	background: url(images/icon_feed.png) no-repeat left top;
	padding: 0 0 6px 22px;
}

#content_area h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.025em;
	color: #286da4;
	padding-bottom: 20px;
}

#content_area h1 span {
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	letter-spacing: 0px;
	line-height: 20px;
}

#content_area .box {
	margin-bottom: 40px;
	border: #ececec solid 1px;
	background: url(/images/my_account_box_bg_bottom.gif) repeat-x bottom;
}

#content_area .box_contents {
	padding: 20px;
	line-height: 18px;
}

#content_area .heading {
	height: 20px;
	padding: 5px 10px 0 10px;
	border: 1px solid #FFFFFF;
	background: #F9F9F9;
}

#content_area .heading h4 {
	float: left;
	font-size: 11px;
	font-weight: bold;	
}

#content_area .heading span {
	float: right;
}

#content_area #customer_profile .left, #content_area #customer_profile .right {
	float: left;
	width: 164px;
	height: 166px;
	margin-top: 20px;
}

#content_area #customer_profile #identity {
	min-height: 64px;
	height: auto;/*55px;*/
	background: url(/images/my_account_box_bg_bottom.gif) repeat-x bottom;
	border-bottom: 1px solid #EFEFEF;
}

#content_area td {
	padding: 5px 0;
	border-bottom: solid 1px #F0F0F0;
}

#content_area .pb20 {
	padding: 0 0 20px 0;
}

#content_area #input {
	width: 270px;
	padding-bottom: 12px;
}

#content_area #input #textfield {
	text-align: right;
	margin-top: -20px;
}

#content_area #input #textfield input {
	padding: 2px 4px;
	color: #444444;
	font-size: 11px;
	border: #CCCCCC 1px solid;
}

#content_area #input #textfield select {
	padding: 2px 4px;
	color: #555555;
	font-size: 11px;
	border: #CCCCCC 1px solid;
	width: 128px;
}

#content_area .label {
	width: 470px;
	clear: both;
	margin-bottom: 12px;
}

#content_area .label label {
	width: 120px;
	float: left;
	margin-bottom: 12px;
}

#content_area .label input {
	padding: 2px 4px;
	color: #444444;
	font-size: 11px;
	border: #CCCCCC 1px solid;
	float: left;
	margin-bottom: 12px;
}

#content_area .label input.submit {
	border: none;
	padding: 0;
}

#content_area .label textarea {
	border: #CCCCCC 1px solid;
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

#content_area .label select {
	padding: 2px 4px;
	color: #555555;
	font-size: 11px;
	border: #CCCCCC 1px solid;
	width: 135px;
}

#content_area .label span {
	color: red;
}

#content_area #homepage_columns {
	border-top: 1px solid #DFDFDF;
	width: 532px;
}

#content_area #homepage_columns p {
	padding: 0 0 20px 0;
}

#content_area #homepage_columns p img {
	padding-bottom: 12px;
}

#content_area #homepage_columns #left {
	float: left;
	width: 235px;
	padding: 0 25px 0 0;
	_padding: 0 12.5px 0 0; /* IE6 Hack */
	border-right: 1px solid #DFDFDF;
}

#content_area #homepage_columns #right {
	float: left;
	width: 235px;
	padding: 0 0 0 25px;
	_padding: 0 0 0 12.5px; /* IE6 Hack */
}

#content_area #homepage_columns h4 {
	margin: 20px 0 12px 0;
}

#content_area #homepage_columns h4 a {
	font-size: 14px;
	font-weight: bold;
	color: #286da4;
	letter-spacing: -0.025em;
}

#content_area #homepage_ads {
	position: relative;
	float: left;
	width: 535px;
	height: 237px;
	border: #EEEEEE 1px solid;
	margin-bottom: 25px;
}

#content_area #homepage_ads div {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	margin: 1px;
}

#content_area #homepage_ads img {
	border: none;
}

#content_area #webinar_area td {
	padding: 0;
	border: none;
	line-height: 18px;
}

#content_area #webinar_area table table table table td,	
#content_area #webinar_area td.fieldlabel3 {
	padding: 6px;
}

#content_area #webinar_area td select,
#content_area #webinar_area td input.search-TitleBar-inputText {
	margin: 6px 0;
}


/*////////////////////////////
//   ENEWS HOMEPAGE MASHUP
////////////////////////////*/

#content_area #enews-heading {
	border-top: 1px solid #DFDFDF;
}

#content_area #enews-heading h4 {
	margin: 20px 0 15px 0;	
	font-size: 14px;
	font-weight: bold;
	color: #286da4;/*6f5c99;*/
	letter-spacing: -0.025em;
}

#content_area #enews-mashup {
	border: 1px solid #dddddd;
	width: 533px;
}

#content_area #enews-mashup .item ul {
	padding: 10px 15px 15px 15px;
	float: left;
}

#content_area #enews-mashup .item li {
	padding: 8px 6px;
	border-bottom: 1px solid #EFEFEF;
	clear: both;
	float: left;
	background: url(images/my_account_box_bg_bottom.gif) repeat-x bottom;
	width: 490px;
}

#content_area #enews-mashup .item li:hover {
	background: #F2F2F2;
	cursor: pointer;
}

#content_area #enews-mashup .item li a {
	float: left;
	text-decoration: underline;
}

#content_area #enews-mashup .item li span {
	float: right;
	color: #999999;
}

#content_area #enews-mashup #top-rated-posts  {
	display: none;
}

#content_area #enews-mashup #most-recent-comments  {
	display: none;
}

#content_area #enews-mashup #top-rated-comments  {
	display: none;
}

#content_area #enews-mashup .tabs {
	background: url(/images/product_box_head_bg.gif) repeat-x top;
}

#content_area #enews-mashup .tabs ul {
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
	list-style-type: none;
	padding: 9px 10px 5px 10px;
}

#content_area #enews-mashup .tabs li {
	display: inline;
}

#content_area #enews-mashup .tabs li a {
	padding: 6px 10px;
	color: #666;
	text-decoration: none;
}

#content_area #enews-mashup .tabs li a:hover {
	text-decoration: underline;
}

#content_area #enews-mashup .tabs li.selected {
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

#content_area #enews-mashup .tabs li.selected a {
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background-color: #fff;
	position: relative;
	top: 0px;
	padding-top: 3px;
}

#content_area #enews-mashup .tabs li.selected a:hover {
	text-decoration: none;
}	

/*  SOS SUPPORT MESSAGE SYSTEM  */

#content_area #alerts {
}

#content_area .alert {
	padding: 10px 10px 10px 36px;
	margin-bottom: 20px;
	border: 1px solid;
	float: left;
}

#content_area .alert a {
	color: #444444;
	text-decoration: underline;
}

#content_area .alert a:hover {
	color: #444444;
	text-decoration: none;
}

#content_area .alert .fl { float: left; margin-right: 35px; font-weight: bold; width: 420px; }
#content_area .alert div.view { float: left;  }

#content_area .alert .message {
	overflow: hidden;
	height: 0;
	float: left;
}

#content_area .alert p {
	padding-bottom: 12px;
}

#content_area .alert.announcement  { background: url(http://media.glnsrv.com/images/icons/alert-info.gif) left top no-repeat #f4f9ff; border-color: #bcd1f0; }
#content_area .alert.minor           { background: url(http://media.glnsrv.com/images/icons/alert-low.gif) left top no-repeat #fffee6; border-color: #f4e59e; }
#content_area .alert.medium        { background: url(http://media.glnsrv.com/images/icons/alert-medium.gif) left top no-repeat #fff3db; border-color: #ffd2a7; }
#content_area .alert.high          { background: url(http://media.glnsrv.com/images/icons/alert-high.gif) left top no-repeat #ffecec; border-color: #ffa7a7; }

.school-bullet li {
	margin-top: 10px;
	padding-left: 20px;
	background: url(images/bullet_orange.gif) no-repeat left top;
}

/*////////////////////////////
//   SIDEBAR RIGHT
////////////////////////////*/

#sidebar_right {
	width: 200px;
	float: left;
}

#sidebar_right_pad {
	padding-left: 14px;
}

#sidebar_right li {
	color: #286da4;
	background: url(/images/navbg_right.gif) no-repeat;
	padding-top: 8px;
	padding-left: 22px;
	min-height: 22px;
}

#sidebar_right li.toggler {
	background: url(/images/navbg_right.gif) no-repeat;
}

#sidebar_right li.toggler ul {
	height: 0;
	overflow: hidden;
}

#sidebar_right li.toggler li {
	background: url(/images/navbg_subitem.gif) no-repeat;
	min-height: 16px;
}

#sidebar_right a {
	color: #286da4;
	text-decoration: none;
}

#sidebar_right h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 12px 0;
	border-bottom: #ececec solid 1px;
}

#sidebar_right .block {
	margin-bottom: 30px;
}

#sidebar_right .account_welcome {
	color: #666666;
	border-bottom: #ececec solid 1px;
}

#sidebar_right .account_welcome p {
	padding: 2px 0 4px 0;
}

#sidebar_right .account_welcome p a {
	margin-left: 0;
	margin-right: 22px;
	color: #286da4;
}

#sidebar_right .account_welcome p span a {
	margin-right: 0px;
}

#sidebar_right .account_welcome input {
	border: #DDDDDD solid 1px;
	padding: 4px 8px;
	margin: -2px 0 10px 0;
	font-size: 11px;
	color: #666666;
}

#sidebar_right .account_welcome #button {
	width: 53px;
	height: 19px;
	background: url(/images/button_signin.gif) no-repeat;
	border: none;
}

#sidebar_right .share {
	margin: 15px 0;
}

#sidebar_right .share.first {
	margin-top: 10px;
}

#sidebar_right .share .share-title {
	margin: 0 0 5px 0;
}

/*////////////////////////////
//   FOOTER
////////////////////////////*/

#footer {
	background: url(/images/footer_bg.gif) repeat-x;
	height: 82px;
}

#footer #footimg {
	background: url(/images/footer.gif) repeat-x;
	height: 82px;
	width: 970px;
	margin: 0 auto;
}

#footer p {
	padding-top:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e0d8ef;
}

#footer p span {
	float: right;
}

#footer p span a {
	color: #a9bfd9;
	text-decoration: none;
}

#footer p span a:hover {
	color: #a9bfd9;
	text-decoration: underline;
}



/*////////////////////////////
//   SHARE THIS PAGE
////////////////////////////*/

.ShareThis {
	background: #286da4;
	border: 1px solid #286da4;
	position: absolute;
	width: 350px;
	z-index: 999;
	font: 11px Arial;
	text-align: center;
}

.ShareThis .head {
	float: left;
	width: 348px;
	text-align: left;
}

.ShareThis .head ul {
	list-style: none;
	margin: 10px 10px 0 10px;
	padding: 0;
}

.ShareThis .head li {
	background: #c9dbed;
	border-bottom: 1px solid #999;
	cursor: pointer;
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 5px 2px 5px;
}

.ShareThis .head li.selected {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.ShareThis .body {
	width: 330px;
	height: auto;
	float: left;
	text-align: left;
	background-color: #fff;
	padding: 10px;
}

.ShareThis .body p.alert_msg {
	padding: 0;
	margin: 0 0 3px;
	color: #6c6c6c;
	text-align: center;
	font: bold 8.5pt Arial;
	line-height: 14pt;
	border: 1px solid #6f5c99;
	background-color: #bff0c1;
}

.ShareThis a.close {
	color: #FFFFFF;
	float: right;
	margin: 5px 3px 0 0;
}

.ShareThis .social {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ShareThis .social a {
	padding-bottom: 5px;
	padding-left: 22px;
	color: #286da4;
}

.ShareThis ul.social li {
	float: left;
	margin: 12px 0 0;
	padding: 0;
	width: 48%;
}

.ShareThis .email {
	margin: 0;
	padding: 0;
}

.ShareThis .email fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.ShareThis .email fieldset legend {
	display: none;
}

.ShareThis .email ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ShareThis .email ul li {
	margin: 0 0 7px 0;
	padding: 0;
	position: relative;
}

.ShareThis .email ul li label {
	color: #555;
	display: block;
}

.ShareThis .email ul li input {
	padding: 2px;
	font-size: 12px;
	width: 98%;
	border: 1px solid #7f9db9;
}

.ShareThis .email ul li input.captcha {
	width: 65%;
}

.ShareThis .email ul li img {
	position: absolute;
	top: 5px;
	right: 0;
}

.ShareThis .email ul li textarea {
	padding: 2px;
	font-size: 12px;
	width: 98%;
	height: 90px;
	border: 1px solid #7f9db9;
}

.ShareThis .email ul li button {
	padding: 2px 6px;
	font-size: 12px;
	background-color: #eee;
	border: 1px outset #7f9db9;
}

.ShareThis .email_response {
	font-size: 12px;
}

.fb-like {
	border: 1px solid #FFD897;
	width: 518px;
	height:23px;
	background-color: #FFF3DF;
	padding: 8px;
	margin-bottom: 15px;
}

/*////////////////////////////
//   Webinars
////////////////////////////*/
#webinarlist h2 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.025em;
	color: #286da4;
	padding-bottom: 10px;
}

#webinarlist .lst {
	margin-bottom: 30px;
	overflow: hidden;
}

#webinarlist ul.lst li a {
	font-size: 11px;
	clear: both;
	float: left;
	width: 450px;
	height: 29px;
	display: block;
	padding: 13px 10px 13px 75px;
	border-bottom: 1px solid #EFEFEF;
	overflow: hidden;
}

#webinarlist ul.lst a:hover {
	cursor: pointer;
}

ul.lst span {
	float: right;
	margin: 0px 5px 0px 5px;
	color: #999999;
}

.upcomingwebinars ul.lst li.pd a {
	background: url(images/bg-pd.png);
}

.upcomingwebinars ul.lst li.mk a {
	background: url(images/bg-mk.png);
}

#webinararchive ul.lst li.pd a {
	background: url(images/bg-pd-archive.png);
}

#webinararchive ul.lst li.mk a {
	background: url(images/bg-mk-archive.png);
}

.upcomingwebinars ul.lst li.pd a:hover {
	background: url(images/bg-pd-on.png);
}

.upcomingwebinars ul.lst li.mk a:hover {
	background: url(images/bg-mk-on.png);
}

#webinararchive ul.lst li.pd a:hover {
	background: url(images/bg-pd-on.png);
}

#webinararchive ul.lst li.mk a:hover {
	background: url(images/bg-mk-on.png);
}

ul.lst li.webinarhead span{
	float: left;
	display: block;
	overflow: hidden;
	text-align:center;
}

ul.lst li.webinarhead{
	clear: both;
	float: left;
	height: 17px;
	padding: 5px 0px 3px 0px;
	border-bottom: 1px solid #EFEFEF;
	overflow: hidden;
	color: #ffffff;
	text-align:center;
	font-weight: bold;	
}

.upcomingwebinars li.webinarhead{
	background: #2581b9;
}

#webinararchive li.webinarhead{
	background: #999999;
}
