/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	background:#D4D4D4 url(../images/website_layout/background.jpg) repeat;
	color:#4E4E4E;
}

*:focus
{
	outline: 0;
}

table
{
	text-align:left;
}

td
{
	font-family:Tahoma, Arial, Verdana, Helvetica;
	font-size:9pt;
}

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

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

ul.blueArrow
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
}

ul.blueArrow li
{
	margin:0px 0px 2px 0px;
	background:url(/images/icons/arrow_bullet.png) left no-repeat;
	padding-left:15px;
}

ul.plain
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
}

ul.plain li
{
	margin:0px 0px 5px 0px;
	padding-left:0px;
}

ul.plain li a:hover
{
	text-decoration:none;
}

input
{
	font-family:Tahoma, Arial, Verdana, Helvetica;
	font-size:9pt;
}

select
{
	font-family:Tahoma, Arial, Verdana, Helvetica;
	font-size:9pt;
}

textarea
{
	font-family:Tahoma, Arial, Verdana, Helvetica;
	font-size:9pt;
	resize:none;
}

a:link, a:active, a:visited
{
	color:#4D4D4D;
	text-decoration:none;
}

a:hover
{
	color:#0082C8;
	text-decoration:underline;
}

a.body:link, a.body:active, a.body:visited
{
	color:#0082C8;
	text-decoration:none;
}

a.body:hover
{
	color:#0082C8;
	text-decoration:underline;
}

.button
{
	width:140px;
	height:26px;
	font-size:10pt;
	background:url(/images/buttons/button.png) no-repeat;
	border:none;
	color:#000000;
	cursor:pointer;
	text-align:center;
}

.buttonBlack
{
	width:100px;
	height:26px;
	font-size:10pt;
	background:url(/images/buttons/button_black.png) no-repeat;
	border:none;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	padding-bottom:2px;
}

.buttonSmall
{
	width:100px;
	height:26px;
	font-size:10pt;
	background:url(/images/buttons/button_small.png) no-repeat;
	border:none;
	color:#000000;
	cursor:pointer;
	text-align:center;
}

.mandatory
{
	color:#FF0000;
}

.input_240
{
	width:240px;
}

.select_240
{
	width:244px;
}

.tfvHighlight
{
	color:#FF0000;
}

.tfvNormal
{
	color:#000000;
}

.successResponse
{
	padding:10px 10px 10px 35px;
	border:1px solid #009933;
	background:#B3DAAF url(/images/icons/tick.png) no-repeat 5px 50%;
}

.errorResponse
{
	padding:10px 10px 10px 35px;
	border:1px solid #FF0000;
	background:#FDBDBD url(/images/icons/error.png) no-repeat 5px 50%;
}

.pageHeading
{
	font-size:14pt;
	text-transform:uppercase;
	color:#0082C8;
}

#footerForms
{
	background:url(/images/website_layout/footer_forms_bg.jpg) no-repeat;
	color:#000000;
}

.footerFormHeading
{
	font-size:14pt;
	color:#000000;
}

.searchResultHeading
{
	background:url(/images/website_layout/search_result_header_bg.jpg) no-repeat;
	font-size:14pt;
	color:#FFFFFF;
	padding-left:10px;
}

#contentSubTitle
{
	background:#6B6B6B;
	color:#FFFFFF;
}

#resultHeader
{
	background:#CCCCCC;
	color:#4D4D4D;
}

#slider {
    position:relative;
    width:800px;
    height:280px;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

/* --------------- Links Page ---------------- */



div#standardLinkage {
 width: 800px;
 margin: auto auto;
 font-family: Tahoma, Verdana;
 font-size: 9pt;
 color: #000;
}

div#standardLinkage div { margin-top: 10px; }
div#standardLinkage hr { margin: 0; padding: 0; }
div#standardLinkage div img { margin-right: 10px; }
div#standardLinkage div div { border: none; }
div#standardLinkage div p { text-align: justify; }
