* 
{
	font-family: "Gill Sans MT", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
body, input, p
{
	font-size: small;
}
body
{
	margin: 0;
	padding: 0;
	background: url(/images/body-bg.png);
}
img
{
	border: 0;
}
p
{
	margin: 0 0 10px 0;
	/*font-size: 12px;*/
}
form
{
	margin-bottom: 0px;
}
fieldset
{
	margin-bottom: 10px;
	padding: 0;
	border: 0;
}
legend
{
	display: none;
}
h1,
h2
{
	font-size: large;
	font-weight: bold;
	color: #000;
	padding-bottom: 3px;
	border-bottom: 1px solid #C00076;
}
h2 a
{
	text-decoration: none;
}
h2
{
	font-size: medium;
}
a:link, a:visited, a:active
{
	color: #000;
	font-weight: bold;
}
a.arrow
{
	background: url(/images/link-prefix-arrow.png) no-repeat left;
	padding-left: 10px;
}

/* header */
#header
{
	width: 100%;
	height: 230px;
}
#logo img
{
	margin:  20px 0 0 35px;
}

#nav-menu
{
	display:block;
	margin: 30px 0 0 0px;
	
	float:left;
	overflow:hidden;
	width:100%;
}
#nav-menu ul {
    list-style-image:none;
    float:left;
	left:50%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
}
#nav-menu ul li
{
	float:left;
    position:relative;
    right:50%;
}
#nav-menu ul li a
{
	display: block;
	width: 140px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #333;
	background-image: url(/images/button.png);
	font-family: arial;
}
#nav-menu ul li a.current
{
    color:#ec008c;
}
#nav-menu ul li a.other
{
    color:#333333;
}

.user-info 
{
	display:block;
	color:#333;
	text-align:center;
	padding:20px 0 0 0;
	clear:both;
}

#ctl00_MainMenu_DropShadow
{
	border-right:3px solid #C5C5C5;
	border-bottom:3px solid #C5C5C5;
	margin:5px 0 0 347px;
	padding:10px;
	width:213px;
	min-height:245px;
	height:300px;
	z-index:99;
	position:absolute;
	opacity: .9; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

#login-menu {
	/* background-color:#e7e7e7; */
	background-image: url(/images/gray-tile.png);
	border:1px solid #c6cfdf;
	color:#59616f;
	margin:3px 0 0 345px;
	padding:10px;
	width:213px;
	min-height:245px;
	height:300px;
	z-index:100;
	position:absolute;
}
.login-form 
{
	/* opacity: .9; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90); */
}
.login-form a
{
	color:#ec008c;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
}
.login-form label, .login-form input
{
	display: block;
	width:100%;
	font-family: arial;
	font-size: 12px;
	color: #666666;
}
.login-form input 
{
	color: #000000;
}

#PasswordWrapper
{
    background-image: url(/images/password-box.gif);
    width: 132px;
    height:26px;
    border: 0px;
    padding: 0px;
    float:left;
}
.login-form input.input-login-password 
{
    display:inline;
    float:left;
    width: 132px;
    height:20px;
    border: 0px;
    font-size: 12px;
    font-family: arial;
    font-weight: normal;  
    background-color: transparent;
    margin-top: 4px;
}

.ie .login-form input.input-login-password, 
.opera .login-form input.input-login-password,
.safari .login-form input.input-login-password
{
	width: 130px;
}

#EmailWrapper
{
    background-image: url(/images/email-box.gif);
    width: 210px;
    height:26px;
    border: 0px;
    padding: 0px;
}
.login-form input.input-login-email 
{
    display:inline;
    float:left;
    width: 210px;
    height:20px;
    border: 0px;
    font-size: 12px;
    font-family: arial;
    font-weight: normal;    
    background-color: transparent;
    margin-top: 4px;
}

.ie .login-form input.input-login-email , 
.opera .login-form input.input-login-email, 
.safari .login-form input.input-login-email
{
	width: 208px;
}

.login-form input.input-login
{
    display:inline;
    padding-left: 8px;
    width: 70px;
    font-size: 18px;
    font-family: arial;
    font-weight: normal;
}

