﻿* {
	margin: 0;
	padding: 0;
    font-family: Helvetica, sans-serif;
}

body {
	background-image: url(./bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

h1, h2, h3 {
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 
{
	text-align: center;
	font-size: 3em;
	margin-bottom: 0px;
}

h2 {
	font-size: 2em;
}

h3 
{
	font-size: 1.5em;
}

a
{
    color: #003366;
}

a:hover
{
    text-decoration: none;
    color: #3366FF;
}

li
{
    font-size: 1.5em;
}

fieldset 
{
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 1em;
	border:1px solid #ccc; 
}

legend 
{
	background-color: #fff;
	padding: 0.2em 0.5em;
	border:1px solid #ccc;
	color: #000;
	font-size:100%;
	text-align:left;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

label
{
	font-size: 1.2em;
}

input
{
	font-size: 1.2em;
}

a.button
{
	background-color: #fff;
	border: solid 1px #ccc;
	display:inline-block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width: 100px;
}

a:hover.button
{
	border: solid 1px #0066CC;
	color:#0066CC;
}

.paginator
{
	font-size: x-large;
}

.print_button
{
	background: url(Print.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.login_button
{
	background: url(LogIn.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.register_button
{
	background: url(Register.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.upgrade_button
{
	background: url(Upgrade.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.copy_button
{
	background: url(Copy.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.edit_button
{
	background: url(Edit.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.delete_button
{
	background: url(Delete.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.featured_button
{
	background: url(Featured.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.plus_button
{
	background: url(Plus.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.cards_button
{
	background: url(Cards.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.home_button
{
	background: url(All.png) no-repeat 10px 8px;
	text-indent: 30px;
	display: block;
}

.search-field 
{
	width: 550px;
	font-size: 2em;
}

.search-button 
{
	font-size: 2em;
}

.hint li
{
	margin-left: 30px;
}

.header 
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	height: 65px;
}

.header a
{
	color: #fff;
	text-decoration: none;
}

.header td
{
	text-align: center;
}

.logo {
	font-size: xx-large;
	vertical-align: middle;
}

.menu td 
{
    text-align: center;
}

.menu a {
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding-right: 10px;
}

.menu a:hover {
	text-decoration: underline;
	color: #3366FF;
}

.hot-menu
{
	display: inline;
}

.hot-menu a 
{
	color: #BCFC3D;
}

.buttons
{
	margin: 5px;
	padding: 10px;
	text-align: center;
}

.copy
{
	margin: 5px;
	padding: 10px;
	border: solid 1px #ccc;
	text-align: center;
}

.word 
{
	margin: 5px;
	padding: 10px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.hint
{
	margin: 5px;
	padding: 10px;
	border: solid 1px #ccc;
	background-color: #FFFF97;
}

.tag 
{
	margin: 5px;
	padding: 10px;
	border: solid 1px #ccc;
	background-color: #fff;
}

.del
{
	float: right;
}

#print
{
	display: none;
}

#copy
{
	display: none;
}

#footer
{
	margin-top: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
	color: #fff;
	text-align: center;
}

#footer a
{
	color: #fff;
}

#page 
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.card
{
	width: 100%;
	height: 300px;
	background-color: #fff;
	border: solid 1px #ccc;
	text-align: center;
}

.card_header
{
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #000;
}

html
{
	height: 100%;
}



.star {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.star-filled {
}

.star-empty {
}

.star-waiting {
    background-image: url(star-waiting.png);
}

#sortable-table
{
	width: 100%;
}

table, tr, td
{
	border: 0px;
}

th 
{
	text-align: left;
}

table.sortable-table 
{
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.sortable-table thead tr th, table.sortable-table tfoot tr th {
	background-color: #D7E5FF;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.sortable-table thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.sortable-table tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.sortable-table tbody tr.odd td {
	background-color:#F0F0F6;
}
table.sortable-table thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.sortable-table thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.sortable-table thead tr .headerSortDown, table.sortable-table thead tr .headerSortUp {
	background-color: #A3B1CC;
}

#flash
{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	border: solid 1px #000;
	padding: 5px;
	background-color: #e9edf4;
}
  
.weight1
{
	font-size: 1.8em;
}
.weight2
{
	font-size: 1.6em;
}
.weight3
{
	font-size: 1.4em;
}
.weight4
{
	font-size: 1.2em;
}
.weight5
{
	font-size: 1em;
}
.weight6
{
	font-size: .8em;
}





