/* 
    Document   : style
    Created on : 30-Jan-2012, 1:14:02 PM
    Author     : Ben
    Description:
        Purpose of the stylesheet follows.
*/
body
{
	font-family: Verdana, sans-serif;
	background-color: #CA2700;
}

input[type="text"], input[type="password"]
{
	width: 250px;
}

label
{
	display:block;
	width: 150px;
}

.dataTables_length label, .dataTables_filter label{
	width: auto!important;
}

h2
{
	border-bottom: 1px solid black;
}

h4
{
	margin-bottom: 8px;
}

table
{
	border-collapse:collapse;
}

td
{
	padding: 10px 5px;
}

tr.even > td
{
	background-color: white;
}

#container
{
	width: 1048px;
	margin: 0 auto;
	box-shadow: 0px 0px 4px 3px #222222;
	background-color: #EEEEEE;
	padding: 5px;
}

#header
{
	text-align: center;
	background-color: white;
}

#footer
{
	margin-top: 20px;
	background-color: white;
}

.left-col
{
	width: 650px;
}

.right-col
{
	width: 350px;
}

.repetitions-table
{
	width: 600px;
}

.success
{
	color: green;
}

.error
{
	color: #CA2700;
}

table.accounts-table td
{
	padding: 2px 10px;
}