﻿/*div {border:1px solid black;}*/

body 
{
	padding: 12px;
	margin: 0px;
	font-size: 0.8em;
	background-color: #CCCCCC;
	color: #000000;
	font-family:  Arial;
	text-align: left;
}
.bodysize1, .bodysize1 select
{
	font-size: 1.0em;
}
.bodysize2, .bodysize2 select
{
	font-size: 1.2em;
}

#bodypopup
{
	margin:0px;
	background-color:#ffffff;
}

#wrapit, #wrapitpopup, #wrapitpopupheader
{
	margin:0 auto 0 auto;
	width: 985px;
	background-color: #ffffff;
}
#wrapitpopup, #wrapitpopupheader
{
	width:auto;
	margin:0;
	padding:0;
	border:0;
}

#accesslinks, .skiplink
{
	display:none;
}

#header, #headerpopup, #headerhomepage
{
	float:left;
	width: 100%;
	background-image:url(../../../images/normal_banner.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#headerhomepage
{
	background-image:url(../../../images/homepage_banner.jpg);
}

#headerpopup
{
	height:160px;
	float:none;
	width: auto;
}
#headerminheight
{
	float:right;
	height:145px;
}

#headerlogolink
{
	height:100px;
	margin-bottom:65px;
}

#headerhomepage #headerlogolink
{
	margin-bottom:176px;
}

#headernav
{
	overflow: auto;
	width: 100%;
	padding-top:5px;
}

#headernavleft
{
	float: left;
	margin-left: 15px;
	margin-top: 2px;
	padding-bottom:5px;
}

#headernavright
{
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	padding-bottom:5px;
}

#headerpopupleft
{
	color:#002147;
	float:right;
	height: 80px;
	line-height: 80px;
	font-size:2.0em;
	font-weight:700;
	padding:10px 20px 0 0;
}


#headernav a, #headernav a:visited
{
	color: #002147;/*#ffffff;*/
	font-size: 1em;
}

#popupmenu
{
	overflow:auto;
}
#popupmenuleft
{
	float:left;
	padding-left:1px;
}
#popupmenuright
{
	float:right;
	padding-right:1px;  /* Stops FF showing scroll bars when link active */
}

#popupcontent
{
	padding:10px 10px;
}

#doNotUseMessage
{
	width:100%;
	color:red;
	font-size:1.0em;
	font-weight:bold;
	text-align:center;
	float:left;
}
#doNotUseMessage p
{
	margin:0px;
}


#fontSizeSelector1
{
	font-size:8pt;
	text-decoration:none;
}
#fontSizeSelector2
{
	font-size:10pt;
	text-decoration:none;
}
#fontSizeSelector3
{
	font-size:12pt;
	text-decoration:none;
}


#footer
{
	font-size: 8pt;
	clear: both;
	color: #333333;
	height: 20px;
	text-align: center;
	background-color:#CCCCCC;
	padding-left: 20px;
	padding-top: 10px;
}

#footer a
{
	color:#333333;
}


h1
{
	font-size: 2.2em;
	color: #002147;
	margin:0px 0px 17px 0px;
	font-weight: 400;
	text-align:left;
	line-height:1.2em;
}

h2
{
	font-size: 1.1em;
	color: #002147;
}

h3
{
	font-size:1em;
	color: #002147;
}

/*p
{
	line-height:1.4em;
	margin-top:0;
}*/

a, a:active, a:visited
{
	color:#31196D;
}

a:hover
{
	color:#D82679;	
	text-decoration: underline
}


ul
{
	line-height:1.4em;
}


hr
{	
	color: #AAAAAA;
 	background-color: #AAAAAA; 
 	border:0; 
 	height: 4px;
} 


div.newbutton
{
	color:#202020;
	margin-right:5px;
	display:inline-block;
	zoom:1;
	*display:inline;
}
div.newbutton a, div.newbutton a:hover, div.newbutton a:visited, div.newbutton a:active
{
	color:#5D5D5D;
	font-weight:700;
	text-decoration:none;
}
span.newbuttontl
{
	background: transparent url(../../../images/button1b.gif) no-repeat left top;
	display:block;
}
span.newbuttontr
{
	background: transparent url(../../../images/button2b.gif) no-repeat right top;
	display:block;
}
span.newbuttonbl
{
	background: transparent url(../../../images/button3b.gif) no-repeat left bottom;
	display:block;
}
span.newbuttonbr
{
    padding: 4px 18px 9px 15px;
	background: transparent url(../../../images/button4b.gif) no-repeat right bottom;
	display:block;
}


.boxheader, .boxheaderoptions
{
	height:37px;
	background-color:#99ccff;
	background-repeat:no-repeat;
}

.boxheadertop
{
	height:5px;
	background-image:url(../../../images/boxheader/headertopcenter_ltbluesolid.gif);
	background-repeat:repeat-x;
}
.boxheadertopleft
{
	height:5px;
	background-image:url(../../../images/boxheader/headertopleft_ltbluesolid.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.boxheadertopright
{
	height:5px;
	background-image:url(../../../images/boxheader/headertopright_ltbluesolid.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.boxheadertopie
{
	/* Without this, IE doesn't work */
	float:right;
}

.boxheadermain
{
	height:35px;
	overflow:hidden;
	background-image:url(../../../images/boxheader/headercenter_ltbluesolid.gif);
	background-repeat:repeat-x;
}
.boxheadermainleft
{
	height:35px;
	background-image:url(../../../images/boxheader/headerleft_ltbluesolid.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.boxheadermainright
{
	height:35px;
	background-image:url(../../../images/boxheader/headerright_ltbluesolid.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

.boxheaderoptions
{
	background-color:#FFFFCC;
}
.boxheaderoptions .boxheadertop
{
	background-image:url(../../../images/boxheader/headertopcenter_ltgreensolid.gif);
}
.boxheaderoptions .boxheadertopleft
{
	background-image:url(../../../images/boxheader/headertopleft_ltgreensolid.gif);
}
.boxheaderoptions .boxheadertopright
{
	background-image:url(../../../images/boxheader/headertopright_ltgreensolid.gif);
}
.boxheaderoptions .boxheadermain
{
	background-image:url(../../../images/boxheader/headercenter_ltgreensolid.gif);
}
.boxheaderoptions .boxheadermainleft
{
	background-image:url(../../../images/boxheader/headerleft_ltgreensolid.gif);
}
.boxheaderoptions .boxheadermainright
{
	background-image:url(../../../images/boxheader/headerright_ltgreensolid.gif);
}


.boxheaderinner
{
	padding:2px 5px;
}
.boxheadertitle, .boxheaderhelp
{
	color:#5D5D5D;
	padding:4px 8px 0px 8px;
	font-size:1.3em;
	font-weight:bold;
	float:left;
}
.boxheaderhelp
{
	float:right;
}
.boxheaderhelp a
{
	color:#5D5D5D;
	text-decoration:none;
}
.boxheaderhelp a:hover, .boxheaderhelp a:active
{
	text-decoration:underline;
}
.boxcontent
{
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:0px 0px;
	background-color:#E9EBEC;	
}
.boxcontentinner
{
	padding:5px;
}
.boxbuttons
{
/*	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;*/
	padding-top:10px;
	overflow:auto;
}
.boxbuttonsinner
{
	padding:5px;
	overflow:auto;
}
.boxfooter
{
	height:20px;
}

.gridtable
{
	border-bottom: #ffffff 2px solid;
	border-right: #ffffff 2px solid;
	width:100%;
}
.gridtable td
{
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
}

.gridtabledark
{
	border-bottom: #DBDEE7 2px solid;
	border-right: #DBDEE7 2px solid;
	width:100%;
}
.gridtabledark td
{
	border-top: #DBDEE7 2px solid;
	border-left: #DBDEE7 2px solid;
}


.picklistctrl
{
	margin: 0px 0px 0px 0px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
	height: 100px;
	border: 1px solid black;
	background-color: white;
}
.picklistctrl .row
{
	padding: 2px 2px 2px 2px;
}
.picklistctrl .checkbox
{
	float:left;
	width:20px;
}
.picklistctrl input
{
	border:0px;
	background-color: white;
}
.picklistctrl .descr
{
	float:left;
	padding-top:3px;
}
.picklistctrl .value
{
	float:right;
}
.picklistctrl .valuectrl
{
	border:solid 1px black;
	width:60px;
}

.redHilite
{
	color: #c00;
}

.ErrorText
{
	color: red;
}

.hoverover
{
	border-bottom: blue 1px dotted;
}

.autoSaveDiv
{
	color: red;
}

input, textarea {
	font-family:verdana,sans-serif;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}




.rightpanelcontainer
{
	background-color:#DBDEE7;
	color:#5d5d5d;
	float:right;
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-align:left;
	vertical-align:top;
	width:215px;
}
.rightpanelminheight
{
	float:right;
	height:140px;
}

.rightpanelheader, .rightpanelheaderlogon, .rightpanelheaderoptions, .rightpanelheadervacancies, .rightpanelheadersearch, .rightpanelheaderfaq, .rightpanelheaderstaff
{
	background-color:#666666;
	background-repeat:no-repeat;
	background-position:left top;
	font-size:1.7em;
	color:#FFFFFF;
	padding:6px 10px 8px 10px;
	font-weight:bold;
}
/*.rightpanelheaderoptions
{
	background-image: url(../../../images/options.jpg);
}
.rightpanelheadersearch
{
	background-image: url(../../../images/search.jpg);
}
.rightpanelheaderfaq
{
	background-image: url(../../../images/faqs.jpg);
}
.rightpanelheadervacancies
{
	background-image: url(../../../images/latestvacancies.jpg);
}
.rightpanelheaderstaff
{
	background-image: url(../../../images/staffprofiles.jpg);
}*/

.rightpanelcontent
{
	color:#666666;
	padding:8px 10px 0 10px;
	width:195px;
}

.rightpanelcontent a, .rightpanelcontent a:visited
{
	color:#3E494E;
}
.rightpanelcontent a:hover, .rightpanelcontent a:active
{
	color:#3E494E;
}


.jobsearchtxt
{
	width:98%;
}


.rssfeeditem, .rightpanelsearchrssfeeditem
{
	background-image:url(../../../images/rssfeed.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}

.rightpanelsearchrssfeeditem
{
	background-position:left top;
	padding-left:20px;
}

.editContentContainer
{
    position:relative;
    min-height:25px;
}
.editContentContainerHighlight
{
    background-color:rgba(255,0,0,0.3);
}
.editContentEdit
{
    position:absolute;
    top:0;
    right:0;
    border:1px dotted #c0c0c0;
    margin-bottom:2px;
}
.editContentEdit img
{
    margin:3px 0 3px 3px;
    display:block;
}