@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:11px;
	border:0;
}
li {
	margin-left: 35px;
}
body {
	background-color: #FFF;
	background-image: url(../map_small.png);
	background-position:center;
	background-repeat:no-repeat;
}
hr {
	height:1px;
	font-size:0px;
	background-color:#CCC;
	color:#CCC;
	margin:15px 0;
	clear:both;
	display:block;
}
h1, h2 {
	font-size:18px;
	margin:15px 0px;
}
h2 {
	font-size:16px;	
}
.bbox, .bbox2 {
	background-image:url(/i/other/box_bg.png);
	background-repeat:no-repeat;
	height:55px;
	padding:10px;
	width:206px;
	margin-bottom:10px;
}
.bbox2 {
	background-image:url(/i/other/box_bg2.png);
}
#navigation {
	position:absolute;
	top:10px;
	left:10px;
	font-size:11px;
	text-align:left;
}
#lowerlinks {
	position: absolute;
	right: 20px;
	bottom: 5px;
	z-index:99;
}
#mem_content {
	width:780px;
	background-color:#FFF;
	margin:auto;
	min-height:600px;
	padding-top:70px;
}
#lowerlinks a {
	text-decoration:none;	
	color: #43D4FF;
}

#navlinks {
	position:absolute;
	right:20px;
	top:20px;
}

body, html {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
}

#minimap {
	margin:auto;
	display:block;
}
p {
	margin:15px 0px;	
}
a {
	color: #242D58;
	font-weight:bold;
}

#hv_right_outer {
	font-size:10px;
	position:absolute;
	right:0px;	
	text-align:left;
}
#hv_right {
	background-image:url(/i/other/right_bg.gif);
	background-repeat:no-repeat;
	background-color:#B4E6F5;
	padding:10px;
	width:170px;
	height:289px;
}
label {
	float:left;
	width:200px;
	text-align:right;
	font-weight:bold;
	margin-top:2px;
	margin-right:5px;
}
input, textarea, select {
	background-color: #FFF;
	width: 170px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	padding: 3px;
	border:1px solid #CCC;
	margin-bottom:5px;
}
input:focus, textarea:focus, select:focus {
	color: #666;	
	border-color:#666;
}
 textarea {
	height:40px;
}
 select {
	width: 178px;	
}
.login { width: 200px; }
.page { width: 500px }

#findtalent {
display:none;
position:absolute;
}
#findtalent select, #findtalent input{
z-index:1;
position:relative;
}


.table {
	border: 2px groove #CCC;
	border-right:none;
	border-bottom:none;
}
.table td {
	padding:5px;	
}
.table tr.header td {
	background-color: #0CF;
}
.table tr td {
	background-color: #F7F7F7;
	border: 2px groove #CCC;
	border-left:none;
	border-top:none;
}

#imgholder img {
	cursor:pointer;	
}

#stext {
	font-size:11px;
	color: #36C;
	position:absolute;
	width:150px;
	left:30px;
	top:100px;
}

p.toppingupsentence {
	position:absolute;
	font-size:16px;
	font-style:italic;
	top:-90px;
	right:-530px;
	width:200px;
	font-weight:bold;
}
p.toppingupsentence a {
	clear:both;
	display:block;
	text-align:right;
	padding:5px 0;
}