.login-form .header
{
	color:#ec008c;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
	font-family: arial;
}
#ctl00_MainMenu_hypForgotPassword
{
	color:#EC008C; 
	font-family:arial; 
	font-size:11px; 
	font-weight:normal;
}

#ctl00_MainMenu_hypSignUp
{
	color:#EC008C;
	font-family:arial;
	font-weight: normal;
}
.login-form .signup
{
    font-size:20px;
}
.login-message
{
	font-size:15px; 
	color:#333333; 
	font-weight:bold; 
	font-family:arial;
}
.login-form .error
{
    min-height:40px;
    height: auto !important;
	height:40px;
}
.login-form .close
{
    float:right;
    padding-right:3px;
    padding-top: 2px;
}
#ctl00_MainMenu_lnkCloseLoginForm
{
    font-size:11px;
    color:#666666;
    text-decoration:none;
    font-family: arial;
    font-weight: normal;
}
#ctl00_MainMenu_lblLoginError
{
	color:red;
	font-size: 13px;
	font-family: arial;
	font-weight: normal;
}
.login-form .close-img
{
    width:auto;
    float:right;
}

div.greyButton, input.greyButton
{
	width: 207px;
	height: 27px;
	text-align: center;
	margin-bottom: 10px;
	background : url(/uploadedimages/Grey_Button.jpg);
	padding-top: 4px;
	letter-spacing: 1px;
}
div.greyButton a
{
	font-weight: normal;
	text-decoration: none;
}
div.conferenceBlueBox
{
	width: 288px;
	height: 92px;
	text-align: left;
	margin: 2px;
	background : url(/uploadedimages/Blue_Box.jpg);
	padding: 15px 20px 0px 20px;
	font-size: 12pt;
}

/* Form Layout Classes */
.row
{
	width: 100%;
	min-height: 24px;
}
.gecko .row,
.opera .row
{
	margin-bottom: 3px;
}
.row-label,
.row-label-short
{
	width: 170px;
	float: left;
	padding-top: 3px;
}
.row-label-short
{
	width: 75px;
}
.mandatory
{
	font-weight: bold;
}
.button-row
{
	margin-top: 15px;
}
.row-item
{
	padding: 0 0 0 150px;
}
.row-item input,
.row-item textarea
{
	width: 250px;
}
.row-item .chk
{
	width: auto;
}
.row-item select
{
	width: 256px;
}
.gecko .row-item select
{
	width: 254px;
}
.field,
.field-med,
.field-wide
{
	height: 15px;
	width: 125px;
	padding: 0;
}
.field-med
{
	width: 200px;
}
.field-wide
{
	width: 400px;
}
.gecko .field,
.gecko .field-med,
.gecko .field-wide
{
	height: 17px;
}
/* Individual DIV elements */
#page-body 
{
    /*padding:30px 20px 0;*/
}
.ie6 #page-body
{
	margin-top: -12px;
}
#content-pane
{
	width: 980px;
	margin: 0 auto 0 auto;
	background: url(/images/main-body-bg.png) repeat-y;
	background-color: #FFF;
}
#home-shout
{
	height: 202px;
	background: url(/images/home-shout-bg.png) repeat-x;
	text-align: center;
}
#body-block
{
	width: 940px;
	text-align: left;
	margin: 0 auto;
	font-size: 90%;
	padding: 0 30px 0 30px;
}
#home-feature
{
	width: 915px;
	height: 247px;
	background: url(/images/home-main-feature.png) no-repeat;
	margin: -70px 0 0 32px;
}
.ie #home-feature
{
	margin-top: 20px;
}
#home-feature a
{
	display: block;
	margin: 100px 0 0 430px;
	padding-top: 90px;
}
.ie #home-feature a
{
	padding: 0;
}
#home-blocks
{
	clear: both;
	margin: 10px 0 0 0;
}
#home-blocks>div
{
	width: 300px;
	float: left;
	height: 350px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background: url(/images/home-panel-bg.png) repeat-x bottom;
	padding: 0;
}
.ie6 #home-left-block,
.ie6 #home-centre-block,
.ie6 #home-right-block
{
	width: 300px;
	float: left;
	height: 350px;
	border: 0px;
	background: url(/images/home-panel-bg.png) repeat-x bottom;
	padding: 0;
}
#home-left-block,
#home-centre-block
{
	background: url(/images/block-border.png) no-repeat right;
	margin-right: 10px;
}
#home-blocks ul
{
	margin: 4px 0 0 20px;
	padding: 0;
}
.home-panel-head
{
	background: url(/images/panel-header-bg.png) repeat-x;
	height: 40px;
	color: #000;
	font-size: medium;
	font-weight: bold;
	padding-left: 5px;
}
#home-blocks .block-head
{
	margin: -9px 10px 0 0;
}
.home-panel-head span
{
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	font-size: 16px;
}
.ie6 .home-panel-head
{
	height: 50px;
	padding-top: 10px;
	background-position: center;
}
.safari .home-panel-head span
{
	padding-top: 8px;
}
.panel-body
{
	padding: 10px;
}
#forgot-password
{
	margin-top: 10px;
}
#page-elements>div
{
	border: 1px solid #CCC;
	width: 47%;
	float: left;
	padding: 10px;
}
#page-elements div#login
{
	margin-right: 10px;
}
#login-bar
{
	padding: 7px 20px 0; 
	background: url(/images/login-bar-bg.png) repeat-x;
	height: 32px;
	text-align: right;
}
#login
{
	float: right;
	padding-top: 3px;
}
#login-bar *
{
	font-size: 12px;
}
#login-bar b
{
	font-size: 100%;
}
#login-bar input
{
	font-family: Arial, Sans-Serif;
	margin: 0 10px 0 5px;
}
#login-bar a
{
	margin: 0 5px 0 5px;
}

