

body{
	margin:0;
	font-family: arial;
	font-size:12px;
	color:#272727;
	background: url(../images/lt_repeat.jpg) repeat-x 0px 54px; }

img {border:none;}

/*  Membership Information */
.output-company{
	width:100%;
	background-color:#f8f8f8;
	padding:15px;
	padding-right:10px;
	box-sizing:border-box;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:2px solid #ECECEC;
	border-radius:2px;
	margin-bottom:20px;
}
.header_choices{
	display:inline-block;
	vertical-align:top;
	width:49%;
	text-align:center;
}
.choiceHeaderText{
margin-left:11%;
	font-size:14px;
	text-decoration:underline;
	text-align:left;
}
.leftBox,.rightBox{
	margin-bottom:5px;
}
.rightPadding{
	padding-left:12%;
}
.choiceContainer{
	margin-top:15px;
}
.choice-text{
	font-size:9px;
	margin-top:10px;
	text-align:center;
}
.choiceBox{
	cursor:pointer;
	display:inline-block;
	margin:0px;
width:20%;
margin-left:5px;
	box-sizing:border-box;
	text-align:center;
	vertical-align:middle;
}
i.icon {
	text-align:center;
	font-size:1.7em;
}
.header_boxes{
	width:100%;
}
.output-company .header_logo {
	position: relative;
overflow:hidden;
	max-width:237px;
	min-width: 237px;
	height:106px;
	display:inline-block;
	vertical-align:top;
}
.header_logo img{
	width:100%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%)
}
.affected_boxes{
	width:100%;
	padding-top:10px;
}
.companyDescription{
	margin:0px;
	word-wrap:break-word;
}
.outputBox{
	font-family:Arial, Helvetica, sans-serif;
	display:none;
}
.affected_boxes hr{
	border-color:#E0E0E0;
	background-color:#E0E0E0;
	height:2px;
	border:0px;
}
.contact_box,.website_box,.materials_box{
vertical-align:top;
width:49%;
	display:inline-block;
	box-sizing:border-box;
}

#map {background: url(../images/map_BK.gif) no-repeat 0px 102px;
display:block;
height:463px;
width:980px;
margin-left:auto;
margin-right:auto;
}

#top {
	height:31px;
	background-color:#edeeea;
	border-bottom: 0px solid #edeeea;
	padding-bottom:0;
	text-align:center;}

#sub-nav {
	height:25px;
	background-color:#1B1464;
	border-bottom: 2px solid #929870;
	text-align:center;}

#footer {
	clear:both;
	height:34px;
	background-color:#edeeea;
	border-bottom: 2px solid #929870;
	text-align:center;
	font-size:10px;}

.copyright {
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:30px;
	width:970px;
	text-align:center;

	padding-top:7px;
	font-family:arial;
	font-size:10px;
	line-height:10px;
	color:#85877e;}

#bottom {
	background: url(../images/lt_repeat.jpg) repeat-x;
	height: 106px;}

.justify { text-align:justify;}




/**** Top Horizonal Nav ****/

.navcontainer{
	margin-left:auto;
	margin-right:auto;

	text-align:left;
	width:980px;
	height:27px;}

#navcontainer ul{
	padding: 0;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	float: left;
	width: 970px;
	height:30px;}

#navcontainer ul li {
	display: inline;
	font-family: Arial;
	font-size:12px;
	font-weight: normal;}

#navcontainer ul li a.navlink{
	float: left;
	background-color:none;
	display:block;
	color: #000000;
	height:22px;
	font-weight:bold;
	text-decoration:none;
	padding-top:8px;
	padding-left:7px;
	padding-right:7px;
	margin-right:15px;}

#navcontainer ul li a.navlink:hover{
	float: left;
	height:23px;
	display:block;
	background-color:#929870;
	color: #ffffff;
	text-decoration:none;
	padding-top:8px;
	padding-left:7px;
	padding-right:7px}

#date{
	font-family:arial;
	float: right;
	background-color:none;
	color: #494949;
	height:22px;
	font-size:12px;
	text-decoration:none;
	padding-top:8px;
	padding-left:9px;
	padding-right:0px;
	margin-right:-7px;}


