@CHARSET "UTF-8";

#content {
	width: 894px; /* 922px - 28px = 894px */
	margin-top: 14px;
	padding: 14px 14px 0 14px;
	background: url('../img/user_page/bg_content.jpg') top center no-repeat;
}
/* Table Layout */
table {
	width: 100%;
	margin-bottom: 12px;
	border: 0;
	border-top: 1px solid #aaa;
	background-color: transparent;
	border-collapse: collapse;
}
table caption {
	padding-left: 3px;
	border-left: 2px solid #EE3322;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
}
table tr th {
	padding: 6px;
	border: 0;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}
table tr td {
	padding: 6px;
	border: 0;
	border-bottom: 1px solid #aaa;
}

/* Page Navigator */
#pageNav {
	margin-bottom: 12px;
}
#pageNav .active {
	padding: 2px;
	color: #fff;
	background-color: #8E8F8A;
	font-weight: bold;
}
#pageNav a {
	padding: 2px;
	font-weight: bold;
}
#pageNav a:hover {
	color: #fff;
	background-color: #8E8F8A;
}

/* User table */
table#profile th {
	width: 210px;
}

/* User Dreams */
.user_dream input {
	font-size: 18px;
}
.user_dream b {
	font-size: 18px;
}
.user_dream strong {
	color: #E60018;
	font-size: 18px;
}
.user_dream .calender {
	text-align: right;
}
table.user_dream th {
	width: 180px;
}


/* Override */
h2 {
	color: #e32;
	font-size: 190%;
	margin-bottom: 0;
}
