body {
	margin: 0px;
    font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
    background-image: url(../img/back.png);
}

#wrapper {
    position: relative;
    /*text-align: justify;*/
    width: 878px;
	margin: auto;

}

#wrapperBackground {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../img/content.png);
}

#wrapperBottom {
	width: 878px;
	height: 58px;
	margin: auto;
}

#content {
	margin-left: 14px;
	margin-right: 14px;
    z-index: 2;
    position: relative;
}
#cbox {
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    background-color: #fff;
}

#header {
    height: 127px;
    width: 100%;
    background-image: url(../img/backHeader.png);
    position:relative
}

#logo {
    position: absolute;
}

#menu {
    width: 100%;
    height: 35px;
    background-image: url(../img/backMenu.png);
    position: relative;
}

#menuLeft {
    /**/
}

#menuRight {
    position: absolute;
    right: 0;
    top: 0;
}

#menu .button {
    /**/
}

#web20Box {
    position: absolute;
    right: 5px;
    top: -120px;
    height: 25px;
    overflow: hidden;
}

#commandButtonGreeter {
    position: absolute;
    right: 12px;
    top: -20px;
}

#promo {
    background-image: url(../img/backPromo.gif);
    color: #343434;
    padding: 15px;
    font-size: 18px;
    margin: 0;
    position: relative;
    top: -6px;
    line-height: 140%;
    width: 820px;
}

#promo .tagline {
	color: #fff;
	display: block;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
}

#showcase {
    margin: -6px 0;
    position: relative;
    overflow: hidden;
    height: 297px; /* 37 for the tabbar, 260 for the showcase */ 
}

#showcaseTabs {
    background-image: url(../img/backShowcase.gif);
    height: 25px;
    text-align: right;
    color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 6px;
}

#showcaseTabs div {
    display: inline;
    cursor: pointer;
}

#showcaseTabs .active {
    color: #747474;
}

#showcaseScroller {
    position: absolute;
    height: 260px;
    width: 8500px;
}

#homePageColumns {
	border-top: solid 2px #717171;
	overflow: auto;
    background-color: #eee;
    position: relative;
    top: 5px;
    padding: 15px 0;
    z-index: 3;
    width: 850px;
}

.homePageColumnBox {
    width: 270px;
    float: left;
    margin-left: 10px;
}

.homePageColumnBox .header {
    height: 24px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px 0 4px;
}

.homePageColumnBox .content {
    padding: 2px;
    color: #eee;
    background-color: #444;
    height: 180px;
}

.homePageColumnBox .bottomBar {
    height: 3px;
    font-size: 1px;
}

.homePageColumnBox .bottom {
    height: 38px;
    text-align: center;
    color: white;
    background-image: url(../img/backColumnBottom.gif);
}

.homePageColumnBox a {
    color: #999;
}

#normalColumns {
	background-color: #fff;
	overflow: visible;
	height: 0px;
    margin: 10px -10px;
}

#cmain {
	padding: 0 10px;
}

#cmain .signuplink a,
#cmain .signuplink:link a,
#cmain .signuplink:visited a,
#cmain .signuplink:active a {
    color: red;
}

a {
    text-decoration: none;
    color: #666
}

a:hover {
    color: #39f;
}

#useraccount_main_form a {
    color: #000;
}

#useraccount_main_form a:hover {
    color: #39f;
}

html > body #normalColumns {
	overflow: auto;
	height: auto;
}

.columns {
	padding: 10px;
	/*text-align: justify;*/
}

.threeColumns {
	display: block;
	width: 263px;
	float: left;
}

.twoColumns {
	display: block;
	width: 405px;
	float: left;
}

.oneColumn {
	display: block;
	width: 830px;
	float: left;
}

.columnHeader {
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

#footer {
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	margin: 0;
}

input, select, textarea {
    font-family: arial,helvetica,clean,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 99%;
    line-height: normal;
}

.aleft {
    text-align:left;
}
.aright {
    text-align:right;
}

img {
    border:none;
}

a.image:hover {
    background-color: transparent;
}

