/*
	--------------------------------------------------
	STRUCTURE STYLES
	--------------------------------------------------
	Client:	TIANB
	Author:	eSolutionsgroup
	Date:	April, 2010
		
*/

/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* ----- comment styles well for better reference later! ----- */
/* ----- try to lay this out in the following sections and from top to bottom on pages ----- */


/* ===================================================================================== STYLES FOR ALL PAGES */


/* ===== Main Wrapper For Site ===== */


#uber {
	position: relative;
	margin: auto;
	width: 960px;
	background: #FFF;
}


/* ===== Header ===== */

#header {
	float: left;
	margin: 0;
	width: 960px;
	background-image: url(../images/structure/homepage_banner.jpg);
	background-repeat: no-repeat;
	height:380px;
}
#headerInt{
	float: left;
	margin: 0;
	width: 960px;
	background-image: url(../images/structure/flag.gif);
	background-repeat: no-repeat;
	height:147px;
}

#memberLogin {
	/*position: absolute;
	top: 41px;
	right: 10px;
	width: 172px;
	height: 26px;*/
	display:none;
}



/* ===== Search ===== */

#search {
	position: absolute;
	display: block;
	top: 41px;
	right: 198px;
	margin: 0;
	padding: 0;
	width: 192px;
	height: 26px;
	background: url(../images/structure/search.gif) no-repeat 0 0;
}

#search form { display: inline; }

#search .searchText {
	position: absolute;
	padding: 0;
	top: 5px;
	left: 8px;
	border: none;
	width: 152px;
	background: transparent;
	font-size: 12px;
	color: #666;
}

#search .gobutton {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 25px;
}


/* ===== Top Navigation ===== */

#topNav {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 14px 13px 5px 20px;
	text-align: right;
	width:480px;
	overflow:hidden;
}


/* ===== Logo ===== */

#logo {
	float: left;
	width: 188px;
	height: 147px;
	overflow: hidden;
}


/* ===== Main Navigation ===== */

#mainNav {
	position: absolute;
	top:86px;
	left:201px;
	width: 749px;
	z-index: 1000;
	height: 45px;
	background-image: url(../en/images/structure/mainNav.gif);
	
}




#quickLinksposition {
	position: absolute;
	top: -226px;
	right: 12px;
	width: 222px;
	height: 204px;
	overflow: hidden;
	z-index:800 !important;
}


#mainNews {
	position: absolute;
	top: -205px;
	left: 23px;
	width: 195px;
	height: 190px;
	overflow: hidden;
	font-size:14px;
}
#mainNews p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

#mainNews h1 {
	font-size: 24px;
	color:#01728d;
	font-weight:100;
	line-height:28px;
	margin:0px;
	padding:0px;
}




/* ===== Main Content Container ===== */

#main {
	position: relative;
	float: left;
	width: 960px;
}


/* ===== Footer ===== */

#footer {
	float: left;
	margin: 0;
	width: 960px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#footerText {
	float: left;
	width: 700px;
	line-height: 1;
	overflow: hidden;
}

#footerNav {
	float: left;
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
	width: 700px;
	text-align: left;
	overflow: hidden;
}

#esol {
	float: right;
	margin: 0px 0px 0px 0px;
	background: transparent url(../en/images/structure/esolutionsgroupLogo.gif);
}




#esol a {
	display: block;
	width: 171px;
	height: 17px;
}

#esol img {
	display: block;
	width: 0;
}




/* ===================================================================================== STYLES HOME PAGE */


/* ===== Banner ===== */

#homepageBannerContainer {
	float: left;
	margin: 0 0 1px 0;
	width: 960px;
	height: 98px;
	overflow: hidden;
}

#homepageBanner {
	/*display: none;*/ /* Display none if using rotating banners */
}


/* ===== Left Content ===== */

#homecontentLeft {
	float: left;
	padding-left:23px;
	padding-right:23px;
	width: 328px;
	padding-top:0px;
	padding-bottom:5px;
}
#homecontentLeft p {
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

#homecontentMiddle {
	float: left;
	padding-right:23px;
	width: 324px;
	padding-top:0px;
	padding-bottom:20px;
}
#homecontentMiddle p {
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}

#homecontentRight {
	float: left;
	width: 221px;
	padding-top:0px;
	padding-bottom:20px;
	
}
#homecontentRight p {
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}



