
div#helloMember
{
	color: #BB2032;
	font-weight: bold;
}

/* -- confirm msg window ---------------------------------------------------------------------------------------------------------- */

div#confirmMsg_window
{
	background: url(../loadedFiles/confirmMsg_window.png) no-repeat;
	width: 310px;
	height: 222px;
}

div#confirmMsg_inWindow, div#errorMsg_inWindow
{
	margin-right: 45px;
}

div#errorMsg_window
{
	background: url(../loadedFiles/errorMsg_window.png) no-repeat;
	width: 310px;
	height: 222px;
}

table#msgTable
{
	margin-top: 45px;
	height: 145px;
	width: 200px;
}

table#msgTable td
{
	vertical-align: middle;
}

div.confirmMsg, div.errorMsg
{
	color: #545648;
	font-weight: bold;
	margin-bottom: 15px;
}

div#yes_btn
{
	float: right;
	margin-right: 30px;
	background: url(../loadedFiles/yes_btn.png) no-repeat;
	width: 46px;
	height: 20px;
	cursor: pointer;
}

div#no_btn
{
	float: right;
	margin-right: 10px;
	background: url(../loadedFiles/no_btn.png) no-repeat;
	width: 46px;
	height: 20px;
	cursor: pointer;
}

div#confirm_btn
{
	margin-right: 75px;
	background: url(../loadedFiles/confirm_btn.png) no-repeat;
	width: 46px;
	height: 20px;
	cursor: pointer;
}

/* -- step I ----------------------------------------------------------------------------------------------------------------------	*/

div#step1_bg
{
	background: url(../loadedFiles/header_bg.png) repeat-x top;
	height: 563px;
	margin: 0px auto;
}

div#step1Top
{
	padding-top: 26px;
	margin: 0px auto;
}

div#eventWizard_step1
{
}

div#eventWizard_step1_bg
{
	background: url(../loadedFiles/eventWizard_step1_bg.jpg) no-repeat;
	width: 977px;
	height: 543px;
	margin: 0px auto;
	text-align: right;
}

div#newEventPromo
{
	margin-top: 47px;
	margin-right: 37px;
	width: 670px;
	height: 35px;
	color: #3B3825;
}

div#newEventStep1
{
	position: relative;
	float: right;
}

div#helpBox
{
	float: left;
	margin-top: 58px;
	padding-left: 45px;
}

div#helpBox_in
{
	width: 167px;
	height: 140px;
}

div#helpBox table
{
	width: 100%;
	height: 100%;
}

div#helpBox td
{
	vertical-align: middle;
	text-align: right;
	color: #383A25;
}

table#newEventStep1Details
{
	margin-top: 26px;
	margin-right: 37px;
}

table#newEventStep1Details .gapRow
{
	height: 14px;
	font-size: 0%;
}

table#newEventStep1Details .gapDoubleRow
{
	height: 37px;
	font-size: 0%;
}

.fieldTitle
{
	color: #5B5653;
	font-weight: bold;
}

.fieldTitle span
{
	cursor: help;
}

.fieldInput input, .smallFieldInput input
{
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	height: 17px;
	font-size: 12px;
}

input.disabled
{
	border: 1px solid #DBDBDB;
	width: 205px;
}

input.textInput, select.selectField
{
	width: 205px;
	font-size: 12px;
}

input.smallTextInput, select.smallSelectField
{
	width: 105px;
	font-size: 12px;
}

input.smallTextInput2
{
	width: 125px;
	font-size: 12px;
}

div.optionTitle
{
	font-size: 11px;
	cursor: help;
}

div.optionTitle input
{
	cursor: default;
}

div.optionTitle span
{
	font-size: 12px;
	color: #919F51;
	font-weight: bold;
}

div#pgishaPasswordField
{
	margin-top: 17px;
	margin-right: 3px;
}

div#pgishaPasswordField input
{
	width: 150px;
}

div#pgishaIsShow
{
	margin-top: 12px;
	margin-right: 3px;
}

input#pgisha_showInSearch
{
	border: 0px;
}

textarea#pgisha_description
{
	width: 490px;
	height: 60px;
}

div#openPgisha
{
	/* IE */
	margin-top: 15px;
	margin-right: 66px;
	
	/* fire fox */
	padding-right: 72px;	

	background: url(../loadedFiles/openPgisha_btn.png) no-repeat;
	width: 66px;
	height: 20px;
	cursor: pointer;
}

/* -- step II ---------------------------------------------------------------------------------------------------------------------	*/

div#step2_bg
{
	background: url(../loadedFiles/inHeader_bg.png) repeat-x;
	height: 190px;
	margin: 0px auto;
}

div#step2Top
{
	padding-top: 26px;
	margin: 0px auto;
}