#payment-logos
{
	float: left;
	margin-top: 35px;
}

#footer
{
	clear: both;
	color: #ec008c;
	margin: 30px 0 0 0;
	text-align: right;
	padding: 0 20px 0 20px;
	height: 93px;
	font-size: 13px;
	background: url(/images/footer-bg.png) no-repeat bottom;
}
#footer a
{
	color: #ec008c;
	font-weight: normal;
}
#footer span
{
	margin: 0 5px 0 5px;
}

/* CSS Classes */
.is-logged-in
{
	padding-top: 5px;
}
.button, .btn
{
	border: 1px solid #393939;
	color: #000;
	height: 22px;
	cursor: hand;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	background: url(/images/go-btn-bg.png) no-repeat right;
	padding: 0 35px 0 15px;
	margin-right: 15px;
}
.ie .button, .ie .btn
{
	padding: 0 20px 0 0;
}
.back-btn, .cancel-btn
{
	padding: 0 15px 0 35px;
	background: url(/images/back-btn-bg.png) no-repeat left;
}
.ie .back-btn, .ie .cancel-btn
{
	padding: 0 0 0 20px;
}
.cancel-btn
{
	background: url(/images/cancel-btn-bg.png) no-repeat left;
}
.add-btn
{
	padding: 2px 15px 0 35px;
	background: url(/images/add-btn-bg.png) no-repeat left;
}
a.add-btn
{
	text-decoration: none;
	height: 19px;
	padding: 0 10px 0 25px;
	font-size: 12px !important;
}
.ie .add-btn
{
	display: inline-block;
	padding: 2px 10px 0 25px;
	height: 19px;
}
.search-btn
{
	border: 0px;
	width: 16px;
	height: 15px;
	background: url(/images/search-mag.png) no-repeat;
}
.login-btn
{
	background: url(/images/login-btn.png) no-repeat;
}
.logout-btn
{
	background: url(/images/logout-btn.png) no-repeat;
}
.reg-btn
{
	background: url(/images/register-btn.png) no-repeat;
}
.change-btn
{
	background: url(/images/change-btn.png) no-repeat;
}
.save-btn
{
	background: url(/images/save-btn.png) no-repeat;
}
/* Grid styles */
#search-results-list
{
	border: 1px solid #E2E2E2;
	padding: 1px;
}
.grid
{
	border: 0 !important;
}
.grid-pager,
.grid-pager-footer
{
	background: url(/images/paging-bg.png) repeat-x;
	height: 33px;
	color: #000;
	font-size: 11px;
}
.opera .grid-pager *,
.opera .grid-pager-footer *
{
	border-width: 0 !important;
}
.grid-pager a,
.grid-pager-footer a
{
	color: #000;
	margin-left: 3px;
}
.grid-th th
{
	background: url(/images/th-cell-bg.png) no-repeat right;
	text-align: left;
	border-width: 0 !important;
	padding-left: 5px;
}
.grid-th
{
	height: 24px;
	color: #000;
	font-weight: bold;
}
.grid-th-right
{
	background-position: left !important;
}
.grid-row
{
	background-color: #FFF;
}
.grid-row td,
.grid-row-alt td
{
	padding: 5px 0 5px 5px;
}
.grid-row td
{
}
.grid-row a,
.grid-row-alt a,
.grid-row a:visited
{
	font-weight: normal;
	color: #C00076;
}
.ie .grid-row td,
.ie .grid-row-alt td
{
	border: 0;
}
.grid-row-alt
{
	background-color: #E2E2E2;
	padding: 2px 0 2px 0;
}
.grid-td-left
{
}
.grid-td-right
{
}
.grid-th-arrow
{
	margin-left: 5px;
}
/* Pager Styles */
.pager-left
{
	float: left;
	background: url(/images/paging-left-bg.png) no-repeat left;
	padding: 7px 0 0 5px;
	height: 22px;
}
.pager-right
{
	float: right;
	background: url(/images/paging-right-bg.png) no-repeat right;
	padding: 7px 5px 0 0;
	height: 22px;
}
.pager-right a
{
	margin-left: 3px;
}
.pager-centre
{
	text-align: center;
	padding-top: 7px;
}
.grid-pager-footer .pager-left
{
	background: url(/images/bot-paging-left-bg.png) no-repeat left;
}
.grid-pager-footer .pager-right
{
	background: url(/images/bot-paging-right-bg.png) no-repeat right;
}
.grid-page-link,
.grid-page-label
{
	margin: 0 2px 0 2px;
}

