.topmenu_dyn 
{
	border:solid 1px #999999;
	border-top:0px;
	color:#ffffff;
}

.topmenu_dyn a,.topmenu_dyn a:visited
{
	color:#ec008c;
}
.topmenu_stat a,.topmenu_stat a:visited
{
	color:#ffffff;
}
.topmenu_stat a:hover
{
	color:#ec008c;
	text-decoration:none;
}

.footerLink
{
    cursor:pointer;
}

.footer_tbl ul{margin-left:5px; padding-left:12px;}

.pink_button
{
    background-image: url(../images/button_0.jpg);
    width: 140px;
    height: 18px;    
}

.pink_button:hover
{
    background-image: url(../images/button_1.jpg);
}

.HelpImage 
{
    cursor:pointer;
}

.mandatoryField 
{
    color: Red;
    font-size: large;
}

#nav
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
}

#nav li ul
{
	margin: 0;
	list-style: none;
}

#nav li a
{
	text-align: right;
	display: block;
	text-decoration: none;
	color: white;
	background: #c0bebf; /* IE6 Bug */
	padding: 6px;
	padding-left: 25px;
	padding-right: 25px;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #817f80;
	background-image: url(images/main_nav.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
}

#nav li a:hover 
{ 
	background: #b0aeaf;
	background-image: url(images/main_nav_over.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#nav li ul li a, #nav li ul li a:hover
{
	background: #fff; /* IE6 Bug */
	border-bottom: dotted 1px #817f80;
	color: black;
	font-size: 9px;
	padding: 4px;
	padding-left: 25px;
	padding-right: 25px;
}

/* Fix IE. Hide from IE Mac \*/
* #nav html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 15px;*/
	color: #000000;
}


h1 {
	font-size: 16px;
	font-style: normal;
	line-height: 44px;
	font-weight: bold;
	color: #ec008c;
}

h2 {
	font-size: 12px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	color: #ec008c;
}

h3 {
	color: #ec008c;
}

.pagefooter {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	/*line-height: 15px;*/
	font-weight: bold;
	color: #999999;	
	background-color: #bdbdbf; 
	height: 32px; 
	text-align: right; 
	vertical-align: middle;
	padding-right:5px;
}

.pagefooter A 
{
	color: #999999;	
}

html, body{
    margin: auto;
    padding: 4px;
	/*
    font-family: Verdana;
    font-size: 8pt;
	*/
}
table, tr, td{
    text-align: left;
    vertical-align: top;
}
input{
    border: solid 1px #9fa0a4;
}

#tblLogin, #tblLogin td, #tblLogin td table, #tblLogin a {
    background-color: #9fa0a4;
    color: White; 
    font-size: 8pt; 
    font-weight: bold;
    text-decoration: none;
}

.tblControlPanel td {
    background-image: url(http://localhost/in_progress/jobseeker/images/cpSMALL.gif);
    background-repeat: no-repeat;
    width: 150px;
    height: 121px;
    padding-left: 12px;
    padding-top: 12px;
}

#tblAdvancedSearchLink, #tblAdvancedSearchLink td, #tblAdvancedSearchLink th {
    background-color: black;
    color: White; 
}

hr {
    color: #9fa0a4;
    background-color: #9fa0a4;
    height: 1px;
}

.DetailViewFieldHeader 
{
    text-align:right;
    width:190px;
    padding-right:10px;
    padding-bottom:5px;
}

.SearchPageJob
 {
    font-weight:bold;
    font-size:10pt;
	color: #ec008c;
 }
 .SearchPageLocation
 {
    font-weight:bold;
 }
 .SearchPageDescription
 {
 }
 .SearchPageDate
 {
    font-style:italic;
    font-size:8pt
 }

.SearchDetailsLogo
{
}
.SearchDetailsJob
{
    font-weight:bold;
    font-size:12pt;
	color: #ec008c;
	padding-top:15px;
	padding-bottom:5px;
}
.SearchDetailsDescription
{
	padding-bottom:15px;
}
.SearchDetails
{
	padding-bottom:3px;
}
.SearchDetailsCompany
{
    font-weight:bold;
    padding-bottom:5px;
}


.testGridView td
{
    padding:3px
}

H5
{
	font-size:11pt;
}

/*AJAX*/
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #333333;
    background-color: #fcdbef;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    
    border: 1px solid #2F4F4F;
    color: white;
    background-color:#ec008c;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #ffffff;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-size:8pt;
}