charset "utf-8";
html, 
body {
    margin:0;
    padding: 0;
}
body {
    font-size:0.8em;
    font-family:Arial, Helvetica, sans-serif;
    margin:0;
    padding: 0;
}
#body, 
#header, 
#menu {
    width:765px;
}

#body, 
#header, 
#menu {
    margin:0 auto;
}
img, a {
    text-decoration:none;
    border:none;
}
h2 {
    margin-top:0;
    font-size:120%;
    font-weight:bold;
}
#header li a:hover, #footer li a:hover {
    color:#CC0000;
}
.logo {
    background-image:url(../images/logo.jpg);
    height:100px;
    width:219px;
    float:left;
    margin-top:10px;
}
/*Register bar*/
.login {
    list-style-type:none;
    padding:0;
    margin:0;
    float:right;
    margin-top:10px;
}
.login ul {
    margin:0;
    padding:0;
}
.login li {
    display:block;
    float:left;
    padding-top:10px;
    padding-left:5px;
    font-size:90%;
}
.login li a {
    text-decoration:none;
}
.menu_container {
    background-color:#600;
    width:765px;
    margin:0 auto;
}
/*end register*/
/*Menu*/
#menu ul.mainmenu {
    padding:0;
    margin:0;
}
#menu .mainmenu li {
    margin:0;
    padding:0;
    list-style-type:none;
    display:block;
    float:left;
    margin-left: 3px;
}
#menu .mainmenu li.right {
    background-image:none;
}
#menu .mainmenu li a {
    text-decoration:none;
    display:block;
    font-size:130%;
    height:30px;
    padding: 10px 15px 0 15px;
    color:#FFFFFF;
}
#menu li.selected a {
    border-bottom: 3px solid red;
}
/*End menu*/
/*Content*/

.main-content {
    margin:0 auto;
    min-height:300px;
    height:auto !important;
}
/*End content*/
/*Footer*/

#footer {
    margin:0 auto;
    padding-bottom: 10px;
}
#footer ul {
    list-style-type:none;
    padding:0;
    margin:0;
}
#footer li {
    padding:0;
    margin:0;
    display:block;
    float:left;
    padding-left:3px;
    padding-right:3px;
    font-size:90%;
}
#footer li a {
    display:block;
    border-right:1px solid black;
    margin-top:15px;
    padding-right:5px;
}
/*End footer*/

.block {
    margin-left:10px;
    width:220px;
	height: 77px;
    border: 1px solid #600;
    padding: 10px 0 10px 0;
    background-image:url(../images/bg.jpg);
    background-position:bottom;
    background-repeat: repeat-x;
	margin-top: 10px;
	padding-top: 0px;
}

.blocktitle {
    font-weight:bold;
    background-color: #600;
    padding: 5px;
    color:#FFF;
}
.block a.playonline,
.block a.download {
	display:block;
	background-image:url(../images/playonline.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	height: 38px;
	/*width: 100%;*/
	padding-left: 50px;
	padding-top: 17px;
	font-size: 140%;
	color:#600;
}

.block a.download {
	background-image:url(../images/download.png);
}

.blocktitle a {
    color:#FFF;
}
.blockimage {
    padding-bottom: 20px;
    width: 200px;
	height: 219px;
    margin-left: 10px;
}

.block p {
    font-size:90%;
    padding: 0 5px 0 5px;
}
.guide {
    margin-left:10px;
}

.news h1, .guide h1 {
    font-size:110%;
    font-weight:bold;
    background-color:#600;
    padding: 5px;
    color:#FFF;
    width: 200px;
}

.newsitem h2 {
    font-size:100%;
    font-weight:normal;
    background-image:url(../images/cfa_arrow.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding-left: 10px;
    margin-top: 10px;
    color: #600;
    font-weight:bold;
}
.newsitem .date {
    font-weight:bold;
}
.newsitem p {
    margin-left:10px;
    font-size:90%;
}
.newsitem a {
    color:blue;
}
#show {
    margin-left:0px;
}
.beta {
    color:#FF8C00;
}
#access_code {
    color: #600;
    font-weight:bold;
}
/*Team*/

.team-member {
    width:254px;
    text-align:center;
    float:left;
    background:#fff;
    border:1px dotted #ccc;
    margin:5px 10px 5px 0;
    padding:5px;
}
.team-member img {
    float:left;
    width:65px;
}
.team-member .name {
    font-size:14px;
    text-align:center;
    margin:20px 0 0 0;
    color:#000;
}
.team-member .title {
    font-size:11px;
    text-align:center;
    margin:2px 0 0 0;
    color:#000;
}
.required {
    color:#CC0000;
}
/*Q and A page*/

