/* Cascading Style Sheet for neopetstuff.net */

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	width: 100%;
	height: 100%;
	margin-bottom: 1px;
	font-family: Verdana, Arial, Serif, Sans-serif;
	font-size: 14px;
	background-color: #C1CACA;
	color: #5A5A5A;
	cursor: default;
}

#wrapheader {
	background-image: url('./images/header.jpg');
	background-repeat: repeat-x;
	height: 120px;
}

#menubar {
	background-image: url('./images/buttons_back.jpg');
	background-repeat: repeat-x;
	height: 60px;
	overflow: hidden;
}

#menubottom {
	width: 100%;
	height: 12px;
	background-image: url('./images/buttons_bottom.jpg');
	background-repeat: repeat-x;
}

.contentParent {
	width: 600px;
	background-image: url('./images/content.jpg');
	background-repeat: repeat-y;
	margin-bottom: 20px;
}

#content {
	min-height: 50px;
	padding: 5px;
	background-image: url('./images/content_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;;
}

table.header {
	width: 600px;
	color: #c5c3c5;
}

.footer {
	margin-bottom: 7px;
	font-size: 10px;
}

a {
	outline: none;
}

a:link, a:visited {
	color: #6666ff;
	text-decoration: none;
}

a:hover {
	color: #9999ff;
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	margin: 5px 0px;
	height: 10px;
	border: 0px none;
	background-image: url('./images/hr.jpg');
	background-repeat: repeat-x;
}

div.message {
	text-align: center;
	border: 1px dashed #996666;
	background-color: #EDBFBF;
	width: 80%;
	padding: 40px 20px;
	font-size: 22px;
	margin: 10px auto;
	color: #663333;
}

h1 {
	border-bottom: 4px solid #EECCAA;
	margin: 3px 10px;
	padding-right: 20px;
	text-align: right;
	font-weight: normal;
	font-style: italic;
	font-family: Verdana, Tahoma, Arial;
	font-size: 30px;
	color: #7A7A9A;
}

h2 {
	font-size: 30px;
}

h2, h3 {
	font-weight: normal;
	font-family: 'Segoe UI', Verdana, Tahoma, Arial, Sans-serif;
}

acronym {
	outline: none;
	border: none;
}

.block-start table.news { 
    border-top-width: 0; 
    border-bottom-width: 0; 
    border-color: #6E747A;
}

table.news {
	border: solid 1px #C6CACF; 
	background: #F0F3F4 url(images/cell.gif) top left repeat-x;
    border-top-width: 0; 
    border-bottom-width: 0; 
    border-color: #6E747A;
}

.empty, .empty td, .empty tr, .empty th{
	background: none !important;
	background-color: transparent !important;
	border: none 0px !important;
}

table.news td, table.news tr {
	border-left: solid 1px #fff;
	border-right: solid 1px #B4B9BF;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #B4B9BF;
	background: #F0F3F4 url(images/cell.gif) top left repeat-x;
	padding: 4px;
}

table.news th {
	color: #8C9398; 
	font-size: 11px; 
	font-weight: bold;
	background: #F3F6F7 url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #fff;
	border-right: solid 1px #B4B9BF;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #B4B9BF;
}

table.news .cat{
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #ACB4B8;
	border-right: solid 1px #B4B9BF;
	border-top: solid 1px #7C8388;
	border-bottom: solid 1px #B4B9BF;
	background: #A9AFB4 url(images/cathead.gif) top left repeat-x;
	color: #EFF3F6;
	text-indent: 4px;
}

table.news caption { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: left;
}
table.news caption .cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
}
table.news caption .cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-top: 6px;
	padding-left: 23px;
	height: 21px;
}
caption, caption h1, caption h2, caption h3, caption h4, caption span { 
	font-size: 12px;
	font-weight: bold;
	color: #EFF3F6;
}
caption h1, caption h2, caption h3, caption h4, caption span { 
	display: inline;
}

.block-start { background: url(images/ftr_mid.gif) bottom left repeat-x; }
.block-start .block-end-left { background: url(images/ftr_left.gif) top left no-repeat; }
.block-start .block-end-right { background: url(images/ftr_right.gif) top right no-repeat; }
.block-start .block-end-left, .block-start .block-end-right { height: 4px; overflow: hidden; padding: 0; }

#liveChat {
	height: 250px;
	padding: 5px;
}

.chatbuttonback {
	width: 132px;
	height: 46px;
	background-image: url('./images/livechat.jpg');
}

ul.tos {
	margin-left: 30px;
	margin-right: 10px;
	font-size: 15px;
}

ul.tos li {
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #5A5A5A;
	text-align: left;
	font-size: 14px;
}

div#description {
	text-align: left;
	margin: 0px 10px;
	margin-top: 10px;
	padding: 5px;
	border: 4px solid slateblue;
	background: #D0CCFF;
}

div#tos_read a:link, div#tos_read a:visited {
	color: #CC3333;
}

div#tos_read a:hover {
	color: #FF6666;
}

div#tos_read {
	text-align: center;
	margin: 0px 10px;
	margin-top: 10px;
	padding: 10px;
	border: 4px solid #993333;
	background: #cc9999;
	color: #330000;
}

div#tos_read .close {
	position: relative;
	top: -5px;
	left: 40px;
}

div.customnps {
	width: 534px;
	height: 294px;
	background-image: url('./images/customnps_bg.png');
	text-align: left;
}

div.customnps div#nps_progress {
	position: relative;
	width: 0px;
	height: 47px;
	background-image: url('./images/customnps_progress.gif');
	top: 130px;
	left: 78px;
}

div.customnps table#nps_custompriceform {
	position: relative;
	top: 130px;
	left: 90px;
	width: 300px;
}

div.customnps table#nps_custompriceform td {
	/* border: 1px solid black;*/
}

input#nps_value {
	width: 120px;
	background-color: transparent;
	border: 0px none;
	border-bottom: 1px solid black;
	font-size: 20px;
	text-align: right;
}

input {
	outline: none;
}

div#faq {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

div#faq span.question {
	font-size: 18px;
	font-weight: bold;
	color: #7A7A9A;
	border-bottom: 1px dotted #EECCAA;
}

div#faq span.answer {
	font-style: italic;
}
