/*****************************************
 * General styles that are used all over the application
 * Creator: Charles (chad) D. Ladensack
 * Date made: 11/06/2006
 *****************************************/
body {
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
    font-family: times new roman, serif;
    font-size:13px;
}
 
a {
	color:#0000ff;
}

a:hover {
	text-decoration:none;
	color:red;
}

form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

span.required_field {
    color:red;
}

td.label {
	color:gray;
	font-weight:bold;
}

#view_member td {
	border-bottom:1px dotted gray;
	padding:3px;
}

/*****************************************
 * Name: tabs
 * File used: Taskscope.php
 * Function: html_build_tabs
 * Creator: Charles (chad) D. Ladensack
 * Date made: 11/06/2006
 *****************************************/
#tabs a {
	color:#000000;
	text-decoration:none;
}
#tabs a:hover {
	font-weight:bold;
}

/*****************************************
 * Name: message_good/message_bad
 * Description: used to display an error message or a
 *                   good/passed message.
 * Creator: Charles (chad) D. Ladensack
 * Date made: 11/06/2006
 *****************************************/
#message_bad {
	background-color:#ffcccc;
	margin-bottom:5px;
	padding:2px 0px 2px 10px;
	border:1px solid #cc0000;
	color:#000;
	display:block;
}
#message_bad span {
	color:#000;
	font-size:14px;
	font-weight:bold;
}
#message_good {
	background-color:#ccffcc;
	margin-bottom:5px;
	padding:2px 0px 2px 10px;
	border:1px solid #009900;
	color:#000;
	display:block;
}

/*****************************************
 * Name: menu_bar
 * File used: Users.php
 * Function: viewAll
 * Creator: Charles (chad) D. Ladensack
 * Date made: 11/06/2006
 *****************************************/
#menu_bar {
	background-color:#666;
	font-size:12px;
	color:#000;
}
#menu_bar a {
	text-decoration:none;
	color:#000;
}
#menu_bar a:hover {
	color:#cc0000;
}

/*****************************************
 * Name: page_list
 * File used: Users.php
 * Function: viewAll
 * Creator: Charles (chad) D. Ladensack
 * Date made: 11/06/2006
 *****************************************/
#page_list {
	padding:15px 0px 10px 0px;
}
#page_list a.next_prev {
	text-decoration:none;
}
#page_list a.next_prev:hover {
	text-decoration:underline;
}
#page_list a.page {
	text-decoration:none;
	border:1px solid #000;
	padding:0px 4px 0px 4px;
	color:#000;
}
#page_list a.page:hover {
	background-color:#e5e5e5;
}
#page_list a.active {
	text-decoration:none;
	border:1px solid #000;
	padding:0px 4px 0px 4px;
	background-color:#999;
	color:#fff;
}
#page_list a.last {
	text-decoration:none;
	color:#444b60;
	margin:0px 5px 0px 5px;
}
#page_list a.last:hover {
	color:red;
	text-decoration:underline;
}

/*****************************************
 * Name: user_info / short_info / detailed_info_*
 * File used: Users.php
 * Function: userInformation
 * Creator: Charles (chad) D. Ladensack
 * Date made: 11/06/2006
 *****************************************/
#user_info h1 {
	background-image:url(../images/bar_bg.gif);
	height:22px;
	padding:0px 5px;
	margin:4px 0px 15px;
	border-bottom:1px solid #000;
	color:#006600;
	font-size:16px;
}
#user_info h1 a {
	color:blue;
	text-decoration:none;
	font-size:12px;
	margin-left:25px
}
#user_info h1 a:hover {
	color:red;
}

/****************************************
 * Used the services portion of the profile
 ****************************************/
#counties tr.light_color {
	background-color:#e1e1e1;
}

#counties tr.dark_color {
	background-color:#cececf;
}
