@import url( "shadowdiv.css" );

html {
	overflow-y: scroll;
}

body { 
	background-color: white;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 13px;
	text-align: justify;	
}

h1 {
	font-size:1.7em;
}

h2 {
	border-bottom: black solid 1px;
	font-size:1em;
	margin-bottom:7px;
}

a { text-decoration:none; font-style: normal; color:black;  }
a:visited { text-decoration:none; color:black; }
a:hover { text-decoration:none; color:black; }

img.smallicon {
	cursor:pointer;
}

span.highlight {
	background-color: #f595c3;
}

span.info {
	font-weight:bold;
}

span.enhancedlink {
	cursor:pointer;
	color:#1e5f99;
}

span.enhancedlink:hover {
	background-color: #14A7C4;
}

span.epvote {
	font-weight:bold;
}

#container {
	clear:both;
	margin: 0 auto;
	width: 1000px;
	text-align: left;	
}

#content {
	width:100%;
	overflow:auto;
}

#header {
	width:100%;		
	height:160px;
	margin-top:10px;
}

#main {
	width:100%;
	overflow:auto;
}

#footer {
	width:100%;	
	text-align:right;
	font-size:11px;	
}

#logo {
	float:left;
	width:110px;
}

#menubar {
	height:140px;
	font-variant: small-caps;	
	width:890px;
	float:left;
	border-bottom: #006478 solid 10px;		
}

#menubar #list1 {
	width:200px;
	float:right;
}

#menubar #list2 {
	width:100px;
	float:right;
}

#menubar li {
	margin:2px 0px 2px 5px;
}

#menubar li#selected {
	margin:2px 0px 2px 0px;
	padding-left:4px;
	border-left: #14A7C4 solid 1px;
}

#menubar li#selected a {
}

#menubar #left {
	float:left;
}

#menubar .right {
	float:right;
}

#submenubar {
	font-variant: small-caps;	
	font-size: 1.1em;	
	clear:both;
	width:100%;
}

#submenubar ul {
	margin-bottom: 10px;
}

#submenubar li {
	display:inline;
	padding-right:5px;
	padding-left:5px;
	border-right: #d1d1d1 solid 1px;	
	border-bottom: #d1d1d1 solid 1px;
}

#submenubar li:first-child {
	border-left: #d1d1d1 solid 1px;	
}

#submenubar li:hover {
	background-color: #d1d1d1;
}

#submenubar li#selected a {
	color:#f595c3;
}

#rclayer {
	background-color:white;
	padding:2px;
	border: #37a7a7 solid 1px;
}

#rc {
	height:21px;
	width:55px;
	padding-right:3px;
}

#rc #content {
	position:relative;
	top:3px;
	left:1px;
}


.floatlayer {
	position:absolute; 
	visibility:hidden;
	z-index:2; 
}

.stripe {
	clear:both;	
	width:100%;
}

#detaillayer {
	width:320px;
	text-align: left;	
}

#detaillayer .lstline {
	width:272px;	
}

#detaillayer .lsbline {
	width:272px;
}

#memberlayer {
	width:430px;
	text-align: left;	
}

#memberlayer .lstline {
	width:382px;	
}

#memberlayer .lsbline {
	width:382px;
}

#shortlayer {
	width:230px;
	text-align: left;	
}

#shortlayer .lstline {
	width:182px;	
}

#shortlayer .lsbline {
	width:182px;
}

#infolayer {
	text-align: left;	
}

#memberdetail h1 {
	font-size:1.4em;
	padding-bottom: 10px;
}

#memberdetail table td {
	padding: 0px 5px 5px 0px;
	vertical-align:top; 
}

#memberdetail table td.label {
	width:100px;
	color: gray;
}

.inputbox {
	padding:2px 0px 2px 2px;	
	border: #d1d1d1 solid 1px;
}


#tinyurl {
	padding-bottom:5px;
	font-size:0.8em;
}

#tinyurl a {
	color:#0175bf;
}

