/* CSS Stylesheet */
H1 
{
	color:#E99F75;
	font-family: Arial;
	font-size: 14pt;
	text-decoration:none;
}
.panelHeader 
{
	color:#E99F75;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
}

A:link
{
	font-size: 9pt;
    color: #9E2733;
	font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    text-decoration: underline;
}	
		
A:visited {	
	color:	#9E2733;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
	}	
		
A:active {	
	color:	#9E2733;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
	}	
		
A:hover {
	color: #DED300;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
}
 
A.banner:link
{
    color: #9E2733;
	font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: underline;
}	
		
A.banner:visited {	
	color:	#9E2733;
	font-size: 29px;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
	}	
		
A.banner:active {	
	color:	#9E2733;
	font-size: 29px;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
	}	
		
A.banner:hover {
	color: #DED300;
	font-size: 28px;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
}
/* News List */
.time
{
	font-size: 8pt;
	font-family: Arial;
    color: #ffcc99;
}

/* More Info */
.MoreInfoRequired
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	line-height: 17px;
	font-family: Arial;
	text-decoration: none;
}

/* Login */
a.loginlink
{
    color: #787878;
	font-size: 8pt;
    font-family: Arial;
    text-decoration: none;
	font-weight:normal;
}	
a.loginlink:hover {
	color: #0372A0;
}

.bgimg 
{
	font:9pt arial; 
	color:#9D9D9D; 
	background:#FEFEFE url(/cms_hrc-international/images/password.jpg);
	background-repeat:no-repeat; 
	background-position: center left;
}
.nobgimg 
{
	font:9pt arial; 
	color:#9D9D9D; 
	background-image:none;
	background-color:#FEFEFE;
}

.loginbutton
{
	font:9pt arial; 
	color:#FFFFFF; 
	background:#FEFEFE url(/cms_hrc-international/images/loginbutton.jpg);
	background-repeat:no-repeat;
	border: 0px;
}

/*Search box*/
.searchSubmit{border:0;width:24px;background:url(../images/topSearchSubmit.gif) no-repeat 0 0;cursor:pointer}

/*Search results*/
.searchResults
{
	font-family: Arial;
    font-size:9pt;
	color: #000;
}
.searchResults dt
{
	font-family: Arial;
	margin-top: 1.8em;
	font-size: 1.3em;
}
.searchPaging
{
	font-family: Arial;
	margin-top:3.0em;
	border-top:1px solid #ccc;
	padding-top:1.5em
}
.searchPaging a, .searchPaging span
{
	margin-right:0.5em
}
h2
{
	font-family: Arial;
    font-size:11pt;
	color: #006692;
}

/* Slide Show */
#SlideShow
{
	background-color: black;
	width:500px;
	height: 360px;
	padding: 10px;
	padding-top:20px;
}

/* Text areas */
#greenbackground
{
	background-color:#D9D300;
	height:139px;
	padding-top: 1px;
	text-align:left;
}

/* dotted line */
#dottedline 
{
	background:	url(/images/dottedline.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:8px;
}

/* Footer links */
A.Footer:link
{
	font-size: 9pt;
    color: #FFFFFF;
	font-size: 7pt;
    font-family: Arial;
    font-weight: bold;
    text-decoration: underline;
}	
		
A.Footer:visited {	
	color:	#FFFFFF;
	font-size: 7pt;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
	}	
		
A.Footer:active {	
	color:	#FFFFFF;
	font-size: 7pt;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
	}	
		
A.Footer:hover {
	color: #DED300;
	font-size: 7pt;
	font-family: Arial;
	font-weight: bold;
    text-decoration: underline;
}

.GeneralButton
{
	background-color: #A7ABAE;
	color:White;
}

.tdborder
{
	border-color:Gray;
	border: solid 1px;
}