a {
	color: #515f78;
	text-decoration: none;
}
body, html {
	font-family: Arial;
	font-size: 12px;
	background: url('/assets/images/background.jpg') top left no-repeat #ffffff;
}

strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

/* HEADER */

div#header {
	height: 24px; 
	background-color: #f4f8ff; 
	border-bottom: 1px solid #dee4f2; 
	line-height: 25px; 
	padding:0 35px; 
	color: #98abd6;
	position: relative;
}


div#header strong {
	font-weight: bold;
	color: #6e7073;
}

div#header ul {
	position: absolute;
	left: 830px;
	top: 0px;
}

div#header ul li {
	display: inline;
	padding-right: 10px;
}

/* CONTAINER */
div#container {
	width: 824px;
	padding: 17px 50px 75px 127px;
}

/* MENU */
div#menu {
	background-color: #dce2ed;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2)
	float: left;
	width: 824px;
}

div#menu ul {
	float: right;
}

div#menu ul li {
	display: inline;
}

/* BUTTON */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	padding: .4em;

	color: #8e96a5;
	border: solid 1px #b7b7b7;
	border-right-color: #98abd6;
	border-bottom-color: #98abd6;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f8ff));
	background: -moz-linear-gradient(top,  #fff,  #f4f8ff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f8ff');
	
	margin: .4em;
	width: auto;
}

.button:hover {
	text-decoration: none;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e4ea));
	background: -moz-linear-gradient(top,  #fff,  #e0e4ea);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e4ea');
}

.button:active {
	position: relative;
	top: 1px;
}

/* CONTENT */
div#content {
	min-height: 675px;
	padding-top: 25px;
	float: left;
	width: 665px;
}

div#banner {
	float: right;
	text-align: right;
	margin-top: 25px;
	padding: 13px;
	background-color: #dde3ee;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	width: 120px;
	
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

div.list div.banner {
	text-align: center;
	float: left;
	padding: 5px 0;
	width: 100%;
	border-bottom:1px solid #BEBEBE;
	border-top:1px solid #BEBEBE;
}

/* FOOTER */

div#footer {
	clear: both;
	color: #b0bfde;
	font-size: 13px;
	text-align: right;
	border-top: 1px solid #b0bfde;
	margin-top: 10px;
	padding-top: 5px;
}


div#footer span#copyright {
	float: left;
}

/* LISTS */
div.block div.title {
	background-color: #000000;
	color: #dde3ee; 
	float: left;
	padding-left: 13px; 
	padding-top: 1px;
	line-height: 20px; 
	font-size:14px; 
	max-width:600px;
	min-width:300px;
	overflow: hidden;
	height: 19px;
	-webkit-border-radius: .5em 0 0 0; 
	-moz-border-radius: .5em 0 0 0;
	border-radius: .5em 0 0 0;
}

div.block div.title.error,
div.block div.content.error {
	color: red;
}

div.block {
	margin-bottom: 12px;
}

div.block div.slope {
	width: 0; font-size: 0; line-height: 0;
	border-bottom: 20px solid #000000;
	border-right: 20px solid transparent;
	float: left;
}

div.block table.list {
	clear:both;
	color: #515f78;
	width: 661px;
	border-right: 1px solid #bebebe;
}

div.block table.list a {
	font-weight: bold;
}

div.block table.list tr, div.block table.list tr td {
	background-color: #a5b0c4;
}

div.block table.list tr.odd, div.block table.list tr.odd td {
	background-color: #dde3ee;
}

div.block table.list td {
	text-align: center;
	vertical-align: top;
	overflow:hidden; 
	white-space:normal;
	display: inline-block;
}

div.list {
	width: 661px;
	clear: both;
}

div.list div.header,
div.block div.meta {
	float: left;
	background-color: #a5b0c4;
	border-right: 1px solid #bebebe;
	border-top: 1px solid #bebebe;
	color: white;
	font-weight: bold;
	
	-webkit-border-radius:  0 .5em 0 0;
	-moz-border-radius:  0 .5em 0 0;
	border-radius:  0 .5em 0 0;
}

div.block div.meta {
	font-weight: normal;
	width: 634px; 
	
	padding: 5px 13px;
}

div.block div.meta span {
	float: right;
}

