/*Design*/

/* - - Tags - - */
body{
	background-image:url("/style/bg.jpg");
	background-repeat: no-repeat;}

body,select,input{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;}

a{
	color:#3B73B9;
	text-decoration:none;}

form div{
	margin:0 0 5px 0;}

h1{
	color:#3B73B9;
	border-bottom:1px solid #CCCCCC;
	border-width:20px;}

h3{
	color:#666666;}

input{
	border:1px solid #cccccc;
	font-size:11px;}

img, .img{
	border:0;}

label{
	color:#3B73B9;
	font-weight:bold}

table{
	border-collapse:collapse;
	border:2px solid #990000;}

table thead th{
	background-color:#990000;
	color:white;
	font-size:20px;
	text-align:left;
	}	

table tbody th{
	background-color:#CC6666;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	}	

table tbody td{
	border-bottom:1px solid #eee;}	
	
/* - - Attributes - - */

#footer{
	border:1px solid #CCCCCC;
	border-width:1px 0 0 0;
	color:#cccccc;
	text-align:center;}


/* - - Classes - - */
.red{color:red}
.em{font-style: italic;}



.info{
	color:#666666;}

.error{
	color:red;
	font-weight:bold;}	

.rowNum{
	background-color:#ccc;
	border-bottom:1px solid white;
	color:#fff;
	font-weight:bold;}