/**** Secondary Top-Nav ****/
#sub-navcontainer{
	margin-top:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:980px;
	height:23px;}

#sub-navcontainer ul{
	padding: 0;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	float: left;
	width: 970px;
	height:26px;}

#sub-navcontainer ul li {
	display: inline;
	font-family: Arial;
	font-size:11.5px;
	font-weight: normal;}

#sub-navcontainer ul li a.navlink{
	float: left;
	background-color:none;
	display:block;
	color: #ffffff;
	height:18px;
	text-decoration:none;
	padding-top:6px;
	padding-left:7px;
	padding-right:7px;
	margin-right:15px;}

#sub-navcontainer ul li a.navlink:hover{
	float: left;
	height:19px;
	display:block;
	background-color:#3939BC;
	color: #ffffff;
	text-decoration:none;
	padding-top:6px;
	padding-left:7px;
	padding-right:7px;
	border-bottom: 2px solid #929870;}


/*--- DROPDOWN ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	opacity:0; /* Set initial state to transparent */
	-webkit-transition:0.25s linear opacity; /* Make the dropdown fade-in in Webkit */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	opacity:1; /* Fade to opaque */
}
#nav li:hover a{ /* Set styles for top level when dropdown is hovered */
	background:#6b0c36;
	background:rgba(107,12,54,0.75); /* It'll look nice semi-transparent */
	text-decoration:underline;
}
#nav li:hover ul a{ /* Override some top level styles when dropdown is hovered */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Set styles for dropdown when items are hovered */
	background:#333;
	background:rgba(51,51,51,0.75); /* It'll look nice semi-transparent */
	text-decoration:underline;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}



/**** In This Issue Menu ****/

ul.leftsidemenu {
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:0;
	padding-left:0;
	}

ul.leftsidemenu li {
	border:0px;
	width:175px;
	background-image:url(../images/titles_up.gif);
	background-position:top left;
	margin:5px 0 0 0;
	}

ul.leftsidemenu li a, ul.leftsidemenu li a:link, ul.leftsidemenu li a:active, ul.leftsidemenu li a:visited {
	text-decoration:none;
	display:block;
	width:175px;
	color: #474747;
	font-weight:300;
	padding:5px 0 5px 30px;
	}

ul.leftsidemenu li a:hover {
	background-image:url(../images/titles_hover.gif);
	}

.leftsidemenu-header{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#717751;
	margin-top:20px;}






/**** Content ****/

#content-container{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:970px;
	height:100%x;
	padding-left:0px;

	}

#content-left{
	margin-top:0;
	float:left;
	text-align:left;
	width:230px;
	}

.cover{
	 border: 1px solid #717751;
	width:206px;
	margin-top:10px;}

#content-right{
	margin-top:0;
	float:left;
	text-align:left;
	width:735px;
	}

#header{
	display:block;
	padding-top:12px;
	margin-top:0;
	float:left;
	text-align:left;
	height:83px;
	width:420px;
	font-family: arial;
	font-size: 30px;
	line-height:35px;
	font-weight:bold;
	color:#000;
	}

#article_pdf{
	display:block;
	padding-top:0px;
	margin-top:0;
	float:left;
	text-align:left;
width: 527px;

	}


a.download_article {background: none repeat scroll 0 0 #717751;
    color: #FFFFFF;
    display: block;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    height: 11px;
    margin-left: 0px;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 90px;}

#leftcol{
	margin-top:0;
	float:left;
	text-align:left;
	width:500px;
	padding-right:0px;
		padding-bottom:30px;

	}

#rightcol{
	margin-top:-4px;
	*margin-top:7px;
	_margin-top:-4px;
	float:right;
	text-align:left;
	width:200px;
	background: url(../images/div2.jpg) 0px 0px no-repeat;
	margin-left:0px;
	margin-right:0px;
	padding-bottom:30px;

	}

.align-left{text-align:left; float:left;}
.align-right{text-align:left; float:right;}
.clear {clear:both;}

.text-center{
	text-align: center !important;
}

.text-left{
	text-align: left !important;
}

