/* Start of CMSMS style sheet 'NewSkin' */
/* Start of CMSMS style sheet 'NewSkin' */
* {
margin:0;
padding:0;
}

div.error {
color:red;
}

input.timesheetTime {
width:30px;
}

input.timesheetDate {
width:80px;
}

input.timesheet {
width:50px;
}
#enquiry {
width: 92%;
} 

.Bigger {width: 347px}

span {font: normal 11px verdana !important;}

.FooterText {color: white !important}

.LeftPad {width: 20px}

.FullWidth {width: 547px}

.FullWidth2 {width: 730px;}

table.NewContent {margin-bottom: 30px}

/*
Set initial font styles
*/
body {
   text-align: left;
   font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
   line-height: 1.2em;
color: #555;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #ff8000;
   color: #385C72;
}

/*****************
basic layout 
*****************/

body {
   background-color: #e9e9e9;
   color: #333;
   margin:2px; /* gives some air for the pagewrapper , used to be 2em*/
   /*min-height:120%;*/
   min-height:600px;
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid #ccc;
   margin: 0 auto;     /* this centers wrapper */
   width: 780px;
   min-height:120%;
   background-color: #fff;;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 81px; /* adjust according your image size */
 background: transparent url(_ebr/NewSkin/banner.jpg) no-repeat; 
    width: 780px;          
	/*background: #F88017;*/
}

div#headerimage {
   width: 478px;
   margin: 0 0 0 auto;
}

div#header h1 a {
/* you can set your own image here */
            background:  url(_ebr/logo1.gif) no-repeat 0px 3px; 
            display: block;
            text-indent: -700em;
            width: 198px;
            height:60px;
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 11px 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 10px;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0;              /* css shorthand rule will be opened to be "0 1em 0 1em" */

}

div#content {
   margin: 0; /* some air abobe and under menu and content */
}

div#main {

}

div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-right: 6px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#sidebarimage {
            background:  url(_ebr/home_picture.jpg) no-repeat 0 -10px; 
            display: block;
            height: 263px;
            text-indent: -700em;
            width: 186px;
}

div#sidebarimage p {
   font-size: 4em;
   padding: 1em;      /* some air for image */
   text-align: center; /* centered text */
   margin:-10px;
}

div#homejobs {
   padding: 0 1%;
  border: 1px solid #000; 
  background: #FFE9AF; 
}

td#homejobs {
   background-color: #FFE87C; 
}

td#homejobs2old {
   background-color: #F88017; 
}

td#homejobs2 {
	background-color: #A0CFEC;
}

td#opento {
	color: red;
}

h3#homejobs {
   color: #fff; 
   background-color: #0000FF; 
   color: white; 
   font-size: 1em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #2B60DE; 
/*   border-left: 1px solid #2B60DE; */
   line-height: 1.5em;
/* and some air under the border */
/*   margin: 0 0 0.5em 0; */
   margin: 0 0 8px 0; 
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #fff;
   padding: 10px 0;    /* some air for footer */
   background-color: #015095; /* same bg color as in header */ margin: 0 auto  !important; width: 780px;
}

div#footer p {
   font-size: 11px;
   text-align: center; /* centered text */
   padding: 0 0 0 0;
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 0.5em;
   /* border-bottom: 1px dotted black;  */
	border-bottom: 1px solid black;
}


/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {color: #555

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}

.MyHomeImage td {color: white; font: normal 11px Arial;}

.HomeImage {background-image: url(_ebr/NewSkin/blueback.jpg)}

.HomeImage h2 {color: white !important; padding: 15px 0 0 25px !important;}

.HomeImage strong {color: white; font: normal 11px Arial;}

.HomeImage form table {margin: -20px 0 0 75px !important;}

.JobsHomeField input {width:130px !important; 	position:relative;
	z-index:1;}

