﻿/* CSS Document */

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}
h1
{
    color: #000080;
    font-size: x-large;
}

h2
{
    color: #FF6600;
    font-size: medium;
}

p 
{
    font-size:12px;
}


#header{
	height:90px;
}

#nav{
	background-image: url(../images/nav_bg.gif);
	height:33px;
	margin:0px;
}

#counter
{
	height: 80px;
	float: right;
	position: fixed;
	top: 120px;
	margin-left: 650px;

}

#counterheader
{
	margin-top: 10px;
	height: 60px;
	float: left;
	font-size: 16px;
	clear: right;
	font-weight: bold;
	display: block;
	text-align: left;
	background-color: #FFFFFF;
	padding:5px;
}

.countelement
{
	padding: 3px;
	margin-top:5px;
	background-color: #E0E0E0;
	border: thin solid #C0C0C0;
	width: 50px;
	text-align: center;
	font-size: 14px;
	float:left;
}

.jobclosed
{
	padding: 5px;
	margin-top:25px;
	background-color: #E0E0E0;
	border: thin solid #C0C0C0;
	width: 200px;
	text-align: center;
	font-size: 18px;
	float:left;
}


#footer{
	height:5px;
	background-image: url(../images/nav_bg.gif);
	clear: both;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.container{
	width:910px;
	margin-left:auto;
	margin-right:auto;
}

#mainleft{
	margin-top:10px;
	width:675px;
	float: left;
/*	background-color:#33FFFF;*/
	vertical-align: top;
}

#mainright{
margin-top:10px;
	width:225px;
	float: left;
	vertical-align: top;
}



.h3_colour
{
    color: #FF6600;
}

.job_details
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #666666;
}

.Anchor
{
    background-color: #FFFFFF;
    border: thin solid #FFFFFF;
    width: 1px;
    height: 1px;
}

.errorlabel
{
    color: #FF0000;
    font-size: 10px;
}

/*
*	Setup FOR NAVIGATION LINKS
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {

	}

/*
*	Normal Links
*/
ul.cssmenu li.home a {
	display: block;
	width: 73px;
	height: 33px;
	background-image: url(../images/header_nav.gif);

	background-position: 0 0;
	}

ul.cssmenu li.search a {
	display: block;
	width: 112px;
	height: 33px;
	background-image: url(../images/header_nav.gif);
	
	background-position: -74px 0;
	}

ul.cssmenu li.profile a {
	display: block;
	width: 102px;
	height: 33px;
	background-image: url(../images/header_nav.gif);
	
	background-position: -187px 0;
	}
ul.cssmenu li.about a {
	display: block;
	width: 92px;
	height: 33px;
	background-image: url(../images/header_nav.gif);
	
	background-position: -290px 0;
	}
ul.cssmenu li.help a {
	display: block;
	width: 74px;
	height: 33px;
	background-image: url(../images/header_nav.gif);
	background-position: -382px 0;
	}
	
/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: 0 -33px;
	}

ul.cssmenu li.search a:hover {
	background-position: -74px -33px;
	}

ul.cssmenu li.profile a:hover {
	background-position: -187px -33px;
	}
	
	ul.cssmenu li.about a:hover {
	background-position: -290px -33px;
	}

ul.cssmenu li.help a:hover {
	background-position: -382px -33px;
	}

/*
*	Clicked Links
*/
ul.cssmenu li.home a:active {
	background-position: 0 -66px;
	}

ul.cssmenu li.search a:active {
	background-position: -74px -66px;
	}

ul.cssmenu li.profile a:active {
	background-position: -187px -66px;
	}
	
ul.cssmenu li.about a:active {
	background-position: -290px -66px;
	}

ul.cssmenu li.help a:active {
	background-position: -382px -66px;
	}

/*
*	Selected/Active Links
*/
ul.cssmenu li.home a.selected {
	background-position: 0 -99px;
	}

ul.cssmenu li.search a.selected {
	background-position: -74px -99px;
	}

ul.cssmenu li.profile a.selected {
	background-position: -187px -99px;
	}
	
ul.cssmenu li.about a.selected {
	background-position: -290px -99px;
	}

ul.cssmenu li.help a.selected {
	background-position: -382px -99px;
	}

/*
*	END OF NAVIGATION LINKS
*/

/* ul.homejoblist{
	list-style: none;
	padding: 0px;
	}
*/

ul.homejoblist {
	list-style: none;
	padding: 0px;
	margin:0px;
	float: left;
	margin-right:15px;
		width: 210px;
	}

ul.homejoblist li {
	background-image: url(../images/bg_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
ul.homejoblist a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: lighter;
	text-decoration: none;
	}
	
ul.homejoblist a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;	
	
	}
	
/*
*	indent menu options
*/
	
	ul.indenthomejoblist {
	list-style: none;
	padding: 0px;
	margin:0px;
	float: left;
	margin-right:10px;
		width: 215px;
	}

