/* Resets */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,big,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
a:active {outline: 0;}



/* Layout */
body {
	font-size: 82.5%;
	font-family: 'Arial', sans-serif;
	line-height: 1.3em;
	background: #30343f;
	color:#333333;
}

.clr {clear: both;}
.rule {
	border-bottom: 1px solid #404C5F;
	height: 10px;
	margin-bottom: 20px;
}
.floatL {float: left;}
.floatR {float: right;}

/* Typography */
p {
	font-size: 1em;
	margin: 0 0 1.2em;
}

a:link, a:visited {color: #246ec1; text-decoration: none; font-weight:normal;}
a:hover, a:active {text-decoration: underline;}

#cntArea ul li {
	list-style: disc outside none;
	margin: 0 0 0 25px;
}

.cntHtml ol {
    margin: 0 0 25px 25px;
}

.cntHtml ol li {
	list-style: decimal outside none;
    margin: 0 0 1ex 25px;
	zoom: 0;
}

h1 {
	font: bold 24px 'Arial', sans-serif;
	letter-spacing: -1px;
	margin-bottom: 0px;
}

h2 {
	font: normal 1.6em 'Arial', sans-serif;
	letter-spacing: -1px;
	color: #999999;
	padding-bottom:20px;
}

h3 {
	font: bold 1.2em 'Arial', sans-serif;
	letter-spacing: -1px;
} 

h4 {
	font: bold 1em 'Arial', sans-serif;
	letter-spacing: -1px;
} 

address {
	font-style: normal;
	margin-bottom: 30px;
}

#cntArea sup {
    font-size: 0.75em;
    vertical-align:super;
}

h3.hilite {
	font: normal 18px 'Arial', sans-serif;	
	color: #9FB606;
	line-height:30px;
}

blockquote {
	font-family:'Georgia',serif;
	font-size:15px;
	font-size-adjust:none;
	font-style:italic;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	margin:5px 40px 10px 40px;
}

cite{
	display:block;
	font-style:normal;
	font-weight:bold;
	margin:0 0 18px 38px;	
}

/* HDR - Header Layout */
#hdr {
	margin: 0 auto;
	width: 100%; height: 127px;
	background: url('../images/hdr_bg.png') repeat-x top left;
}

	#hdrLogo, #hdrSearch, #hdrUserStatus {
		position: absolute;
		left: 50%;
	}
	
	#hdrLogo {
		margin-left: -470px;
	}
	
	#hdrSearch {
		margin-left: 290px;
		/*background: #FFF url('../images/hdr_search_bg.png') no-repeat scroll 0 0;*/
		padding: 10px 5px 10px 15px;
		width: 210px; height: 19px;
	}
		#hdrSearchFld {
			border: 0;
		}
		

/* Main Navigation Style */

#main_nav{
	width:742px;
	position:absolute;
	left: 50%; top: 80px;
	margin-left: -268px;
	background: url('../images/main_nav_right.png') right no-repeat;
	padding-right:9px;
	z-index:5;
}

#hdrNav{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width: auto; height: 43px;	
	background: url('../images/hdrNav_bg.png') top left no-repeat;
	float:right;
}

#hdrNav li {
	border-right:1px solid #b7b7b7;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}
#hdrNav li.first{
	margin-left:9px;
}

#hdrNav li.last{
	border-right:none;
}
#hdrNav li.active{
	background:#d9e409;
}
#hdrNav li.over{
	background:#d9e409;
}
#hdrNav a, #hdrNav a:visited {
	color:#444C53;
	display:block;
	font-weight:normal;
	padding:14px 15px 13px 15px;
	float: left;
}
#hdrNav a:hover, #hdrNav a:active, .current_page_item a, #home .on {
	background:#d9e409 ;
	text-decoration:none;
	color:#444C53;
}

#hdrNav a, #hdrNav a:hover {
	border:medium none;
	display:block;
	text-decoration:none;
}

#hdrNav li ul {
  display: none;
  position: absolute; 
  width:174px;
  z-index:2;
  left:-1px !important;
  top:43px !important;
}

#hdrNav li > ul {
	top: auto;
	left: auto;
}

#hdrNav li li {
	background:#d9e409 none repeat scroll 0 0;
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	border-bottom:1px solid #b7b7b7;
	width:172px;
}
#hdrNav li li a, #hdrNav li li a:visited {
	color:#444c53;
	font-weight:normal;
	font-size:11px;
	float: none;
}
#hdrNav li li a:hover, #hdrNav li li a:active {
	background:#fff none repeat scroll 0 0;
}
#hdrNav li:hover ul, #hdrNav li li:hover ul, #hdrNav li li li:hover ul, #hdrNav li.sfhover ul, #hdrNav li li.sfhover ul, #hdrNav li li li.sfhover ul, #hdrNav li.over ul {
	display:block;	
}
		
	#hdrUserStatus {
		position: absolute;
		left: 50%; top: 15px;
		/* margin-left: -210px; */
		text-align: right;
		width: 500px;
		font-size: 0.9em;
		color:#FFF;
		margin-left:-30px;
	}
	#hdrUserStatus a{
		color:#d9e409;
	}


/* homeBanner - Feature Area for Home Pages */		
#homeBanner {
	margin: 0 auto;
	width: 1017px; height: 234px;
	background: url('../images/banner_tile.jpg') center top repeat-y;
}

#homeBannerPanelL {
	float: left;
	margin-left: 25px;
	width: 1017px; height: 236px;
}

#homeBannerPanelL * {position: absolute}

#homeBannerPanelR {
	position: absolute;
	left: 50%;
	margin-left: 136px;
	padding: 20px 40px 30px 40px;
	text-align: center;
	/*width: 365px; height: 293px;*/
	width: 267px; height:243px;
	background: #000 no-repeat scroll 0 0; /*url('../images/homeBannerPanelR.jpg')*/
}
	
#homeBannerPanelR h3 {
	font-size: 1.5em;
	color: #fff;
	padding: 0 0 5px 10px;
	text-align: left;
}
#homeBannerPanelR p {
	line-height: 1.2em;
	text-align: left;
}
#homeBannerPanelR form {
	display: block;
	padding:25px 40px 0px 30px
}
#homeBannerPanelR div {
	clear: both;
	vertical-align: bottom;
}
#homeBannerPanelR label {
	width: 63px;
	height: 26px;
	display: block;
	float: left;
	font-weight: bold;
	color: #063952;
	line-height: 26px;
}

#homeBannerPanelR .noEvents {
  padding-top: 35px;
}

a#btnRegister, #homeBannerPanelR input#btnRegister {
	background: transparent url('../images/register-now.jpg') no-repeat scroll 0 0;
	display: block;
	width: 269px; height: 108px;
	text-decoration: none;
	margin-left: -47px;
	position:absolute;
	top:166px;
}

a#btnRegister span {visibility: hidden;}

#homeBannerPanelR input#btnRegister {

}

#homeBannerPanelR div.event {
	color: #FFF;
	width: 240px;
	padding: 6px 0 10px 14px;
	text-align: left;
}

#homeBannerPanelR div.event span.flag {
	margin: 0 10px 20px 0;
}

#homeBannerPanelR div.event span.city a {
	display: block;
	color: #D9E409;
	font-size: 18px;
	letter-spacing: -0.02em;
}

#homeBannerPanelR div.event span.city a:hover {
	text-decoration: none;
}

#homeBannerPanelR div.event span.country {
	color: #777;
	font-size: 11px;
	display: block;	
	float: right;
	margin-top: -14px;
}

#homeBannerPanelR div.event span.date {
    color: #FFF;
    font-size: 11px;    
}
	
/* Home Content Area */
body.home h1 {
	font: bold 2em/1.4em 'Arial', sans-serif;
	letter-spacing: -0.02em;
	margin-bottom: 2px;
	color: #000;
}

body.home h2 {
	font: normal 1.4em/1.2em 'Arial', sans-serif;
	letter-spacing: -0.02em;
	color: #444;
}

body.home h3.home_webinars {
	padding-left: 32px;
	margin-bottom: 4px;
	height: 26px;
	line-height: 26px;
	background: #FFF url('../images/home_icons.png') no-repeat 0 -30px;
}

body.home h3.home_blogs {
	padding-left: 32px;
	margin-bottom: 4px;
	height: 26px;
	line-height: 26px;
	background: #FFF url('../images/home_icons.png') no-repeat 0 -3px;
}

body.home .homeLeft {
	float: left;
	width: 620px;
}

body.home .homeRight {
	float: right;
	width: 235px;
	padding: 5px 0 0 21px;
	background: #FFF url('../images/borderdash12px.png') repeat-y 0 0;
}

	body.home .homeRight a.pLink {
		text-decoration: none;
	}

	body.home .petaTestimonial {
		height: 32px;
		line-height: 16px;
		padding: 0 60px 46px 0;
		background: #FFF url('../images/home_petaTest.jpg') no-repeat 0 bottom;
		color: #000;
		cursor: pointer;
		font-size: 0.9em;
	}

	body.home .homeRight h3 a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}

	body.home .homeRight p {
		margin-bottom: 20px;
		text-align: left;
	}

	body.home .homeRight ol {
		list-style: outside decimal none;
		margin: 0 0 20px;
		width: 220px;
	}
	body.home .homeRight ol li {
		font-size: 12px;
		line-height: 14px;
		padding: 0 0 0 1px;
		margin: 0 0 7px 31px;
		zoom: 0;
	}

