/* CSS Document */

body{ font-family: Geneva, Arial, Helvetica, sans-serif; color:#003767;}

#header{
	background-image:url(../letterhead_pic_head.jpg); background-position:left; background-repeat:no-repeat;
	width:870px; height:75px; text-align:right; color:#4393B8; font-size:10pt;
}

#logout{
	position:absolute;
	width:248px;
	height:39px;
	left:626px;
	top:15px;
	text-align:right;
	color:#841412;
	font-size:12px;
}

#navbar{
	background-image:url(../nav_bar.jpg); color:#FFFFFF; text-align:center; font-weight:bold; font-size:10pt;
	width:870px; height:38px; left:11px; top:61px; background-color:#003767;
}

.nav{ font-size:14px;
	font-style:oblique;
	color:#FFF;
}
.nav:link{ color: #FFFFFF; text-decoration:underline;}
.nav:hover{	color: #FFFFFF; text-decoration: none;}

.navnew: {color:#666666;}
.navnew:link {color:#666666; text-decoration:underline}
.navnew:hover {color:#666666; text-decoration:none}

#levelNav { visibility:hidden;}

#title{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px;	width:850px; height:19px; left:13px; top:87px; color: #003767; padding-top:5px; font-weight:bold;}

#body{
	color: #841412;
}

.divider{ border-top:solid; border-color:#003767; border-width:thin; height:2px; width:100%;}

#sidebar{
	position:absolute; width:225px; height:674px; left:923px; top:222px; border-style:none; font-size:10pt; visibility:visible; background-color:#FFFFFF;
}
#sidebar2{
	position:absolute;
	width:225px;
	height:600px;
	left:286px;
	top:140px;
	border-style:outset;
	font-size:10pt;
	visibility:visible;
	background-color:#EFEFEF;
	color: #000000;
}
#sidebar3{
	position:absolute; width:485px; height:697px; left:242px; top:253px; font-size:10pt; visibility:visible; background-color:#FFFFFF;
}
#login{ color:#FFFFFF;	position:absolute; width:163px; height:165px; border-style:none; border-width:thin; border-color:#CCCCCC; left:0px; top:158px;}

#loginError{ position:absolute; width:400px; height:20px; left:270px; top:105px; color:#FFFFFF; font-weight:bold; font-size:10pt;}

#help{ 	position:absolute; width:247px; height:20px; left:790px; top:130px; font-size:10pt; visibility:visible;}

#form{	width:782px;}

#sheet{ border-style:solid; border-width:thin; border-color:#999999; background-color:#EEEEEE;}

.title{	color: #003767; font-weight:bold;}

.label{	color: #003767;  font-weight:bold; font-size:10pt;}
.flabel{color: #000000; font-weight:bold; font-size:10pt;}
.slabel{color: #000000; font-weight:bold; font-size:8pt;}
.tabletop{color: #003767; background-color:#FFFFFF; font-weight:bold; font-size:10pt; text-align:center;}

.space{ padding:10px;}

.heading{ background-color:#666666; text-align:center; color:#FFFFFF; font-weight:bold; padding-left:6px; padding-right:6px;}


.total{ background-color:#EEEEEE; font-weight:bold;}


#select_time{
	 border-style:solid; border-width:thin; border-color:#999999; background-color:#EEEEEE;
	 position:absolute; width:450px; height:175px; top:195px; left:200px; border-style:solid;
	 visibility:hidden;
} 

#select_travel{
	 border-style:solid; border-width:thin; border-color:#999999; background-color:#EEEEEE;
	 position:absolute; width:450px; height:175px; top:195px; left:200px; border-style:solid;
	 visibility:hidden;
}

#select_expense{
	 border-style:solid; border-width:thin; border-color:#999999; background-color:#EEEEEE;
	 position:absolute; width:450px; height:175px; top:236px; left:200px; border-style:solid;
	 visibility:hidden;
}

#select_job{
	 border-style:solid; border-width:thin; border-color:#999999; background-color:#EEEEEE;
	 position:absolute; width:450px; height:175px; top:195px; left:200px; border-style:solid;
	 visibility:hidden;
}

#select_approve{
	 border-style:solid; border-width:thin; border-color:#999999; background-color:#EEEEEE;
	 position:absolute; width:450px; height:175px; top:135px; left:100px; border-style:solid;
}

#report_time{ position:absolute; width:800px; top:450px; left:10px; visibility:hidden; }

#report_travel{ position:absolute; width:800px; top:450px; left:10px; visibility:hidden; }

#report_expense{ position:absolute; width:800px; top:450px; left:10px; visibility:hidden; }

#report_job{ position:absolute; width:800px; top:450px; left:10px; visibility:hidden; }

#report_approve{ position:absolute; width:800px; top:340px; left:10px; }

#travel_email{ border:thin #000000;}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: lighter;
	color: #003767;
	text-align: center;
	position:absolute;
	top:800px;
}
.resources {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #003767;
	text-align: right;
}
.airlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: lighter;
	color: #003767;
}
#rss_feeds{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#003767; top:200px}
.urllink{color:#003767; font-size:10px;
	position:absolute;}

#navcontainer
{
background: #f0e7d7;
margin: 0 auto;
padding: 1em 0 0 0;
font-family: georgia, serif;
text-transform: lowercase;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 80%;
font-size: 0.8em;
}

ul#navlist li
{
display: block;
float: left;
width: 15%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: ##FFFFFF;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

#news{
		font-family:Arial, Helvetica, sans-serif;
		font-style:normal;
}
.news:hover{
	color:#000;
}
#newsheader{
		background-color:#006;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFF;
		font-size:16px;
}
newsheader.a:hover{
	color:#000;
}
#yahootitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16x;
}
.yahootitle:hover{
	color:#000:
}

