body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #333;
}
#container {
	margin-right:70px;
	margin-left:50px;
	border: solid #fff;
	border-width: 4px 4px 4px 4px;
	background-color: #fff;
	color: #333;
}

#header {
	height: 60px;
	vertical-align: middle;	
	border: solid #000;
	border-width: 0px 0px 1px 0px;
}
#content {
	margin: 14px 10px;
}
#content {
line-height:150%;
}
#content a {
  font-size:0.98em;
  font-weight:bold;
  text-decoration:none;
  
}

#full {
	margin: 0px 10px 10px 10px;
}
div.left {
	margin: 0px 330px 10px 0px;
}
div.right {
	float: right;
	width: 310px;
	margin: 10px 0px 10px 10px;
	text-align: center;
	background: #f4f4f4;
	color: #333;
	height: 100%;
}

/* Hazardcards style */
table#layout  tr td {
	vertical-align:top;
	font-size:12px;	
}

#footer {
	text-align: right;
	margin-top: 10px;
	padding: 0px 0 0px 0;
	color: #000;
	border: solid #000;
	border-width: 1px 0 0px 0;
}
.error_message{
	display: block;
	text-align: center;
	margin: 10px 0 0px 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 4px;
	border: 1px solid #71300F;
	background-color: #FFFF99;
	color: #71300F;
}
img.left {
	display: block;
	float: left;
	padding: 2px 6px 2px 0px;
}
img.right {
	display: block;
	float: right;
	padding: 2px 0px 2px 6px;
}
img.right-nopad {
	display: block;
	float: right;
}
.clear{
	clear: both;
	height: 0;
}
.clear-left{
	clear: left;
	height: 0;
}
.clear-right{
	clear: right;
	height: 0;
}
/*  */
#copyright {
	text-align: right;
	color:#ccc;
	
}
#copyright a:link, #copyright a:visited, #copyright a:hover{
	padding: 0; border: 0;
	color:#ccc;
}

.card 
{
font:12px Arial;
background-color:#ffc;
width:80px;
height:125px;
padding:10px;
margin:10px 10px 10px 0;
border:1px solid lightgray;
float:left;
}
div.card h1, div.card h1 a  { font-weight:bold; font-size:10px; margin:0;}
div.card p { font-size:7px; }
.card-category-label {  }

h1 span.little-link a { font-size:12px; font-weight:normal;}

img {border:0;}

/* Task: Teacher's info */
div.right {
  float: right;
  width: 200px;
  margin: 10px 0 10px 10px;
  text-align: left;
  border:1px solid gray;
  padding:5px 0 5px 5px;
  background: #ffc;
  color: #333;
  height: 100%;
}
div.right h1 { font-size:120%; }

.lighter { color:gray; }

/* A single card */
.cardgroup-label { background-color:#ffc; font-weight:bold;}

/* Menu item that is only for admins */
.admins {  background-color:#ffc;  }

.definition { font-size:10px; }
.definition a { color:#444; text-decoration:underline!important; }

.help-box { font:13px/140% Arial,sans-serif; background-color:lightyellow; padding:5px 15px 5px 15px; }

.quiet-info {  color:#ccc; }


table.categories tr td {
font-size:0.8em;
padding:0 15px 5px 0px;
}


.vacant { color:#ccc;}

/* Deck editing page */
img.minicard {margin-right:5px;}

table tr th {text-align:left;}


.category-value-form input { width:40px; }
input.editor_ok_button {width:25px;}

h2.card-image-label { color:#aaa; font-size:115%;}

/* Deck editing page: Admin commands section */
#admin-commands {
	clear:both;
	background-color:silver;
	padding:5px 5px 15px 5px;
}
#admin-commands h1, 
#admin-commands a  {	color:#000; background-color:#ff0;}
#admin-commands h1 { font-size:1.2em;}
#admin-commands ul {list-style-type:none;margin:0;padding:0;}
#admin-commands ul li {margin:0;padding:0;}



#top-image-holder {float:left;}
#background-image-holder { float:left; clear:right; padding:0 0 10px 10px;}

/* Used on card edit screen */
h3 span {font-size:80%; color:#666;}

#about-the-deck-box {
float:right;
width:200px;
padding:0 10px;
}

.small-link { font-size:50%; }


.next-to-bigger-thing {font-size:11px;}

#card-title {padding:1px 0;line-height:30%;}
#card-title-holder {clear:both;text-align:center; padding:1px 0; margin:0px;}

/* Icons should not be decorated using the text background-color */
span.icon-container a:hover ,
span.icon-container a:hover img { background-color:white;}

#flash_message {
  background-color:white;
  color:red;
  font-weight:bold;
  font-size:1.3em;
  float:right;
}
#flash_message span {
	padding:10px;
}

/* Communities, view */
div.member {
	border: 1px solid gray;
	padding:0 10px;
	margin: 5px 0;
}
span.smaller {font-size:65%; font-weight:normal;}

div.member-outer h2:hover span.smaller { display:inline; }
div.member-outer h2 span.smaller { display:none; }



div.preview-bodytext {
	background-color:#ff9;
	padding:1em;
	
}

.open-up-link:hover { cursor: pointer; cursor: hand; }
