﻿/* page */
div#pCont
{
	width:860px;
	margin:2em auto;
}

/* header */
div#hCont
{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Main Menu Container */
div#mCont
{
}

div#airLogo
{
	padding-top: 30px;
	*padding-top: 0px; /* IE6 */
	_padding-top: 0px; /* IE7 */

}

/* user message */
p#userMessage
{
	padding: 0;
	margin: 0;
	line-height: normal;
	float: right;
	color:#77b800;
	font-size:0.8em;
}

/* header menu */
div.headerMenu ul
{
	clear:right;
	float:right;
	font-size:0.8em;
}
div.headerMenu ul li
{
	display:block;
	float:left;
	margin:0;
	padding:0 0.7em;
	border-right: 1px solid #666;
	color:#666666;
}
div.headerMenu ul li a
{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

div.headerMenu ul li a:hover
{
	color:#77b800;
}

div.headerMenu ul li:hover
{
	color:#77b800;
}
div.headerMenu ul li.first
{
	padding-left:0;
}
div.headerMenu ul li.last
{
	padding-right:0;
	border-right:0;
}

div.header-middle
{
	clear:both;
	text-align: left;
}


fieldset
{
	border: 0px;
}


/* search */
fieldset#siteSearch
{
	padding: 0px 0px 0px 0px;
	clear:both;
	float: right;
	width: 20em;
}

fieldset#siteSearch input.text
{
	padding-top:0px; /* firefox */
	*padding-top:1px; /* IE6 */
	_padding-top:1px; /* IE7 */
}

/* chrome css hack */
body:nth-of-type(1) fieldset#siteSearch input.text
{
	padding-top:0px;
}

fieldset#siteSearch a
{
	padding:0px 10px 0px 0px; /* firefox */
	*padding:0px 0px 0px 0px; /* IE6 */
	_padding:0px 0px 0px 0px; /* IE7 */
	display:block;
	float:right;
	font-size:0.7em;
}

/* chrome css hack */
body:nth-of-type(1) fieldset#siteSearch a
{
	padding:0px 0px 0px 0px;
	display:block;
	float:right;
	font-size:0.7em;
}

/* main menu */
div.mainMenu
{
	margin:0 auto;
	margin-top:2em;
	height:100%;
}
div.mainMenu ul
{
	margin:0;
	padding: 0;
	/*white-space: nowrap;*/
}
div.mainMenu ul li
{
	position: relative;
	display: block;
	float:left;
	margin:0.5em 0;
	padding:0 7px;
	border-right: 1px solid #666;
}

div.mainMenu ul li a
{
	display:block;
	color:#666;
	text-decoration:none;
	font-weight: normal;
}

div.mainMenu ul li:hover a
{
	color:#77b800;
}
div.mainMenu ul li.active a
{
	color:#77b800;
}

div.mainMenu ul li.last
{
	padding-right:0;
	border-right:0;
}

div.mainMenu ul li ul
{
	position:absolute;
	top:1.22em;
	display: none;
	background:#fff;
	border:1px solid #ccc;
	border-bottom:0;
	z-index:9999;
	padding: 0;
	width:190px;
}

div.mainMenu ul li:hover ul
{
	display: block;
	left:0 !important;
	height:auto;
	padding-left: 0;
}

div.mainMenu ul li ul li
{
	clear:both;
	float:none;
	margin:0;
	padding:0;
	z-index:9999;
	border-right:0;
	cursor: pointer;
}

div.mainMenu ul li:hover ul li a
{
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:0;
	color:#666;
}

div.mainMenu ul li:hover ul li:hover a
{
	color:#77b800;
}

/* content */
div#cCont
{
	clear:both;
	padding: 20px 0px 0px 0px;
}

/* main content */
div#mainCont
{
	float:none;
	/*width:620px;*/
}

/* Search Content */
div#searchCont
{
	float:left;
	width: 100%;
}

/* additional content */
div#addCont
{
	padding: 0;
	float: right;
}

/* footer */
div#fCont
{
	clear:both;
	padding-top: 1em;
	font-size:0.8em;
}
div#fCont p
{
	clear:both;
	width:27em;
	margin:auto;
	color:#999;
	text-align:center;
}
div.footerMenu ul
{
	width:27em;
	margin:auto;
}
div.footerMenu ul li
{
	display:block;
	padding:0 0.5em;
	float:left;
	border-right:0.08em solid #999;
	color:#999;
}
div.footerMenu ul li a
{
	color:#999;
	text-decoration:none;
}
div.footerMenu ul li.first
{
	padding-left:0;
}
div.footerMenu ul li.last
{
	padding-right:0;
	border-right:0;
}

/* elements */
body
{
	color:#666;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-size:0.75em;
}
h1, h2, h3, h4, h5, h6
{
	color:#076324;
	font-weight:200;
}
h1
{
	color: #737173;
	font-size: 3em;
	padding: 0em 0em 0em 0em;
	display:block;
}
h1.header a
{
	display:block;
	width:354px;
	height:58px;
}

/*
h1.header a
{
	background:url("../../Images/air_logo.gif") no-repeat;
}
*/
.container-right-module
{
	width: 652px;
	border: #3c5b59 solid 1px;
	font-size: 10px; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}


.header-text
{ 
	/*background: #FFFFFF url(../../images/header_bg.jpg) repeat-x;*/	
	padding: 2px 10px 2px 10px;
	background: #076324;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	display:block;
	margin-bottom: 0px;
}
.padded
{
	padding: 10px 10px 10px 10px;
}



h1.header a span
{
	display:none;
}
h2
{	
	color: #076324;
	font-size: 1.3em;
	display:block;
	font-weight: bold;
	margin-bottom: 0px;
}
h3
{
	color: #737173;
	font-size: 1.3em;
	display:block;
	font-weight: bold;
	margin-bottom: 0px;
}
h4
{
	margin-bottom: 0px;
}
a
{
	color:#77b800;
	text-decoration:none;
	font-weight:bold;
}

input.pagination
{
	width:19px;
	height:20px;
	padding-bottom:4px;
	background:url("../../images/pagination.gif") no-repeat;
	border:0;
	color:White;
	font-size:0.9em;
}
input.button,
a.button
{
	height:22px;
	padding:0 1.1em 3px 1.1em;
	*padding:0 0.7em;
	background: url("../../images/button.gif") center left repeat-x;
	border:0;
	color:white;
	font-size:0.9em;
	font-weight:bold;
	text-align: center;
}
a.button
{
	display:block;
	height:19px;
	padding:0 1.5em;
	padding-top:4px;
	*padding-top:4px;
	font-size:1em;
}
input.button:hover,
a.button:hover
{
	background: url("../../Images/button.gif") center right repeat-x;
}

div.button
{
	margin-top: 3em;
	text-align: center;
}

/* classes */
.warning
{
	color:#ff0000;
}
.block
{
	display:block;
}

/* content block */
.contentBlock ul
{
	list-style-type: disc;
	line-height: 20px;
}

.contentBlock ul li ul
{
	margin-left: 17px;
	list-style-image: url('../../images/bullets/rightarrows.jpg');
}

/* feature bucket */
div.featureBuckets
{
	width:15.75em;
	min-width:188px;
}
div.bucket
{
	width:188px;
	margin-bottom:2em;
}

div.bucketIn
{
	margin: 0;
	padding: 10px 5px 10px 5px;
	*padding: 10px 10px 10px 10px;
	_padding: 10px 10px 10px 10px;
	border: 1px solid #737173;
}

div.bucketIn ul
{
	padding: 0px 0px 0px 0px
}

div.bucket h3
{
	font-size:1.3em;
}

div.bucket h3.featured
{
	padding:0.2em 0;
	background:#076324;
	color:#fff;
	font-size:1.1em;
	font-weight:200;
	text-align:center;
}

div.bucket span.note
{
	font-size:0.9em;
}

/* archive search */
div#archive
{
	text-align:center;
	margin-bottom:2em;
}
div#archive h4
{
	margin:0.5em 0;
	font-size:1.3em;
	font-weight:200;
}
div#archive input
{
	margin-bottom:0.4em;
}
div#archive ul
{
	list-style-type: none;
	margin:0;
	padding-bottom: 10px;
}

div#archive ul.li
{
	padding-left: 0px;
}

/* found articles */
div.article
{
	margin-bottom: 2em;
}

div.article h3
{
	color: #076324;
	font-weight:bold;
}
div.article h3 a
{
	color: #666666;
	font-weight:bold;
	font-size: 15px;
	text-decoration: none;
}
div.article h3 a:hover
{
	color: #78B803;
}
div.article h3 a:hover
{
	color: #78B803;
}
div.article h4 a
{
	color: #076324;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
}
div.article h4 a:hover
{
	color: #78B803;
}
div.article p
{
	padding: 0;
}
div.article a.moreLnk
{
	font-weight:bold;
	text-decoration: none;
}
div.articleIndent
{
	padding-left: 20px;
}
div.article ol li:before
{
	content: counter(start) ". "; 
	counter-increment: start
}

/* item detail */
div#itemDetail a#backToSection
{
	display:block;
	float:left;
	margin-bottom:2em;
	padding:0.2em 0.5em;
	background:#076324;
	color:#fff;
	font-weight:200;
	text-decoration:none;
}
div#itemDetail h3
{
	clear:both;
	font-size:1.6em;
}
div#itemDetail h4
{
	margin-top:0.6em;
	color:#77b800;
	font-size:1.4em;
}
div#itemDetail p
{
	margin-bottom:0.5em;
}

/* attachment list */
ul#attachmentList
{
	margin-top:1em;
	list-style-type:none;
}
ul#attachmentList li a.icon
{
	display:block;
	height:3.3em;
	_height:37px;
	min-height:37px;
	padding-left:40px;
	background-repeat:no-repeat;
	background-position:left;
	line-height:2.5em;
}

/* icons */
a.iconEXE
{
	background-image:url("../../Images/icons/exe.gif");
}
a.iconPDF
{
	background-image:url("../../Images/icons/pdf.gif");
}
a.iconZIP
{
	background-image:url("../../Images/icons/zip.gif");
}
a.iconHTML
{
	background-image:url("../../Images/icons/html.gif");
}
a.iconXLS
{
	background-image:url("../../Images/icons/xls.gif");
}
a.iconXLSX
{
	background-image:url("../../Images/icons/xlsx.gif");
}
a.iconDOC
{
	background-image:url("../../Images/icons/doc.gif");
}
a.iconDOCX
{
	background-image:url("../../Images/icons/docx.gif");
}
a.iconPPT
{
	background-image:url("../../Images/icons/ppt.gif");
}
a.iconPPTX
{
	background-image:url("../../Images/icons/pptx.gif");
}

/* Added by AIR */
div.lineindent
{
	padding-left:10px;
}

p.checkbox
{
	margin-bottom:0.6em;
}

p
{
	line-height: 20px;
	padding: 0;
	margin: 0;
}

/* Table Styles */

table.grayTable
{
	margin-top: 10px;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0px;
}

table.grayTable th
{
	background-color:  #737173;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

table.grayTable td
{
	vertical-align: top;
}

table.grayTable tr td ul
{	
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

table.blueTable
{
	margin-top: 10px;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
}

table.blueTable th
{
	background-color:  #0081C6;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

table.blueTable td
{
	vertical-align: top;
}

table.blueTable tr td ul
{
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
} 

div.clickable
{
	cursor: pointer;
}

div.clearleft
{
	clear: left;
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}

.left 
{
	text-align: left; 
	float: left;
	clear:both;
	*clear:none;
	_clear:none;
	display: inline;
}

.right 
{
	text-align: right; 
	float: right;
	clear:right; /* firefox */
	*clear:none; /* IE6 */
	_clear:none; /* IE7 */
	display: inline;
}

table.tableCellLeft tr td
{
    text-align: left;
    padding: 10px;
}

center.padded
{
    padding-top: 50px;
}

/* Content Downloads (i.e. PDF copy of an article) */
div#contentDownloads div
{
	padding-left: 10px;
	text-align: center;
}
div#contentDownloads img
{
	border: 0;
}

div#contentDownloadItem
{
	float: right; 
	text-align: center;
}

/* Paging Controls */
.paging a.inactive
{
	color:#666;
}

table.jobListTable
{
	width: 100%;
}

/* UNICEDE Check Report */
a.reportContent
{
	color:#666;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
}

.titleText 
{
	font-family:verdana,arial, helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666;
	text-align:center
}

.rlsTitleText, .rlstitleText, .rlsTitleText A, .rlstitleText A
{
	font-family:verdana,arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
}