.text-right{
	text-align: right !important;
}

.pull-left{
	float: left;
}

ul.nostyle{
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

/**** Content Sections ****/



#content-section{
	margin-top:25px;
	width:500px;
	height:100%;
	text-align:left;
	border-right: 0px solid #D3D5CD;
		padding-bottom:15px;
		padding-right:10px;


	}

#content-section .header{
	background:#717751;
	width:500px;
	height:27px;
	vertical-align:middle;}

#content-section .header-title{
	color:#fff;
	font-family:arial;
	font-size:18px;
	padding-top:3px;
	margin-left:9px;
	}

#content-section .arrow{
	background:url(../images/arrow1.png) no-repeat 15px 0px;
	width:456px;
	height:5px;
	padding-bottom:0px;
	margin-bottom:13px;}



#right-section{
	margin-top:7px;
	width:210px;
	height:100%;
	margin-left:20px;
	text-align:left;
	padding-bottom: 17px;
	}

#right-section .header{
	border-bottom:1px solid #D0D2D3;
	width:200px;
	height:20px;}

#right-section .header-title{
	color: #aaaaaa;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
	padding-top:3px;
	margin-left:0px;
	text-transform:uppercase;
	}

#right-section .arrow{
	background:url(../images/arrow2.png) no-repeat 15px 0px;
	width:239px;
	height:5px;
	padding-bottom:0px;}





.callout{display:block;
background:#1b1464;
color:#ffffff;
text-align:left;
font-size:15px;
line-height:18px;
width:170px;
float:right;
clear:right;
padding-left:15px;
padding-right:15px;
padding-top:10px;
padding-bottom:10px;
margin-left:10px;
margin-bottom:10px;}

.callout2{display:block;
background:#ffffff;
color:#717751;
text-align:left;
font-size:15px;
line-height:18px;
width:170px;
float:right;
clear:right;
padding-left:15px;
padding-right:15px;
padding-top:10px;
padding-bottom:10px;
margin-left:10px;
margin-bottom:10px;}

.dots-top{
	background: url(../images/calloutdots.png) no-repeat 0px 0px;
	display:block;

	height:24px;
	widht:170px;
}
.dots-bottom{
	background: url(../images/calloutdots.png) no-repeat 0px -28px;
	display:block;
	height:24px;
	widht:170px;}

img.right{
width:200px;
float:right;
clear:right;
margin-bottom:10px;
margin-left:10px;
}

img.left{
float:left;
clear:left;
margin-bottom:10px;
margin-right:10px;
}




.flash240 {width:240px; height:240px; display:block; margin-top:0px; margin-bottom:10px; cursor:pointer; border:0px #dcdcdc solid;
float:left;
clear:left;
margin-right:10px;
 }




img.center{
display:block;
text-align:center;
clear:both;
margin-left:10px;
margin-right:10px;
}

