/* version=1 */

.blu { color: #1B5790 !important; }
.red { color: #f00 !important; }
.grn { color: #008000 !important; }
.gry { color: #666 !important; }
.dgry { color: #333 !important;}
.lgry { color: #999 !important; }
.blk { color: #000 !important; }
.wht { color: #fff !important; }

body {
	margin: 0;
	padding: 0;
	font: 83%/1.4 arial, helvetica, sans-serif;
}

br {
	line-height: 5px;
}

img {
	border: none;
}

h1 {
	margin: 0;
}

h2 {
	font-size: 85%;
}

pre, code {
	font-size: 100%;
	background: #369;
	color: #fff;
 	margin: 0;
	padding: 5px;
}

dt, dd, p {
	margin: 0.5em;
}

a {
	color: #06c;
	font-weight: bold;
}

a:visited {
	color: #669;
}

em {
	color: #999;
	font-style: normal;
	white-space: nowrap;
}

strong {
	font-weight: normal;
	color: #999;    
}

.user-photo {
	border: 1px solid #999;
	vertical-align: middle;
	margin-right: 5px;
}

.ico {
	vertical-align: middle;
	margin-right: 5px;
}

table.header {
	width: 100%;
	color: #369;
	margin: 0;
}

td {
	padding: 3px;
	vertical-align: top;
}

td.about {
	text-align: right;
	color: #b7cee5;
}

td.about a {
	color: #e37400;
	font-weight: normal;
}

.contents {
	padding: 5px;
	background: #eaeaea;
}

.instruction {
	background: #ffffff;
	color: #666;
	padding: 5px;
}

dd a {
	font-weight: normal;
}

dd {
	padding: 0 0 1em 1em;
}

.logo {
	text-align: left;
}

.copy {
	border-top: 1px solid #ccc;
	background: #eee;
	padding: 0.5em;
	color: #666;
	margin: 2em 0 0 0;
}

.copy a {
	color: #666;
	padding-right: 2px;
}

.confirm {
	color: #e18015;
}

.warning {
	color: #b50b05;
}

.error {
	color: #c00;
}

#nextprev {
	text-align: left;
}

fieldset {
	margin: 2em;
	border-color: #ddd;
}

.title {
	font-size: 125%;
	text-align: left;
	padding-bottom: 5px;
}

.selected {
	padding: 5px;
	margin-bottom: 5px;
	background: #fff;
}

.selected .user-photo {
	border: none;
}

.searchbox {

	width: 60px;
}

.messages {

}
.message {
	display:inline;
	padding-top: 5px;
	left: 0px;
	position:absolute;
}
.link-normal {
	font-weight:normal;
}
.link-bold {
	font-wight:bold;
}
.message-ico-link {
	position: absolute;
	left: 130px;
}


.message-select {
	position: absolute;
	left: 180px;
	width: 50px;
	font-size:0.8em;

}
.message-select-no-ico {
	position: absolute;
	left: 130px;
	width: 50px;
	font-size:0.8em;

}

.message-subject {
	position: absolute;
	left: 170px;
}

.new-message-ico-link {
	position: absolute;
	left: 150px;
}

.new-message-select {
	position: absolute;
	left: 310px;
	width: 50px;
	font-size:0.8em;
}

.show-welcome {
	
}

.hide-welcome {
	display:none;
}