#qpm_logo{
	background-image:url(../letterhead_pic_head.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#column_header{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#006;
	width:160px;
	border-bottom:solid;
	border-bottom-color:#006;
}

.a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00C;
}
.a:hover{
	color:#000;
}

.b{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#006;
}


/*header1*/
#heads{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#009;
	width:215px;
	vertical-align:top;
}
#detail{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:blue;
	width:215px;
	border-spacing:5px;
	vertical-align:top;
}
#detail_industry{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:blue;
	width:215px;
	vertical-align:top;
	
}
#detail_industry a{
	color:blue;
}
#detail_industry a:hover{
	color:black;
}
#drudge_pix{
	width:200px;
	max-width:200px;
}
@charset "UTF-8";
/* CSS Document */

/*header1*/
.news_information{
	
	position:absolute;
	top:250px;
	
}
.airports{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009;
	width:200px;
	top:250px;
	position:absolute;
	left: 9px;
}
.airports a:link{
	color:#00C:
}
.airports a:hover{
	color:#00F;
}
.airports .header{
	font-size:16px;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-color:#009;
	font-style:italic;
	font-style:oblique;
}

.weather{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009;
	width:200px;
	position:absolute;
	left:239px;
	top:250px;
	
}
.weather a:link{
	color:#000;
}
.weather .header{
	font-size:16px;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-color:#009;
	font-style:italic;
	font-style:oblique;
}

#sports_container{
	float:left;
	width:216px;
	margin-left:5px;
	left:220px;
}

#sports{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009;
	width:200px;
}
#sports a:link{
	color:#00C:
}
#sports a:hover{
	color:#00F;
}
#sports .header{
	font-size:16px;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-color:#009;
	font-style:italic;
	font-style:oblique;
}