.secondary_text {
    float:right;
    background-color:#333;
    padding:10px;
}
.secondary_text h3 {
    margin:0;
}
.secondary_text li {
    list-style-image:url(../images/bullet_sub_16x16.gif);
}
.main_text {
    float:left;
    width:50%;
}
.clear {
    clear:both;
}
/*Register page*/

.register td, .contact td {
    padding:3px 5px 3px 5px;
}
.error {
    color:red;
    padding:5px;
    margin:10px 0 10px 0px;
    background-color:#FFC;
}
.info {
    color:#00F;
    padding:5px;
    margin:10px 0 10px 0px;
    background-color:#FFC;
}

/*Store*/
.storeitem .image {
    float: left;
    margin-left: 40px;
    text-align: center;
}
.storeitem .title {
    margin-top:0;
    font-size:120%;
    font-weight:bold;
    color:#CF6;
}
.storeitem a {
    text-decoration:underline;
}

.acc_login {
    width: 400px;
}

.register {
    width: 400px;
}

.profile {
    width:400px;
}

.profile td,
.register td {
    padding: 5px;
}

.portlet {
    background-image:url(../images/bg.jpg);
    background-position:bottom;
    background-repeat: repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #600;
}

.portlet .title {
    padding: 10px;
    color: #FFFFFF;
    background-color:#600;
    font-weight:bold;
}

.portlet .content {
    padding: 5px;
}

.xiangqi {
	background-image:url(../images/xiangqi.jpg);
	height:126px;
	width:250px;
	float:left;
	margin-left: 30px;
	background-repeat:no-repeat;
	background-position:bottom;
}

.header {
	height: 121px;
}
.header_right {
	float: right;
	margin-right: 10px;
	height: 126px;
}
/*Learn page*/
.utitle {
	background-image:url(../images/title_bg.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#600;
	font-weight: bold;
	font-size:130%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.learn_block {
	margin-left: 10px;
	width: 350px;
	float: left;
}

.learn_block h1 {
	background-image:url(../images/cfa_arrow.gif);;
	background-repeat:no-repeat;
	background-position:center left;
	color:#600;
	font-weight: bold;
	font-size:110%;
	padding-left: 10px;
	margin: 10px 0 10px 0;
}

.learn_block .pblock{
	background-image:url(../images/style1.jpg);
	width:171px;
	height: 187px;
	margin-left: 10px;
}

.pblock {
	float: left;
}

.pblock a { 
	display:block;
	background-image:url(../images/play.png);
	height:59px;
	width: 59px;
	position:relative;
	top:65px;
	left: 56px;

}

.pblock a:hover { 
	display:block;
	background-image:url(../images/play_active.png);
	height:59px;
	width: 59px;
	position:relative;
	top:65px;
	left: 56px;
}

.gamelist {
	float: left;
	color: #600;
}

.gamelist ul {
	margin:0;
	padding:0;
	margin-left: 50px;
}

.gamelist li {
	margin:0;
	padding:0;
	padding: 0px 0 5px 0;
}

.gamelist a {
	color: #600;
	text-decoration: underline;
}

.back {
	display: block;
	background-image:url(../images/back.jpg);
	padding-left: 50px;
	height:41px;
	background-repeat:no-repeat;
	color: #600;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 110%;
	cursor: pointer;
}
#breadcrumbs {
	margin: 10px;
	margin-bottom: 0px !important;
	margin-top: 0px;
	padding: 5px;
}

#breadcrumbs .curr  {
	text-decoration: none;
}

#breadcrumbs a {
	padding-left: 10px;
	margin-left: 5px;
	background-image:url(../images/cfa_arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #600;
	text-decoration: underline;
}

.slideshow {
	height: 285px;
	width: 528px;
	border: 1px solid #600;
	float: left;
}

.slide {
	height: 360px;
}

.slide img {
	float:left;
}

/* Main page Slider */
#slider1 {
    width: 528px; /* important to be same as image width */
    height: 285px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}

#slider1Content {
    width: 528px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
    padding:0;
    margin:0;
}
.slider1Image {
    float: left;
    position: relative;
    display: none;
}
.slider1Image span {
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #600;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.slider1Image span strong { font-size: 14px; }
#slider1 .left {
    top: 0;
    left: 0;
    width: 107px !important;
    height: 285px;
}
#slider1 .right {
    right: 0;
    bottom: 0;
    width: 107px !important;
    height: 275px;
}
#slider1 .clear { clear: both; }
/* #slider1 ul { list-style-type: none; } */

.attributes {
	float: left;
	margin-left: 40px;	
}

.attributes li {
	color: #600000;
	font-size: 120%;
	list-style-type:none;
	font-weight:bold;
	padding-top: 10px;
}
