body {
	background: #6dd0f7 url('../images/background_2.jpg') no-repeat;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	-khtml-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	
	background-position:top center;
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
}

img {
	border: none;
}

input, select {
	border: 1px solid white;
	background: #989898;
	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 {

	height: 100px;
	display: block;
	text-align: left;
	
}

#menu {
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px; 
	/*background: #383838 ;*/
	height: 50px;
	margin-bottom: 10px;
	padding: 0px;
	/*border: 1px;
	border-style:solid;
	border-color:black;*/
	background:-moz-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-webkit-gradient(linear, left top, left bottom, from(#383838), to(rgba(0,0,0,0))); 
	background:-webkit-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-o-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-ms-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:linear-gradient(top, #383838, rgba(0,0,0,0)); 

}

#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:orange;
}
#menu img {
	float: left;
}

#main {
	min-height: auto;
	display: block;
	padding: 15px;
	overflow: auto;
	
}
#wrapper2 {
	background: rgba(109, 208, 247, .5);	
	-webkit-box-shadow: 0px 0px 10px 2px #000000;
	-moz-box-shadow: 0px 0px 10px 2px #000000;
	box-shadow: 0px 0px 10px 2px #000000; 
	
	-moz-border-radius-topleft: 22px;
	-moz-border-radius-topright: 22px;
	-moz-border-radius-bottomright: 22px;
	-moz-border-radius-bottomleft: 22px;
	-webkit-border-radius: 22px 22px 22px 22px;
	border-radius: 22px 22px 22px 22px; 
}

#sidebar {
	/*background: #383838;*/
	width: 160px;
	display: block;
	float: left;
	padding: 10px;
	background:-moz-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-webkit-gradient(linear, left top, left bottom, from(#383838), to(rgba(0,0,0,0))); 
	background:-webkit-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-o-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-ms-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:linear-gradient(top, #383838, rgba(0,0,0,0)); 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 

}

#sidebar a:hover {
	color: orange;
}

#content {
	/*background: #383838;*/
	width: 455px;
	display: block;
	float: left;
	margin-left: 15px;
	padding: 10px 10px 10px 10px;
	overflow: hide;
	background:-moz-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-webkit-gradient(linear, left top, left bottom, from(#383838), to(rgba(0,0,0,0))); 
	background:-webkit-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-o-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-ms-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:linear-gradient(top, #383838, rgba(0,0,0,0)); 
/*
	background:-moz-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-webkit-gradient(linear, left top, left bottom, from(#383838), to(rgba(0,0,0,0))); 
	background:-webkit-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-o-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:-ms-linear-gradient(top, #383838, rgba(0,0,0,0)); 
	background:linear-gradient(top, #383838, rgba(0,0,0,0)); 
	*/
		-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 
}


#content a:link {
	color: #FFFFFF;
}

#content a:visited {
	color: #FFFF00;
}

#conten a:hover {
	color: #C80000;
}



.title {
	background:url('../images/title.png');
	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 {
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	border-radius: 0px 0px 20px 20px; 
	/*background: #383838;*/
	height: 30px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 2px;
	background:-moz-linear-gradient(top, rgba(0,0,0,0), #383838); 
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(#383838)); 
	background:-webkit-linear-gradient(top, rgba(0,0,0,0), #383838); 
	background:-o-linear-gradient(top, rgba(0,0,0,0), #383838); 
	background:-ms-linear-gradient(top, rgba(0,0,0,0), #383838); 
	background:linear-gradient(top, rgba(0,0,0,0), #383838); 
}

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;
}