#industry_container{
	float:left;
	margin-left:5px;
	width:216px;
}
#industry{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009;
	width:200px;
}
#industry a:link{
	color:#00C:
}
#industry a:hover{
	color:#00F;
}
#industry .header{
	font-size:16px;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-color:#009;
	font-style:italic;
	font-style:oblique;
}
#downloads_container{
	position:absolute;
	left:673px;
	margin-left:5px;
	width:216px;
	float:left;
	
}
.downloads{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009;
	width:200px;
	float:left;
	top:250px;
}
.downloads .header{
	font-size:16px;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-color:#009;
	font-style:italic;
	top:250px;
}
.downloads a:link{
	color:#00C:
}
.downloads a:hover{
	color:#00F;
}

#footer{
	border:thin;
	border-bottom-style:solid;
	vertical-align:bottom;
	width:870;
	
}

#ws_container{
	float:left;
	margin-left:5px;
	width:216px;
}
#ws{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#009;
	width:200px;
	float:left;
}
#ws a:link{
	color:#00C;
	text-shadow:#999;
}
#ws a:hover{
	color:#00F;
	margin-bottom:2px;
}
#ws .header{
	font-size:16px;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-color:#009;
	font-style:italic;
	font-style:oblique;
	margin-bottom:5px;
}
#ws .a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
/* CSS Document */
.gfg-root {
  width : 870px;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  border: 1px solid #BCCDF0;
}

.gfg-title {
  font-size: 14px;
  font-weight : bold;
  /*color : #3366cc;*/
  color:#003767;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-title a {
  color : #3366cc;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color : #3366cc;
  background-color: #E5ECF9;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
}

.gfg-subtitle a {
  color : #3366cc;
}

.gfg-entry {
  background-color : white;
  width : 870px;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : 870px;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}

/*
 * Easy way to get horizontal mode, applicable via js options to gadget.
 */

.gfg-horizontal-container {
  position:static;
}

.gfg-horizontal-root {
  height : 1.5em;
  _height : 100%;
  position : relative;
  white-space : nowrap;
  overflow : hidden;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  /*border: 1px solid #AAAAAA;*/
  padding : 5px;
 /* margin-right : 0px;*/
}

.gfg-horizontal-root .gfg-title {
  font-weight : bold;
  background-color: #FFFFFF;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  float : left;
  padding-left : 10px;
  padding-right : 12px;
  border-right: 1px solid #AAAAAA;
}

.gfg-horizontal-root .gfg-title a {
  color : #444444;
  text-decoration : none;
}

.gfg-horizontal-root .gfg-entry {
  width : 870px;
  height : 1.5em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 0px;
  margin-left : 0px;
  padding-left : 10px;
}

/* To allow correct behavior for overlay */
.gfg-horizontal-root .gfg-entry .gf-result {
  position:relative;
  background-color : white;
  width : 870px;
  height : 100%;
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
}

.gfg-horizontal-root .gfg-list {
  display : none;
}

/*
 * FeedControl customizations.
 */

.gfg-horizontal-root .gfg-entry .gf-result .gf-snippet,
.gfg-horizontal-root .gfg-entry .gf-result .gf-author {
  display : none;
}

.gfg-horizontal-root .gfg-entry  .gf-result .gf-title {
  color: #0000cc;
  margin-right : 3px;
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer {
  float : left;
}

.gfg-horizontal-root .gfg-entry .gf-result .gf-spacer,
.gfg-horizontal-root .gfg-entry .gf-result .gf-relativePublishedDate {
  display : block;
  color: #AAAAAA;
}

.gfg-branding {
visibility:hidden;
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('arrow_open.gif');
}

.gfg-collapse-closed {
  background-image : url('arrow_close.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}
.feed-control{
	width:870px;
	}
.contractor_font{
	color:#000099;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.logmein{
	position:absolute;
	width:407px;
	height:115px;
	z-index:1;
	left: 468px;
	top: 250px;
	font-size:16px;
	}
.logmein .header{
	font-size:16px;
	border-bottom:medium;
	border-bottom-style:solid;
	border-bottom-color:#009;
	font-style:italic;
	font-style:oblique;
}
.logmein .header:hover{
	color:#000099;
	text-decoration:none;
	}
.logmein .header:link{
	color:#000099;
	text-decoration:none;
	}
