/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

#border {
    width:820px;  /*-30px left border and -30px right border */
    /*padding: 0 40px 0 40px; /* make room for bg to show, 30px each side */
    margin: 0  auto; /* center container */
    /*background:url(images/shadowBlue.jpg) repeat-y; /* repeat bg vertically */
	 
}

.newsItem
{
	padding: 5px;
	color: #003C73;
	font-size : 16px;
	background : #D7E6EB;
	
}
.newsItem2
{
	padding: 5px;
	color: #ffffff;
	font-size : 16px;
	background-color : #70A5B7;
}

.jobdesctxt
{
	color: #f16e41;
	font-size : 14px;
	background-color : #EDF0F3;
}

.fieldset {
	border: thin dashed #003D5A;
	margin-top: 10px;
	padding:10px;
	background-color: #eeeeee;
	width: 400px;
}

fieldset.Profile
{
	border: thin dashed #003D5A;
	margin-top: 10px;
	padding:10px;
	background-color: #eeeeee;
	width: 540px;
	
}

legend
{
font : bold 14px Arial , Helvetica, Sans-Serif;
color:#339966;
background-color:#FFFFFF;
}

.logon_Warning {
	border: none;
	font-family: Tahoma;
	font-size: 16px;
	color: #FF0000;
	font-weight: bolder;
}

A:link	{ background-image:url(images/arrow10x10.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	text-decoration: 	none;
	color:	#525252;
	font-weight:normal;
	}	
		
A:visited	{	background-image:url(images/arrow10x10.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:10px;
	text-decoration:	none;
	color:	#525252;
	font-weight:normal;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.repeater a:link{	
	background-image: none;
	text-decoration: 	none;
	color:	#000000;
	font-weight:bold;
	padding-left:0px;
	}	

.repeater a:visited	{	
	background-image: none;
	text-decoration: 	none;
	color:	#000000;
	font-weight:bold;
	padding-left:0px;
	}	
								
.repeater a:active	{	
	background-image: none;
	text-decoration:	none;
	color:	#333399;
	}	
		
.repeater a:hover	{	
	background-image: none;
	text-decoration:	underline;
	color:	#3333cc;
	}

.linkNoArrow a:link{	
	background-image: none;
	text-decoration: 	none;
	color:	#4A4A4A;
	font-weight:bold;
	padding-left:0px;
	border: none;
	}	

.linkNoArrow a:visited	{	
	background-image: none;
	text-decoration: 	none;
	color:	#4A4A4A;
	font-weight:bold;
	padding-left:0px;
	}	
								
.linkNoArrow a:active	{	
	background-image: none;
	text-decoration:	none;
	color:	#333399;
	}	
		
.linkNoArrow a:hover	{	
	background-image: none;
	text-decoration:	underline;
	color:	#3333cc;
	}

@media print {
  .noPrint 
    {
	display:none;
    }
  .yesPrint
    {
	display:inline;
    }
}