body {
	background: #6dd0f7 url('../images/background.jpg') repeat-x;
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #4c9ad3;
	margin: 0px 0px 0px 0px;
}

img {
	border: none;
}

input, select {
	border: 1px solid #4d98d1;
	background: #72b9ed;
	color: #FFFFFF;
	margin: 5px 0px 10px 0px;
	font-size: 11px;
}

/*
	Main wrapper for everything
		- center everything
		- fixed width
*/
#wrapper {
	margin: 0px auto 0px auto;
	width: 700px;
}

#header {
	background: url('../images/header.png') no-repeat;
	height: 370px;
	display: block;
	text-align: left;
}

#menu {
	background: #4d98d1 url('../images/menu.png') repeat-x;
	height: 50px;
	margin-bottom: 10px;
	padding: 0px;
}

#menu a.link {
	width: 138px;
	display: block;
	float: left;
	font-size: 12px;
	text-align: center;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding-top: 17px;
}

#menu a:hover {
	color: #6dd0f7;
}
#menu img {
	float: left;
}

#main {
	background: #d4f3ff;
	min-height: auto;
	display: block;
	padding: 15px;
	overflow: auto;
}

#sidebar {
	background: #FFFFFF;
	width: 160px;
	display: block;
	float: left;
	padding: 10px;
}

#content {
	background: #FFFFFF;
	width: 455px;
	display: block;
	float: left;
	margin-left: 15px;
	padding: 10px 10px 10px 10px;
	overflow: hide;
}

.title {
	background: url('../images/title.png') no-repeat;
	height: 20px;
	display: block;
	font-size: 12px;
	text-align: center;
	text-transform:uppercase;
	font-weight: bold;
	color: #FFF;
	padding: 5px 0px 0px 0px;
}

.title a{
	color: #FFFFFF;
	text-decoration: underline;
}

.title a:hover{
	text-decoration: none;
}
h1 {
	border-bottom: 1px dotted #4c9ad3;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-transform:uppercase;
}

h2 {
	border-bottom: 1px dotted #4c9ad3;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-transform:uppercase;
}

h3 {
	border-bottom: 1px dotted #4c9ad3;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-transform:uppercase;
}

h1 small {
	float: right;
	font-size: 10px;
	text-transform: none;
	margin-top: 10px;
}

#quickBar img{
	margin-left: 5px;
	padding-top: 17px;
}

.details, .submenu {
	background: #b7ebff;
	height: 17px;
	display: block;
	margin-bottom: 20px;
	padding-top: 3px;
	text-align: center;
}

#footer {
	background: #FFF;
	height: 30px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 2px;
}

hr {
	border: none;
	border-bottom: 1px dotted #4c9ad3;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 0px;
    padding: 10px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
}

/* Mall */
.mall-item {
	float: left;
	width: 225px;
	height: 100px;
	display: block;
}

.image {
	background: url('../images/none.png');
	width: 36px;
	height: 36px;
	display: block;
	margin-top: 2px;
	float: left;
}

.description {
	width: 180px;
	height: 36px;
	display: block;
	overflow: hidden;
	padding: 2px 0px 0px 4px;
	float: left;
	font-size: 10px;
}

.stats {
	width: 200px;
	height: 40px;
	display: block;
	font-weight: normal;
}

table.cashShop {

}

table.cashShop td {
	text-align: center;
}

table.cashShop td h1 {
	font-size: 12px;
	border: none;
	text-transform: none;
}

table.cashShop td small {
	font-size: 12px;
	text-transform: none;
	color: #4c9ad3;
}