/**************************************************************************************
 *  COMPANY SPECIFIC                                                                  *
 *  Note:   Overcoming the Box Model Hack- If you want to specify a width to any div, *
 *          do NOT specify padding or margins. Just create an inner div with no width *
 *          set and specify its padding and margins instead. (see body, #body below)  *
**************************************************************************************/
body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	height: 600px;
}

#body {
	width: 780px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 6px;
	background: url(content_bg.png) no-repeat 0 113px;
	z-index: 2;
	
}

#container {
	width: 750px;
	border: 0px;
	position: relative;
	z-index: 10;
	border: 0;
	min-height: 680px;
}

#content {
	margin-top: 0px;
	margin-right: 15px;
	width: 720px;
	border: 0px;
	padding: 0px;
	padding-right: 15px;
}

.newpageid { /* This is for the gsMODPageNewID.php file */
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	border: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #666666;
	font-size: 12px;
}

#content_pages,#contentPages {
	width: auto;
	border: 0px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
}
#content_pages{
	width: 710px;
}
#elStatDIVpleaseWait {
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	top: 113px;
	border: 0;
}

#PleaseWait {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #fff;
	margin-top: 100px;
}

#elStatDIVheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 0px;
}

#review_content,#reviewContent {
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	padding-right: 25px;
}

.NODE {
	max-width: 735px;
	/* default = container width - used for non-IE browsers to force NODEs to stay within the fixed width. */
}

.padLeft {
	padding-left: 16px;
	padding-right: 0px;
}

/*
 * Because IE including IE7 does NOT follow inheritence
 * properly we need to re-define the styles for select,
 * input and textarea's to match the body styles
 */
select {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

option {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

input {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

textarea {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

a {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a33d05;
	text-decoration: underline;
}

a:hover {
	color: #a33d05;
	text-decoration: none;
}

a:visited {
	color: #a33d05;
	text-decoration: underline;
}

.dottedLine {
	border-bottom: #bcbcbc 1px dotted;
	border-top-style: none !important;
	color: white !important;
	font-family: Arial;
	font-size: 13pt;
	height: 1px !important;
	width: 880px !important;
	margin-top: 7px;
}

#PageNewIDBody {
  background-image:none;
}
#PageNewIDBody #body{
	background:none;
}
#PageNewIDBody #container{
	border:0;
}

/************************************************************************************
* BANNER styles                                                                     *
************************************************************************************/
#banner_en {
	border-bottom: 1px #fff solid; /* 1px #adaaa5 solid; */
}

#header { /* background-image: url('banner.jpg'); */
	background-image: url('banner_logo.jpg');
	background-position: 0px 0px;
	height: 84px;
	display: block;
	border-right: 1px #FFFFFF solid;
	border-left: 1px #FFFFFF solid;
}

#print_header {
	display: none;
}

.logoLink {
	padding-bottom: 10px;
	padding-left: 20px;
}

.ms-globallinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 26px;
}

.ms-globallinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	line-height: 26px;
}

.ms-globallinks a:hover {
	text-decoration: none;
}

#banner #header {
	position: inherit;
	width: 100%;
	height: 107px;
	position: relative;
}

#banner #header-links {
	position: relative;
	padding: 0px;
	top: 12px;
	left: 0px;
	padding-right: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 17px;
	float: right;
	text-align: right;
}

#banner #header-links A:hover {
	text-decoration: underline;
}

/*************************************************************************************
*              END BANNER styles                                                     *
*************************************************************************************/
	/*************************************************************************************
*              MENU styles                                                           *
*************************************************************************************/
#menu {
	float: left;
	display: block;
	color: #fff;
	margin: 0px;
	width: 100%;
	margin-bottom: 10px;
	background-color: transparent;
	min-height: 24px;
	border-left: 1px white solid;

}

#menu UL {
  list-style: none;
  display: block;
}
#menu LI {
  list-style: none;
  display: inline;
  float: left;
}
#menu li A {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	cursor: default;
	padding: 6px 4px 6px 4px;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #507803;
	width: 98px;
}


#menu li A:hover {
	cursor: pointer;
	display: block;
	background-color: #9eab05;
	color: #fff;
}

#menu li A.nohover,#menu li A.nohover:hover {
	cursor: default;
	background-color: #507803;
	color: #fff;
	width: 98px;
}

#menu li.hasSeparator A {
	border-right: 1px #fff solid;
}

#menu li.menu-selected A,#menu li.menu-selected A:hover {
	/* background-color: #fff; */
	background-color: #9eab05;
	/* color: #1978d0; */
	color: #fff;
}

#menu li.menu-selected a,#menu li.hasSeparator a {
	
}

#menu li.menu-selected A {
	display: block;
	float: left;
	cursor: default;
	font-weight: bold;
}

#menu li.menu-selected A:hover,#menu li.menu-selected A.nohover:hover {
	display: block;
	float: left;
	cursor: default;
	background-color: #9eab05;
}

