/** GLOBAL BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f3f3f3;
	color: #333;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 75%;
	line-height: 1.4;
}


/** BANNER **/
#banner {
	width: 100%;
	height: 146px;
	background: #2395d1 url(../images/layout/banner_bg.png) top repeat-x;
}
#banner .inner {
	width: 925px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 17px;
	left: -5px;
}

/** Top Nav Level 1 **/
#nav1 {
	float: right;
	margin-top: 36px;	
}
#nav1 li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #fff;
	padding: 0 3px 0 7px;
	font-size: 1.4em;
}
#nav1 .first {
	border-left: 0px;
}
#nav1 a:link, #nav1 a:visited {
	color: #fff;
	text-decoration: none;
}
#nav1 a:hover, #nav1 a:active {
	color: #fff;
	text-decoration: none;
	margin-bottom: 2px;
	border-bottom: 2px solid #fff;
}
#breadcrumbs {
	width: 900px;
	margin: 0 auto;
	padding: 0px 5px 0px 20px;
}

/** CONTENT **/
#content {
	width: 100%;
	float: left;
	background: #e7e7e7 url(../images/layout/content_bg.png) top repeat-x;
	min-height: 598px;
	height: auto ! important;
	height: 598px;
}
#content .inner {
	width: 900px;
	margin: 0 auto;
	padding: 25px 5px 30px 20px;
}
#left {
	float: left;
	width: 610px;
}


/** RIGHT **/
#right {
	float: right;
	width: 510px;
}
#right h1 {
	color: #444;
	font-size: 33px;
	margin: 10px 0 .3em;
}
#right h2 {
	color: #787878;
	font-size: 23px;
	margin: 0 0 .7em;
}
#right p {
	color: #a8a8a8;
	font-size: 1.4em;
	line-height: 1.3;
	margin: 0;
}
#right ul {
	list-style-type: none;
	font-size: 1.4em;
	margin-top: .8em;
}
#right li {
	background: url(../images/layout/icons/blue_arrow_big.png) top left no-repeat;
	padding-left: 30px;
	min-height: 20px;
	height: auto ! important;
	height: 20px;
}


/** FOOTER **/
#footer {
	width: 100%;
	float: left;
	background: #f3f3f3;	
}
#footer .inner {
	width: 925px;
	margin: 0 auto;
	position: relative;
}
#footer p {
	color: #666666;
	font-size: .85em;
	margin: .7em 0;
}
#logo_footer {
	background: url(../images/layout/logo_footer.png) no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 png fix */
	position: absolute;
	width: 41px;
	height: 34px;
	right: 3px;
	top: -22px;
}

/** TEXT **/
h1 {
	color: #14c136;
	font-size: 2em;
	margin: 0 0 .5em 0;
	font-weight: normal;
}
h2 {
	color: #0086cc;
	font-size: 1.1em;
	margin: 1.5em 0 0 0;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
h3 {
	color: #333;
	font-size: 1.1em;
	margin: 1.1em 0 0.1em;
	font-weight: bold;
}
a:link, a:visited {
	color: #0096dc;
	text-decoration: none;
}
a:hover, a:active {
	color: #0096dc;
	text-decoration: underline;
}


/** GREEN BOX **/
#greenbox_container {
	width: 250px;
	float: right;
	margin-bottom: 20px;
}
#greenbox_top {
	width: 250px;
	height: 14px;
	line-height: 0;
	font-size: 0;
	float: left;
	background: url(../images/layout/greenbox_top.png) top no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 png fix */
}
#greenbox_middle {
	float: left;
	width: 206px;
	padding: 6px 20px;
	border-left: 2px solid #73c266;
	border-right: 2px solid #73c266;
	background: #70bf63 url(../images/layout/greenbox_middle.png) top repeat-x;
	min-height: 170px;
	height: auto ! important;
	height: 170px;
	position: relative;
}
#greenbox_middle h2 {
	color: #fff;
	font-size: 1.4em;
	margin: 0 0 .7em 0;
}
#greenbox_bottom {
	width: 250px;
	height: 14px;
	line-height: 0;
	font-size: 0;
	float: left;
	background: url(../images/layout/greenbox_bottom.png) top no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 png fix */
}
#loginform label {
	color: #444;
	font-weight: bold;
	display: block;
	margin: 3px 0;
}
#input_name, #input_pass {
	font-size: 11px;
	padding: 2px 3px;
	width: 197px;
	margin-bottom: 6px;
}
#login_lock {
	position: absolute;
	top: 2px;
	right: 20px;
}
#input_login {
	margin-top: 10px;
}