#interiorbackground {
	position:absolute;
	top:16px;
	left:648px;
	z-index:2;
}




/* ===================================================================================== STYLES FOR CONTENT PAGES */


/* ===== Actions and Breadcrumbs ===== */

#actionsContainer {
	position: absolute;
	top:5px;
	width: 713px;
	right:23px;
	z-index:8;
}
#actionsContainerOnecolumn {
	position: absolute;
	top:5px;
	width: 913px;
	right:23px;
	z-index:8;
}

#breadcrumbs {
	float: left;
	width: 500px;
	color: Silver;
	overflow: hidden;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height:16px;
}
#breadcrumbswide {
	float: left;
	width: 503px;
	color: Silver;
	overflow: hidden;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height:16px;
}

#actions {
	position: relative;
	float: right;
	width: 390px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
}	

#actions form { display: inline; }


/* ===== Interior Layout ===== */

.mainInterior {
	background-image: url(../images/structure/bg_twocolumn_int.gif);
	background-repeat: repeat-y;
}
.mainInteriorwide {
	background-image: url(../images/structure/bg_onecolumn_int.gif);
	background-repeat: repeat-y;
}
.mainInteriorWideR {
	background-image: url(../images/structure/bg_onecolumn_int.gif);
	background-repeat: repeat-y;
}
.mainHome {
	background-image: url(../images/structure/border.gif);
	background-repeat: repeat-y;
}

.clearWideR
{
    background-image: url(../images/structure/bg_onecolumn_int.gif);
	background-repeat: repeat-y;
}

#contentInt {
	float: left;
	width: 486px;
	/*overflow: hidden;*/
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 22px;
	z-index:5;
	position:relative;
}
#contentIntWide {
	float: left;
	width: 712px;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 22px;
	z-index:5;
	position:relative;
}
#contentIntWideR {
	float: left;
	width: 912px;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 22px;
	z-index:5;
	position:relative;
}
#contentInt.WideR {
	float: left;
	width: 686px;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 22px;
	z-index:5;
	position:relative;
	
	background-color:Transparent;
}

#rightcontentInt {
	float: left;
	width: 205px;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 22px;
	z-index:5;
	position:relative;
}
#rightcontentInt img {
	width: 200px;
	height:170px;
	overflow: hidden;
	z-index:5;
	position:relative;
	padding: 1px;
	border: 1px solid #7b7b7b;
	margin-bottom:15px;
}
.quicklinksint {
	width: 167px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 28px;
	color: #FFF;
	background-image: url(../images/structure/quicklinks_bg.gif);
	background-repeat: no-repeat;
}
.quicklinksint a {
	color: #FFF !important;
	font-weight:bold;
}
.quicklinksintbot {
	width: 205px;
	padding:0px;
	background-image: url(../images/structure/quicklinks_bottom.gif);
	background-repeat: no-repeat;
	height:12px;
	overflow:hidden;
	margin:0px;
}

/* ===== Form Page ===== */

#step
{
    margin: 32px 0 13px 0;
    padding-right: 11px;
}
.stepNumber
{
    float: right;
    padding-left: 30px;
    color: #999;
    font-size: 11px;
    font-weight: bold;
}