.adclick{padding-left:50px; margin-bottom:10px;
}
.ad480{margin-top:10px; margin-bottom:0; border:1px #dcdcdc solid;}
.ad240 {margin-top:10px; margin-bottom:0; border:1px #dcdcdc solid;}

.adclick480{padding-left:50px; margin-bottom:10px; margin-top:0px; }
.adclick240 {padding-left:24px; margin-bottom:10px !important; margin-top:-10px; padding-right:24px;}

p a {color:#717751; text-decoration:none; font-weight:bold;}

#content-section a{
   color:#4F5296; text-decoration:none;
}
/**** Content Style ****/

h1{color:#000000; font-size:18px; font-weight:bold; line-height:18px;}
h2{color:#474747; font-size:15px; font-weight:bold;line-height:18px;}
h3{color:#474747; font-size:14px; font-weight:bold;}

hr.hr1 {
    border-color: -moz-use-text-color -moz-use-text-color #D0D2D3;
    border-style: none none solid;
    border-width: 0 0 2px;
    clear: both;
    display: block;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
}

.title{
	text-transform:uppercase;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	color:#000;}



.date{
	color:#717751;
	font-size:13px;
	line-height:17px;}

p {
	margin-left:0px;
	margin-right:0px;
	font-size:13px;
	line-height:15px;
	text-decoration:none;}

p br{line-height:13px;}

#archive-section p {
	margin-left:0px;
	margin-right:0px;
	font-size:10px;
	line-height:12px;}



hr.hr1{
	clear:both;
	padding-top:20px;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
	display:block;
	border:0;
	border-bottom: solid #D0D2D3 2px;}

hr.hr2{
	height: 0px;
	border:0;
	border-bottom: #D0D2D3 2px;
	border-style:dotted;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	}

.logos{width:400px;
margin-bottom:10px;
margin-left:12px;}

.video {
	clear:both;
    width: 220px;
	height:142px;
	margin-top:0px;
	margin-right:13px;
    padding-bottom: 40px;
    padding-right: 0px;
	padding-left: 3px;
    vertical-align: middle;
	text-align:right;
	float:right;}

.video img{
	border: solid 1px #CCC;}

.video .addthis {
	border:none;
    padding-bottom: 3px;
    padding-right: 5px;
	padding-left: 8px;
    vertical-align: middle;}

.share{float:right;
color:#717751;
font-size: 11px;
line-height:15px;
vertical-align: middle;
font-weight:bold;
margin-top:6px;
}

.addthis_button_compact{
	color:#717751;
font-size: 11px;
line-height:15px;}

img.archived {
    width: 70px;
    padding-bottom: 7px;
    padding-right: 9px;
	padding-left: 0px;
    vertical-align: middle;
	float:left;}

a.upcoming {
	width:60px;
	height:11px;
	display:inline;
	background: #717751;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-top:35px;
	margin-left:14px;
	}

a.button {
	width:110px;
	height:11px;
	display: inline-block;

	background: #717751;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-top:5px;
	margin-left:0px;
	margin-right:5px;
	}



a.download {
	width:80px;
	height:20px;
	display: inline-block;

	background: #717751 url(../images/icons.png) 0px -25px no-repeat;
	font-family:arial;
	font-weight:bold;
	font-size:10.5px;
	padding-left:17px;
	padding-top:7px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-top:0px;
	margin-right:5px;
	}

a.discuss {
	width:60px;
	height:20px;
	display: inline-block;

	background: #717751 url(../images/icons.png) 0px -100px no-repeat;
	font-family:arial;
	font-weight:bold;
	font-size:10.5px;
	padding-left:20px;
	padding-top:7px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-top:0px;
	margin-right:5px;
	}

a.contact {
	width:70px;
	height:20px;
	display: inline-block;

	background: #717751 url(../images/icons.png) 0px -75px no-repeat;
	font-family:arial;
	font-weight:bold;
	font-size:10.5px;
	padding-left:20px;
	padding-top:7px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-top:0px;
	margin-right:5px;
	}

a.reprint {
	width:115px;
	height:20px;
	display: inline-block;
	background: #717751 url(../images/icons.png) 0px 0px no-repeat;
	font-family:arial;
	font-weight:bold;
	font-size:10.5px;
	padding-left:17px;
	padding-top:7px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-top:8px;
	margin-right:5px;
	}

input.button {
	width:60px;
	height:23px;
	display:inline;
	background: #717751;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-right:14px;
	border:none;
	}

.button-row{
	clear:both;
	width:520px;
	height:21px;
	text-align:left;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	margin-top:0px;}

a.addthis_button {
	width:60px;
	height:20px;
	display: inline-block;
	background: #717751 url(../images/icons.png) 0px -50px no-repeat;
	font-family:arial;
	font-weight:bold;
	font-size:10.5px;
	padding-left:15px;
	padding-top:7px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-top:0px;
	margin-right:2px;
	}

.archived{
	text-decoration:none;}

a.view {
	width:60px;
	height:11px;
	display:inline;
	background: #717751;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-top:35px;
	margin-left:14px;
	}

a.addthis_button_email	{
	width:60px;
	height:11px;
	display:inline;
	background: #717751;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-top:35px;
	margin-left:14px;
	}



a.future {
	width:127px;
	height:11px;
	display:block;
	background: #717751;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	padding:5px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	margin-top:5px;
	margin-left:51px;
	}


#webinar-leftcol a.back {
	color: #4b5335;
	text-decoration:underline;}


	/**** Pagination ****/


#pagination {text-align:left; margin-left:0; width: 510px;}

#pagination ul.page {text-align:center;}

#pagination ul li {display:inline; float:left; margin-right:6px;
}

#article_pagination{width:510px; clear:both; margin-right:10px;}
#article_pagination .align-right {margin-right:10px;}

#article_pagination ul li {display:inline; float:left; margin-left:20px;
}



#pagination ul li a.current {
	padding:2px;
text-align:center;
display:block;
width:15px;
height:15px;
color:#000;
text-decoration:none;
background-color:#fff;
border:1px solid #B6B79E;}

#pagination ul li a.forward {

display:block;
margin-left:5px;
width:6px;
height:15px;
text-decoration:none;
background: #fff url(../images/arrow_forward.jpg) no-repeat;
border:0;}

#pagination ul li a.prev {

display:block;
margin-right:0px;
width:6px;
height:15px;
text-decoration:none;
background: #fff url(../images/arrow_prev.jpg) no-repeat;
border:0;}

#pagination ul li a:hover,
#pagination ul li a.current:hover{
	color:#fff;
background-color:#5F6540;
border:1px solid #5F6540;}

#pagination ul li a.forward:hover, #pagination ul li a.prev:hover{
background: #fff url(../images/arrow_forward.jpg) no-repeat;
border:0;}

#pagination ul li a.prev:hover{
background: #fff url(../images/arrow_prev.jpg) no-repeat;
border:0;}