/** WHITE BOX **/
.whitebox_container {
	width: 253px;
	float: right;
	clear: right;
	margin-bottom: 20px;
}
.whitebox_top {
	width: 253px;
	height: 31px;
	line-height: 0;
	font-size: 0;
	float: left;
	background: url(../images/layout/whitebox_top.png) top no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 png fix */
}
.whitebox_middle {
	float: left;
	width: 209px;
	padding: 0px 20px 0 20px;
	border-left: 2px solid #c5c5c5;
	border-right: 2px solid #c5c5c5;
	background: #fff url(../images/layout/whitebox_middle.png) top repeat-x;
	min-height: 40px;
	height: auto ! important;
	height: 40px;
	position: relative;
}
.whitebox_middle h2 {
	color: #14c136;
	font-size: 1.4em;
	margin: -17px 0 .7em 0;
}

.inner .whitebox_middle h2 {
	margin: 0 0 .5em 0;
	padding: 0;
	line-height: 1em;
}

.inner .whitebox_middle ul {
	margin: .5em 0 0;
}

.whitebox_middle div {
	text-align: center;
	width: 209px;
	float: left;
	margin-bottom: 10px;
}

.whitebox_bottom {
	width: 253px;
	height: 14px;
	line-height: 0;
	font-size: 0;
	float: left;
	background: url(../images/layout/whitebox_bottom.png) top no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 png fix */
}


/** GRAYBOX **/
.graybox_container {
	float: left;
	width: 251px;
	margin-bottom: 40px;
	margin-right: 73px;
}
.graybox_top {
	width: 251px;
	height: 11px;
	line-height: 0;
	font-size: 0;
	float: left;
	background: url(../images/layout/graybox_top.png) top no-repeat;
}
.graybox_middle1 {
	float: left;
	width: 219px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	background: #fff url(../images/layout/graybox_middle1.png) bottom no-repeat;
	min-height: 22px;
	height: auto ! important;
	height: 22px;
	padding: 0 15px 7px;
}
.graybox_middle1 h2 {
	color: #000;
	font-size: 1.8em;
	margin: 0;
}
.graybox_middle1 h3 {
	color: #6A6A6A;
	font-size: 1.2em;
	margin: 0;
	font-weight:bold;
}
.graybox_middle1 .sub {
	color: #000;
	font-size: 1.2em;
}
.graybox_middle2 {
	float: left;
	width: 219px;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
	background: #fff;
	min-height: 50px;
	height: auto ! important;
	height: 50px;
	padding: 12px 15px 0;
	font-size: 1.02em;
}
.graybox_middle2 h3 {
	color: #444;
	font-size: 1.1em;
	margin: 0;
	font-weight:bold
}
.graybox_middle2 p {
	color: #444;
	margin: 0 0 5px;
}
.graybox_middle2 ul {
	list-style-type: none;
}
.graybox_middle2 li {
	margin-bottom: .8em;
	background: url(../images/layout/icons/arrow.png) 0px 3px no-repeat;
	padding-left: 24px;
	min-height: 16px;
	height: auto ! important;
	height: 16px;
}
.graybox_bottom {
	width: 251px;
	height: 13px;
	line-height: 0;
	font-size: 0;
	float: left;
	background: url(../images/layout/graybox_bottom.png) top no-repeat;
}


/** BLUE ARROWS **/
.blue_arrow {
	float: right;
	font-size: 1.1em;
	background: url(../images/layout/icons/blue_arrow.png) top left no-repeat;
	padding-left: 25px;
	min-height: 15px;
	height: auto ! important;
	height: 15px;
}

