/*
#===========================================================================
#= Script : DL Monitor
#= File   : color.css
#= Version: 1.5.1
#= Author : Todd Horst
#= Email  : support@ChecknDo.com
#= Website: http://www.checkndo.com
#= Support: http://www.checkndo.com/forum
#===========================================================================
#= Copyright (c) 2007 Todd Horst
#= You are free to use and modify this script as long as this header
#= section stays intact
#= This file is part of DL Monitor.
#=
#= This program is free software; you can redistribute it and/or modify
#= it under the terms of the GNU General Public License as published by
#= the Free Software Foundation; either version 2 of the License, or
#= (at your option) any later version.
#=
#= This program is distributed in the hope that it will be useful,
#= but WITHOUT ANY WARRANTY; without even the implied warranty of
#= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#= GNU General Public License for more details.
#=
#= You should have received a copy of the GNU General Public License
#= along with DL Monitor; if not, write to the Free Software
#= Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#===========================================================================
#= Purpose:
#= This is the page that controls the color/font/sizes of the pages/font.
#===========================================================================
----------------The entire body------------------------------------------*/
body {
	background-color: 	#ffffff;
	color: 			#000000;
	font-size: 		14px;
	font-family: 		sans-serif
}




/*--------------Text areas-----------------------------------------------*/
INPUT, TEXTAREA {
	/*background: 		yellow;*/
	/*bcolor: 		blue;*/
	/*bfont-weight: 	bold;*/
	/*bfont-style:		italic;*/
	font-size: 		13px;
	font-family: 		sans-serif
}




/*--------------Links----------------------------------------------------*/
A:link {
	text-decoration: 	none;
	color:			#000000;
}

A:visited {
	text-decoration: 	none;
	color:			#000000;
}

A:active {
	text-decoration: 	none;
	color:			#000000;
}

A:hover {
	color:			#000000;
	text-decoration: 	underline;
}




/*--------------Table---------------------------------------------------*/
td {
	font-size: 		14px;
	font-family: 		sans-serif
}




/*--------------Rows----------------------------------------------------*/
.row0 {
    	background-color: 	#a5ff7c;
}

.row1 {
    	background-color: 	#ffffff;
}



/*--------------Row Hover (no support in IE)----------------------------*/
tr.row0:hover {
    	background-color: 	#44D200;
}


tr.row1:hover {
    	background-color: 	#44D200;
}


/*--------------Navigation----------------------------------------------*/
#pg {
	/*height:2em;*/
	/*padding-top:4px;*/
	/*top:15px;*/
}

#pg a.pg,#pg strong{
	border:1px solid #a5ff7c;
	padding:1px 8px;
	text-align:center;
	text-decoration:none;
}

#pg a.pg:hover{
	background:#a5ff7c;
	border-color:#a5ff7c;
}

#pg strong{
	border:0;
	font-size:107%;
	font-weight:bold;
	padding:2px 6px;
}

legend  { 
   	color:#787878; 
}

#error {
	color: red;
}
#success {
	color: green;
}
