
/********************************      Basic Structure      ********************************/

html {
	  font-size: 100%;
	  height: 100%;
	  margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
	  }

body {
	  font-family: Arial, Helvetica, sans-serif;
	  color: #555;
	  background: #f0f0f0 url('_images/bg-body.gif') top left repeat-y;
	  font-size: 12px;
	  }
	  
p {line-height:15px; clear: both; padding:5px;}
h1 {margin: 20px 0px 20px 0px; font-size: 16pt; font-weight:bold; color:#333; }
h2 {margin: 20px 0px 5px 0px; font-size: 14pt; font-weight:bold; color:#cb8200; }
h3 {margin: 20px 0px 5px 10px; font-size: 12pt; font-weight:bold; color:#cb8200; }
h4 {margin: 0px 0px 5px 10px; color:#cb8200; }
td h3 {margin-left: 0px; }
td h4 {margin: 0; }



a {color:#00F;}

td {
	padding:4px;
}
td.label {
	font-weight: bold;	
}

hr {
	color: silver;
	background-color: silver;
	height: 1px;
	margin: 15px 0 15px 0;
}

strong {font-weight:bold;}
	  
#wrapper-main {
	background-color:#FFF;
	width:800px;
	padding: 2px;
	margin: auto;
	
}
#alert-wrapper {
	border: 2px dashed red; 
	margin: 10px 0 10px 0; 
	padding: 5px;	
}
#alert {
	 color:#FFFFFF; 
	 font-size: 11pt; 
	 font-weight: bold; 
	 padding: 15px;	
}

#wrapper-content {
	margin: 30px;
}

/****Columns****/
#colLeft {
	position: relative;
	float: left;
	width: 500px;
}
#colRight {
	position: relative;
	float: right;
	width: 220px;
}

/****Sponsors section****/
#sponsors h3 {margin:10px 0 0 0; padding:5px; border-top: 2px solid #cb8200; border-bottom: 2px solid #cb8200; text-align: center;}
#sponsors a {display:block; padding:10px 0 10px 0; border: 1px solid white; border-bottom: 1px solid #EBEBEB; z-index:100;}


#footer {
	text-align:center;
	vertical-align: middle;
	padding: 10px;
	background-color:#EB9700;
	color: white;
	font-weight: bold;
	width:780px;
}
#footer a {
	text-decoration: none;
	color: white;
}
#nav-main {
	margin-top: 2px;
	height: 35px;	
	background-color:#cb8200;
}

#nav-main a{
	position:relative;
	top: 9px;
	text-decoration:none;
	color: white;
	font-weight: bold;
	padding: 10px;
	text-align:center;
	vertical-align:middle;
	background-color:#cb8200;
	border-right:1px solid white;
	margin:0px;
	height: 40px;
}
#nav-main a:HOVER {
	background-color:#EB9700;
}

ul.list li{
	list-style:disc;
	margin-left: 30px;
	line-height:20px;
	
}

/****** form *****/

form label {
	position: relative;
	width: 140px;
	float:left;
	margin-right: 15px;
	font-size: 1.1em;
	font-weight: bold;
}

form input, form select {
	position: relative;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	color:#333;
	padding: 2px;
	border: 1px solid silver;	
}
form input[type=radio] {
	border: none;	
}
form input[type=checkbox] {
	border: none;	
}

/****** registration page *****/

#regWrapper {
	width:100%; 
	text-align: left; 
	margin: auto;
}
#regWrapper h2 {
	background-color: #EB9700;
	color: white;
	font-size: 12pt;
	padding: 4px;
	width: 100%;
	margin:40px 0 5px 0;
}
#regWrapper .checkboxDiv {
	font-weight: bold;
	min-width: 100px;
	float:left;
}
#memberLoginWrapper #submitBut-login {
	margin-left: 155px;	
}
#memberLoginWrapper #forgot-password {
	 color:gray; 
	 text-decoration:none;
	 margin-left: 165px;
}
#msg-memberLoggedIn-success {
	font-size: 1.2em;
	font-weight: bold;
	color:#060;
}
.amount_field {
	background-color: #EFEFEF;
	color: red;
	font-weight: bold;
	font-size: 1.1em;
	padding: 1px 5px 1px 5px;
}
#workshops select {
	width: 400px;
	font-weight: normal;
	font-size: 9pt;
}
#workshops td {
	white-space:nowrap;
}
#feesDue {
	margin: 4px 0 0 25px;
	width: 350px;
}
#feesDue td, #feesDue span {
	font-size: 1.2em;	
}
#workshops .disabled {
	color: silver!important;	
}



