/*
*********************************************************************

Media Type: screen

Description: Screen stylesheet.

Document Sections:
Imports
Global
Header
Navigation
Structure
Inner Frame Styles
Footer
Static Pages
Page Specific
SMpages
Doc Store
Media Library
Popup Pages
Clear Fixes

Notes: 

images to go in images/<subfolder>

*********************************************************************
*/

@import url("reset.css");
@import url("content.css");
@import url("forms.css");
/* modules */
@import url("assetadmin.css");
@import url("contacts.css");
@import url("datepicker.css");
@import url("glossary.css");
@import url("helpcenter.css");
@import url("listtolist.css");
@import url("module.css");
@import url("onlineordering.css");
@import url("updateprogresspanel.css");
@import url("uploaddownload.css");
@import url("projectplanninggantt.css");
@import url("projectplanning.css");
@import url("medialibrary.css");
@import url("tabs.css");
/* webkit & ff */
@import url("browserhacks/browserhacks_screen.css");

/* Global
----------------------------------------------- */
html
,body
,.full_height 
,#container
{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align:top;
}

body
{
	font-family: Arial, Helvetica;
	text-align: center;
}

body
,table
,div
,textarea
{
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
	color: #333333;
}

strong {
	font-weight: bold;
}

.nomargin 
{
	margin:0;
}

.nopadding
{
	padding:0;
}

.first
{
	margin-left:0 !important;
}

/* Skip Links
----------------------------------------------- */
.sl 
{
	left:-999em;
	position:absolute;
}

a.sl:active
,a.sl:focus 
{
	padding:0.2em;
	left:200;
	top:30;
	z-index:100;
	border:0.1em solid #FFFFFF;
	color:#ff6600;
	text-decoration:none;
}

a.sl:hover
{
	color:#FFFFFF;
	background:#ff6600;
}

/* Header
----------------------------------------------- */

#header-wrapper
{
	padding-bottom:1em;
	position:relative;
}

.logo
{
	float:right;
	margin:1em;
}

.logo img
{
	border:0;
}
	
.breadcrumb
{
	list-style-position: inside;
	float:left;
	vertical-align: middle;
	margin:1.8em 1em;
}

.breadcrumb li
{
	display:inline;
	font-size:1.7em;
	color:#333333;
}

/* Partners buttons
----------------------------------------------- */
.bannerbuttons
,div.bannerbottom
{
	height:33px;
	text-align:right;
}

.bannerbuttons a img
{
	vertical-align:middle;
}

.bannerbuttons ul
{
	margin-right:1.7em;
	padding-top:6px;
}

.bannerbuttons ul li
{
	display:inline;
	padding-left:10px;
}

/* Navigation
----------------------------------------------- */

/* mod */
#secondary_nav
{
  width:161px;
}

#secondary_nav a
{
	text-decoration:none;
}

#secondary_nav a.highlight
{
	font-weight:bold;
}

/* mh */
#secondary_nav .mh h2
{
	height:33px;
	line-height:30px;
	color:#FFFFFF;
	display:block;
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0 0.8em;
	/*text-transform:uppercase; -- Remove upcase from secondary nav */
}

/* mb */
#secondary_nav td.mb
{
	background:#F0EFEF;
	position:relative;
} 

#secondary_nav div.mb 
{
	position:absolute;
	left:0;
	top:0;
	width:161px;
	/*display:none;*/
}

/* level 2 */
#secondary_nav .mb li
{
	background:none;
	border-top:0;
	border-bottom:0;
	line-height:1em;
}

#secondary_nav .mb li a
{
	display:block;
	padding:.5em 0 .5em 1em;
	font-weight:normal;
	text-transform:none;
	font-size:1em;
}

#secondary_nav .mb li li a
{
	padding-left:1.25em;
}

/* mf */
#secondary_nav .mf li
{
	font-size:1em;
	list-style: none;
}

#secondary_nav .mb ul.rt ul
{
	padding-left: 0.7em;
	padding-right: 0.5em;
}

#secondary_nav .mf li a
{
	font-size:1.2em;
	display:block;
	padding:.5em 0 .5em .8em;
	font-weight:bold;
	/*text-transform:uppercase; -- Remove upcase from secondary nav */
}

/* tree menu */
.absMiddle
{
	vertical-align:middle;
}

/* Login Page
----------------------------------------------- */
#column_container
{
	position:absolute;
	width:100%;
	left:10px;
}

#column1
{
	padding-top:10px;
	width:225px;
	float:left;
}