ul.indenthomejoblist li
{
    background-image: url(../images/bg_bullet.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    list-style: none;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 20px;
}
	
ul.indenthomejoblist a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: lighter;
	text-decoration: none;
	}
	
ul.indenthomejoblist a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;	
	
	}
/*
*	Setup FOR HOME SEARCH BOX
*/

#searchhomecontainer
{
    background: #f27717;
}
#searchhome
{
    background-position: left top;
    
    background-image: url(../images/searchheader.gif);
    background-repeat: no-repeat;
    
}

.category_ddl
{
    margin-left: 20px;
    margin-top: 40px;
    font-size: 10px;
    width:185px;
}

.organisation_ddl
{
    margin-left: 20px;
    margin-top: 10px;
    font-size: 10px;
    width:185px;
}

.searchterm
{
    margin-left: 20px;
    margin-top: 20px;
    font-size: 10px;
    width:185px;
}
.searchbutton
{
    margin-right: 20px;
    margin-top: 15px;
    float:right;
}

#searchbottom
{
    background: #f15c0d;
    height:47px;
    margin-top:10px;
    margin-bottom:10px;
}


/*
*	END HOME SEARCH BOX
*/

/*
*	LOGIN BOX
*/

#loginhome
{
    margin-top: 20px;
    background: #dddddd;
    height: 160px;
    background-image: url(../images/loginbg.gif );
    padding-top:10px;
}

#loginExisting
{
    margin-top: 20px;    
    height: 160px;
    padding-top:10px;
    background-repeat: no-repeat;
    float:left;
}

#loginnewmembers
{
    margin-top: 20px;
    height: 160px;
    padding-top: 10px;
    background-repeat: no-repeat;
    float:right;
}

.loginheadertext
{
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f15c0d;
    font-weight: bold;
}
.logintext
{
    margin-left: 25px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #808080;
}
.logintextbox
{
    margin-left: 25px;
    font-size: 12px;
    width:175px;
}
.loginbutton
{
    margin-left: 25px;
    margin-top: 10px;
    float: left;

}
.forgotpassword
{
    margin-right: 20px;
    margin-top: 15px;
    float: right;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #f15c0d;	
}
a.forgotpassword:hover
{
    color: #666666;
}

.loginerror
{
    color: #FF0000;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;
}
/*
*	LOGIN BOX END
*/
/*
*	NEW MEMBERS
*/
#newmembers
{
    margin-top: 10px;
    height: 90px;
    background-image: url(../images/newmembers.gif );
    padding-top: 10px;
    background-repeat: no-repeat;
}


.createaccount
{
    margin-left: 30px;
    margin-top: 30px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.createaccount:hover
{
    color: #666666;
}
/*
*	END NEW MEMBERS
*/
/*
*	USER STATUS AT TOP OF PAGE
*/

#userstatus
{
    padding: 5px;
    padding-left: 10px;
    font-size: 12px;
    float: right;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    background-image: url(../images/userstatusbg.gif);
    width: 257px;
    height: 20px;
    background-repeat: no-repeat;
}
#userstatus a
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

#userstatus a:hover
{
    color: #f15c0d;
}

/*
*	2 column template
*/

#twocolleftmenu
{
    background-position: top;
    background-image: url(  '../images/leftmenubg.jpg' );
    width: 230px;
    background-repeat: no-repeat;
    padding-top:0px;
     float: left;
     height:600px;
}

#twocolright
{
    width: 660px;
    padding-top: 30px;
    float: left;
}


/*
*	APPLICATION FORMS
*/

input
{
  
}

form fieldset{
	border-width:1px;
	border-style:solid;
	border-color:#333333;
	background-color:#fbf9f9;
	margin:10px 0px 10px 0px;
	width:820px;
	padding: 0px 10px 10px 10px;	
}

form fieldset legend{
	font-weight:bold;		
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#333333;
	padding:2px 5px;
	margin:10px 0px 10px 0px;	
}

.medfieldset
{
	width:650px;
	
}

.smallfieldset
{
	width:350px;
	
}

.TextArea
{
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #808080;
    font-size: small;
    background-color: #f1efef;
    width: 800px;
    height: 149px;
}

.TextAreaSmall
{
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #808080;
    font-size: small;
    background-color: #f1efef;
    width: 400px;
}
.TextAreaCounter
{
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #808080;
    font-size: small;
    background-color: #ECE9D8;
    width: 50px;
}

.TextArea_Criteria
{
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #808080;
    font-size: small;
    background-color: #f1efef;
    font-weight: bold;
    width:600px; 
    height: 50px;
}

.DropDownList
{
    font-family: Arial, Helvetica, sans-serif; 
    border: 1px solid #808080; 
    background-color: #f1efef; 
    width:auto;
    font-size: small;
    font-weight: bold;
	height: 23px;
}

.app_adderbox
{
    border: 1px solid #FF9900;
    padding: 10px;
    margin: 15px auto 15px auto;
    background-color: #FFFFCC;
    width: 600px;
}



.pdfattachment
{
   padding-left: 50px;
}

.JobDetailsAttachment
{
  background-position: left;
   background-image: url(   '../images/pdf.gif' );
   background-repeat: no-repeat;
   height: 50px;
   width: 300px;
   
}

.DownloadManual
{
    background-position: left;
    background-image: url(    '../images/pdfsmall.gif' );
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-left: 20px;
    margin-top: 20px;
    font-size: small;
}
 
.h2attachments
{
    font-size: medium;
    color: #FF6600;
}

.tips
{
    font-size: small;
    color: #000066;
}

.AdderTextBox
{
    width: 250px;
}

.addertext
    {
       
        font-size: small;
       
    }

    .table_labels
{
    font-size: small;
    vertical-align: top;
}

#footerlinks
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #C0C0C0;
}
.homebox
{
    float: left;
    width:100%;
}
.terms
{
    font-size:12px;
}