/** UPDATE **/
#update {
	padding-left: 19px;
}
#update li {
	margin: 3px 0;
}
#update li em { /* Alert */
	font-style: normal;
	font-weight: bold;
	color: #ff1200;
}
#update #yellow {
	list-style-image: url(../images/layout/bullet_yellow.png);
}
#update #red {
	list-style-image: url(../images/layout/bullet_red.png);
}
#update #green {
	list-style-image: url(../images/layout/bullet_green.png);
}


/** WIDE BOX **/
.widebox_container {
	width: 610px;
	float: left;
	margin-bottom: 20px;
}
.widebox_top {
	width: 610px;
	height: 11px;
	line-height: 0;
	font-size: 0;
	float: left;
	background: url(../images/layout/widebox_top.png) top no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 png fix */
	position: relative;
	z-index: 1;
}
.widebox_middle {
	float: left;
	width: 610px;
	padding: 0;
	background: #d7d6d6 url(../images/layout/widebox_middle.png) top repeat-x;
	position: relative;
}

.widebox_middle .inside {
	float: left;
	margin: 5px 15px;
	display: inline;
	width: 550px;
	padding: 15px;
	background: #fff;
	min-height: 150px;
	height: auto ! important;
	height: 150px;
}
.widebox_middle h2 {
	color: #14c136;
	font-size: 1.5em;
	margin: 0 0 -5px;
	float: left;
}
.widebox_bottom {
	width: 610px;
	height: 11px;
	line-height: 0;
	font-size: 0;
	float: left;
	background: url(../images/layout/widebox_bottom.png) top no-repeat;
	behavior: url(../iepngfix/iepngfix.htc); /* IE6 png fix */
}
.wide_title {
	width: 100%;
	float: left;
	border-bottom: 1px solid #14c136;
	margin-bottom: 20px;
}
.widebox_middle hr {
	float: left;
	width: 550px;
	height: 0px;
	background: transparent;
	border-bottom: 1px dotted #9f9f9f;
	margin: 12px 0 0;
	padding: 0;
}


/* Wide Tabs */
.wide_tabs {
	padding-left: 0;
	margin-left: 0;
	float: right;
	text-transform: uppercase;
	list-style-type: none;
}
.wide_tabs li {
	float: left;
}
.wide_tabs a {
	padding: 0.2em 1em;
	display: block;
	background: #e3e2e2 url(../images/layout/widetab.png) top repeat-x;
	color: #0096dc;
	text-decoration: none;
	border-left: 7px solid #fff;
}

.wide_tabs a:hover, .tab_current a, .ui-tabs-selected {
	background: #3aa1d9 url(../images/layout/widetab_active.png) top repeat-x;
	text-decoration: none;
	color: #fff ! important;;
}

/* Small Tabs */
.small_tabs {
	padding-left: 0;
	margin-left: 0;
	float: left;
	text-transform: uppercase;
	list-style-type: none;
	font-size: 9px;
	font-size-adjust: none;
	border-bottom: 1px solid #14c136;
}
.small_tabs li {
	float: left;
}
.small_tabs a {
	padding: 3px 8px;
	display: block;
	background: #e3e2e2 url(../images/layout/widetab.png) top repeat-x;
	color: #0096dc;
	text-decoration: none;
	border-left: 3px solid #fff;
}

.small_tabs a:hover, .tab_current a, .ui-tabs-selected a {
	background: #3aa1d9 url(../images/layout/widetab_active.png) top repeat-x;
	text-decoration: none;
	color: #fff;
}




/** BUTTON **/
#button_container {
	float: left;
	height: 25px;
}
#button_left {
	width: 8px;
	height: 25px;
	line-height: 0;
	font-size: 0;
	float: left;
	display: block;
	background: url(../images/layout/button_left.png) top no-repeat;
}
#button_middle {
	float: left;
	height: 25px;
	padding: 0 5px;
	background: url(../images/layout/button_middle.png) top repeat-x;
	text-align: left;
	display: block;
	position: relative;
}
#button_middle img {
	margin: 6px 5px 0 0;
	float: left;
}
#button_middle a {
	padding-top: 4px;
	float: left;
}
#button_right {
	width: 8px;
	height: 25px;
	line-height: 0;
	font-size: 0;
	float: left;
	display: block;
	background: url(../images/layout/button_right.png) top no-repeat;
}