body.home .halfBox {
	margin: 10px 0 20px 0;
	width: 290px;
	float: left;
}

	body.home .halfBox p {
		font-size: 1em;
		line-height: 1.4em;
		text-align: left;
	}

	body.home .halfBox.right {
		padding-left: 40px;
	}
	
	body.home .homeLeft h3 {padding-top: 20px; line-height: 24px; font-size: 20px; color: #777}
	body.home .halfBox h4 {font-size: 15px}
	body.home .halfBox h4 img {height: 32px; float: left; margin: 0}
	

body.home #cnt {
	margin: 0 auto;
	width: 100%; height: auto;
	background: #bdbdbd url('../images/bg.jpg') repeat-x;
}
	
body.home #cntWrapper{
	width:1017px;
	margin:0 auto;
	padding:0px;
	background: url('../images/cnt_content_tile2.png') center top repeat-y;
}	

body.home #cntArea {
		width: 900px;
		margin: 0 auto;
		padding: 20px 0 20px;
	}
	
	.homeRowLight{
		background: #fff;
		height:310px;
	}
	.homeRowDark{
		background: #fff;
		height:150px;
	}
	
	.featureBox{
		width:271px;
		margin-right:10px;
		margin-top:30px;
		margin-left:10px;
		float:left;
	}
		.featureBox img{
			border:none;
			width:271px;
			height:135px;
		}
		.featureBox h4{
			font-size:20px;
			font-weight:normal;
			margin:8px 0px;
		}
		.featureBox a{
			color:#1230B4;
		}
		.featureBox a:visited{
			color:#1230B4;
		}
		.featureBox.last{
			margin-right:0px;
		}
		.featureBox p{
			margin-bottom:7px;
		}
		

/* Homepage Date Drawer */
#dateDrawer {overflow: hidden; position: relative; height: 0px}
#dateDrawer.closed {height: 0px}
#dateDrawer.open {height: 220px}
#dateDrawerContent {
	position: absolute;
	bottom: 0;
	margin: 0 0 0 25px;
	width: 967px;
	height: 220px;
	background: transparent url('../images/gv_homepage_sprites.png') repeat-x 0 0;
	color: #FFF;
}
#dateDrawerToggler {
	position: absolute;
	left: 50%; top: 350px;
	margin: 0 0 0 196px;
	width: 230px;
	height: 64px;
	font: bold 24px/51px 'Avenir Black', 'Helvetica', 'Arial', sans-serif;
	text-align: center;
	color: #333;
	background: transparent url('../images/gv_homepage_sprites.png') no-repeat 0 -223px;
	cursor: pointer;
}
#dateDrawerToggler.open {background-position: 0 -286px}
#dateDrawerToggler span {visibility: hidden}

#dateDrawerContent li {zoom: 1}
#details_error {
	margin: 0;
	color: #FC004B;
	font-size: 10px;
	line-height: 12px;
	clear: left;
	height: 12px;
	overflow: hidden;
}

#detailsForm input {
	border: 1px solid #222;
	font-size: 13px;
	padding: 2px;
}

#detailsForm input.error {
	background: #FFF url('../images/formError.gif') no-repeat right center;
}
#dateDrawerContent div.col {
	float: left;
	width: 280px;
	padding: 8px 19px;
	margin: 0;
	position: relative;
}
#dateDrawerContent div.col .colOverlay {
	color: #FFF;
	background: #3C3C3C;
	opacity: 0.75;
	position: absolute;
	top: 0;	left: 0;
	height: 100%; width: 100%;
}
#dateDrawerContent div.col a {color: #D9E409}
#dateDrawerContent div.col small {
	font-size: 11px;
	line-height: 13px;
}
#dateDrawerContent h4 {
	color: #D9E409;
	font: bold 15px/18px 'Avenir', 'Arial', sans-serif;
	margin-bottom: 6px;
	padding-top: 4px;
	text-shadow: #111 1px 1px 0;
}
#dateDrawerContent h4 span {
	padding-left: 5px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 0;
}
ul#eventList {
	width: 280px;
	height: 168px;
	overflow-y: scroll;
	position: relative;
	top: 0; left: 0;
	margin: 0; padding: 0;
	list-style: none;
}

#dateDrawerContent .eventList li {
	margin: 0 0 1px 10px;
	height: 32px;
	padding: 3px 0;
	cursor: pointer;
	font-size: 10px;
	border-top: 1px solid #3C3C3C; border-bottom: 1px solid #3C3C3C;
	display: block;
}
#dateDrawerContent .eventList li.eventSelected {
	background-color: #333;
	border-top: 1px solid #555; border-bottom: 1px solid #555;
}
#dateDrawerContent .eventList li a.eventCity {font-size: 14px; line-height: 14px}
#dateDrawerContent .eventList li .flag {margin: 1px 8px 10px 8px}
#dateDrawerContent .eventList span.eventDate {
	color: #FFF;
	margin-bottom: 4px;
	display: block;
}
#dateDrawerContent .eventList span.eventCountry {
	color: #AAA;
	float: right;
	margin: -38px 5px 0;
}

#dateDrawerContent ul#confirmedEvent {margin: 4px 0 8px 7px; padding-left: 21px; border-top: 1px solid #555; border-bottom: 1px solid #555; }
#dateDrawerContent ul#confirmedEvent.eventSelected li {margin: 3px 0 1px 0; border: none}
#dateDrawerContent ul#confirmedEvent.eventSelected {background: #333 url('../images/check_sml.png') no-repeat 5px 8px}
#dateDrawerContent ul#confirmedEvent.eventSelected li span.flag {margin-left: 1px}

#dateDrawerContent div.col ul.form li {
	height: 20px;
	padding: 5px 0 5px 5px;
}
#dateDrawerContent div.col label {
	width: 75px;
	padding-right: 5px;
	float: left;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
}
#dateDrawerContent div.col ul.form input {
	width: 180px;
	float: left;
}
#dateDrawerContent div.col ul.form input.short {width: 120px}
#dateDrawerContent div.col ul.form input.med {width: 150px}

#termsaccepted {float: left; margin: 10px 5px 20px 10px}
#taNotice {display: block}

a.btnRegister {
	clear: left;
	margin: 9px 0 0 6px !important;
	display: block;
	width: 158px;
	height: 55px;
	font: bold 24px/51px 'Avenir', 'Helvetica', 'Arial', sans-serif;
	text-align: center;
	color: #333;
	background: transparent url('../images/gv_homepage_sprites.png') no-repeat 0 -352px;
	cursor: pointer;
}
a.btnRegister:hover {background-position: -159px -352px}
a.btnRegister span {display: none}

/* Flags Global */
.flag {
	display: block;
	float: left;
	height: 16px;
	width: 20px;
	background: transparent url('../images/btnFlags.png') no-repeat;
	}
	.flagUsa {background-position: 0 0}
	.flagCanada {background-position: 0 -16px}
	.flagAustralia {background-position: 0 -32px}
	.flagEngland {background-position: 0 -48px}
	.flagMalaysia {background-position: 0 -64px}
	.flagUK {background-position: 0 -80px}
	.flagNewZealand {background-position: 0 -96px}
	.flagOnline {background-position: 0 -112px}

	
/* Template Content Area */
body.content #cntArea {
	width: 945px;
	margin: 0 auto;
	padding: 0;
	background:#FFF;
	position: relative;
}
body.content #cntWrapper{
	width:1017px;
	margin:0 auto;
	padding:0px;
	background: url('../images/cnt_content_tile2.png') top repeat-y;
}
body.content #cnt {
	margin: 0 auto;
	width: 100%; height: auto;
	background: #bdbdbd url('../images/bg.jpg') top repeat-x;
}

body.content #homeBannerPanelR {
	left: 0;
	position: relative;
	margin: 0;
}

body.content .cntHtml,
body.content .cntAttachments {
	padding: 0px;
}
body.content .cntAttachments small {
	display: block;
	font-size: 0.9em;
	color: #BBB;
}

body.content h3.contact {
	padding-left: 32px;
	margin-bottom: 4px;
	height: 26px;
	line-height: 26px;
	background: #FFF url('../images/home_icons.png') no-repeat 0 -57px;
}
body.content h3.hq {
	padding-left: 32px;
	margin-bottom: 4px;
	margin-top:20px;
	height: 26px;
	line-height: 26px;
	background: #FFF url('../images/home_icons.png') no-repeat 0 -80px;
}

a.GvResourceAttachment {
	padding-left: 22px;
	display: block;
	line-height: 16px;
	background: url('../images/attach.png') no-repeat scroll 2px top;
}

ul.arrowList {
	margin: 10px 0px 20px;
}
	ul.arrowList li {
		font-size: 1em;
		padding: 0 0 1px 26px;
		margin-bottom: 4px !important;
		background: transparent url('../images/home_icn_bullet.png') no-repeat scroll 0 0;
		list-style: none !important;
	}
	
	ul.arrowList li a {
		color: #374458;
	}

#cntContentFtr {
	width: 995px; height: 16px;
	background: transparent url('../images/cnt_content_ftr.png') no-repeat scroll 0 0;
	clear: both;
	margin: 0 auto;
	padding-bottom: 30px;
}

#highlightBox{
	width:608px;
	margin:10px 0px 20px 0px;
}

#highlightBox_top{
	width:608px;
	height:13px;
	background: url('../images/highlightBox_top.jpg') top left no-repeat;
}

#highlightBox_bottom{
	width:608px;
	height:13px;
	background: url('../images/highlightBox_bottom.jpg') top left no-repeat;
}

#highlightBox_mid{
	background:#f4f6c5;
	border-left:#d9e409 2px solid;
	border-right:#d9e409 2px solid;
	padding:10px 0px;
}