#pagination ul li a {
	width:15px;
	height:15px;
	padding:2px;
text-align:center;
display:block;
color:#000;
text-decoration:none;
background-color:#B6B79E;
border:1px solid #B6B79E;}


	/**** Sponsors Page ****/


.advLeftBox {
    float: left;
    width: 250px;
}


.advRightBox {
    background-color: #ebede5;
    border: 1px solid #dcded4;
    float: right;
    margin: 0;
    padding: 15px;
    width: 210px;
}

.advListDoc {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.advListDoc li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.advList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.advList li {
    margin-bottom: 5px;
}

.advBoxTitle {
    color: #343434;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.advListDoc a, .advListDoc a:link, .advListDoc a:active, .advListDoc a:visited {
    background: url("https://www.pipelinepub.com/OSS/images/adv_doc1.gif") no-repeat scroll 0 0 transparent;
    color: #4F5296;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 0;
    text-decoration: none;
    width: 167px;
}


.advList a, .advList a:link, .advList a:active, .advList a:visited {
    background: url("https://www.pipelinepub.com/OSS/images/adv_arrow1.gif") no-repeat scroll 0 0 transparent;
    color: #4F5296;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 0;
    text-decoration: none;
    width: 167px;
}


	/**** Issue Archive ****/

	.issue_archive {width:217px; height:280px; text-align:center; padding:15px; float:left;}
	.issue_archive span {width:217px; text-align:center; font-size:12px; line-height:14px;}
	.issue_archive img{width:217px; height:280px;}


/**** Home Page ****/

	#ticker {overflow: hidden;}


	body.home #content-left {
    float: left;
    margin-top: 90px;
    text-align: left;
    width: 230px;
}

	body.home #content-right {
    float: left;
    margin-top: 0;
    text-align: left;
    width: 720px;
}

body.home  #rightcol {
    background:none;
    float: right;
    margin-left: 0;
    margin-right: 0;
    margin-top: 105px;
    padding-bottom: 30px;
    text-align: left;
    width: 200px;
}

body.home  #leftcol img {
	width:500px;
	height:648px;
	margin-left:10px; margin-top:20px;
	-moz-box-shadow: 0px 0px 10px #4f4f4f;
	-webkit-box-shadow: 0px 0px 8px #4f4f4f;
	box-shadow: 0px 0px 8px #4f4f4f;
	behavior: url(/pie.htc)}



#FormView1_TitleLabel{font-size:18px;}

