/*
CSS

Setting text font:

	font-family: Verdana, Arial, Helvetica, sans-serif;
				"Times New Roman", Times, serif;
				"Courier New", Courier, mono;
				Verdana, Arial, Helvetica, sans-serif;
				
	this are the most used fonts, using other more exotic text font may display different if the user doesn't have the font installed 
	(these come with Windows)
	
Setting font size:
	font-size:11px;
	font-size:9pt;
	
Font color: color:#000000; 

Background color: background-color: #DEE6F3;

Links:
	.example a:link, .example a:active, .example a:visited {   //standard link
		color:#87AAD4;
		text-decoration:none;
	}
	
	.example a:hover {    // mouse-over the link
		color:#3a70a8;
		text-decoration:underline;
	}
	
*/

body{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background-color:#fff; margin: 1px; padding-top: 5px; }

form{margin:0; padding:0; }

div{margin:0; padding:0; }

.teal {color:#0083CA;}

.red {color:#FF0000;}

/*BEGIN SEARCHBAR */
.searchbar{background:#587498; padding:4px 0 4px 0; text-align:left; color:#fff; font-size: 8pt; height: 20px;}
.searchbar a{color:#fff; }
.searchbar a:hover{text-decoration:underline; }
.searchbar input{font:95% verdana; vertical-align:middle;}
.searchbar input.submit{font:95% verdana; vertical-align:middle; *margin-top:3px;  }
/*END SEARCHBAR */

/* Provider name on the detail page */
.provider_name {
	color: #587498;
	background-color: #FEFCD7;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	border: 1px solid #CCCCCC;
}

.provider_name a:link, .provider_name a:active, .provider_name a:visited {
	color:#3333FF;
	text-decoration:none;
}

.provider_name a:hover {
	color:#660099;
	text-decoration:none;
}

/* Column titles in the jobs search table */
.top_title {
	background-color: #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
}

.top_title_red {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #FF0000;
}

.form_border {
	background-color:#EBEBEB;
}

.row_0 {
	background-color: #EBEBEB;
	height: 20px;
}

.row_1 {
	background-color: #FFFFFF;
	height: 20px;
}

.h_line {
	height: 1px;
	background-color: #CCCCCC;
	color: #CCCCCC;
	margin: 1px;
	padding: 0px;
}

/* Service providers column names */
.table_header {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* The news title, under the "News & Articles" image */
.big_news_title
{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	word-spacing: 1px;
	font-style: normal;
	font-weight: bold;
}

.big_news_title  a:link { color: #003DB8; text-decoration: none;}
.big_news_title  a:visited { color: #003DB8; text-decoration: none;}
.big_news_title  a:active { color: #003DB8;	text-decoration: none;}
.big_news_title  a:hover { color: #003DB8; text-decoration: underline;}

/* This is used all over the site for inpage titles */
.news_title {
	font-size: 12px;
	color: #000000;
}

.news_title  a:link { color: #000033; text-decoration: none;}
.news_title  a:visited { color: #000033; text-decoration: none;}
.news_title  a:active { color: #000033;	text-decoration: none;}
.news_title  a:hover { color: #000033; text-decoration: underline;}

/* Glossary term definition */
.glossary_description {
	color: #333333;
	padding-left: 0px;
	padding-right: 4px;
	font-size: 8pt;
}


/* Standard text on most pages */
.main_text {
	font-family: verdana, sans-serif;
	font-size:8pt;
	color:#000000;
	line-height:14px;
	padding-top:5px;
}

.main_text a:link, .main_text a:active, .main_text a:visited {
	color:#587498;
	text-decoration:none;
}

.main_text a:hover {
	color:#84596B;
	text-decoration:none;
}

/* "Please select a category" title */
.main_link {
	font-family: verdana, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:18px;
	padding-top:5px;
}
/* News links */
.main_link a:link, .main_link a:active, .main_link a:visited {
	color:#587498;
	text-decoration:normal;
}

.main_link a:hover {
	color:#84596B;
	text-decoration:underline;
}

p.main_link {
	margin-top:12px;
} 

.asterisk {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

.error_txt {
	color: #84596B;
	word-spacing: 1px;
	font-style: normal;
	font-weight: bold;

}

input,select,textarea {
	font-size: 11px;
	color: #222222;
	word-spacing: 1px;
	font-style: normal;
}

.form_text {
	font-size: 8pt;
	color: #333333;
	word-spacing: 1px;
	font-style: normal;
	padding-top: 5px;

}

.form_text  a:link { color: #000033; text-decoration: none;}
.form_text  a:visited { color: #000033; text-decoration: none;}
.form_text  a:active { color: #000033;	text-decoration: none;}
.form_text  a:hover { color: #000033; text-decoration: underline;}

.bold {
	font-weight:bold;
}

/* "Resource guide" links */
.links {
	font-size: 8pt;
	color: #000000;
}

.links a:link, .links a:active, .links a:visited {
	color:#587498;
	text-decoration: normal;
}

.links a:hover {
	color:#84596B;
	text-decoration:underline;
}
/* "Resource guide" links description */
.links .description {	
	font-size: 8pt;
	color: #666666;
}

/* Categories listings on Providers/ Jobs/ Resources/ Glossary */
.categories {
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	cursor:pointer;
	margin-bottom: 10px;
	margin-top: 10px;
	color:#587498;
	text-align:left;
	font-weight:normal;
}

.categories a:link, .categories a:active, .categories a:visited {
	color:#587498;
	text-decoration: none;
}

.categories a:hover {
	color:#84596B;
	text-decoration: underline;
}

/* Results number on each category */
.lighter_text {
	font-size: 10px;
}

/* Footer links, "Suggest a term", "Email to friend", ... */
.small_link {
	font-family: verdana, sans-serif; 
	font-size:11px;
}

.small_link a:link, .small_link a:active, .small_link a:visited {
	color:#587498;
	text-decoration:normal;
}

.small_link a:hover {
	color:#84596B;
	text-decoration:underline;
}


.footer {
	color: #000033;
	font-size: 11px;
	word-spacing: 1px;

}

.footer .guru {
	color: #000033;
	font-weight: normal;
}

.footer .copy {
	color: #AAAAAA;
	font-weight: normal;
}

/* Left menu separator */
.rowSeparator { background-color:#FFFFFF; height: 1px; }
/* Left menu not selected */
.menu_left { cursor: pointer; height:25px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; background-color: #EBEBEB; color:#000000; }
/* Left menu selected */
.menu_left_on   { cursor: pointer; height:25px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; background-color: #84596B; color:#FFFFFF; }