/* Breadcrumbs */
body.content #cntArea {padding-top: 10px}
#cntCrumbs {
	/*background: transparent url('../images/cnt_content_hdr.png') no-repeat scroll 0 0;*/
	height: 36px;
	padding: 0 0 0 20px;
	margin: 0 15px;
	background: #F6F6F6;
	border: 1px solid #CCC;
	z-index: 5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-family: 'Arial', sans-serif;
	font-size: 10px;
}
	#cntCrumbs ul {
		position: relative;
		height: 36px;
		font-size: 10px;
		z-index: 10;
	}
	#cntCrumbs ul li {
		margin: 0 5px 0 0;
		list-style: none;
		color: #555;
		display: block;
		float: left;
		height: 36px;
		line-height: 36px;
		vertical-align: middle;
		position: relative;
		width: auto;
	}
	#cntCrumbs ul li.crumbFirst a {
		/*background: none;
		padding: 0;*/
	}
	#cntCrumbs ul li a, #cntCrumbs ul li span {
		display: block;
		float: left;
		color: #5488f1;
		text-decoration: underline;
		padding: 0 0 0 23px;
		margin-top: 8px;
		line-height: 20px;
		height: 20px; width: auto;
		background: #F6F6F6 url('../images/coolCrumbs.png') no-repeat 3px -20px scroll;
	}
	#cntCrumbs ul li.hasMenu a:hover {
		color: #214BE6;
		background-position: 3px 0;
	}
	#cntCrumbs ul li.crumbCurrent a,
	#cntCrumbs ul li.crumbCurrent a:hover {
		color: #444;
		text-decoration: none;
	}
	#cntCrumbs ul li.crumbStatic a,
	#cntCrumbs ul li.crumbStatic a:hover {
		background-position: 3px -60px !important;
	}
	#cntCrumbs ul li.crumbStatic.crumbFirst a,
    #cntCrumbs ul li.crumbStatic.crumbFirst a:hover {
        background: transparent none repeat scroll 0 0;
        padding: 0;
    }
	#cntCrumbs ul li.crumbLabel {
		font-weight: bold;
		font-size: 12px;
	}
	#cntCrumbs ul li.crumbPager {
		padding: 0 10px;
		float: right;
	}
	#cntCrumbs ul li.crumbPager a {
		padding: 0 5px;
		font-size: 12px;
		background: none;
		cursor: pointer;
	}
	#cntCrumbs ul li.crumbPager span {float: left}
	
	/* Submenu */
	#cntCrumbs ul li:hover a {background-position: 3px 0}
	#cntCrumbs ul li:hover ol, #cntCrumbs ul li:hover ul {display: block; zoom: 1;}
	#cntCrumbs ul li ol, #cntCrumbs ul li ul {
		position: absolute;
		display: none;
		height: auto;
		top: 35px;
		left: 0;
		margin-left: -6px;

		padding: 0 7px 7px;
		background: #F6F6F6;
		border: 1px solid #CCC;
		border-top: 1px solid #F6F6F6;
		
        list-style-position: inside !important;
        list-style-type: decmial !important;
        list-style-image: none !important;
        
		-moz-border-radius: 0 0 7px 7px;
		-webkit-border-bottom-right-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		zoom: 1;
	}
	#cntCrumbs ul li ol li, #cntCrumbs ul li ul li {
		display: block;
		clear: both;
		height: 20px;
		float: none;
		padding-bottom: 5px;
		zoom: 1;
		background-color: none;
    }
	#cntCrumbs ul li ol li a, #cntCrumbs ul li ul li a,
	#cntCrumbs ul li ol li span, #cntCrumbs ul li ul li span {
		background-color: none;
		background-position: 1px -80px !important;
		padding: 0 0 0 21px;
		margin-top: 0;
		margin-left: 1px;
		display: block;
		float: none;
		clear: both;
		height: 20px;
		width: 225px;
		line-height: 15px;
		zoom: 1;
	}
	#cntCrumbs ul li ol li.current span, #cntCrumbs ul li ul li.current span {
	   color: #555555;
	   text-decoration: none;
	   background-position: 1px -41px !important;
	}
	#cntCrumbs ul li ol li a, #cntCrumbs ul li ul li a {
	    color: #5488f1 !important;
        text-decoration: underline;
        /* background-position: 1px -80px !important; */
    }

	#cntCrumbs ul li ol li a:hover, #cntCrumbs ul li ul li a:hover {
		color: #214BE6 !important;
	}
	/* End Submenu */	

#page {
	width: 615px;
	padding: 10px 15px 30px;
	float: left;
	min-height: 600px;
	z-index: 1;
}

#page .cntBanner{
	width: 595px;
	height:162px;
	margin: 0px 0px 20px 0px;
}

#page .eventQuote{
	width:583px;
	height:63px;
	margin: 10px 0px 15px 0px;
}

/* image box styles */

.imageBox {
  min-height: 100px;
  padding-bottom:20px;
  padding-top:20px;
  width:600px;
}

	.imageBox a.imageBoxLink {
		float: left;
	}

	.imageBox img {
	  float: left;
	  width: 100px;
	  height:100px;
	}
	
	.imageBoxCopy{
		float:left;
		width:450px;
		margin-left:20px;
	}
	
	.imageBox h3 a{
		font-size:16px;
		margin-top:8px;
		font-weight:bold;
		color:#333333;
	}
	
	.imageBox p{
		margin:0px;
		padding:0px;
		margin-top:3px;
	}


/* grey box Rounded styles */

.greyBoxRounded {
  height: 97px;
  width:600px;
  padding:0px; margin:0px;
  background: url(../images/grey-box.png) top left no-repeat;
}

	.greyBoxRounded a.greyBoxRoundedLink {
		float: left;
	}

	.greyBoxRounded img {
	  float: right;
	  width: 205px;
	  height:97px;
	}
	
	.greyBoxRoundedCopy{
		float:left;
		width:355px;
		margin-left:20px;
		margin-top:20px;
	}
	
	.greyBoxRounded h3 a{
		font-size:16px;
		margin-top:8px;
		font-weight:bold;
		color:#333333;
	}
	
	.greyBoxRounded p{
		margin:0px;
		padding:0px;
		margin-top:2px;
	}

	
#page #cntPageHeader {
	background: #e6ea98 url('../images/cnt_article_titleR.png') no-repeat scroll right 0;
	height: 45px;
	margin-bottom: 10px;
	color: #444;
}
	#cntPageHeader span.cntPageHeaderArticle {
		background: #DBE518 url('../images/cnt_article_titleL.png') no-repeat scroll 0 0;
		display: block;
		height: 45px;
		padding: 0 20px 0 50px;
		float: left;
		line-height: 45px;
		font-size: 14px;
		font-weight: bold;
	}
	#cntPageHeader span.cntPageHeaderTitle {
		display: block;
		float: left;
		padding: 0 20px;
		line-height: 45px;
		font-size: 14px;
		font-weight: bold;
	}
	
    #cntPageHeader h1  {
        letter-spacing: 0;
    }
    	
    #side {
    	width: 250px;
		margin-right: 15px;
    	float: right;
    }

	#side .sideHdr {
		background: #4D525C none no-repeat scroll 10px 0;
		-moz-border-radius: 7px 7px 0 0;
		-webkit-border-top-right-radius: 7px;
		-webkit-border-top-left-radius: 7px;
		font: bold 1em/35px 'Arial', sans-serif;
		color: #FFF;
		padding: 0 0 0 15px;
		
	}
	
	/*
	#side .sideHdr.sideHdrMore {background-image: url('../images/side_icn_more.png');}
	#side .sideHdr.sideHdrRelLinks {background-image: url('../images/side_icn_rellinks.png');}
	#side .sideHdr.sideHdrRelContent {background-image: url('../images/side_icn_relcontent.png');}
	*/
	
	#side ul.sideList {
		margin: 0 0 30px;
		padding: 6px 0 0 0;
	}
	
	#side ul.sideList li {
		font-size: 0.9em;
		padding: 6px 15px;
		margin: 0;
		line-height: 14px;
		/*background: transparent url('../images/side_icn_bullet.png') no-repeat scroll 0 0;*/
		list-style: none;
		zoom: 100%; /* Peek-a-boo fix */
		/*border-bottom: 1px solid #CCC;*/
	}
		
	#side ul.sideList li a {
		color: #374458;
	}
	
	#side ul.sideList li.alt {
		background-color: #F6F6F6;
	}
	
    #side ul.sideList li.current, #side ul.sideList li.current a {
        font-weight: bold;
    }
    
	#side #homeBannerPanelR {
		padding: 20px 30px 30px 30px;
		/*width: 365px; height: 293px;*/
		width:195px; height:243px;
		background: #35342e url('../images/homeBannerPanelR_side.jpg') no-repeat scroll 0 0;
		border-left: none;
	}
	
		#side #homeBannerPanelR h3 {
			font-size: 1.7em;
			color: #fff;
			padding-bottom: 5px;
			text-align:center;
		}
		#side #homeBannerPanelR p {
			line-height: 1.2em;
			text-align: left;
			color: #518199;
		}
		#side #homeBannerPanelR form {
			display: block;
			padding:15px 0px 0px 10px
		}
		#side #homeBannerPanelR div {
			clear: both;
			vertical-align: bottom;
		}
		#side #homeBannerPanelR label {
			width: 63px;
			height: 26px;
			display: block;
			float: left;
			font-weight: bold;
			color: #063952;
			line-height: 26px;
		}
		#side #homeBannerPanelR input, #homeBannerPanelR select {
			float: left;
			width: 145px;
			font-size: 16px;
		}
		#side a#btnRegister {
			background: transparent url('../images/register-now-side.jpg') no-repeat scroll 0 0;
			display: block;
			width: 226px; height: 84px;
			text-decoration: none;
			margin-left: -24px;
			position:absolute;
			top:193px;
		}
		#side a#btnRegister span {visibility: hidden;}