span#FormView1_DescriptionLabel, #FormView1_DescriptionLabel p span, #FormView1_DescriptionLabel p, #FormView1_DescriptionLabel li, #FormView1_DescriptionLabel span, table #FormView1, table#Only4Title_DataList tbody td a, table#Only4Title_DataList tbody td span{
	font-family:arial !important;
    font-size: 13px !important;
    line-height: 16px !important;
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
	font-weight:normal;
}

table.table2011 {margin-top:5px;border:1px solid #C3C3C3;
}

table.table2011 td{padding-top:10px; border:1px solid #C3C3C3;
padding-bottom:10px; padding-left:5px;
}

table.table2011 td.heading{border-bottom:0px solid #000000;
	margin-top:5px;
	background:#C3C3C3;
	color:#000000;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

.icon-info-sign{
	color: #FF5D12;
	cursor: pointer;
}

/* @group To Top */

#toTop {
	background: #333;
	bottom: 0px;
	display: none;
	height: 30px;
	width: 45px;
	overflow: hidden;
	position: fixed;
	left: 50%;
	margin-left: -22.5px;
	text-decoration: none;
	z-index: 9999;
	font-size: 0px;
	color:transparent;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

#toTop:after {
    display: block;
    content: '\e80b';
    color:#ffffff;
    font-size: 20px;
    font-family: 'fontello';
    position: absolute;
    left:14px;
    top:4px;
}

#toTopHover, #toTop:hover {
	background: #343434;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#toTop:active, #toTop:focus {
	outline: medium none;
}

/* @end */

/* @group General Form */

.general_form .input_div {
    padding: 0px 0px 10px 0px;
}

.general_form .input_div.half_box{
	width: 49%;
	float: left;
}

.general_form .input_div.half_box.first_input{
	margin-right: 2%;
}

.general_form input[type=text],
.general_form input[type=url],
.general_form input[type=email],
.general_form input[type=password],
.general_form textarea {
    font-size: 11px;
    width: 98%;
    border: 1px solid #B3B3B3;
    padding: 3px 1%;
}

.general_form textarea {
    height: 150px;
}

.general_form .error {
    color: red !important;
}

.line{
	height: 1px;
	background-color: #cccccc;
	margin:10px 0 15px 0;
}

a.orange_btn,
.orange_btn {
	background: #ff5d12 none top left no-repeat;

	filter: none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #ff5d12;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:13px;
	font-weight: normal;
	padding: 5px 9px;
	text-decoration:none;
	text-shadow: none;
}

a.orange_btn:hover,
a.orange_btn.active,
.orange_btn:hover,
.orange_btn.active {
	background: #F24D01;
	filter: none;
}

span.error,
h1.required {
    color: red;
    font-size: 11px;
}

h1.title_head span{
	color: #666666;
	font-weight: normal;
}


.qty_table td{
	text-align: center;
	padding: 2px 5px;
}

/* @end */

/* @group Form Validation for spam */

.rnwdfield{
	display: none;
}

div.required label:after {
    color: #CF0000;
    content: " *";
}

span.required{
	color: #CF0000;
}

.well {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* @end */


/* @group Comet */

.comet_summit #leftcol ul{
	margin: 0 0 20px 15px;
	padding: 0 0 0 15px;
	font-size: 13px;
}

.comet_summit #leftcol ul li{
	margin-bottom: 5px;
}

.comet_summit #leftcol ul.nav-tabs {
	margin: 0;
	padding: 0;
}

.select_attendees{
	margin-bottom: 15px;
}

.select_attendees .col1{
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}

.select_attendees .col2{
	float: left;
}

ul.interests li{
	display: inline-block;
	width: 50%;
}

/* @end */

/* @group Nav Tabs Override */

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}

@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #fff;
	}
}

.tab-content {
	background: #fcfcfc;
	padding: 15px;
	-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
	-webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
	box-shadow: 0 3px 0 rgba(12,12,12,0.03);
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* @end */

/* @group Pager */

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

/* @end */

/* @group Basic Wizard */

#content-section .basic-wizard .nav.nav-tabs > li > a {
	background: #e4e7ea;
	border-bottom: 1px solid #ccc;
	color: #4A535E;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	margin-right: 0;
	margin-bottom: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	opacity: 0.75;
}