/** SUB NAVIGATION **/
#subnav {
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: .6em 0 .3em;
	float: left;
	width: 100%;
}
#subnav .inner {
	width: 925px;
	margin: 0 auto;
}
#subnav ul {
	list-style-type: none;
	padding-left: 150px;
	margin: 0;
}
#subnav li {
	display: inline;
	text-transform: uppercase;
	padding: 0 .9em;
	font-size: 12px;
       font-weight: bold;
}
#subnav a:link, #subnav a:visited {
	color: #000;
	text-decoration: none;
}
#subnav a:hover, #subnav a:active, #subnav .current {
	color: #999 ! important;
	text-decoration: none;
	font-size: 12px;
       font-weight: bold;
}


/** Tasts List **/

ul.tasks {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.tasks li {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 0 .45em;
	display: block;
	border-bottom: 1px dotted #9f9f9f;

}
ul.tasks li a {
	display: block;
	padding: .45em 0;
}
ul.tasks #files { background-image: url(../images/layout/icons/files.png); }
ul.tasks #assets { background-image: url(../images/layout/icons/assets.png); }
ul.tasks #email { background-image: url(../images/layout/icons/email.png); }
ul.tasks #next { background-image: url(../images/layout/icons/next.png); }
ul.tasks #scheduled { background-image: url(../images/layout/icons/scheduled.png); }
ul.tasks #modify { background-image: url(../images/layout/icons/modify.png); }
ul.tasks #reopen { background-image: url(../images/layout/icons/reopen.png); }
ul.tasks #close { background-image: url(../images/layout/icons/close.png); }
ul.tasks #see { background-image: url(../images/layout/icons/see.png); }

ul.tasks #zip {
	background-image: url(../images/layout/icons/zip.png);
	background-position: 0 0;
	padding-left: 37px;
}


/** TABLE **/
.infotable {
	float: left;
	width: 100%;
	text-align: left;
	background: #fff;
}
.infotable td {
	padding: 5px 10px 3px;
}
.infotable .alt {
	background: #eef9ee;
}


/* TIMESHEET FORM */
#timesheet_form {
	float: left;
	margin-top: 5px;
}
#timesheet_form fieldset {
	border: 0;
}
#timesheet_form fieldset label {
	float:left;
	margin: 0;
	padding: 0;
}
#timesheet_form fieldset li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 7px 5px 4px;
}
#timesheet_form label {
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.7;
	vertical-align: top;
	margin-right:20px;
	width: 35px;	
}
#timesheet_form input {
	border: 1px solid #6bd071;
	color: #555555;
	font-size: 0.9em;
	padding: 2px;
}
#timesheet_form select {
	font-size: 11px;
	padding: 1px;
	width: 105px;
	border: 1px solid #6bd071;
}
.submit {
	background: url(../images/layout/submit.png) no-repeat;
	border: 0 ! important;
	width: 89px ! important;
	height: 25px;
	cursor: pointer;
	color: #0096dc ! important;
	line-height:normal;
	padding: 0 0 1px;
	text-align: center ! important;
	float: right;
}

/** MISC **/
#barcode {
	float: right;	
}
.textbox {
	width: 100%;
	height: 75px;
	border: 1px solid #14c136;
	margin-bottom: 10px;
}
#logout {
	float: right;
	clear: right;
	margin-top: 13px;
}
p {
	margin: 1em 0 2em;
}
img {
	border: 0 none;
}
ul, ol, dl { /* fixes disapearing lists in IE6 */
	position: relative;
}
tr {
	vertical-align: top;
}
hr {
	float: left;
	width: 900px;
	height: 2px;
	color: #ccc;
	background: #ccc;
	border: none;
	margin: 1.0em 0 1.8em 0;
	padding: 0;
}