/* Side Menu */
dl.sideMenu {margin: 0 0 30px}
dl.sideMenu dt {padding: 9px 15px 0}
dl.sideMenu dt a {font-weight: bold}
dl.sideMenu dd {
	padding: 0 15px 9px;
	font-size: 0.9em;
	color: #777;
}
dl.sideMenu a {color: #000}
dl.sideMenu .alt {background: #F4F4F4}

	
/* Page Elements */
.articleDate {
	float: right;
	font-size: 0.9em;
	color: #fff;
	line-height: 53px;
	padding-right: 15px;
}

.videoArea {
	margin: 0 auto 30px;
	padding: 10px 20px 20px;
	background: #D9E409;
	width: 480px; /* Temp */
	height: 260px; /* Temp */
}

/* Comments */
#cntArea ul#commentList li {
	list-style: none;
}
.commentBox, .greyBox {
	background: #E6EA98 url('../images/cnt_article_commentR.png') no-repeat scroll right 0;
	margin-bottom: 20px;
	position: relative;
	width: auto;
}
.greyBox {
	background: #ddddd5 url('../images/cnt_greybarR.png') no-repeat scroll right 0;
	margin-bottom: 10px;
}
.commentBox span, .greyBox span {
	display: block;
	height: 38px;
	width: auto;
	line-height: 38px;
}

.commentBox span a.btn, .greyBox span a.btn {
	margin-top: 6px;
}

.commentBox span.L, .greyBox span.L {	
	background: transparent url('../images/cnt_article_commentL.png') no-repeat scroll 0 0;
	padding: 0 0 0 20px;
}
.greyBox span.L {
	background: transparent url('../images/cnt_greybarL.png') no-repeat scroll 0 0;
}
.commentBox span.M, .greyBox span.M {
	position: absolute;
	width: 200px;
	left: 50%; top: 0;
	margin-left: -100px;
	text-align: center;
	font-size: 0.9em;
}
.commentBox span.R, .greyBox span.R {
	position: absolute;
	right: 20px; top: 0;
	text-align: right;
}

.greyBox input {
	float: left;
	margin: 9px 5px 0 0;
}

.greyBox input.submit {
	background: url('../images/progress_btn_update.png') no-repeat 0 0 scroll;
	border: 0;
	color: #FFF;
	font-size: 1.3em;
	width: 81px;
	height: 25px;
	margin: 6px 5px 0 0;
	cursor: pointer;
}

ul#commentList {
	margin: 4px 0 10px;
	border-top: 1px solid #CCC;
}

#cntArea ul#commentList li {margin: 0}

ul#commentList li {
	padding: 8px 16px 8px;
	position: relative;
}

ul#commentList li.alt {
	background-color: #F4F4F4;	
	border: 1px solid #EEE;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

ul#commentList li p {
	margin: 4px 120px 4px 52px;
	font-size: 0.9em;
}
ul#commentList li ul li {
	margin: 0 0 0 50px;
}

ul#commentList li h6 {
	padding: 0;
	margin: 0 0 0 52px;
	font-size: 0.9em;
}

ul#commentList li h6 a {font-weight: bold}
ul#commentList li h6 small {font-weight: normal; color: #999}

ul#commentList li a.userImage {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #CCC;
	background: #EFEFEF url('../images/userDefaultIcon.png') no-repeat scroll 0 0;
	margin: 0 10px 0 0;
}

ul#commentList ul.commentBtns {
	text-align: right;
	position: absolute;
	right: 10px; top: 8px;
}

	ul#commentList ul.commentBtns li {
		display: inline;
		margin: 0;
		padding: 0;
		border: 0;
	}
	ul#commentList ul.commentBtns li a,
	ul#commentList ul.commentBtns li small {
		margin: 0 0 0 3px;
		height: 16px;
		display: block;
		text-decoration: none;
		overflow: hidden;
		width: 40px;
		font-size: 10px;
		vertical-align: top;
		float: left;
	}
	ul#commentList ul.commentBtns li a span {visibility: hidden;}
	ul#commentList ul.commentBtns li a.reply {
		background: transparent url('../images/comment_btn.png') no-repeat scroll 0 0;
		margin-right: 2px;
	}
	ul#commentList ul.commentBtns li a.good {
		width: 35px;
		background: transparent url('../images/comment_btn.png') no-repeat scroll -40px 0;
	}
	ul#commentList ul.commentBtns li a.bad {
		width: 20px;
		margin: 0;
		background: transparent url('../images/comment_btn.png') no-repeat scroll -100px 1px;
	}
	ul#commentList ul.commentBtns li a.reply:hover {background-position: 0 -16px;}
	ul#commentList ul.commentBtns li a.good:hover {background-position: -40px -16px;}
	ul#commentList ul.commentBtns li a.bad:hover {background-position: -100px -15px;}
	
	ul#commentList ul.commentBtns li.rating {
		background: transparent;
		position: absolute;
		width: 15px;
		left: 69px; top: 0;
		line-height: 16px;
		font-size: 10px;
		text-align: center;
		z-index: 5;
	}	
	ul#commentList ul.commentBtns li a.delete, ul#commentList ul.commentBtns li a.novote {
		background: transparent url('../images/comment_btn.png') no-repeat scroll -40px -32px;
		width: 55px;
	}
	a.addComment, a.addItem, a.addExam {
		float: right;
		margin: -32px 0 0;
	}
	

/* FTR - Footer Layout */
#ftr {
	clear: both;
	margin: 0 auto;
	width: 100%; height: 163px;
	background: #282C32 url('../images/ftr_bg.png') repeat-x scroll 0 0;
	color: #7F888D;
	position: relative;
}

	#ftr a {
		color: #7F888D;
		text-decoration: none;
	}
	
	#ftrLogo {
		position: absolute;
		left: 50%; top: 30px;
		margin-left: -500px;
		display: block;
		width: 141px; height: 40px;
		background: transparent url('../images/ftr_logo.png') no-repeat scroll 0 0;
	}
		#ftrLogo span {visibility: hidden;}
	
	ul#ftrIcons {
		position: absolute;
		left: 50%; top: 80px;
		margin-left: -490px;
	}
	
		ul#ftrIcons li {
			float: left;
			width: 30px; height: 30px;
		}
	
		ul#ftrIcons li a {
			float: left;
			display: block;
			width: 30px; height: 30px;
			overflow: hidden;
		}
		
		ul#ftrIcons li a span {visibility: hidden;}
		#icn_RSS {background: transparent url('../images/ftr_icns.png') no-repeat scroll 0 0;}
		#icn_Twitter {background: transparent url('../images/ftr_icns.png') no-repeat scroll -33px 0;}
		#icn_Facebook {background: transparent url('../images/ftr_icns.png') no-repeat scroll -66px 0;}
		
	#ftrLegals {
		position: absolute;
		left: 50%; top: 50px;
		margin-left: -330px;
		font-size: 11px;
		line-height: 13px;
	}
	
		ul#ftrNav {
			height: 25px;
		}
		ul#ftrNav li {
			float: left;
			display: block;
		}
		ul#ftrNav li a {
			display: block;
			padding: 0 10px 0 10px;
			border-left: 1px solid #7F888D;
		}
		ul#ftrNav li a:hover {
		
		}
		ul#ftrNav li a.first {
			padding-left: 0;
			border-left: 0;
		}
	
	#ftrTwitter {
		position: absolute;
		left: 50%;
		margin-left: 80px;
		padding: 35px 20px 5px;
		font-size: 12px;
		color:#FFF;
		line-height:normal;
		width: 350px;
		overflow: hidden;
	}
		#twitter_update_list span {display: block;}
		#ftrTwitter #twitter-link span {visibility: hidden;}
		#ftrTwitter h3{ background: url('../images/twitter-bird.jpg') top left no-repeat; height:33px; font-size:20px; color:#FFF; padding-left:55px; padding-top:3px;}
		#ftrTwitter a{color: #5dc0f3;}
		#ftrTwitter ul{margin:6px 0px;}


/* Forms */
.formCell {
	width: auto;
	padding: 5px 0;
}
.formCell label {
	width: 110px;
	display: block;
	float: left;
	padding: 3px 5px;
}
.formCell.float label {
	margin-left: 50px;
}
.formCell.large input {
	width: 300px;
}
#submitForm {
	margin: 5px 0 0 0;
}
.iiab_form_block {
	clear: both;
	padding: 8px 0;
}
form .group {
	padding: 4px 8px;
}
form .col input,
.iiab_form_block input,
.iiab_form_block select {
	margin-bottom: 4px;
}
.iiab_form_block label {
	display: block;
	float: left;
	width: 200px;
}
.iiab_form_block .longLabel {
    display: inline;
}
.iiab_form_block .longLabel label {
    display: inline;
    float: none;
    width: auto;
}
.iiab_form_block dt {
	display: inline;
	clear: both;
}
.iiabf_long {
	margin-bottom: 4px;
}
#iiab_captcha_verification label {
	float: none;
}

