/* PREDEFINED HTML TAGS
---------------------------------------- */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 76%;
	letter-spacing: 0em;
	color: #000000}


h1 {color: #000000;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 10px;}	
	
h2 { 
	color: #000000;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;}
		
h3 {font-size: 1.4em; margin-bottom:0px; padding-bottom:0px; color:#000000;}	
h4 {font-size: 1.3em; margin-bottom:0px; padding-bottom:0px; color:#000000;}	
h5 {font-size: 1em;}	
h6 {font-size: 0.8em;}

/* TOOLBOX
---------------------------------------- */
.absmiddle { vertical-align: middle; }
.clear {clear:both;}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;}


/* LINKS 
---------------------------------------- */
a,
a:visited { color:#A80419 ; text-decoration: none;} 
a:hover, 
a:active { color:#A80419; text-decoration:underline;}

/* FORMS
---------------------------------------- */

form { margin: 0px; }
input.button 
{
	
}
textarea {}
	
/* CREDITS
--------------------------------------------- */

.credits 
{
	background: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
}

/* mytable */
.mytable {
	background: #999999;
}

.mytable td { padding: 3px 5px; }

	/* head */
.mytable thead th {
	padding: 3px 5px;
	/* background: url(gfx/table_header_blue.jpg) #daebff repeat-x bottom left; */
	font-weight: bold;
	color: #666666;
}

.mytable tbody.hide { display: none; }

.mytable caption {
	text-align: left;
	font-weight:bold;
	font-size: 1.2em;
	color: #555555;
	padding-left: 0.5em;
}
	/* body */

.mytable tbody {}

.mytable tbody tr td {
	background: #FFFFFF;
}

.mytable tbody tr.pending td { 
	background: red;
}
.mytable tbody tr.finished td { 
	background: green;
}

.mytable tbody tr th {
	background: #EEEEEE;
	font-weight: bold;
	color: #555555;
}
	/* foot */
.mytable tfoot tr td {
	background: #eeeeee;
	height: 20px;
}

a.delete {
	background: url(../../gfx/delete.gif) no-repeat;
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: block;
}	