#column1 .content
{
	padding-right:10px;
}

#column2
{
	padding-top:10px;
	float:left;
	width:750px;
	margin-left:10px;
}

.login #content
{
	background:#FFFFFF;
	position:static;
	padding:15px 10px 20px;
}

.login #footer
{
	margin:0;
}

/* Inner Frame Styles
----------------------------------------------- */
body.withimg
{
	background:#F1F1F1;
	margin-bottom: 0;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:left;
}

body.withimg .breadcrumb
{
	display:none;
}

.TabLabelSelectedStyle td
{
	vertical-align:middle;
}
/* Footer
----------------------------------------------- */
#footer
{
	padding:0px 0;
	margin:0 0px 0 0px;
}

.footer_content
{
	text-align: right;
	vertical-align: middle;
	background:#FFFFFF;
	padding:7px;
}
			
	#footer ul
	{
		display:block;
	}

	#footer .permalinks
	{
		display:inline;
		font-size:1.1em;
		text-align:right;
	  float:right;
	}
	  
		#footer p
		{
			float:left;
			display:inline;
			font-size:1.1em;
			color:#FFFFFF;
		}
/* Navigation */

.sidemenu
{
	background-color: #f6f6f6;
}

/* Paging */

.pagingbutton
{
    vertical-align:text-bottom;
}

/* Structure
----------------------------------------------- */

#container
{
    background:#f4f4f4;
    width:1007px;
    text-align:left;
    margin:0 auto;
}

#content
{
	position:absolute;
	left:8px;
	top:8px;
	padding-bottom:10px;
}

#divbody
,.divbody
{
	background: #ffffff;
	width:820px; /*set when more pages have been completed, especially final nav | #divfooter to same width*/
}

.body_content
{
	padding:15px 10px 10px 10px;
	background:#FFFFFF;
}

div.body_content_padding /* div stops dodgy ie padding overlapping footer */
{
  height:20px;
}

div.contentwithimage, td.contentwithimage, p.contentwithimage /* for text inline with hero image (nameplate home) */
{
	/* Changed REF: JAN 2006 Design Review */
	padding-left:20px;
	padding-right:20px;
	
	/*
	padding-left:20px;
	padding-right:20px;
  */
}

p.contentwithimage
{
	padding-left:0;
	padding-right:0;
}

.elementspacing, div.elementspacing, p.elementspacing, span.elementspacing,p.elementSpacing
{
	margin-top:12px;
}

.elementspacingtop, div.elementspacingtop, p.elementspacingtop, span.elementspacingtop /* for elements where bottom padding exists */
{
	margin-top:12px;
}

.elementspacingbottom, div.elementspacingbottom, p.elementspacingbottom, span.elementspacingbottom /* for elements where top padding exists */
{
	margin-bottom:12px;
}

.alignright, td.alignright, p.alignright
{
	text-align:right;	
}
.aligncenter, td.aligncenter, p.aligncenter, div.aligncenter
{
	text-align:center;
	margin-left: auto; 
	margin-right: auto;
}

/* Page specific
----------------------------------------------- */
/* default.aspx */
div.herorow, div.featurerow
{
    margin-left:1px;
    clear:both;
}

div.herorow
{	
	background-image: url(images/backgrounds/herorow_bg.gif);
	background-position: right;
	background-repeat:repeat-y;
}

div.featurerow
{
    margin-top:9px;
    /*height:333px;*/
    background:url(images/backgrounds/featurerow_bg.gif) repeat-y  0 0;
}

div.hero 
{
  width:529px;
  display:block;
  float:left;
	background-color:#f5f5f5;
}

div.herosmall 
{
    width:265px;
    float:left;
	background-color:#f5f5f5;
}

div.herofeature, div.feature, div.featureleft
{
   width:260px; 
   float:left;
}

div.herofeature, div.feature 
{
    margin-left:9px;
    padding-bottom:10px;
}

div.herofeature img
,div.feature img
,div.featureleft img
{
	width:260px; 
}

/* SMPages (root pages, e.g. glossary, faq)
----------------------------------------------- */

.buttons
{
	padding:10px 20px;
	text-align:right;
}

.buttons .buttons_bottom
{
  display:inline;
}

.buttons
{
  padding-left:20px;
}

.formcontainer ul
{
  list-style:disc outside;
}

.formcontainer ol
{
  list-style:decimal outside;
}

.formcontainer li
,.formcontainer ol
{
  margin-left:15px;
}