/* Labels and Statuses */
.userStatusFree {
	background: #E00;
	color: #FFF;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1px;
	letter-spacing: 0;
	position: relative;
	top: -1px;
}
/* Lock page - added by rodd */
.alert {
    background-color: #FFF;
    font-weight: normal;
    border: 1px solid #DDD;
    padding: 5px 5px 5px 32px;
	margin: 16px;
	font-size: 0.9em;
	background: transparent url('../images/asterisk_yellow.png') no-repeat scroll 8px 4px;
}

#cntArea ul.lockList li {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    background-color: #ccc;
    margin: 0 0 1em 0;
    padding: 8px;
    position: relative;
}

#cntArea ul.lockList li.locked {
    border: 1px solid #c00;
}

#cntArea ul.lockList li.unlocked {
    border: 1px solid #0c0;
}

#cntArea ul.lockList li span.satisfied, #cntArea ul.lockList li span.actNow {
    display: block;
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -0.75em;
}

#cntArea ul.lockList li span.instruction {
    font-size: 0.8em;
    font-style: italic;
    display: block;
}

p.locked, p.noAccess {
    padding-left: 35px;
    height: 30px;
    background-image: url(../images/lock.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    line-height: 30px;
}

p.noAccess {
    background-image: url(../images/cancel.png);
}

#cntArea ul.lockList li span.satisfied {
    text-indent: -9999px;
    overflow: hidden;
    width: 24px;
    height: 24px;
    background: url(../images/check.png) no-repeat left top;
}

/*--- Content Box Styles ---*/
.content_box{
	width: 680px;
	margin-bottom:15px;
	float:left;
	border-bottom: #B1B1B1 solid 1px;
}
.content_box_top{
	background: #D9E409 url('http://geekversity.org/images/theme/contentBG.jpg') top left no-repeat;
	width:678px;
	height:34px;
	border: #B1B1B1 solid 1px;
	border-bottom: 0;
}
.content_box_top h2{
	margin:0px;
	padding:10px 20px 0px 20px;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	float:left;
}	
.content_box_mid{
	border-left: #B1B1B1 solid 1px;
	border-right: #B1B1B1 solid 1px;
	width:678px;
}
.content_box_mid .img_left{
	float:left;
	width:100px;
	height:100px;
	padding: 20px 10px 10px 10px;
}
.content_box_mid .img_right{
	float:right;
	width:100px;
	height:100px;
	padding: 20px 10px 10px 10px;
}
.content_box_text{
	padding: 14px 23px;
}
.content_box_text p{
	padding:0px;
	margin:0px;
	padding: 5px 0px;
}
.content_box_text ul{
	margin:0px;
	margin-left:0px;
	padding:0px 0px;
}
ul.tick li{
	list-style: none !important;
	background: url('http://geekversity.com/themes/Geekversity/images/tick.jpg') top left no-repeat;
	padding:3px 0px 3px 20px;
	margin: 0 !important;
}

/* Tables */
table.geekTable {
	padding: 5px;
	width: 100%;
}
table.geekTable tbody tr td {
	background-color: #FFF;
	padding: 4px 8px;
	text-align: left;
}
table.geekTable tbody tr.alt td {
	background-color: #FFFED5;
}
table.geekTable thead tr th {
	background: #D9E409;
	padding: 4px 8px;
	text-align: left;
}
.tableHead {
	padding: 4px 8px;
}
a.tableHeadLink {
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
	margin: -24px 8px 0 0;
}

/* Category lock styles - added by rodd */
ol.courseOutline li {
    padding: 0.5em 1ex 0.5em 0;
}

ol.courseOutline li {
    background: transparent url(../images/check.png) right center no-repeat;
    padding-right: 30px;
    margin-bottom: 3px;
}

ol.courseOutline li.locked {
    background: transparent url(../images/lock.png) right center no-repeat;
    background-color: #ccc;
}

ol.courseOutline li.noAccess {
    background: transparent url(../images/cancel.png) right center no-repeat;
}

ol.termOutline li {
	margin-bottom: 20px;
	position: relative;
}

ol.termOutline h2 {
    border-bottom: 1px solid #333;
}

.moduleDescription {
}

.moduleOutline {
    margin: 1em 0 2em 0;
}

.moduleOutline li {
}

.topicDescription {
    /*border-bottom: 1px solid #ccc;*/
}

.topicDescription, .articleDescription, .examDescription  {
    padding-right: 30px;
   	/*min-height: 30px;*/
    /*background: transparent url(../images/check.png) right center no-repeat;*/ 
	background: none;
}

li.locked .topicDescription, li.locked .articleDescription {
    /*background: transparent url(../images/lock.png) right center no-repeat;*/
}
    
ol.topicOutline{
    margin: 0 0 1em 0;
}

ol.topicOutline li{
    /*border-bottom: 1px dashed #ccc;*/
    margin-bottom: 0.5em;
}

ol.topicOutline li p {
    margin: 0;
}

ol.topicOutline ol {
	margin: 0 0 1.2em;
}
#cntArea ol.topicOutline ol li {
	background: none;
	padding: 0;
	margin: 0 0 0 35px;
	border: 0;
	list-style: decimal inside none;
}

/* Program Outline */
#cntArea ul.programOutline li,
#cntArea ol.programOutline li {
    /*padding: 0.8em;*/
	margin: 0;
	list-style: none;
    background: transparent url(../images/check.png) 600px 27px no-repeat scroll;
	/*border: 1px solid #FFF;*/
	/*border-top: 1px solid #EEE;*/
	zoom: 1;
	/*height: 65px;*/
	clear: left;
}

#cntArea ol.programOutline.termList li {
	padding: 0.8em;
	height: 65px;
	border: 1px solid #FFF;
	border-top: 1px solid #EEE;
}

#cntArea ol.programOutline.termList li:hover {
	border: 1px solid #CCC;
	background-color: #F4F4F4;
}

#cntArea ol.programOutline.termList li:hover img {
	border: 1px solid #5488F1;
}

#cntArea ul.programOutline.programs li {
	padding: 0.8em 1ex 0.8em 0.8em;
	background-image: none !important;
	height: auto;
}

#cntArea ul.programOutline.programs li img {border: 0}

#cntArea ul.programOutline li img,
#cntArea ol.programOutline li img {
	float: left;
	margin-right: 15px;
	border: 1px solid #CCC;
}

#cntArea ul.programOutline li.locked img,
#cntArea ul.programOutline li.noAccess img {
	opacity: 0.5;
}

#cntArea ol.programOutline li h3 {
	margin-right: 50px
}

#cntArea ul.programOutline li h3 a,
#cntArea ol.programOutline li h3 a {
	font: normal 1.3em 'Arial', sans-serif;
}

#cntArea ul.programOutline li.locked,
#cntArea ol.programOutline li.locked {
    background: #EFEFEF url(../images/lock.png) 600px 27px no-repeat scroll;
}

#cntArea ul.programOutline li.noAccess,
#cntArea ol.programOutline li.noAccess {
    background: #FFFFFF url(../images/cancel.png) 600px 27px no-repeat scroll;
}

#cntArea ul.programOutline li.locked *,
#cntArea ol.programOutline li.locked * {
	color: #999;
	text-decoration: none;
}

.moduleAnchor {
    position: relative;
    top: -50px;
}

.topicAnchor {
    position: relative;
    top: -35px;}

/* Ajax overlay */

.ajaxloader{
	padding				: 0px 0px 0px 5px;
	background			: transparent url('../images/ajax-loader2.gif') 50% 0px no-repeat;
}
#ajax_overlay .ajaxloader{
	margin				: 20% 0px 0px 0px;
	width: 100%;
	height: 100%;
}
#ajax_overlay {
	overflow: hidden;
}

/* Paginator */
ul#pagination {
	margin: 0 10px;
}

ul#pagination li {
	list-style: none;
	display: inline;
	font-size: 11px;
	margin: 0 0 0 10px;
}

/* Achievement Logger */
.achievementLogger {
    position: relative;
	height: 38px;
	margin: 8px 0;
}

.achievementLogger form, .achievementLogger .achieved {
    position: absolute;
    top: 0;
    left: 0;
    height: 38px;
    width: 100%;
    line-height: 38px;
}

.achievementLogger .submit {
    position: absolute;
    right: 5px;
	top: 0;
}

.achievementLogger form {z-index: 10}

.achievementLogger .achieved {z-index: 0}

.achievementLogger .achieved p {margin-left: 2em}

.box_date {
	clear: none !important;
	color: #069;
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding: 6px 0 0 5px;
}

/* Login Box */
#loginBox {
	width: 450px;
	margin: 0 auto;
	padding: 10px 20px 20px;
	background: #EBF1F6;
}

#loginBox .iiab_form_block {
	background-color: transparent !important;
	width: 270px;
	margin: 0 auto;
}

#loginBox .iiab_form_block input {width: 150px}

#loginBox label {width: 100px}

#loginBox #submitForm {
	width: 100px;
	font-size: 1.4em;
	position: relative;
	left: 50%;
	margin: 0 0 5px -50px;
}

#loginBox ul.loginOptionList {
	height: 1em;
	padding: 1em 0 0;
}
	#loginBox ul.loginOptionList li {
		list-style: none;
		margin: 0;
		font-size: 0.8em;
	}
	
/* Rating Icon */
div.rating {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: none;
	padding-right: 20px;
}
div.rating.up {background: transparent url('../images/rating.png') no-repeat scroll right 0;}
div.rating.down {background: transparent url('../images/rating.png') no-repeat scroll right -32px;}    
    
/* My Page */
.myPageSummaryItem {
    width: 220px;
    float: left;
    margin-right: 10px;
}