div#newEventStep2
{
	background: url(../loadedFiles/event_bg.png) repeat-y;
	width: 977px;
}

/* event tabs ------- */

div#eventTabs
{
	background: url(../loadedFiles/event_tabs_bg.png) no-repeat;
	width: 977px;
	height: 35px;
}

div#eventTopName
{
	float: right;
}

div#eventTopNameIn
{
	margin-right: 5px;
	margin-top: 10px;
	width: 255px;
	font-size: 13px;
	text-align: center;
}

div#eventTopNameIn img
{
	vertical-align: middle;
}

.eventName
{
	color: #B10E1F;
	font-weight: bold;
	font-size: 14px;
}

.eventText
{
	color: #494B3E;
	font-weight: bold;
	font-size: 12px;
}

div#eventTabsIn
{
	margin-right: 267px;
	padding-top: 4px;
}

div.eventTab, div.eventTabSelected, div.eventWizardLastTab, div.eventWizardLastTabSelected
{
	float: right;
	width: 85px;
	height: 24px;
	cursor: pointer;
}

div.eventTab div, div.eventTabSelected div, div.eventWizardLastTab div, div.eventWizardLastTabSelected div
{
	margin-top: 5px;
	margin-left: 5px;
	color: #66783A;
	font-weight: bold;
}

div.eventTab
{
	background: url(../loadedFiles/event_oneTab.png) no-repeat;
}

div.eventTabSelected
{
	background: url(../loadedFiles/event_oneTab_selected.png) no-repeat;
}

div.eventWizardLastTab
{
	background: url(../loadedFiles/event_oneLastTab.png) no-repeat;
}

div.eventWizardLastTabSelected
{
	background: url(../loadedFiles/event_oneLastTab_selected.png) no-repeat;
}

div#eventRight
{
	margin-right: 5px;
}

div#eventRightBg
{
	background: url(../loadedFiles/wizard_right_bg.png) no-repeat;
	width: 225px;
	height: 405;
}

div#eventRightBg div
{
	padding-top: 14px;
	margin-right: 20px;
	color: white;
	font-size: 14px;
	font-weight: bold
}

div#rightTabs
{
	background: url(../loadedFiles/wizard_rightTabs.png) no-repeat;
	width: 229px;
	height: 33px;
}

div.eventRight_bottom
{
	margin-right: 5px;
	padding-top: 9px;
}

div.eventRightTab, div.eventRightTab_selected, div.eventRightTab_additions
{
	float: right;
	width: 52px;
	font-size: 11px;
	color: #3D3F32;
	cursor: pointer;
	text-align: center;
}

div.eventRightTab_selected, div.eventRightTab_additions
{
	color: #FFFDFE;
}

div#eventLeft
{
	background: url(../loadedFiles/wizard_left_bg.png) no-repeat;
	width: 226px;
	height: 441px;
}

div.eventBanner
{
	width: 493px;
	height: 56px;
	font-size: 0%;
}

div#eventCenter, div#eventCenterConnect 
{
	position: relative;
	width: 493px;
	height: 385px;
	font-size: 12px;
	background: url(../loadedFiles/wizard_center_bg.jpg) no-repeat;
}

div#eventCenterConnect
{
	background: url(../loadedFiles/wizard_centerConnect_bg.jpg) no-repeat;
}


div#eventCenterIn
{
}

div#step2Promo
{
	width: 460px;
}

div#step2Promo p
{
	padding: 0px;
	margin: 0px;
	color: #383722;
	padding-right: 18px;
}

input#pgisha_date
{
	width: 85px;
}

table#newEventStep2Details
{
	margin-top: 14px;
}

table#newEventStep2Details .gapRow
{
	height: 7px;
	font-size: 0%;
}

table#newEventStep2Details .gapDoubleRow
{
	height: 22px;
	font-size: 0%;
}

td.smallText, td.smallText a
{
	font-size: 11px;
	color: #4B4C3C;
}

div.boxTitle
{
	color: #728414;
	font-weight: bold;
	cursor: help;
}

input#pgisha_verification
{
	width: 60px;
	border:1px solid #A7A5A6;
	height: 22px;
	font-size: 12px;
}

div#forgotPassword
{
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
}

table#newEventStep2Member .gapRowIE
{
	height: 3px;
	font-size: 0%;
}

table#newEventStep2Member .gapRow
{
	height: 5px;
}

table#newEventStep2Member .gapDoubleRow
{
	height: 12px;
	font-size: 0%;
}

div#confirmPgisha, div#confirmPgishaConnect, div#confirmPgishaDisabled
{
	cursor: pointer;
}

div#confirmPgishaConnect
{
	margin-right: 80px;
}

div#helpBox2
{
	padding-top: 13px;
	margin-right: 48px;
	color: #373631;
}

div#helpBox2 tr
{
	height: 30px;
	width: 415px;
}