#copyright {
    color: #acb6c9;
    font-size: 0.9em;
}
#copyright a,
#copyright a:visited {
    color: #acb6c9;
    text-decoration: none;
}
#copyright a:hover {
    color: #fff;
    background-color:transparent;
    text-decoration: none;
}
#metalinks {
    color: #fff;
    font-weight: bold;
}
#metalinks a,
#metalinks a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#metalinks a:hover {
    color: #000;
    background-color: #eee;
    text-decoration: none;
}

.errorMessage {
    color: red;
    margin-left: 6px;
}
.infoMessage {
    color: darkgreen;
    margin-left: 6px;
}

#tournavi {
    position: relative;
    float: right;
    padding: 10px;
    margin: 2px 5px 20px 20px;
    font-size: 0.9em;
    background-color: #eee;
    border: 1px solid #ccc;
}

#blogLink {
    text-align: center;
    background-color: white;
    width: 100%;
    overflow: hidden;
    clear: both;
}

.pictureBox {
    position: relative;
    text-align: center;
    float: right;
    font-size: 12px;
    margin: 5px;
}

blockquote {
    font-family: Courier;
    font-size: 12px;
}

#help {
    margin: 0 10px;
}

#help .imageboxright {
    float: right;
    margin: 0 10px 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
    position: relative;
}

#help .imageboxcenter {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #666;
}

#help img {
    margin: 0 10px 10px;
}

#help .clear {
    clear: both;
}

#help h2 a,
#help h2 a:hover
#help h3 a,
#help h3 a:hover {
    color: black;
}

#helptoc div.l1 {
    font-size: 18px;
    padding-left: 20px;
    margin: 10px 0;
}

#helptoc div.l2 {
    font-size: 16px;
    padding-left: 40px;
}

#helptoc div.l3 {
    font-size: 14px;
    padding-left: 60px;
}

#helptoc span {
    font-weight: bold;
}

.helpnavi {
    margin: 10px;
    padding: 0 20px;
    background-color: #f2f2f2;
    border: 1px dotted #666;
    font-size: 14px;
    font-weight: bold;
}

.helptip {
    background-color: #99ffcc;
    border: 1px dotted #666;
    padding: 10px;
}

.helptable {
    width: 100%;
}

.helptable thead td{
    background-color: #1bb2f3;
    color: white;
    font-weight: bold;
    padding: 3px;
}

.helptable tbody td{
    padding: 3px;
}

.publicMapViewerNavi {
    width: 100%;
    font-size: 12px;
    border-bottom: 2px solid #eee;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.publicMapViewerNavi .title {
    font-weight: bold;
}

.publicMapViewerNavi .pagination {
    width: 275px;
    text-align: left;
}

.publicMapViewerNavi .pagination a {
    margin-left: 8px;
    color: black;
}

.publicMapViewerNavi .pagination a:hover {
    text-decoration: underline;
}

.publicMapViewerNavi .pagination a.current {
    color: #39f;
}

.publicMapViewerNavi .sorting {
    text-align: center;
    width: 275px;
}

.publicMapViewerNavi .sorting ul {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.publicMapViewerNavi .sorting li {
    display: inline;
    margin-left: 8px;
}

.publicMapViewerNavi .sorting li .active {
    color: #39f;
}

.publicMapViewerNavi .sorting li .inactive {
    color: black;
}

.publicMapViewerNavi .sorting li a:hover {
    text-decoration: underline;
}

.publicMapViewerNavi .search {
    width: 275px;
    text-align: right;
}

.publicMapViewerNavi .search input {
    margin: 0 5px;
}

.publicMapViewerImage {
    width: 150px;
    height: 150px;
    border: 1px solid #aaa;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.publicMapViewerTitle {
    width: 265px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    margin: 5px 0;
}

.publicMapViewerTitle a {
    font-weight: bold;
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.publicMapViewerTitle a:hover {
    color: #39f; 
}

.publicMapViewerDesc {
    font-size: 12px;
    color: #999;
}

.publicMapViewerDesc .editedBy, .publicMapViewerDesc .visits {
    font-weight: bold;
    color: #777;
}

.mailFormColumn {
    vertical-align:top;
}

#spaazePromo {
    position: absolute;
    right: 0;
    top: 0;
    z-layer: 0;
}