div.block div.content {
	padding: 17px 13px;
	background-color: #dde3ee;
	color: #535d71;
	font-weight: bold;
	border-right: 1px solid #BEBEBE;
	clear: both;
	width: 634px;
	float: left;
}

div.list div.ad {
	background-color: #a5b0c4;
	float: left;
	border-right: 1px solid #bebebe;
	width: 660px;
	cursor: pointer;
}

div.list div.ad a {
	font-weight: bold;
}

div.list div.ad.none {
	padding: 8px;
	width: 644px;
}

div.list div.ad.odd,
div.list div.footer.odd,
div.block div.footer.odd {
	background-color: #dde3ee;
}

div.list div.ad div,
div.list div.header div {
	display: block;
	float: left;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	overflow: hidden;
}

div.list div.footer,
div.block div.footer {
	clear: both;
	width: 660px;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	background-color: #dde3ee;
	
	-webkit-border-radius: 0 0 .5em .5em;
	-moz-border-radius: 0 0 .5em .5em;
	border-radius: 0 0 .5em .5em;
	
	text-align: right;
}

div.block div.footer {
	background-color: #A5B0C4;
}

div.block div.footer.left {
	text-align: left;
}

div.list div.ad div.place,
div.list div.header div.place {
	width: 80px; 
	padding: 8px 4px;
}

div.list div.header div.place {
	margin-left: 402px;
}

div.list div.author {
	width: 75px;
}

div.list div.date {
	width: 63px;
}

div.list div.ad div.image {
	width: 80px;
	padding: 7px;
}

div.list div.ad div.description {
	text-align:left; 
	padding: 8px; 
	width: 292px;
}

div.list div.image img {
	width: 50px; 
	border: 2px solid rgb(255, 255, 255); 
	
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

div.block div.content img.ad {
	border: 4px solid rgb(255, 255, 255); 
	
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	
	margin: 0 13px 13px 0;
	float: left;
}

div.content div.profile {
	clear: both;
	text-align: center;
	padding-top: 10px;
}

div.block div.content ul {
	padding-left: 40px;
	margin: 10px 0;
}

div.block div.content ul li {
	list-style-type: disc;
}

/* FORM */
input[type="text"], input[type="password"], textarea {
	border:1px solid #73767b;
	display: block;
	margin: 2px 0;
	padding: 4px 6px;
	width: 621px;
}

input.validation-failed, textarea.validation-failed {
	-moz-box-shadow: 2px 2px 2px rgba(255, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(255, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(255, 0, 0, 0.2);
	
	border:1px solid red;
}

label.overTxtLabel {
	color: #898e97;
}

label {
	display: block;
	padding: 5px;
}

label.profile img {
	padding-top: 3px; 
	padding-right: 10px; 
	float: left
}

label.profile input {
	width: auto; 
	display: inline
}

/* NOTICE */
div.notice {
	background: url('/assets/images/icon_info.png') 16px 19px no-repeat #d0dffe;
	padding: 23px 58px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	margin-bottom: 20px;
}

div.notice.error {
	background-color: #f2b0ae;
	background-image: url('/assets/images/icon_error.png');
	font-weight: bold;
	color: #cc321e;
}

div.notice.tip {
	background-color: #FEF9C9;
	background-image: url('/assets/images/icon_tip.png');
}

span.notice {
	color: red;
	font-style: italic;
}

/* UPGRADE */
div#codeCheck {
	border:2px solid #ff7e00; 
	-moz-border-radius: 0.5em; 
	border-radius: 0.5em; 
	-webkit-border-radius: 0.5em; 
	background-color: #ffd800; 
	padding: 18px; 
	text-align: center; 
	color: #000000; 
	font-size: 14px; 
	font-weight: normal
}

input#codeInput {
	display: inline; 
	width: 50px; 
	text-align: center; 
	font-size: 20px
}

input#codeInput.loading {
	color: transparent;
	background: url('/assets/images/ajax-loader.gif') center center no-repeat white;
}

input#codeInput.error {
	border:1px solid red;
	background-color: #FFEFEF;
}

div#codeCheck input[type=submit] {
	position: relative; 
	top: -3px;
}

div#codeCheck input[type=submit]:active {
	top: -2px;
}
