@CHARSET "UTF-8";

body {
	
	text-align: center;
	margin:0;
	padding:0;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 	15% 50%;
	background-color: black;
}
#mainContainer {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:780px;
    
}

#menuBar {
	overflow:hidden;
	background-color: #a4ca39;
	position:relative;
	width:100%; 
	height: 75px;
	text-align:right;
}


.menuBar_bottom div {
   background: url(menuBar_bl.png) no-repeat bottom left;
}
.menuBar_bottom {
   background: url(menuBar_br.png) no-repeat bottom right;
}

.menuBar_bottom div, .menuBar_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.menuBar_content { margin: 0 20px; height: 75px }


#logoBox {
		float:left;
}
#leaderboardBox {
		float:left;
		margin-left:0px;
		margin-top:5px;
}
#loginBox {
		float:right;
		display:block;
		text-align:center;
		line-height:20px;
}
#loginBox a {
	color: white;
	text-decoration: none;
	}
#loginBox input{
		length: 6em;
		background: white;
		padding: -2px;
		margin: 1px;
}
#registerBox {
		font-size: 12pt;
		color: white;
		float: right;
		line-height: 20px;;
}
#registerBox a:hover{
	border-top: none;
	}



#linkBox {
	padding-top:5px;
	background-color: #1f2b3a;
	text-align: left;
	font-size: 14pt;
}

#linkBox ul {
display: inline;
list-style: none outside;
padding: 0;
margin: 0 0 0 10px;
font-family: Verdana, sans-serif;
}

#linkBox li{
	display: inline;
}
#linkBox a {
	color: #a4ca39;
	text-decoration:none;
}
#linkBox a:hover {
	border-top: none;
	color: white;
	text-decoration:none;
	border-top: .5em solid white;
}

.linkBox_bottom div {
   background: url(linkBox_bl.png) no-repeat bottom left;
}
.linkBox_bottom {
   background: url(linkBox_br.png) no-repeat bottom right;
}

.linkBox_bottom div, .linkBox_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.linkBox_content { margin: 0 20px; }



#content {
	text-align: left;	
	margin-top: 20px;
	background-color:white;
	
}




.contentBox_top div {
   background: url(contentBox_tl.png) no-repeat top left;
}
.contentBox_top {
   background: url(contentBox_tr.png) no-repeat top right;
}
.contentBox_bottom div {
   background: url(contentBox_bl.png) no-repeat bottom left;
}
.contentBox_bottom {
   background: url(contentBox_br.png) no-repeat bottom right;
}

.contentBox_top div, .contentBox_top, 
.contentBox_bottom div, .contentBox_bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.contentBox_content { 
width: 100%;
margin: 20px 2px;
margin-bottom: 10px;
min-height: 600px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
position: relative;
overflow: hidden;
}



#legal {
	text-align: center;	
	background-color:white;
	font-size: 10px;
	margin-top: 10px;
	
}




.legal_top div {
   background: url(legal_tl.png) no-repeat top left;
}
.legal_top {
   background: url(legal_tr.png) no-repeat top right;
}
.legal_bottom div {
   background: url(legal_bl.png) no-repeat bottom left;
}
.legal_bottom {
   background: url(legal_br.png) no-repeat bottom right;
}

.legal_top div, .legal_top, 
.legal_bottom div, .legal_bottom {
   width: 100%;
   height: 5px;
   font-size: 1px;
}
.legal_content { width: 100%;  color: black; margin: 0 10px; }

#searchResults p, a{
	color: #1f2b3a;
	text-decoration: none;
}
#searchResults a:hover{
	color: #1f2b3a;
	text-decoration: underline;
}

#warningBox{
	padding:5px;
	background-color: red;

}
#contentTextBox {
	float: left;
	width:570px;
	top: 20px;
	left: 20px;
	margin-left:10px;
	}
#adBox{
	float: left;
	height:600px;
	width: 160px;
	font-size: 14pt;
	
}
img.cardImage {
max-width:100px;
}
.hidden {
display:none;
}
.trace {
height: 100px;
overflow-x: scroll;
overflow-y:scroll;
border: 1px solid black;
}

/*for remix.php */
.headerSortDown {
	background-color: #1F2B3A;
	color:white;
}
.headerSortUp {
	background-color: #1F2B3A;
	color:white;
}
#card_container {
	clear:both;
	width:100%;
	height: 300px;
	overflow-y:scroll;
	
	position:relative;

}
.view_card {
	height: 100px;
	width:230px;
	overflow-y:scroll;
	border: solid black 1px;
}
#edit_front {
	width:100%;
	height:100px;
}
#edit_back {
	width:100%;
	height:100px;
}
.selected_card {
	background: #B6F2B9;
}
#editor_holder {
	margin-top: 7px;
}
#status {
	text-align:center;
}
#save_dialog {
	display:none;
	position:fixed;
	left:45%;
	top:45%;
	border: solid 1px black;
	width: 100px;
	background: white;
	}
.good {
	color:green;
}
.bad {
	color: red;
	}
.neutral {
	color:black;
}