/* CSS Document */
html {overflow-y:scroll;}

body {
    text-align: center;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
 	background-color: #dddddd;
	font-family: Verdana, Arial, sans-serif;
	font-size:80%;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #000000;
	}

a:visited {
	color: #000000;
	}

a:active {
	color: #000000;
	}

a:hover {
	color: #cc0000;
	background: #FFCCCC;
	}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding: 0px;
	width: 750px;
	border-top: 7px solid #003366;
	border-left: 2px solid #003366;
	border-right: 2px solid #003366;
	border-bottom: 7px solid #003366;
	background-color: #F7FFFF;
	}

div.title {
	line-height:110%;
	text-align:right;
	padding: 0px 0px 4px;
	margin: 0px 0px 10px;
	background-color: #003366;
}

div.title a:link {
	color:#FFFFFF;
	}

div.title a:visited {
	color:#FFFFFF;
	}

div.title a:active {
	color:#FFFFFF;
	}

div.title a:hover {
	color:#FFCCCC;
	background:#990000;
	}


div.mainBlock {
	padding:0px 0px 0px 5px;
	float: left;
	width: 511px;
}

div.subBlock {
	float: left;
	width: 229px;
	border-left: 1px solid #003366;
	margin-bottom:10px;
}

div.footer {
	padding: 0px;
	clear: both;
	width: 750px;
	text-align:right;
}

div.inBox{
	padding:4px 10px 15px;
}

div.mainBox{
	padding:4px 10px 0px;
}

.pickMain {
	padding:12px 10px 14px;
	}

.space {
	padding: 8px;
	}

.mesCaption {
	font-weight: bold;
	font-size:125%;
	padding: 32px 5px 0px;
	}

.mesMain {
	padding: 0px 10px;
	}

.mesMain p{
	padding: 7px 0px 3px;
	margin: 0px;
	}
	
.mesFooter {
	text-align:right;
	font-size: 80%;
	border-top:1px #999999 dashed;
	border-bottom:2px #333333 dotted;
	padding: 3px 10px 20px;
	color:#666666;
	}

.tna {position: relative;top: 0;left: 0;float: left;padding: 0px;
	width: 74px;
	height: 110px;
	margin: 0px 12px 4px 0px;
}
.tna a .large {display: block;position: absolute;top: 0;left: 0;border: 0px;z-index: -1;
	width: 74px;
	height: 110px;
}

.tna a.popup,
.tna a.popup:visited {display: block;top: 0;left: 0;}
.tna a.popup:hover {background-color: #fff;}
.tna a.popup:hover .large {display: block;position: absolute;top: 0;left: 0;border: 1px solid #555555;z-index: 2;
	width: 108px;
	height: 160px;
}

.tnb {position: relative;top: 0;left: 0;float: left;padding: 0px;
	width: 132px;
	height: 110px;
	margin: 0px 12px 4px 0px;
}
.tnb a .large {display: block;position: absolute;top: 0;left: 0;border: 0px;z-index: -1;
	width: 132px;
	height: 110px;
}
.tnb a.popup,
.tnb a.popup:visited {display: block;top: 0;left: 0;}
.tnb a.popup:hover {background-color: #fff;}
.tnb a.popup:hover .large {display: block;position: absolute;top: 0;left: 0;border: 1px solid #555555;z-index: 2;
	width: 192px;
	height: 160px;
}

.tnc {position: relative;top: 0;left: 0;float: left;padding: 0px;
	width: 110px;
	height: 110px;
	margin: 0px 12px 4px 0px;
}
.tnc a .large {display: block;position: absolute;top: 0;left: 0;border: 0px;z-index: -1;
	width: 110px;
	height: 110px;
}
.tnc a.popup,
.tnc a.popup:visited {display: block;top: 0;left: 0;}
.tnc a.popup:hover {background-color: #fff;}
.tnc a.popup:hover .large {display: block;position: absolute;top: 0;left: 0;border: 1px solid #555555;z-index: 2;
	width: 160px;
	height: 160px;
}

.mesMain img {
	border:1px solid #000000;
	margin: 0px 5px 5px 0px;
}

.ll{
	font-size: x-large;
	line-height: normal;
	}
.l{
	font-size: large;
	line-height: normal;
	}
.s{
	font-size: small;
	line-height: normal;
	}
.ss{
	font-size: x-small;
	line-height: normal;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