#menu li.separatorStart,#menu li.separatorEnd {
	float: left;
	cursor: default;
	border-right: 1px #fff solid;
}

#menu li.lefttabspace,#menu li.righttabspace,#menu li.starttabspace,#menu li.endtabspace,#menu li.endtabspace2 {
	width: 0px; 
}

#menu li.starttabspace { 
	width: 0px;
}

#menu li.endtabspace {
	width: 0px;
}

#menu li.endtabspace2 {
	width: 0px;
}

/************************************************************************************
*              END MENU styles                                                      *
************************************************************************************/
	/************************************************************************************
* NEW ID styles                                                                     *
************************************************************************************/
.UserIDandPassword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
	line-height: 120%;
}

.UserIDandPasswordLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}

/************************************************************************************
* END NEW ID styles                                                                 *
************************************************************************************/
/************************************************************************************
*              SECTION ALL styles                                                   *
************************************************************************************/
#content div.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00544D;
	height: 30px;
	line-height: 30px;
  margin: 12px 0 10px 0;
  padding: 0px;
	width: 715px !important;
	font-style: italic;
	font-weight: bold;
	background-image: url('bg_pagetitle.gif');  
  background-repeat: repeat-x;
}

#content div.introPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
    color: #00544D;
    height: 30px;
    line-height: 30px;
	letter-spacing: 1px;
    margin: 12px 0 10px 0;
    padding: 0px;
    font-weight: bold;
    font-style: italic;
    background-image: url('bg_pagetitle.gif');
    background-repeat: repeat-x;
}

#content div.NewpageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #00544D;
	height: 30px;
  line-height: 30px;
	letter-spacing: 1px;
	margin: 30px 0 10px 89px;
	padding: 0px;
	width: 540px !important;
}

#content div.pageTitleExtraPages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
    color: #00544D;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 57px 0 0 0;
    padding: 0px;
    font-weight: bold;
    font-style: italic;
}
#content div.pageTitleErrorPages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
    color: #00544D;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 55px 0 0 0;
    padding: 0px;
    font-weight: bold;
    font-style: italic;
}

#content div.pageTitleExtraPagesPrint {
	margin-top: 12px;
}
#content div.extraPagesPrintLink {
    margin-top: 20px;
    margin-right: 4px;
}

#content div.pageSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #a88f0a;
	font-weight: bold;
	margin-top: 10px;
}

.pageTitleHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #a88f0a;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

#content div.pageSubTitleConfirm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	color: #a88f0a;
	font-weight: bold;
	margin-top: 10px; 
}

#checkQuestionsMsg {
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
	color: #fff;
	background-color: #AD0818;
}

.TBLHIGHLIGHT {
	background-color: #f5f4ee;
	color: #000;
}

.warningmsg {
	color: red;
}

.importantmsg {
	color: black;
}

.tooManyCharacters {
	color: red;
	font-style: italic;
}

.mandatory {
	color: red;
}

/************************************************************************************
*              END SECTION ALL styles                                               *
************************************************************************************/
	/************************************************************************************
*              SECTION 0 styles                                                     *
************************************************************************************/
div#box-one {
	background-image: url('Orangebox.png');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 390px;
	height: 280px;
}

div#box-one .inside {
	width: 370px;
	margin: 1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	color: #666666;
	font-size: 12px;
}

div#box-one a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a33d05;
	width: 400px;
	padding-left: 0px;
}

div#box-two {
	width: 225px;
	background-color: #fff;
	margin: 1px;
	padding: 1px;
}

div#box-two .inside {
	background: transparent;
	border: 0px;
}

div#box-two #loginTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0;
	background-color: transparent;
	line-height: 10px;
	background: transparent url("resumeBar.png") no-repeat;
	background-position: 5px 15px;
}

div#box-two a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a33d05;
	paddingt: 0px;
	margin-left: 10px;
}

div.inside p span.loginGreenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 135%;
	margin-bottom: 10px;
	margin-top: 2px;
	color: #666666;
}

div.inside div.row {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	height: auto;
}

div.inside div.row span.label {
	float: left;
	width: 86px; /* 63px*/
	text-align: right;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
	margin-right: 2px;
	color: #666666;
}

div.inside div.row input.textfield0 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #666666;
}

div.inside div.row input.textfield1 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #666666;
}

div.inside a.button {
	color: #a33d05;
	border: 0px;
	width: 100%;
	display: block;
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background: transparent url("Go.png") no-repeat;
	background-position: 170px 25px;
	text-decoration: underline;
}

div.inside a.button:hover {
	color: #a33d05;
	text-decoration: none;
}

div.inside p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
}

/************************************************************************************
*              END SECTION 0 - LOGIN BOX                                            *
************************************************************************************/
	/************************************************************************************
*              PREVIOUS / NEXT NAVIGATION styles                                    *
************************************************************************************/
div#BottomNavContainer {
	margin-top: 25px;
	width: 750px; 
	clear: both;
	text-align: center;
}