#browserwarn
{
	padding: 5px;
	color: #000000;
	background-color: #EAEAEA;
	border: thin solid #C0C0C0;
	margin: 10px;
}

#browserwarn h2
{
	background-position: left center;
	color: #000000;
	margin: 0px;
	background-image: url(       '../images/warning.gif' );
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 3px;
}
#browserwarn p, a
{
	color: #000000;
	margin: 0px;
}

#internaltrawl
{
	padding: 2px;
	color: #000000;
	background-color: #D2F0FF;
	border: thin solid #99CCFF;
	margin: 2px;
	font-size: 12px;
	font-weight: bold;
	width: 500px;
}

.deleteappbox

{

               margin: 10px;

               padding: 5px;

               background-color: #FFCCCC;

               border: thin solid #FF0000;

               font-size: small;

}



.deleteconfirmedappbox

{

               margin: 10px;

               padding: 5px;

               background-color: #CCFFCC;

               border: thin solid #009900;

               font-size: small;

               text-align: center;

}

.validation-summary-errors, ul#errors {
    color: #D63301;
    background-color: #FFCCBA;
}

input.error { border: 1px solid #c00; background: #fee }

#rssfeeds
{
	background-position: left center;
	background-image: url(      '../images/rssicon.gif' );
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: medium;
	font-weight: lighter;
	height: 20px;
	width: 120px;
}

#rssfeeds a 
{
	text-decoration: none;
}

ul.rss {
	list-style: none;
	padding: 0px;
	margin:0px;
	float: left;
	margin-right:15px;
		width: 250px;
	}

ul.rss li
{
	background-image: url( '../images/rssbullet.jpeg' );
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
	
ul.rss  a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: lighter;
	text-decoration: none;
	}
	
ul.rss  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;	
	
	}
	

.registererror
{
	padding: 5px;
	border: thin solid #FF0000;
	background-color: #FFD9D9;
	color: #CC0000;
	font-weight: bolder;
}

.paybandtable
{
	border: 1px solid #C0C0C0;
	margin-bottom: 15px;
	border-collapse: collapse;
}


#Message
{
	border: thin solid #008000;
	width: 400px;
	padding: 5px;
	margin-left: 200px;
	background-color: #D5FFD5;
	color: #006600;
	font-weight: bold;
	display: block;
	position: relative;
	z-index: 3;
	font-size: medium;
	text-align: center;
}

#Notes
{
	border: thin solid #666666;
	width: 830px;
	padding: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	color: #666666;
	display: block;
	font-size: small;
	text-align: justify;
}

.right
{
	float: right;
}


.hiddencol
    {
        display:none;
    }
    .viscol
    {
        display:block;
    }

.gv_header
{
	background-image: url( '../images/nav_bg.gif' );
	height: 25px;
	background-position: top;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

.mGrid
{
	width: 100%;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #525252;
	border-collapse: collapse;
}

    .mGrid td
{
	padding: 3px;
	border: solid 1px #c1c1c1;
	color: #333333;
}

    .mGrid td a
{
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
    
    .mGrid th
{
	padding: 4px 2px;
	color: #fff;
	background: #424242 url( '../images/grd_head.png' ) repeat-x top;
	border-left: solid 1px #525252;
	font-size: 0.9em;
}

.mGrid .alt
{
	background: #fcfcfc no-repeat top;
}
.mGrid .pgr {background: #424242 url(../images/grd_pgr.png) repeat-x top; }
    .mGrid .pgr table { margin: 5px 0; }
    .mGrid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: #fff;
	line-height: 12px;
	text-align: right;
}   
    .mGrid .pgr a
{
	color: #C0C0C0;
	text-decoration: none;
}
    .mGrid .pgr a:hover { color: #000; text-decoration: none; }
    
    
  
