/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
	background: #b3b398;
}

#topline {
	width: 100%;
	height: 8;
	margin: 0px;
	padding: 0px;
	display: table;
	background: url(../images/top_bg.gif) top left repeat-x;
}

#logoutholder {
	width: 770px;
	height: auto;
	display: table;
	text-align: right;
	margin: 0 auto;
}

.logout {
	width: 75px;
	height: 26px;
	background: url(../images/logout_bg.gif) top left no-repeat;
	float: right;
	text-align: center;
	padding-top: 5px;
}

.logout a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}

#wrapper {
	width: 770px;
	height: auto;
	margin: 0 auto;
	display: table;
}

.logo {
	width: 120px;
	height: 89px;
	display: table;
	background: url(../images/logo.gif) top left no-repeat;
	float: left;
}

#memberinfo {
	width: 380px;
	height: auto;
	padding: 5px;
	background: #efefef;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 30px;
	line-height: 8px;
}

.box1 {
	width: 100px;
	height: auto;
	display: table;
	background: #d7d7d7;
	float: left;
	margin-right: 5px;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 4px !important;
	margin-bottom: 0px;
}

.box2 {
	width: 150px;
	height: auto;
	display: table;
	background: #fff;
	float: left;
	padding: 3px;
}

.box3 {
	width: 200px;
	height: auto;
	display: table;
	background: #fff;
	float: left;
	padding: 3px;
}

.clear {
	clear: both;
}

#tab {
	width: 770px;
	height: auto;
	display: table;
	clear: both;
	margin-top: 20px;
}

.box {
	border:1px solid #ccc;
	width:140px;
	height:16px;
	font-size:10px;
	background: #f7f7f7;
}

.button {
	border:1px solid #ccc;
	height:18px;
	font-size:10px;
	font-weight:bold;
	background: #f7f7f7;
}

.red {
	color: #ff0000;
	padding:5px;
	border: 1px solid #ccc;
}

th {
	background: url(../images/strip.gif);
	height: 25px;
	color: #1a0c5c;
}
th a{
	height: 25px;
	color: #1a0c5c;
}
th a:hover{
	height: 25px;
	color: #1a0c5c;
}