/* Static Pages (Login\LoginMaster.Master and Login\PublicCMRender.aspx)
----------------------------------------------- */
body.staticpage
,body.PublicCMRender
{
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	width:100%;
	height:100%;
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
	color: #333333;
}

body.PublicCMRender div#container
{
	margin-left:10;
	margin-top:10;
}

.staticpage #divcolumn1
,.staticpage #divcolumn2
{
	padding-top:1em;
}

div.scrollingcontent 
{
	overflow:auto;
	overflow-x: hidden;	
	position:relative;
	height:100%;
}

/* Column 1 */

#divcolumn1 
{
	left:10px;
	top:10px;
	width:255px;
	/*border: solid 1px green;*/
	position:absolute;
}

#divcolumn1tab 
{
	width:75px;
}

#divcolumn1content
{
	background: #ffffff;
	/*border:solid 1px blue;*/
}

/* Column 2 */

#divcolumn2 
{
	left:275px;
	top:10px;
	/*border: solid 1px green;*/
	position:absolute;	
}

#divcolumn2tab 
{
	width:75px;
}

#divcolumn2content
{
	background: #ffffff;
	width:710px; 
	/*border:solid 1px blue;*/
}

/* Static Two Thirds Footer */
#divstaticfooter, div.divstaticfooter
{
	margin-top:10px;
	width:710px;
}

.flash_setvariables
{
	position: absolute;
	top: -100;
	left: -100;
}

/* Doc Store
----------------------------------------------- */
table.left-right-container
{
	/*width:800px;*/
}

/* Popup pages
----------------------------------------------- */
body.popup
{
	text-align:left;
	background:#F6F6F6;
}

.popup #content
{
	position:static;
	margin:10px 0 10px 10px;
}

/* Full screen pages
----------------------------------------------- */
body.fullscreen
{
	text-align:left;
	background:#F6F6F6;
}

.fullscreen .divbody
{
	width:auto;
}

.fullscreen #content
{
	position:static;
	margin:10px 0 10px 10px;
}

/* loader
----------------------------------------------- */
.loading
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#FFFFFF url(/ui/images/icons/loading.gif) no-repeat center center;
}

/* jQuery sliding box implementation
----------------------------------------------- */
.expandable-block 
{
    margin: 0px;
    padding: 0px;
}

.expandable-head 
{
    cursor: pointer;
    position: relative;
	margin-bottom: 5px;
	padding: 6px 0px 0px 7px;
	background-color: #F0F0F0;
    background-image: url(/Images/Icons/down_true.gif);
    background-repeat: no-repeat;
    background-position: right;
    border-top: solid 1px #E9E9E9;
    border-bottom: solid 1px #E9E9E9;
    vertical-align: middle;
    text-align:left;
    height: 23px !important;/*others*/
	height /**/:28px; /*ie*/
	text-transform: uppercase;
	color: #4f6673;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial,Verdana;
}

.expandable-head-expand
{
    cursor: pointer;
    position: relative;
	margin-bottom: 5px;
	padding: 6px 0px 0px 7px;
	background-color: #F0F0F0;
    background-image: url(/images/icons/up_true.gif);
    background-repeat: no-repeat;
    background-position: right;
    border-top: solid 1px #E9E9E9;
    border-bottom: solid 1px #E9E9E9;
    vertical-align: middle;
    text-align:left;
    height: 23px !important;/*others*/
	height /**/:28px; /*ie*/
	text-transform: uppercase;
	color: #4f6673;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial,Verdana;
}

.expandable-body, .expandable-body-expand {
	padding: 5px;
    background-color: #FFFFFF;
    border-left: solid 1px #E9E9E9;
    border-right: solid 1px #E9E9E9;
    border-bottom: solid 1px #E9E9E9;
    margin: -5px 0px 5px 0px;
}

.expandable-imgup 
{
    background-image : url(/images/icons/up_true.gif);
}
.expandable-imgdown 
{
    background-image : url(/images/icons/down_true.gif);
}

div.bolduppercase,
tr.bolduppercase 
{
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase
	
}

div.piechart
{
	background:#ffffff;
	margin-bottom: 10px;	
}

/* Clear Fixes
----------------------------------------------- */
#header
,#header-wrapper
,.bannertop
,#container
,#content_wrapper
,#content
,#footer
,.footer_content
,.mod
,.mh
,.mb
,.mf
,.herorow
,.featurerow
,.body_content
{
  overflow: auto;
}


.clearboth 
,div.clearboth
,td.clearboth 
,div.formcontainer
,table.formcontainer
{
	clear:both;
}

