html, body {
	font-family: Verdana, sans-serif;
	font-size:90%;
	height:100%;
}

#title {
	position:absolute;
	left:0px;
	top:0px;
	height: 100px;
	width: 100%;
	background-image: url(../../images/banner.jpg);
	background-repeat: repeat-x;

}

#menu {
	position:absolute;
	left:0px;
	top: 101px;
	background-color: #3366FF;
	width: 190px;
	color: black;
	height: 100%;
	text-align:center;
	font-weight: bold;
}

#menu a {
	color : #FFFFFF;
}

#menu a:hover {
	color : #7D88EE;
}

#menu_links {
	
	color: black;
	padding: 5px;
	font-size: 85%;
	text-align: left;
	font-weight: normal;
}

#menu_links img {
	border: 0px;
}

#sub_menu_links {
	margin-top: 8px;
}

#menu_title {
	font-size: 150%;
	color: white;
}

#content {
	margin-top: 15px;
	margin-left: 10px;
	position:absolute;
	top: 97px;
	left:195px;
	color: #666666;
}

#content a {
	color : #0000EE;
}

#content a:visited {
	color : #551A8B;
}

#content a:hover {
	color : #FF0000;
}

#error_detail {
	text-align : center;
	visibility: hidden;
	border : 2px solid;
	border-color: red;
}

.title {
	background-color: lightgrey;
	font-weight: bold;
	border: 1px solid;
	border-color: black;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:5px;
	padding-right:15px;
}

.form-text {
	font-family: verdana, arial, helvetica, sans-serif;
    	font-size: 12px;
	font-weight: normal;
}

#thank_msg{
	margin-top: 100px;
	margin-left:50px;
	width: 400px;
	text-align:center;
}

#login {
	margin-left: 100px;
	margin-top: 100px;
}

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 105%;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}

.element {
	margin: 0;
	padding: 4px;
	
}

.limited_zone {
	overflow: auto;
	height: 275px;
	margin-top:5px;
	width: 800px;
}

.limited_zone img {
	vertical-align: middle;
}


#members {
	margin-left: 30px;
}

#logout {
	margin-left : 30px;
	margin-top:5px;
 	width: 800px; 
}

#logout_img {
	width : 25px;
	height : 25px;
	border : 0px;
	vertical-align: middle;
}

#table_adrs {
	border-collapse : collapse;
}


#paymt_sel {
	margin-left: 80px;
	border: 1px solid;
	border-color: black;
	visibility:hidden;
	padding: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:black;
	text-align:left;
}

#addresses {
	width: 95%;
	height:300px;
}

.login_field {
	width: 130px;
}