.myPageSummaryItem.last {margin-right: 0}

.myPageSummaryItem .myPageSummaryBox {
    border: 1px solid black;
    float: left;
    width: 218px;
    height: 130px;
    padding: 8px 0;
}

.myPageList {
    clear: both;
    margin-top: 2ex;
}

.myPageSummaryItem dt {
    text-align: right;
    width: 120px;
    float: left;
    clear: both;
    margin-top: 3px;
}

.myPageSummaryItem dd {
    font-weight: bold;
    clear: none;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}

#myPageCompletionCourseSelector {padding: 0 3px}

#myPageCompletionCourseSelector select {width: 100%}

.myPageCompletionOutline dd {
    position: relative;
    width: 90px;
}

.myPageExamPerformance dd {
    position: relative;
    width: 140px;
}

.myPageSummaryItem .myPageExamPerformance dt {width: 70px}

.myPageCompletionOutline dd div {
    text-align: center;
    background-color: #D9E409;
    border-left: 1px solid #D9E409;
}

.myPageExamPerformance dd div {text-align: center}

.myPageExamPerformance dd div.good {
    background-color: #D9E409;
    border-left: 1px solid #D9E409;
}

.myPageExamPerformance dd div.bad {
    background-color: #FF8888;
    border-left: 1px solid #FF8888;
}

dd.courseCompletionOutlineHeader {
    border-bottom: 1px solid black;
    text-align: center;
}



/* Legals */

.legals ol {margin-left: 15px}

.legals ol, .legals ol li {list-style: decimal}

.legals ol ol, .legals ol ol li {list-style: lower-alpha}

.legals ol ol ol, .legals ol ol ol li {list-style: lower-roman}

.legals li {margin-top: 12px}

.legals h2 {
    padding-top: 1em;
    text-align: center;
}

.legals h3 {
	margin-top:15px;
	margin-bottom : 15px;
	font-size: 18px;
}

.legals ol, .legals ul {margin-bottom: 1em}

/* Slideshows */
.slideshow {
    overflow: hidden;
    position:relative;
    height:380px;
    width:615px;
}
.slideshow .item {
    display:block;
    height:380px;
    width:615px;
}

/* Exams */
.correct {
    font-weight: bold;
    color: #0c0;
}

.incorrect {
    font-weight: bold;
    color: #f00;
}


/* New Article Viewer */
#article {padding: 10px 0}

#articleTabs {height: 38px}

#articleTabs li {
	list-style: none !important;
	float: left;
	padding: 0 20px;
	margin: 0 4px 0 0 !important;
	height: 38px;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border: 1px solid #CCC;
	border-bottom: none;
	background: #E8E8E8;
	font: normal 14px/38px 'Arial', sans-serif;
	color: #333;
	cursor: pointer;
}

	#articleTabs li:hover {
		background: #F4F4F4;
		border: 1px solid #AAA;
		border-bottom: none;
	}
	#articleTabs li a {
		margin-top: 8px;
		padding-left: 25px;
		line-height: 22px;
		display: block;
		float: left;
		text-decoration: none;
	}
	#articleTabs li.tabSlides a {background: transparent url('../images/articleBtns.png') no-repeat -4px -165px}
	#articleTabs li.tabVideo a {background: transparent url('../images/articleBtns.png') no-repeat -4px -196px}
	#articleTabs li.tabFaqs a {background: transparent url('../images/faqs.png') no-repeat -4px}
	#articleTabs li.on {
		border: 1px solid #4D525C;
		border-bottom: none;
		background: #4D525C;
		color: #FFF;
		cursor: default;
	} 
	#articleTabs li.on:hover {background: #4D525C}

#articleTabs li.on a {
    color: #FFF;
}
#articleHeader {
	clear: both;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	background: #4D525C;
	height: 53px;
}

#articleHeader.videoArticle {
	-moz-border-radius: 0 7px 0 0;
	-webkit-border-top-right-radius: 7px;
}

#articleTitle {
	float: left;
	padding: 0 20px;
	font: normal 20px/53px 'Arial', sans-serif;
	color: #FFF;
}

#articleChapters {
	float: right;
	padding: 0 20px;
	line-height: 53px;
}

#articleChapters select {
	width: 200px;
	font-size: 14px;
}

#articleBody {
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 10px;
	/*height: 380px;*/
}

#articleFooter {
	height: 65px;
	background: #E8E8E8;
	border: 1px solid #CCC;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	position: relative;
}

#articleFooter span.prevLesson,
#articleFooter span.nextLesson,
#articleFooter span.articleDate,
#articleFooter span.articleDownload
 {
	float: right;
	line-height: 65px;
	padding: 0 20px;
	color: #AAA;
}

#articleFooter span.prevLesson,
#articleFooter span.articleDownload {float: left}

#slideBtns {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -133px !important;
	width: 266px; height: 65px;
}
	#slideBtns li {
		float: left;
		list-style: none !important;
		padding: 5px 0 0 10px !important;
		margin: 0 !important;
	}
	#slideBtns li a {	
		display: block;
		width: 53px; height: 53px;
		background: transparent url('../images/articleBtns.png') no-repeat 0 0 scroll;	
		text-decoration: none;
		cursor: pointer;
	}
	#slideBtns li a:hover {background-position: 0 -53px}
	#slideBtns li a:active {background-position: 0 -106px}
	#slideBtns li.slidePrev a {background-position: -53px 0}
	#slideBtns li.slidePrev a:hover {background-position: -53px -53px}
	#slideBtns li.slidePrev a:active {background-position: -53px -106px}
	#slideBtns li.slideCount {
		font-size: 0.9em;
		line-height: 53px;
		text-align: center;
		width: 120px;
		color: #555;
	}
	#slideBtns li a span {visibility: hidden}
	
/* Generic Buttons */
a.btn:link, a.btn:visited {
	display: block;
	overflow: hidden;
	width: 132px; height: 24px;
	font: bold 11px/25px 'Arial', sans-serif;
	text-align: center;
	text-shadow: #FFF 1px 1px 0;
	color: #444;
	text-decoration: none;
	background: transparent url('../images/articleBtns.png') no-repeat 0 -227px;
}
a.btn:hover {background-position: 0 -251px}
a.btn:active {
	background-position: 0 -275px;
	padding-top: 1px;
}

/* Simple Layout (popups, etc. */
body.simple #page {
    margin: 0 auto;
    float: none;
}

body.simple #cntWrapper {
    width: 692px;
    position: relative;
    left: -25px;
    background-position: left top;
}
body.simple #cntWrapper2 {
    position: relative;
    left: 50px;
    background: transparent url(../images/cnt_content_tile2.png) repeat-y scroll right top;
}
body.simple #cntArea {
    width: auto;
    margin: 0;
}
body.simple #ftrLogo {
    position: static;
    margin: 30px 10px 5px 5px;
    float: left;
}

body.simple #ftrLegals {
    position: static;
    margin: 30px 0 0 0;
    float: left;
}

#affReg fieldset {
    margin-top: 2ex;
    border: 1px solid #ccc;
    padding: 5px;
    -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#affReg fieldset legend {
    margin: 0 20px;
    padding: 0 5px;
}

#affiliateLeaderboard th, #affiliateLeaderboard td {
    padding: 3px;
    border-collapse: separate;
    border: 1px solid white;
}

#affiliateLeaderboard th {
    background-color: #333;
    color: #fff;
    font-weight: bold;
}

#affiliateLeaderboard tr.alt {
    background-color: #eee;
}

#affiliateLeaderboard tr.current {
    background-color: #fdd;
}

.affiliateSignupCount {
    font-size: 300%;
}

#editArticle fieldset {
    margin-top: 2ex;
    border: 1px solid #ccc;
    padding: 5px;
}

#editArticle fieldset legend {
    margin: 0 10px;
    padding: 0 5px;
}

/* Sortables */
div.adminTools {
	padding: 4px 8px;
	border-bottom: 1px solid #CCC;
}
div.adminTools a {float: right}
div#adminHelp {
	margin: 0 0 20px;
	padding: 8px;
	background-color: #EDECDB;
	display: none;
	border: 1px solid #CDCBB8;
	opacity: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#moduleList #topicList li {height: auto; background: none; border: none;}

#cntArea ol.programOutline li {
	position: relative;
	background-color: #FFF;
	z-index: 0;
}

#cntArea ol.programOutline li h3 {position: relative}
#cntArea ol.programOutline li h3 a {
	color: #000;
	text-decoration: none;
}

#cntArea ol.programOutline li.category {padding: 12px}

#cntArea ol h2.moduleName {
	padding-bottom: 4px;
}

#cntArea ol.programOutline li .articleList {
	padding: 0 0 0 10px;
}

#cntArea ol.programOutline li .articleDescription h4, #cntArea ol.programOutline li .examDescription h4 {
	letter-spacing: 0;
	line-height: 1.5em;
}

#cntArea ol.programOutline li p {
	margin-right: 50px;
	margin-left: 108px;
}

.sortHandle {
	display: none;
	width: 30px; height: 25px;
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: move;
	background: transparent url('../images/geekversity_internal_sprites.png') no-repeat 5px 5px;
}

.editable {
	cursor: pointer;
	display: none;
	padding: 5px;
	padding-left: 23px; 
	line-height: 16px;
	font-size: 10px;
	background: transparent url('../images/geekversity_internal_sprites.png') no-repeat 5px -17px;
	position: absolute;
	right: 40px; top: 0;
}