.LeftHomeColumnX a {color: #555; text-decoration:none; padding: 2px; display:block}
.LeftHomeColumnX a:visited {color: #555; text-decoration:none; padding: 2px; display:block}
.LeftHomeColumnX a:hover {color: black; text-decoration:none; padding: 2px; display:block}


/*
select {width:134px !important; 	position:relative;
	z-index:1;}
*/

.LeftHomeColumn {width: 236px; padding: 5px 0 5px 5px; vertical-align: top;}
.LeftHomeColumn div {background: url(_ebr/NewSkin/LatestBG.gif) repeat-x; border: 1px solid #93a1ae; padding: 10px 2px 5px; width: 222px}
.LeftHomeColumndiv {padding: 10px 2px 5px;}



.test {width: 200px; padding: 5px 0 5px 5px; vertical-align: top; text-align: left;}
.test div {background: url(_ebr/NewSkin/LatestBG.gif) repeat-x; border: 1px solid #93a1ae; padding: 10px 2px 5px; width: 176px}
.test {padding: 10px 2px 5px;}

.orange_box {
	border: 1px solid #e6e6e6;
	border-top: 1px solid #015095;
	border-bottom: 1px solid #015095;
	border-left: 1px solid #015095;
	border-right: 1px solid #015095;


}
.orange_box h1 {
	border-bottom: 0px solid #015095;
	background: #015095;
	color: white;
	padding: 5px 5px 5px 5px;
border:1px;

}


.ContactPanel div  {background: url(_ebr/NewSkin/LatestBG.gif) repeat-x; border: 1px solid #93a1ae; padding: 10px 20px 10px; width: 122px}

.ContactPanel img {margin-bottom: 10px}

.ContactPanel a img {margin-bottom: 0}

.ContactPanel div h3 {padding-bottom: 20px; font: Normal 12px Arial; color: #333 !important; text-transform: uppercase;}

.ContactPanel {padding: 40px 20px 10px 20px}



.ContentImage1 {height: 105px; padding-top: 5px}

.ContentImage2 {height: 105px; padding-top: 5px}

.HomeColumn {width: 173px; padding: 10px 30px 20px 30px; vertical-align: top;}

.HomeColumn li {margin-left: 0 !important; list-style:none; font-weight:bold; padding: 0 0 2px 15px; background: url(_ebr/NewSkin/BulletBG.gif) no-repeat left 5px;}

div#content h2 {

  font: bold 13px Arial; 
   text-transform: uppercase; color: #333; 
   padding: 0;
   margin: 0 0 8px 0; 
}

div#content table.NewContent td h2 {

  font: bold 15px Arial; 
   text-transform: uppercase; color: #015095; background: url(http://www.ebr.com.au_ebr/NewSkin/H2BG.gif) repeat-x;
   padding: 14px 0 12px 15px;
   margin: 5px 0 8px 0; 
}

div#content h3 {
   color: #294B5F; 
   font-size: 1.3em; /*line-height: 1.3em; */
   margin: 0 0 0 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p, td, font {
   font: Normal 11px Verdana; color: #555;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

table.NewContent strong span {font: bold 11px Verdana !important; color: #555 !important;}

pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 /* white-space: -moz-pre-wrap;  Mozilla, since 1999 */
 /* white-space: -pre-wrap;      Opera 4-6 */
 /* white-space: -o-pre-wrap;    Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;

   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 2em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

/* -----------------NoPrintMedia--------------------------- */

@media print {

div#header {display: inline}

div.HomeImage {display: none}

table.NewContent {width: 600px;}

table.NewContent td.FullWidth {width: 600px;}

table.NewContent td, table.NewContent td.FullWidth {padding: 20px}
    
div#main {width: 600px;}

}
/* End of 'NewSkin' */
/* End of 'NewSkin' */

/* Start of CMSMS style sheet 'NewSkinHoriMenuCSS' */
/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
#menu_vert {
   margin: 0px;

}

#content table td {vertical-align: top;}

#content table td #menu_vert  { margin: 40px 25px 25px 25px; width: 165px;}

#content table td #menu_vert li {list-style: none; background: #015095 url(_ebr/NewSkin/MenuBullet.gif) no-repeat 15px 14px; }

#content table td #menu_vert li a {color: white; display: block; height: 25px; padding:12px 12px 12px 25px; border-bottom: solid 1px #407cb0; text-decoration:none; background: url(_ebr/NewSkin/MenuBullet.gif) no-repeat 15px 14px;}

#content table td #menu_vert li a:hover {background: #ff9900 url(_ebr/NewSkin/MenuBullet.gif) no-repeat 15px 14px;}

#content table td #menu_vert li.currentpage {color: white; display: block; height: 25px; padding:12px 12px 12px 25px; border-bottom: solid 1px #407cb0; text-decoration:none}

#content table td #menu_vert li.currentpage h3 {color: #407cb0; font: normal 11px verdana}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #ff9900;
   border-bottom: 0px solid #ff9900;
   width: 758px !important; border-left: 22px solid #ff9900;    position: relative;
	z-index:3; 
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px;    position: relative;
	z-index:3; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
	z-index:3;
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px;    position: relative;
	z-index:3; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
   position: relative; 
	z-index:3;
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative;
	z-index:3; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 8px 13px; 
   text-decoration: none;
text-transform: uppercase;
font: normal 12px arial; 
   color: white;    position: relative;
	z-index:3; 
}
#primary-nav li a { 
   border-right: 0px solid #ff9900;
   border-left: 0px solid #ff9900;   position: relative;
	z-index:3; 
}
#primary-nav li li a { 
   border: 1px solid #ff9900;   position: relative;
	z-index:3; 
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #ff9900;    position: relative;
	z-index:3; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #ff8000; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #ff8000 !important; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: none; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */
/* End of 'NewSkinHoriMenuCSS' */