ul#BottomNav li {
	color: #1978d0;
	text-decoration: none;
	padding-left: 20px;
	display: inline;
	list-style-image: url('rarrow.gif');
}

ul#BottomNav li a {
	position: relative;
	color: #a33d05;
}

/************************************************************************************
*              END PREVIOUS / NEXT NAVIGATION styles                                *
************************************************************************************/
	/************************************************************************************
* FOOTER styles                                                                     *
************************************************************************************/
	/**
 */
div#footer {
	clear: both;
}

#FooterLinks {
	width: 100%;
	line-height: 30px;
	float: right;
	color: #fff;
}

.FooterSpacer {
	margin-left: 20px;
	margin-right: 0px;
}

#CopyrightFooter {
	position: relative;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	padding-top: 55px;
	padding-left: 35px;
}

#LegalFooter,#PrivacyFooter {
	position: relative;
	font-weight: normal;
	color: #666666;
	float: right;
	padding-top: 65px;
	padding-right: 35px;
}

#PrivacyFooter a {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#LegalFooter a {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div#footer A {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

div#footer A:hover {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

/************************************************************************************
* END FOOTER styles                                                                 *
************************************************************************************/
	/************************************************************************************
* LIST styles                                                                       *
************************************************************************************/
ol.insideDecimal {
	list-style-position: inside;
	list-style-type: decimal;
}

ol.outsideDecimal {
	list-style-position: outside;
	list-style-type: decimal;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

ol.outsideAlpha {
	list-style-position: outside;
	list-style-type: lower-alpha;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul.insideDisc {
	list-style-position: inside;
	list-style-type: disc;
}

ul.outsideDisc {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/************************************************************************************
* END LIST styles                                                                   *
************************************************************************************/
	/************************************************************************************
* RADIO BUTTON styles                                                               *
************************************************************************************/
.radioRoles {
	width: 160px;
	text-align: right;
	padding: 0;
	margin: 0;
}

.radioRolesHeader {
	width: 30px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.radioRolesItems {
	width: 30px;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.RightAlign {
	float: right;
	padding-top: 10px;
}

.p1techpage {
	padding-bottom: 10px;
}

/************************************************************************************
* END RADIO BUTTON styles                                                           *
************************************************************************************/
	/************************************************************************************
* PROJECT BUDGET styles                                                             *
************************************************************************************/
.PROJECT_BUDGET_EXPENSE_CONTROL_total_HR {
	width: 100%;
	background-color: #000;
}

.PROJECT_BUDGET_REVENUE_CONTROL_total_HR {
	width: 100%;
	background-color: #000;
}

.PROJECT_BUDGET_BALANCE_CONTROL_total_HR {
	width: 100%;
	background-color: #000;
	height: 3px;
}

/************************************************************************************
* END PROJECT BUDGET styles                                                         *
************************************************************************************/
div.HRSeparator {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #cecece;
	line-height: 0px;
	line-height: 0px;
	margin: 5px 0;
	width: 100%;
}

/************************************************************************************
* SPONSORSHIP LEVEL styles                                                          *
************************************************************************************/
.LevelNumber {
	width: 30px;
	text-align: right;
}

/************************************************************************************
* END SPONSORSHIP LEVEL styles                                                      *
************************************************************************************/
#NewIDTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#divReviewPage {
	padding-right: 25px;
	margin-top: -15px;
}
#divAgreement{
	margin-top: -15px;
}
.mapTitle {
	float: left;
	width: 49%;
}
#divSectionID_2,#divSectionID_3,#divSectionID_4,#divSectionID_5,#divSectionID_6,#divSectionID_7,#divSectionID_8,#divSectionID_9,#divAgreement{
	width:616px;
}
/************************************************************************************
* END COMPANY SPECIFIC                                                              *
************************************************************************************/
.nowrap {
	white-space: nowrap;
}

#Provinces {
	margin: 10px;
	padding: 0px;
	text-indent: 0px;
	width: 200px;
}

#Provinces a.province {
	cursor: pointer;
	background: #fff url(collapsed.gif) no-repeat scroll 2px 2px;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 14px;
	text-decoration: none;
}

#Provinces a.province:hover {
	background: url(collapsed---on.gif) no-repeat scroll 2px 2px;
	text-decoration: underline;
}

#Provinces a.selected {
	cursor: pointer;
	background: #fff url(expanded.gif) no-repeat scroll 1px 6px;
	color: #000;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-indent: 14px;
	text-decoration: none;
}

#Provinces ul {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#Provinces li {
	display: inline;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

#Provinces li li a {
    color: #a33d05;
    text-decoration: underline;
    display:block;
    text-indent:20px;
}
#Provinces li li a:hover {
    color: #a33d05;
    text-decoration: none;
}

.ui-datepicker-trigger {
  vertical-align: bottom;
  padding-bottom: 1px;
}