/* user profile */
.userProfile-table
{
    border-style:solid;
    border-width:1px;
    border-color:Black;
}


/* Landing page styles */
.landing-list
{
	list-style-image: url(/uploadedimages/Green_Tick.jpg);
}
.landing-list li
{
}
.landing-head, .landing-head-center 
{
	font-size: 16pt;
	text-transform: uppercase;
	color: #4cc850;
	margin-left: 10px;
}
.landing-head
{
	text-align: left;
}
.landing-head-center
{
	text-align: center;
}
.landing-head-simple
{
	font-size: 14pt;
	font-weight : bold;
	text-align: center;
	font-style : italic;
	color: #000000;
}
#landing-table
{
	width: 95%;
	color: #414042;
}
#landing-table p
{
	margin-bottom: 5px;
	font-size: 11.7pt;
}
#landing-table b
{
	text-transform: uppercase;
	color: #C00076;
	font-size: 11.7pt;
}
.landing-rhs-text p
{
	font-size: 13pt;
	line-height:normal;
	text-align:justify;	
}
.tick-row
{
	clear: both;
	min-height: 28px;
	margin-bottom: 5px;
}
.tick-box
{
	float: left;
	margin-right: 5px;
}
.tick-text
{
	padding-top: 3px;
	margin-left: 40px;
	font-size: 11.7pt;
}
#dhtmltooltip 
{	
	border: 2px solid #000;
	padding: 5px;
	visibility: hidden;
	z-index: 100;
	width: 150px;
	position: absolute;
}
.success
{
	display: block;
	border-color: #A2CF81;
	border-style: solid;
	border-width: 2px 0pt;
	margin: 1em 0pt;
	padding: 0.5em;
	text-align: left;
	background-color: #E4FFCF;
}
.failure
{
	display: block;
	border-color: #FF3F3F;
	border-style: solid;
	border-width: 2px 0pt;
	margin: 1em 0pt;
	padding: 0.5em;
	text-align: left;
	background-color: #FFCFCF;
}

.mandatoryField 
{
    color:#F60A0A;
    vertical-align:top;
}
.mandatoryFieldInfo 
{
    font-style:italic;
}
.right
{
    float:right;
}
.error
{
    color:Red;
}