table.auto_table tr.header_row {

	border-top: 2px solid grey;
	background-color: lightgrey;
	font-size: large;

}

table.auto_table {

	border-collapse: collapse;

}

table.auto_table td {

/*	text-align: right;*/

}

table.auto_table tr.header_row td {
	padding: .25em;
	text-align: left;
}

table.auto_table tr.odd_row {

	background-color: white;

}

table.auto_table td.options_cell {

	text-align: right;
	padding-right: 1em;

}


/* supportPage */

#support h1 {
display: none;
}

#support #left h2 {
	color: #000;
	font-weight: normal;
	font-size: 2em;
	margin: .15em 0 .75em 0;
}

#support #left #supportRequest h2 {
	text-align: right;
}

#supportCallout { 
	background: transparent url(../images/layout/bg_supportCallout.gif) left top no-repeat;
	width: 622px;
	padding: 0 20px;
	height: 408px;
	margin-bottom: 5px;
}


#supportCallout p {
	line-height: 1.2em;
}

#supportCallout #supportRemote {
	float: left;
	width: 280px;
	background: transparent url(../images/layout/bg_supportRemote.gif) 20px 115px no-repeat;
}

#supportRemote .buttons {
	margin: 190px 0 0;
}

#supportRemote .btnPC, #supportRemote .btnMAC {
	background: transparent url(../images/layout/bg_btnSupport.gif) left top no-repeat;
	width: 171px;
	padding: 9px 0 11px 32px;
}

#supportRemote a:hover {
	text-decoration: none;
}

#supportRemote p {
	margin: 0 0 .25em 0;
}

#supportRemote p.remoteBullet {
	padding: 0 0 0 2em;	
	background: transparent url(../images/layout/supportArrow.gif) left top no-repeat;
}


#supportCallout #supportRequest {
	float: right;
	width: 260px;
	margin-right: 50px;
}

#supportRequest ul {
	margin-left: 0;
}
#supportRequest .btnReq {
	background: transparent url(../images/layout/bg_btnSupport.gif) left top no-repeat;
	width: 171px;
	padding: 9px 0 11px 32px;
}

#supportRequest ul li {
	padding: 0 0 0 2em;	
	margin: 0 0 .5em 0;
	background: transparent url(../images/layout/supportArrow.gif) left top no-repeat;
	list-style: none;
}

#supportRequest .btnRequest a {
	background: transparent url(../images/layout/supportArrow_blue.gif) left top no-repeat;
	padding: 0 0 0 2em;	
}

#calloutPods {
	background: transparent url(../images/layout/bg_pods.gif) left top repeat-y;
}

#calloutPods h4 {
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: .25em;
}

#calloutPods h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	margin-bottom: .25em;
	border-bottom: 1px solid #ccc;
	padding-bottom: .25em;
}

#calloutPods ul li {
	margin-bottom: .35em;
}

#support #pod1 {
	float: left;
	width: 180px;
	margin: 0 20px 0 5px;
}
#support #pod2 {
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
}
#support #pod3 {
	float: right;
	width: 180px;
	margin: 0 5px 0 0;
}

/* misc typography additions */


/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */

* {
	padding:0;
	margin:0;
}

p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0 0 1em; }
/* End GWR */

/* Lists - ol, ul, li, dl, dt, dd

-------------------------------------------------------- */

ul {
	margin-bottom: 1.3em;
	margin-left: 1.3em;
	list-style: disc;
}

li {
	line-height: 1.2em;
	margin-bottom: .2em;
}

#NewsPostDetailTitle {
	margin: .25em 0 1em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #999;
	font-size: 1.2em;
	color: #14c136;
}

.inner .whitebox_middle h2 {
	margin: 0;
	padding: 0;
}

.whitebox_middle h3 {
	margin: 0;
	padding: 0;
}

.whitebox_middle p {
	margin: .35em 0;
	}

.whitebox_middle p.bluearrow {
	margin-left: 1em;
}

.whitebox_middle .phone {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: left;
	margin: .5em 0;
	padding: .5em 0;
}