body { background:#fff; padding:0px; margin:0px; font-family: verdana, arial, sans-serif; font-size:12px; color:#343434; line-height: 160%; }
html { color:#000; background:#fff; }
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,label,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset{ border:0; }
img { border:0; behavior: url(/js/iepngfix.htc); }
p { margin-bottom: 1em; }

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}
.clrd { clear:both; line-height:0px; width:0px; height:0px; font-size:1px; }
a { color: #004B91; text-decoration: none; outline: none; -moz-outline-style: none; }
a:hover { color:#E47911; text-decoration:underline; }
a:focus { outline: none; }
hr { border: 0; height:1px; margin:0px; color:#CCC; background-color: #ccc; clear:both; }

/* PJS Tab */
/* default width for side tabs */
.yui-navset .yui-navset-left .yui-nav, .yui-navset .yui-navset-right .yui-nav, .yui-navset-left .yui-nav, .yui-navset-right .yui-nav { width:6em; }
.yui-navset-top .yui-nav, .yui-navset-bottom .yui-nav { width:auto; }
.yui-navset .yui-navset-left, .yui-navset-left { padding:0 0 0 6em; } /* map to nav width */
.yui-navset-right { padding:0 6em 0 0; } /* ditto */
.yui-navset-top, .yui-navset-bottom { padding:auto; }
/* core */
.yui-nav, .yui-nav li { margin:0; padding:0; list-style:none; }
.yui-navset li em { font-style:normal; }
.yui-navset { position:relative; zoom:1; } /* contain absolute positioned tabs (left/right) */
.yui-navset .yui-content { zoom:1; }
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li, /* in case nested */
.yui-navset .yui-navset-bottom .yui-nav li {
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
}

.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li { display:block; }
.yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */
.yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a {
    display:block;
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
    zoom:1;
}
.yui-navset-left .yui-nav li a, .yui-navset-right .yui-nav li a { display:block; }
.yui-navset-bottom .yui-nav li a { vertical-align:text-top; } /* for inline overlap (reverse for Opera border bug) */

.yui-navset .yui-nav li a em, .yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em { display:block; }

/* position left and right oriented tabs */
.yui-navset .yui-navset-left .yui-nav, .yui-navset .yui-navset-right .yui-nav, .yui-navset-left .yui-nav, .yui-navset-right .yui-nav { position:absolute; z-index:1; }
.yui-navset-top .yui-nav, .yui-navset-bottom .yui-nav { position:static; }
.yui-navset .yui-navset-left .yui-nav,
.yui-navset-left .yui-nav { left:0; right:auto; }
.yui-navset .yui-navset-right .yui-nav, .yui-navset-right .yui-nav { right:0; left:auto; }
.yui-navset ul li { background-image: none; padding-left: 0px; }
.aligntop { align:top; }
.alignrt { align: right; }
.right{ float:right; }
.left{ float: left; }
.width50{ width:50%; }
div#hd { margin-bottom: 1em; }
table h2 { margin-top: 0; }

/* pjsTabSet.css */
/* Common colors: orange: #e47911, blue #004b91; */
/* Tabbed style*/
/* Don't display tabset headers when the tabs are visible (see pjsTabSetFlat below, marked display: block)*/
.pjsTabSet .pjsTabSetHeader { display: none; }

.pjsTabSet .yui-nav {
	 border-bottom: 1px solid #ccc; 
}

.pjsTabSet .yui-nav a {
	/* cursor: default; */
	padding: 6px 12px 2px 12px;
	font-weight: bold;
	color: #004b91;
	text-decoration: none;
	margin: 0;
}

.pjsTabSet div.yui-content div {
	margin-top: 0.6em; 
}

.pjsTabSet div.yui-content div div {
	margin-top: 0; /* Reset above for sub-divs. */
}

.pjsTabSet .yui-nav .selected a {
	color: black;
	background: white url(http://p1.philjobspot.com/img/accd-tab-bg1.gif) top left repeat-x;  /* includes what is effectively a border-top: 1px */
}

.pjsTabSet .yui-nav li {
	background-color: #efefef;
	border: 1px solid #dedede;
	margin: 0 3px 0 0;
	padding: 0;
	margin-bottom: -1px;
}

.pjsTabSet .yui-nav li.selected {
	border-bottom: 1px solid white;
	background: white url(http://p1.philjobspot.com/img/tab-edge.gif) top left repeat-x; /* Image is missing a pixel at the top to make it look slightly rounded. */
	padding: 0px 1px 0px 1px;
}

/* Default "flat" appearance */
.pjsTabSet ul.pjsTabSetFlat {
	padding: 8px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.pjsTabSet .pjsTabSetFlat .pjsTabSetHeader { color: #e47911; font-size: 1.1em; font-weight: bold; display: block; }

.pjsTabSet div.pjsTabSetFlat div {
	padding: 0.6em 0 0 0;
	border-bottom: 1px solid #ccc;
}

/* Override the above for divs underneath the one we want styled. */
.pjsTabSet div.pjsTabSetFlat div div {
	padding: 0;
	border-bottom: 0;
}

.pjsTabSet ul.pjsTabSetFlat li {
	font-weight: bold;
	padding-left: 0;
	background: transparent url(http://p1.philjobspot.com/img/arrow-down.gif) center left no-repeat;
	padding: 0 12px 0 12px;
	list-style-type: none;
	display: inline;
	font-size: 110%;
}

/* Detail page sub-style for flat tabs */
.pjsTabSet.detail ul.pjsTabSetFlat { float: left; }
.pjsTabSet.detail div.pjsTabSetFlat { clear: both; }
.pjsTabSet.detail ul.pjsTabSetFlat li { display: block; float: left; width: 40%; }
.pjsTabSet .pjsTabSetFiller { width: 2px%; }
.pjsSideNav { width: 100%; }
 .pjsSideNav .pjsSideNavMenu a, .pjsSideNav .pjsSideNavHeader { cursor: pointer; color: #004b91;	text-decoration: none; }
.pjsSideNav .pjsSideNavMenu a:hover{ color:#e47911; text-decoration:underline; }
.pjsSideNav .pjsSideNavPart .pjsSideNavHeader {
	/* cursor: default; */
	padding: 5px 0 4px 0px;
	background: url(http://p1.philjobspot.com/img/accd-tab-bg1.gif) top left repeat-x;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pjsSideNav .pjsSideNavPart .pjsSideNavHeader .selected a {
	/* cursor: default; */
	padding: 5px 0 4px 0px;
	background: url(http://p1.philjobspot.com/img/accd-tab-bg1.gif) top left repeat-x;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.pjsSideNav .pjsSideNavPart-hidden .pjsSideNavHeader { background: none; border-bottom: 0; }
.pjsSideNav .pjsSideNavPart .pjsSideNavHeader span { padding: 0 0 0 20px; background: url(http://p1.philjobspot.com/img/collapse1.png) center left no-repeat; background-position: 0em .3em; }
.pjsSideNav .pjsSideNavPart-hidden .pjsSideNavHeader span { background: url(http://p1.philjobspot.com/img/expand1.png) center left no-repeat; background-position: 0em .3em; }
.pjsSideNav .pjsSideNavMenu { overflow: hidden; }
.pjsSideNav .pjsSideNavMenu ul { margin: 4px 0px 6px 16px; padding-left: 5px; font-size: 94%; }
.pjsSideNav .pjsSideNavMenu li { list-style-type: none; padding-left: 10px; background-image: url(http://p1.philjobspot.com/img/orange_bullet.png); background-repeat: no-repeat; background-position: 0em .7em; }
.pjsSideNavHeader span { display: block; }
.pjsSideNav .pjsSideNavPart-hidden .pjsSideNavHeader .sideNavSupplimental { background: none; }
.pjsSideNav .pjsSideNavPart .pjsSideNavHeaderStatic { padding: 5px 0 4px 10px; font-weight: bold; border-top: 1px solid #ccc; }
.yui-b  { position: relative; top:380px; }

ulxxx {
	margin-left: 0;
	padding-left: 10px;
	list-style: none;
	list-style-type: none;
}

ulxxx lixxx {
	padding-left: 10px;
	list-style-type: none;
	background-image: url(http://p1.philjobspot.com/img/orange-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-bottom: 0.5em;
}

.header { margin:auto; width:970px; height:108px; }
#logo { float:left; width:302px; padding-top:5px; }
.topMenuCont { float:right; text-align: right; margin-top:60px; }

ul#topMenus {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	white-space: nowrap;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
}
ul#topMenus li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:40px;
}
ul#topMenus a, ul#topMenus span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 8px;
	float: left;
	text-decoration: none;
	color: #000000;
	/* background: url(a_bg.gif) repeat-x; */
	text-transform: uppercase;
	clear: both;
	/*width: 100%;*/
	height: 20px;
	line-height: 20px; /*--Vertical alignment of text--*/
}

ul#topMenus a{ /*--This is basically the hover state of navigation--*/
	color: #555;
	background-position: left bottom;
}

ul#topMenus span{ /*--Default state of navigation--*/
	background-position: left top;
}

.midcontents { width:970px; margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px; }
.footer { width:970px; margin:auto; padding-top:10px; padding-bottom:10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 94%; border-top: 1px solid #CCC;; }
.footerL { float:left; text-align:left; }
.footerR { float:right; text-align:right; }
.footer ul.menus { list-style: none; }
.footer ul.menus li {
  	padding: 0 5px; /*T, R, B, L*/
	float: left;
}

.footer ul.menus li a {	color: #004B91; }
.footer ul.menus li a:hover { color:#E47911; text-decoration:underline; }
.footer .sep { color:#929191 }
#sideBar { width:270px; float:left; }
#mainContents { width:664px; float:right; }
h3 { font-size: 0.8em; font-weight: normal; }
/*
#profilebody ul,ol  { margin-left:15px; }
#prodbody ul,ol  { margin-left:15px; }
#culturebody ul,ol  { margin-left:15px; } 
#adbody  ul,ol { margin-left:15px; }
*/

#adbody ul,ol, #culturebody ul,ol, #prodbody ul,ol, #profilebody ul,ol  { margin-left:15px; }

div.box .lsBlueBorder { border:2px solid #b0c4de; }

div.box {
	outline:1px solid #999;
	border:2px solid #fff;
	margin:10px 0 15px 0;
	padding:10px;
	outline-radius:4px;
	-moz-outline-radius:4px;
	-webkit-outline-radius:4px;	
}
.contBox1 { width:270px; }
.contBox1 div.t {	width:270px; height:28px; background: url(http://www.p1.philjobspot.com/img/sidebox_t.png) no-repeat; }
.contBox1 div.t div.title {
	padding: 3px 0 0 7px; /*T, R, B, L*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* text-transform: uppercase; */
	color: #272C6E;
	font-weight: bold;
	text-decoration:none;
}

.contBox1 div.m { width:270px; background: url(http://www.p1.philjobspot.com/img/sidebox_m.png); }
.contBox1 div.m div.cont { padding-left:13px; padding-right:13px; }
.contBox1 div.b { width:270px; height:7px; background: url(http://www.p1.philjobspot.com/img/sidebox_b.png) no-repeat; }

div.tal { text-align:left;}
div.tac { text-align:center;}
div.tar { text-align:right;}

div.preloader { border:2px solid #fe3035; text-align:center; padding:20px 0 10px 0; font-size: 1.2em; font-weight: bold; color:#fff; background: url(http://p1.philjobspot.com/img/loading4.gif) no-repeat center top #dc143c; }
span.small { font-size: 0.8em; font-weight: normal; }
.red_txt { color: #ff0404; }
.blk_txt { color: #000; }
.green_txt { color: #01bb2d; }

div.actionmessage {
	text-align:center;
	padding-top:10px;
	font-size: 1.2em;
	font-weight: bold;
	/* color:#a70105; */
}
.pagetitle h1 { letter-spacing:-1px; font-size: 1.3em; font-family: "Trebuchet MS", Verdana, Arial; font-weight: bold; outline:1px solid #999; border:2px solid #fff; margin:0 0 5px 0; padding:5px; background-color:#295c72; color: #fff; outline-radius:4px; -moz-outline-radius:4px; -webkit-outline-radius:4px; }
h1 { font-size: 1.3em; color: #272C6E; }
h2 { font-size: 1.1em; }
.msgbox { outline:1px solid #999; border:2px solid #fff; margin:0 0 10px 0; padding:3px; text-align:center; outline-radius:4px; -moz-outline-radius:4px; -webkit-outline-radius:4px;	}
.lsBlue { background-color:#b0c4de; }
.white { background-color:#fff; }
.blue { background-color:#0c73f9; }
.red { background-color:#a70105; color:#fff; }
.yellow { background-color:#fffaa9; color:#000; }
.beige { background-color:#f5f5dc; color:#000; }
.orange { background-color:#f0b20b; }

.browserinfo {
	outline:1px solid #999;
	background-color:#a70105;
	color:#fff;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	padding: 7px 30px 7px 7px;
	position: relative;
	/* border-top: solid 2px #c4df9b; */
	
	outline-radius:4px;
	-moz-outline-radius:4px;
	-webkit-outline-radius:4px;	
}

.browserinfo .deletebrowserinfo { position: absolute; top: 7px; right: 10px; cursor: pointer; }
#hpSideBar {	width:270px; float:right; }
#hpMainContents { width:664px; float:left; }
#hpMainContents div.col1 { width:304px; float:left; }
#hpMainContents div.col2 { width:335px; float:right; }
#hpMainContents h1 {
	/* letter-spacing:-1px; */
	font-size: 1.3em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	margin-bottom:5px;
	color: #272C6E;
}

#srPageContents div.col1, #erPageContents div.col1 { width:335px; float:left; }
#srPageContents div.col2, #erPageContents div.col2 { width:304px; float:right; }
#srPageContents h1, #erPageContents h1 {
	/* letter-spacing:-1px; */
	font-size: 1.3em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	margin-bottom:5px;
	color: #272C6E;
}

div.yweather { width:250px; height:180px; margin-left:auto; margin-right:auto; }
.yw-back-d {
	/* background: url(http://l.yimg.com/a/i/us/nws/weather/wdgt_day.png) no-repeat;  */
	background: url(http://www.p1.philjobspot.com/weather/icond.png) no-repeat;
	background-position: 4.4em 3.6em;
}
.yw-back-n {
	/* background: url(http://l.yimg.com/a/i/us/nws/weather/wdgt_night.png) no-repeat;  */
	background: url(http://www.p1.philjobspot.com/weather/iconn.png) no-repeat;
	background-position: 4.4em 3.6em;
}

div.yweather div.city {
	font-size: 1.3em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #272C6E;
	text-align:center;
}

div.yweather div.temperature {
	font-size: 1.4em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	color: #fff;
	margin-top: 5px;
	text-align:right;
	padding-right: 16px;
}

div.yweather div.n { color: #fff; }
div.yweather div.d { color: #000; }
.button1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #121752; border: 1px outset #FFFFE1; }
.button2{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px outset #FFFFE1; }
.transbutton1 { font-size: 0.9em; font-weight: normal; background-color: transparent; text-decoration: none; color: #004B91; border: none; cursor: pointer; cursor: hand; }

/* Glider */
.glidecontentwrapper { position: relative; width: 664px; height: 120px; overflow: hidden; }
.homecont { position: absolute; background: white; padding: 0;	visibility: hidden; width: 664px; }
.glidecontenttoggler {
	width: 664px;
	margin-bottom: 5px;
	text-align: right;
	background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
.glidecontenttoggler a { display: -moz-inline-box; display: inline-block; border: 1px solid #ccc; color: #2e6ab1; padding: 0px 4px; font-size: 0.8em; margin-left: 3px; font-weight: bold; text-decoration: none; }

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #E4EFFA; color: black;
}
.glidecontenttoggler a:hover{ background: #E4EFFA; color: black; }
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{ background: #1A48A4; color: white; }
.pagination { text-align:center; font-size: 1.1em; color:#000; border:2px solid #ccc; padding:2px 2px 2px 2px; margin:2px 1px 2px 1px; text-decoration:none; background-color: #ECEAEA; }
.pagination a, .pagination a:active, .pagination a:visited { text-decoration:none; color:#0000EE; }
.paginationInfo { text-align:center; font-size: 1.1em; color:#000; border:0; padding:4px 2px 2px 2px; margin:2px 1px 2px 1px; text-decoration:none; }
.jobCoConfidentialH { font-size: 1.7em; font-weight:bold; text-align:center; border:1px solid #ccc;	margin:5px 0 15px 0; padding:10px 0 10px 0; }
.jobCoName { font-size:1.5em; font-weight:bold; padding-bottom:10px; }
.jobCoInfo { font-size:0.9em; }
.jobAdTitle { font-size:1.4em; font-weight:bold; margin-top:10px; color:#483d8b; }

.rb { background-color: #ebf1fe; padding: 2px 5px 2px 5px; }
.rw { background-color: #fff; padding: 2px 5px 2px 5px; }

input.searchinput { width: 292px; border: 0; background: #FFF url(http://www.p1.philjobspot.com/img/searchinput.gif) no-repeat; padding: 4px; color: #E0691A; font-weight: bold; }
input.searchsubmit { background: #E0691A url(http://www.p1.philjobspot.com/img/searchbt.gif) no-repeat; border: 0; padding: 4px 0; height:24px; width: 65px; margin: 0 15px 1px 0; color: #FFF; font: bold 1em Arial, Sans-Serif; }

/* Nav Slide */
.topSlideTab { background: url(http://www.p1.philjobspot.com/img/navslide/tab_b.png) repeat-x 0 0; height: 42px; position: relative; top: 0; z-index: 999; }
.topSlideTab ul.login { display: block; position: relative;	float: right; clear: right; height: 42px; width: auto; font-weight: bold; line-height: 42px; margin: 0; right: 150px; color: white; font-size: 80%; text-align: center; }
.topSlideTab ul.login li.left { background: url(http://www.p1.philjobspot.com/img/navslide/tab_l.png) no-repeat left 0; height: 42px; width: 30px; padding: 0;	margin: 0; display: block;	float: left; }
.topSlideTab ul.login li.right { background: url(http://www.p1.philjobspot.com/img/navslide/tab_r.png) no-repeat left 0; height: 42px; width: 30px; padding: 0;	margin: 0; display: block; float: left; }
.topSlideTab ul.login li { text-align: left; padding: 0 6px;	display: block; float: left; height: 42px; background: url(http://www.p1.philjobspot.com/img/navslide/tab_m.png) repeat-x 0 0; }
.topSlideTab ul.login li a { color: #15ADFF; }
.topSlideTab ul.login li a:hover { color: white; }
.topSlideTab .sep {color:#414141}
.topSlideTab a.open, .topSlideTab a.close { height: 20px; line-height: 20px !important; padding-left: 30px !important; cursor: pointer; display: block; width: 100px; position: relative; top: 11px; }
.topSlideTab a.open {background: url(http://www.p1.philjobspot.com/img/navslide/bt_open.png) no-repeat left 0;}
.topSlideTab a.close {background: url(http://www.p1.philjobspot.com/img/navslide/bt_close.png) no-repeat left 0;}
.topSlideTab a:hover.open {background: url(http://www.p1.philjobspot.com/img/navslide/bt_open.png) no-repeat left -19px;}
.topSlideTab a:hover.close {background: url(http://www.p1.philjobspot.com/img/navslide/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0; width: 100%; z-index: 999; text-align: center; margin-left: auto; margin-right: auto; }

#topSlidePanel { width: 100%; height: 180px; color: #999999; background: #121752; overflow: hidden; position: relative;	z-index: 999; display: none; }
#topSlidePanel h1 { font-size: 1.6em; padding: 5px 0 10px; margin: 0; color: white; }
#topSlidePanel h2{ font-size: 1.2em; padding: 10px 0 5px; margin: 0; color: white; }
#topSlidePanel p { margin: 5px 0; padding: 0; }
#topSlidePanel a { text-decoration: none; color: #15ADFF; }
#topSlidePanel a:hover { color: white; }
#topSlidePanel .content { width: 970px; margin: 0 auto;	padding-top: 15px; text-align: left; font-size: 0.85em; }
#topSlidePanel .content .logo {
	width: 302px;
	float: left;
	z-index: 0;
	/* padding: 0 15px; */
	/* border-left: 1px solid #333; */
}
#topSlidePanel .content .left { float: left; padding: 0 15px; }
#topSlidePanel .content form { margin: 0 0 10px 0; }
#topSlidePanel .content label { float: left; padding-top: 8px; width: 280px; display: block; }
#topSlidePanel .content input.field { border: 1px #1A1A1A solid; background: #414141; margin-top: 4px; width: 200px; color: white; height: 16px; }
#topSlidePanel .content input:focus.field { background: #545454; }

/* BUTTONS */
/* Login and Register buttons */
#topSlidePanel .content input.bt_login { height: 24px; text-align: center; cursor: pointer; border: none; font-weight: bold; width: 74px; background: transparent url(http://www.p1.philjobspot.com/img/navslide/bt_login.png) no-repeat 0 0; }
#topSlidePanelDelete .content input.bt_login { width: 74px; background: transparent url(http://www.p1.philjobspot.com/img/navslide/bt_login.png) no-repeat 0 0; }