.basic-wizard .nav li:last-child a {
	border-right: 0;
}

.basic-wizard .nav li a:hover {
	background-color: #f7f7f7;
	opacity: 1;
}

#content-section .basic-wizard .nav li.active a,
#content-section .basic-wizard .nav li.active a:focus,
#content-section .basic-wizard .nav li.active a:active {
	background: #fcfcfc;
	border-bottom-color: #fcfcfc;
	color: #333;
	opacity: 1;
	font-weight: bold;
}

.basic-wizard .tab-content{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.basic-wizard .pager {
	margin: 0 !important;
	border: 1px solid #ddd;
	background: #f7f7f7;
	padding: 10px !important;
	list-style: none outside none;
	text-align: center;
}

.basic-wizard .pager li{
	display: inline;
}

#content-section .basic-wizard .pager li a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-color: #F24D01;
	background-color: #FF5D12;
	color: #fff;
}

#content-section .basic-wizard .pager li a:hover {
	background-color: #F24D01;
	border-color: #F24D01;
}

#content-section .basic-wizard .pager li.disabled a {
	background: #eee;
	color: #999;
	border-color: #ccc;
}

.basic-wizard .progress {
	height: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.basic-wizard .nav-disabled-click li a:hover,
.basic-wizard .nav-disabled-click li a:active,
.basic-wizard .nav-disabled-click li a:focus {
	background-color: #E4E7EA;
	opacity: 0.75;
	color: #4A535E;
	cursor: default;
}

.basic-wizard .nav-disabled-click li.active a:hover,
.basic-wizard .nav-disabled-click li.active a:active,
.basic-wizard .nav-disabled-click li.active a:focus {
	background: #fcfcfc;
	color: #333;
	opacity: 1;
}

.basic-wizard .tab-content {
	-moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.tab-pane::after {
	clear: both;
	display: block;
	content: '';
}

/* @end */

/* @group Careers */

ul.job_list{
	margin-left: 10px;
	padding-left: 10px;
}
.job_list li{
	float: left;
	width: 48%;
}

.morejob{
	display: none;
}

/* @end */

/* @group Early Bird Awards 2015 */

.nominee_cont{
	display: none;
}

.shipping_cont{
	display: none;
}



/* Membership Styles */
#logout{
	background: #4F5296;
    padding: 5px 8px;
    color: #fff !important;
    border-radius: 3px;
    border: 1px solid #41447d;
}
#logout:hover {
	background: #393c70;
}
#create {
	background: #F26522;
    background: -moz-linear-gradient(to bottom,#f7dfa5,#f0c14b);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2b090),color-stop(100%,#F26522));
    background: -webkit-linear-gradient(top,#f2b090,#F26522);
    background: -o-linear-gradient(to bottom,#f7dfa5,#f0c14b);
    background: -ms-linear-gradient(to bottom,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f2b090,#F26522);
    width:100%;
    padding: 5px 8px;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
	border: 1px solid #ad4a1c;
}
#create:hover {
  background: #F26522;
}
.login-logo img {
	max-width: 200px;
	width: 100%;
	display: block;
	margin: 10px auto 20px;
}
.memberships{
	font-family: 'Arial';
	font-size: 14px;
}
.outter{
	padding: 20px;
	max-width: 350px;
	margin: 0 auto;
	border-radius: 4px;
	border: 1px #ddd solid;
	background: #fafafa;
}
.login .formFieldText {
	height: 30px;
	border-radius: 3px;
	font-family: Arial,sans-serif;
	font-size: 15px;
	border: 1px solid #d0d0d0;
	border-top: 1px solid #bbb;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.07) inset;
	outline: 0;
	outline-width: 0;
	width: 100%;
}
.members_superadmin{
	text-align:right !important;
}
.members_underline{
	text-decoration: underline;
}
.member_user{
	font-size:20px;
}
#members_message{
text-align:center;
font-size:16px;
font-weight: bold;
}
.members_edit_button{

}
.members_delete_button{

}
.members_table{

}



.submitButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.submitButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.submitButton:active {
	position:relative;
	top:1px;
}





/* @end */