.deleteable {
	cursor: pointer;
	display: none;
	padding: 5px;
	padding-left: 23px; 
	line-height: 16px;
	font-size: 10px;
	background: transparent url('../images/geekversity_internal_sprites.png') no-repeat 5px -39px;
	position: absolute;
	right: 80px; top: 0;
}


.questionable {
	cursor: pointer;
	display: none;
	padding: 5px;
	padding-left: 23px; 
	line-height: 16px;
	font-size: 10px;
	background: transparent url('../images/geekversity_internal_sprites.png') no-repeat 5px -59px;
	position: absolute;
	right: 80px; top: 0;
}

.lockable {
	cursor: pointer;
	display: none;
	padding: 5px;
	padding-left: 50px; 
	line-height: 16px;
	font-size: 10px;
	background: transparent url('../images/lock.png') no-repeat 5px -59px;
	position: absolute;
	right: 10px; top: 0;
}

a.toggleArticles {
	margin: -5px 5px 0 10px;
	font-size: 10px;
	color: #999;
}

a.btn.addItem {
	display: none;
}

.admin a.btn.addItem {
	margin: 0;
	top: 0;
	position: absolute;
	right: 120px;
}

.admin li .sortHandle,
.admin li .editable, .admin.lockable,
.admin li .deleteable, .admin li .questionable {display: block}


.admin li li .sortHandle,
.admin li li .editable, 
.admin li li .deleteable {display: none}
.admin li li .questionable {display: none}

.textarea textarea{ height:200px; padding:3px; }
.editable-empty { background:#fffea1; padding:20px; border:1px dashed #fc0; }
.box        { border:1px solid #ccc; padding:5px; display:inline-block; width:50%; }

.notFound {font-size: 18px;}

#collapseContainer{
	margin-top:3px;
	float:right;
	clear: both;
	font-size: 10px;
}

/* Contact Us */
#geekdomHQ,
ul.contactDetail {margin: 0 !important; padding: 0 0 30px !important; }
ul.contactDetail{border-bottom: #ccc solid 1px;}

	ul.contactDetail li {
		padding: 8px 32px 8px 2px !important;
		list-style: none !important;
		margin: 0 !important;
		width: 170px; height: 32px;
		float: left;
	}
	
	ul.contactDetail li .flag {
		margin: 0 6px 18px 0;
	}
	#message-label {display: block}
	#message {clear: both; width: 510px; margin-left: 5px;}
	#contactForm .formCell {padding: 0}

	
#contactForm{
	padding-bottom:20px;
	padding-top:20px;
	margin-bottom:20px;
	border: #ccc solid 1px;
	background: #f1f1f1;
	padding:20px;
}



/* Media */
	.mediaList {
		margin-bottom: 25px;
	}
	.mediaList li {
		padding: 10px 50px 10px 150px;
		border-bottom: 1px solid #EEE;
		list-style : none !important;
		margin: 0 !important;
		zoom: 1;
	}
	.todayTonight {background: url('http://www.geekversity.org/studentblog/wp-content/uploads/2009/07/media_sprites.png') no-repeat 0 22px}
	.vega {background: url('http://www.geekversity.org/studentblog/wp-content/uploads/2009/07/media_sprites.png') no-repeat 0 -71px}
	.mensStyle {background: url('http://www.geekversity.org/studentblog/wp-content/uploads/2009/07/media_sprites.png') no-repeat 0 -169px}
	.mxMelb {background: url('http://www.geekversity.org/studentblog/wp-content/uploads/2009/07/media_sprites.png') no-repeat 0 -320px}
	.contactLine {line-height: 20px}
	.emailIcon, .phoneIcon {
		height: 18px;
		display: block;
		line-height: 18px;
		padding-left: 25px;
		margin-bottom: 8px;
		margin-top: 4px;
	}
	.emailIcon {
		background: url('http://www.geekversity.org/studentblog/wp-content/uploads/2009/07/media_sprites.png') no-repeat 0 -273px;
	}
	.phoneIcon {
		background: url('http://www.geekversity.org/studentblog/wp-content/uploads/2009/07/media_sprites.png') no-repeat 0 -297px;
	}
        h3.hilite {font-size: 18px}
		
#doneEditing{
	display: none;
}

.examOutline{
	display: none;
}		
        
/* new sidebar elements 
Simon @ 6/10/09
*/

#more_ways_learn {
		
	margin:20px 0px 0px 14px;
}
#more_ways_learn ul {
	
	list-style:none;
	height:30px;
	display:inline-block;
}
#more_ways_learn ul li{
	float:left;
	margin:0px 8px 0px 0px;
	width:22px;
	height:23px;
	list-style-type:none!important;
	cursor:pointer;
}
#more_ways_learn ul li a{
	height:100%;
	display:block;
}
#more_ways_learn p{
	clear:both;
	margin:0px 0px 0px 0px;
	font-size:1em;
	color:#999999;
	font-weight:bold;
}
#more_ways_learn p span{
	font-size:1.06em;
	color:#49a704;
}
.mwl_news{
	background:transparent url('../images/newsletter_1.jpg') 0 0 no-repeat;
	color:#49a704;
}
.mwl_twitter{
	background:transparent url('../images/newsletter_2.jpg') 0 0 no-repeat;
	color:#00a7b8;
}
.mwl_facebook{
	background:transparent url('../images/newsletter_3.jpg') 0 0 no-repeat;
	color:#385fa0;
}
.mwl_rss{
	background:transparent url('../images/newsletter_4.jpg') 0 0 no-repeat;
	color:#f97700;
}
.mwl_youtube{
	background:transparent url('../images/newsletter_5.jpg') 0 0 no-repeat;
	color:#ff0a0f;
}
.mwl_purple{
	background:transparent url('../images/newsletter_6.jpg') 0 0 no-repeat;
	color:#9663b9;
}


#event_clock {
	margin:5px 0px 0px 12px;
	width:180px!important;
	border-top:dotted 1px #828181;
	border-bottom:dotted 1px #828181;
	padding:10px 0px 10px 35px;
	background:transparent url('../images/regsiter_clock.jpg') -4px 10px no-repeat;
	font-size:0.81em;
	overflow:hidden;
}
#cityEvents, #onlineEvents {
	overflow:hidden;
	list-style:none;
	margin:5px 0px 0px 12px;
	width:180px;
	font-size:0.94em;
}

#cityEvents .event_heading, #onlineEvents .event_heading {
	border-bottom:dotted 1px #828181;
	padding:13px 0px 0px 30px;
	margin:0px 0px 15px 0px!important;
	height:19px;
}
#cityEvents .event_heading a, #onlineEvents .event_heading a{
	color:#828181;
	font-size:1.38em;
	font-weight:bold;
	text-decoration:none;
}

#cityEvents li, #onlineEvents li {
	list-style-type:none!important;
	margin:0px 0px 10px 4px!important;
	line-height:15px;
}
#cityEvents li strong, #onlineEvents li strong {
	display:block;
	clear:both;
}
#cityEvents .event_heading {
	background:transparent url('../images/regsiter_city_event.jpg') -2px 0 no-repeat;
}
#onlineEvents .event_heading {
	background:transparent url('../images/regsiter_online_event.jpg') -2px 0 no-repeat;
}


/********************************* Pretty Boxes ******************************************************/
* {
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
}

/***************************/
/* pop windows */

#BoxOverlay {
	display:none;
	position:absolute;
	left:0px;	
	top:0px;
	background-color: #000;
}

#pop-Box {
	padding-bottom: 24px;
	background: url('../images/helpers/bg-box-bottom.png') bottom left no-repeat;
	display:none;
	position:absolute;
	left:0px;	
	top:0px;
	width:500px;
	z-index:65557;
}

#pop-InBox {
  padding-top: 15px;
  background: url('../images/helpers/bg-box-top.png') top left no-repeat;	
}

#pop-BoxContent {
  background: url('../images/helpers/bg-box-body.png') top left repeat-y;
  padding: 0px 20px;
  min-height:100px;
}

#pop-BoxContenedor {
  padding: 5px 5px 5px 60px;
  text-align: left;
  font-family:Verdana;
  font-size:12px;
  color:#000;
  min-height:50px;
}

#pop-BoxContenedor h1,#pop-BoxContenedor h2,#pop-BoxContenedor h3,#pop-BoxContenedor b,#pop-BoxContenedor strong{
  text-align: left;
  font-family:Verdana;
  font-size:13px;
  color:#000;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

	
/* Prompt Specific */	
	
#pop-Box .Prompt {
  background: url('../images/helpers/dialog-help.png') 2px 0px no-repeat;
}	
#PromptBtns input {
	width:70px;
	margin:0px 5px 0px 0px;
}
.Prompt div {
	margin:15px 0px 0px 0px!important;
}	
#PromptBtns {
	text-align:right;
}		
#PromptTitle {} 	
#pop-BoxContent #pop-BoxContenedor #PromptContent {
	margin:15px 50px 0px 0px!important;
}

/* Alert Specific */	
#pop-Box .Alert {
  background: url('../images/helpers/dialog-warning.png') top left no-repeat;
}
.Alert div, .Error div, .Information div{
	margin:15px 0px 0px 0px;
}
.Alert input, .Error input, .Information input {
	width:70px;
	margin:0px 5px 0px 0px;
}
#AlertBtns, #ErrorBtns, #InformationBtns {
	text-align:center;
}	