.stepIcon1
{
    background: url(../images/structure/step_1.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    padding-right: 6px;
}

.stepIcon2
{
    background: url(../images/structure/step_2.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    padding-right: 6px;
}

.stepIcon3
{
    background: url(../images/structure/step_3.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    padding-right: 6px;
}

.stepIcon4
{
    background: url(../images/structure/step_4.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    padding-right: 6px;
}

.stepNumber.current .stepIcon1,
.stepNumber.current .stepIcon2,
.stepNumber.current .stepIcon3,
.stepNumber.current .stepIcon4
{
    background-position: 0 -16px;
}

.stepNumber.current
{
    color: #333;
}

.formWrapper
{
}

#formLeft
{
    float: left;
    width: 202px;
    padding-right: 20px;
}

#formLeft p
{
    margin-top: 0;
    font-size: 13px;
}

.stepLg
{
    float: left;
}

.introText
{
    float: left;
    width: 169px;
    padding-left: 8px;
}
#formRight
{
    float: left;
    border-left: 1px solid #222;
    padding: 0 0 0 15px;
    width: 474px;
}

.sectionWrapper
{
    border-top: 1px solid #bfbab0;
    background: #eee;
    padding: 15px 15px 10px 15px;
    margin-bottom: 14px;
    position: relative;
    width: 429px;
}

.copy
{
    position: absolute;
    top: 10px;
    right: 17px;
}

.copy img
{
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.mainLabel
{
    width: 150px;
    color: #999;
    font-weight: bold;
    padding-right: 5px;
    display: block;
    float: left;
    text-align: right;
}

.mainLabel.longLabel
{
    width: 165px;
    text-align: left;
    padding-left: 16px;
}

#formRight .searchText.form
{
    width: 271px;
    width: 252px;
}

#formRight input.inputBox
{
    border:1px solid #999;
    height: 19px;
    position: relative;
    top: -3px;
    width: 254px;
    margin-bottom: 5px;
    float: left;
}


#formRight input.searchText.form.inputBox
{
    top: -4px;
    border-right: none;
}

.checkRow
{
    display: block;
    clear: left;
    padding-bottom: 5px;
}

#formRight .checkWrapper
{
    margin: 0 0 0 24px;
}

#formRight .checkWrapper input
{
    margin: 0 8px 10px 20px;
    float: left;
}

#formRight .checkWrapper label
{
    width: 151px;
    display: block;
    float: left;
}

#formRight .checkWrapper.single label
{
    width: 360px;
}

.required
{
    position: relative;
    bottom: 6px;
    left: 2px;
    color: #a7a7a7;
    float: left;
}

.search
{
    position: relative;
}

.search .gobutton
{
    height: 21px;
    left: 408px;
    position: absolute;
    top: -4px;
    width: 20px;
}

#printArea .sectionWrapper ol
{
    margin-left: 20px;
    margin-bottom: 0;
}

#printArea .sectionWrapper ol p
{
    margin-bottom: 8px;
}

.formRadio
{
    margin-left: 25px;
}

.radioMembership
{
    margin: 0 18px 0 5px;
}

.buttons
{
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 5px;
}

.buttons.disabledButton
{
    color: #7e7e7e;
}

.sectionWrapper.submitBox
{
    padding-top: 8px;
    margin-bottom: 0;
}

.singleCheck
{
    float: left;
}

/* -- This is a full width interior - used when there is no sub navigation on the page -- */


#contentInt.wide {
	width: 940px;
	background-color: #FFF; /* This hides mainInterior's bg image */		
}









#uber #printArea #quickLinksposition .quickLinksContainer {
	width: 222px;
	height: 204px;
	overflow: hidden;
}

#uber #printArea #quickLinksposition .quickLinksContainer ul {
	margin: 0;
	padding: 0;
	width: 222px;
	list-style: none;
}

#uber #printArea #quickLinksposition .quickLinksContainer li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 34px;
}

#uber #printArea #quickLinksposition .quickLinksContainer li a {
	display: block;
	padding: 0 0 0 30px;
	height: 34px;
	background: url(../images/structure/h_quicklinksIcon_default.gif) 8px 12px no-repeat;
	font-size: 14px;
	line-height: 2.25;
	color: #FFF;
	overflow: hidden;
}

#uber #printArea #quickLinksposition .quickLinksContainer li.btn01 a { background: url(../images/structure/h_quicklinksIcon_events.gif) 0 5px no-repeat; }
#uber #printArea #quickLinksposition .quickLinksContainer li.btn02 a { background: url(../images/structure/h_quicklinksIcon_learning.gif) 0 5px no-repeat; }
#uber #printArea #quickLinksposition .quickLinksContainer li.btn03 a { background: url(../images/structure/h_quicklinksIcon_members.gif) 0 5px no-repeat; }
#uber #printArea #quickLinksposition .quickLinksContainer li.btn04 a { background: url(../images/structure/h_quicklinksIcon_conference.gif) 0 5px no-repeat; }
#uber #printArea #quickLinksposition .quickLinksContainer li.btn05 a { background: url(../images/structure/h_quicklinksIcon_awards.gif) 0 5px no-repeat; }
#uber #printArea #quickLinksposition .quickLinksContainer li.btn06 a { background: url(../images/structure/h_quicklinksIcon_tour.gif) 0 5px no-repeat; }









