.container {
	background-color:white;
	margin:auto auto 0;
	position:relative;
	width: 950px;
	border-left:1px solid white;
	border-right:1px solid white;
	}
.top {
	background:url(images/top.png) no-repeat scroll left top;
	height: 245px;
	}
.bottom {
	padding-top: 40px;
	padding-left: 15px;
	padding-bottom: 10px;
	clear:left;
	}
.loginMenu {
	padding-right:10px;
	padding-top:50px;
	text-align:right;
	font-family:serif;
	font-size:18px;
	}
	 .loginMenu a {
		color: black;
		text-decoration:none;
		}
	.loginMenu a:hover {
		text-decoration:underline;
		}
.topMenu {
	margin-left:320px;
	margin-top:120px;
	color:white;
	font-family:serif;
	font-size:18px;
	}
	.topMenu a {
		color: white;
		text-decoration:none;
		}
	.topMenu a:hover {
		text-decoration:underline;
		}
.pageBody {
	width: 600px;
	margin:auto auto 0;
	padding-top: 20px;
	}
.pageSpeakerBody {
	width: 930px;
	margin:auto auto 0;
	padding-top: 20px;
	}
#pageSpeakerTitle {
	text-align: center;
	}
	
	

.top_menu {
	background-color: #073c64;
	height:34px;
	padding-left:5px;
	color: white;
	font-size:18px;
	font-family:serif;
	}
	.top_menu a {
		color: white;
		text-decoration:none;
		}
	.top_menu a:hover {
		text-decoration:underline;
		}
.login_menu {
	float: right;
	padding: 5px;
	color: black;
	font-size:18px;
	font-family:serif;
	}
	.login_menu a {
		color: black;
		text-decoration:none;
		}
	.login_menu a:hover {
		text-decoration:underline;
		}
.content {
	text-align: left;
	background-color: #e7e8ea; 
	width: 680px; 
	min-height: 430px; 
	padding:20px; 
	}
.form {
	text-align: left;
	width: 680px; 
	min-height: 430px; 
	padding:20px; 
	}
#steps {
	text-align: center;
	}
img {
	border: 0;
	}
	
.module {	
	overflow: hidden;
	padding: 5px 0;
	margin-bottom: 5px;
	}
	.module h1 {
		font-family:sans-serif;
		color: #d6d4d5;
		}
#user_menu {
	border-top: #e9ab70 solid 1px;
	}
	
h1 {
	font-family:sans-serif;
}


.required_class {
	color:red;
}

a.tab_button {
	background-image: url(images/p_tab.gif);
	width:129px;
	float:left;
	display:block;
	padding-left:17px;
	height:19px;
	text-decoration:none;
	color:white;
	
}

span.red {
	color: red;
}

legend {
 	color:blue;
 	font-weight:bold;
}

.gray_text {
	color:#DD5E0D;
	font-size:8pt;
}

.custom-tip {
	color: #000;
	width:500px;	
	z-index: 13000;
	border: 1px solid #e8ab70;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #e8ab70;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 13px;
	padding: 4px 8px 8px;
	background: #ffffff;
}

.custom_tip .tip {
	color: #000;
	width:500px;	
	z-index: 13000;
	border: 1px solid #e8ab70;
}
 
.custom_tip .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #e8ab70;
	border-bottom: 1px solid #B5CF74;
}
 
.custom_tip .tip-text {
	font-size: 13px;
	padding: 4px 8px 8px;
	background: #ffffff;
}

.btn_show
{
    width:20px;
    height:20px;
    border: none;
    background: url('images/plus-sign1.bmp') no-repeat scroll 0 0;
    cursor: pointer;
   
}
.btn_hide
{
    width:20px;
    height:20px;
    border: none;
    background: url('images/minus-sign1.bmp') no-repeat scroll 0 0;
    cursor: pointer;
}