#pop-Box .Confirm {
  background: url('../images/helpers/dialog-help.png') top left no-repeat;
}
#pop-Box .Information {
	background: url('../images/helpers/dialog-help.png') top left no-repeat;
  /*background: url('../images/helpers/dialog-information.png') top left no-repeat;*/
}
#pop-Box .Error {
  background: url('../images/helpers/dialog-error.png') top left no-repeat;
}
	

/* pop-box square */

#pop-square-BoxContenedor {
  	padding: 0 20px;
  	min-height:405px;
}
#pop-square-InBox {
	padding-top: 30px;
}
#pop-square-Box {
	display:none;
	position:absolute;
	left:0px;	
	top:0px;
	width:660px;
	z-index:65557;
	padding: 0 0 30px;
	background-color:#fff;
}
#pop-square-Close {
	position:absolute;
	top:10px;
	right:0px;
	background: url('../images/helpers/box-close-large.png') no-repeat scroll !important;
	width:28px;
	height:28px;
	cursor:pointer;
	z-index: 65565;
}

/*************************************************** End Pretty Boxes *****************************************************************/  
 
#hdrUserStatus a.admin{
	background: url('../images/admin.png') no-repeat scroll;
	padding: 2px 6px 2px 20px;	
}

/******************  Backend Classes ***************/
ul.menuList {
	padding: 0.8em 0 2.2em;
	font-size: 11px;
	}
	ul.menuList li a {
		display: block;
		padding: 0.5em 0.8em;
		font-size: 1.2em;
		color: #444;
		border-bottom:1px solid #EFEFEF;
	}
	ul.menuList li a:hover {
		color: #FFF;
		background-color: #B51919;		
		text-decoration: none;
	}
	ul.menuList li a.selected {
		font-weight: bold;
		color: #B51919;
	}
	ul.menuList li a.selected:hover {
		color: #B51919;
		background: none;
	}
	
ul.panelList li {
	display: block;
	width: 280px;
	float: left;
	height: 220px;
	margin: 10px;
	border: 1px solid #ddd;
	}
	ul.panelList li a {border-bottom: none}
	ul.panelList h4 {
		background: #ddd;
		color: #000;
		padding: 6px 8px;
		font-size: 1.4em;
	}
	
/*************************  END Backend ****************************/

/************************** Multi Faux Select **********************/
#FS-Container	{ z-index:5000; width:150px; overflow:visible; }

#FS-HideLayer 	{ display:none; width:100%; height:100%; position:absolute; left:0; top:0; z-index:3000; background:#fff; opacity:0; -moz-opacity:0; filter:alpha(opacity=0); }
#FS-HideLayer.Visible {	display:block; }

#FS-Selector 	{ position:relative; display:none; overflow:visible; z-index:5000; left:0; top:10px; }
#FS-Selector.Visible { display:block; z-index:5000!important; }
#FS-Selector .Shadow { position:absolute; display:block; }	

#FS-Selector #FS-NW { width:11px; height:9px;  top:-9px; left:-11px; background-image:url(../images/FauxSelect/fs-nw.png); background-position:top left; background-repeat:no-repeat; }
#FS-Selector #FS-N  { width:100%; height:9px;  top:-9px; left:0; background-image:url(../images/FauxSelect/fs-n.png); background-position:top left; background-repeat:repeat-x; }
#FS-Selector #FS-NE { width:11px; height:9px;  top:-9px; right:-11px; background-image:url(../images/FauxSelect/fs-ne.png); background-position:top left; background-repeat:no-repeat; }
#FS-Selector #FS-E  { width:11px;  height:100%; right:-11px; background-image:url(../images/FauxSelect/fs-e.png); background-position:top right; background-repeat:repeat-y;}
#FS-Selector #FS-SE { width:11px; height:12px; bottom:-12px; right:-11px; background-image:url(../images/FauxSelect/fs-se.png); background-position:top left; background-repeat:no-repeat; }
#FS-Selector #FS-S  { width:100%; height:12px; bottom:-12px; left:0; background-image:url(../images/FauxSelect/fs-s.png); background-position:top left; background-repeat:repeat-x; }
#FS-Selector #FS-SW { width:11px; height:12px; bottom:-12px; left:-11px; background-image:url(../images/FauxSelect/fs-sw.png); background-position:top left; background-repeat:no-repeat; }
#FS-Selector #FS-W  { width:11px;  height:100%; left:-11px; background-image:url(../images/FauxSelect/fs-w.png); background-position:top left; background-repeat:repeat-y; }

#FS-Selector	{ padding:0; margin:0; }
#FS-Selector li { font-family: "Hevetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 11px; line-height:11px; color:#444; display:block; padding:2px 15px; margin:0 !important; background-color: #FFF }
		
#FS-Selector li.Selected { background:url(../images/FauxSelect/fs-li-highlight-checks.png) left bottom no-repeat; }
#FS-Selector li:hover,  #apply-btn:hover  { background:url(../images/FauxSelect/fs-li-highlight-checks.png) left top repeat-x; color:#fff; }			
#FS-Selector li.Selected:hover { background:url(../images/FauxSelect/fs-li-highlight-checks.png) left center no-repeat; }
#FS-Selector li.SemiSelected { background:url(../images/FauxSelect/fs-li-highlight-checks-new.png) left bottom no-repeat; }		
#FS-Selector li.SemiSelected:hover { background:url(../images/FauxSelect/fs-li-highlight-checks-new.png) left center no-repeat; }


#FS-Trigger			{ /*cursor:pointer; border:1px solid #999; background:#ddd; padding:3px; */z-index: 5000}

 #apply-btn 
 {
 	cursor:pointer;
 	font-family: "Hevetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 11px; line-height:11px; color:#444; display:block; padding:2px 15px; margin:0 -5px;
 } 
 
 #separator
 {
 	background-color:#ccc;
	color:#222222;
	height:1px;
 }
 
 .courseCheckbox{
 	position: absolute; top: 33px; right: 5px;
 }

#actions #idActionP  a.actionButtonLeft {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-topleft:4px;
}

#actions #selectAll {margin-right: 5px}

#actions small {font-size: 10px}


/*
 a:link, 
 a.novisited:visited, 
 a.novisited:visited {
color:#0F5491;
} */
 
 a.actionButtonDisabled:link, 
 a.actionButtonDisabled:visited, 
 a.actionButtonDisabled:hover, 
 a.actionButtonDisabled:active, 
 a.actionButtonDisabled:focus {
color:#999999;
cursor:pointer;
text-decoration:none;
}
 

 a.actionButton:link, 
 a.actionButton:visited, 
 a.actionButton:hover, 
 a.actionButton:active, 
 a.actionButton:focus, a.actionButtonDisabled:link, 
 a.actionButtonDisabled:visited, 
 a.actionButtonDisabled:hover, 
 a.actionButtonDisabled:active, 
 a.actionButtonDisabled:focus {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F0EDE6 url(../images/FauxSelect/bg3d.gif) repeat-x scroll 0 center;
	border-color:#D6D6D6 #ADABA8 #ADABA8 #D6D6D6;
	border-style:solid;
	border-width:1px;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px 6px;
	cursor:default;
}

a.actionButton:link {
color:#000000;
cursor:pointer;
text-decoration:none;	
 }
 








#actions  {
color:#000000;
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
height: 28px;
}

.removeRole {
	background: #FF746D;
	color: #FFF;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1px;
	letter-spacing: 0;
	position: relative;
	top: -1px;
	border-left:1px solid #FFF;
	cursor:pointer;
}

.removeRole:hover {
	background: #E00;
}
 
 
 /*********************** SEARCH BOX STYLES ****************************/
    .Tpane {border: 1px solid #DDD; background-color: #F6F6F6; padding: 6px}
    .Tpane {font-size: 12px;}
    .Tpane .selectDiv{float:left; margin-right: 20px; line-height: 16px;}
    .Tpane .input_text{width: 324px;}
    .Tpane .input_text.blurred {color: #999;}
    .Tpane input, .Tpane select {font-size: 1em; padding: 1px 2px}
    .subhead{font-size: 16px;font-weight: bold;display:block}
    .subhead.search {background: url('../images/search.png') no-repeat 0 1px; padding: 0 0 3px 20px}
    .uiIcon.searchIcon {
        background: url('../images/iiab_button.png') no-repeat 0 0; font-weight: bold;
        display:inline-block;
        height:28px;
        padding:0 0 5px 0;
        text-decoration:none;
        border: none;
        width:140px;
    }

    #search_user, #srchQuery{
        width: 150px;
        margin: 0 0 1em 0;
        border: 1px solid #333333;
        background:url('../images/search.png') no-repeat right center;
        padding-right:20px;
    }
    #filter_type_div, #search_div {padding: 0 0 6px 20px}
    #search_div {font-size: 14px}
	
	.hidden{
		display:none;
	}
	
	.visible{
		display:block;
	}

/**** FAQ LIST ***/ 
#sortable-list { padding:0; }
li.sortme { 
	padding:4px 8px; 
	color:#000; 
	cursor:move; 
	list-style:none; 
	width:98%; 
	background:#ddd; 
	margin:10px 0; 
	border:1px 
	solid #999; }
#message-box { background:#fffea1; border:2px solid #fc0; padding:4px 8px; margin:0 0 14px 0; width:98%; } 

#Faqheaders
{
	background-color : #D9E409;
	padding:4px 8px;
	font-weight: bold; 		
}
/* FAQs h2 */
#faqs h2 {margin-top: 20px}
#faqs h5, #articleBody h5 { cursor:pointer; color:#246ec1;}
#faqs h5.active , #articleBody h5.active { color:#246ec1; }
#faqs div , #articleBody div{ height:0; overflow:hidden; }

 
