/* empty */
/* empty */

/* search input */
.search-query-text-input {
    height:20px;
    width:70%;
    float:left;
    margin-right:3px !important;
}

.search-filters-panel {
    margin-top:3px;
}

/* mail css */
.mailLabel {
    color: #666666; font-weight: bold;
}

.mailthread {
}

.unparented {
    list-style: none;
    margin: 0;
    padding: 0;
}

.parented {
    list-style-image: url("/images/icons/link_out_bot.gif");
}

.mailthread ul {
    list-style-image: url("/images/icons/link_out_bot.gif");
}

.selectedMail {
  background-color: #ffffcc;
  padding: 2px;
  border: 1px solid #ddd;
}

.excerpt {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* blog-list macro */
.bloglist.default .permalink {
    float:right;
    font-size:x-small;
}
.bloglist.default .title {
    font-size:x-large;
}
.bloglist.default .date {
    font-size:x-large;
}
.bloglist.default .postedby, .bloglist.default .postedbydate {
    font-size:x-small;
}



/* extracted-default theme.css */
.tabnav .tabs a {
    padding: 0px 3px 0px 3px;
    margin: 0px 3px 0 0;
    border-bottom: none;
    text-decoration: none;
    display: block;
    float: left;
}


/* list page navigational tabs */
.tabnav, .comment .tabnav {
    padding: 0;
    margin: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    float: left;
    display: inline;
    list-style-position: outside;
    width: 100%;
    font-weight: normal;
    font-size: 9pt;
}


/* comments in IE in 2.8 */
.comment, .comment-body, .comment-header { height:auto; }

/* support recently-updated display */
.recentlyUpdatedItem {
	border-bottom: #f0f0f0 1px solid;
	border-top: #f0f0f0 1px solid;
	margin: 10px 0 0 0;
	padding: 0px;
	border-spacing: 0px;
	width: 100%;
    text-decoration: none;
    border-collapse: collapse;
}

.recentlyUpdatedItem td {
    padding: 10px;
    border-bottom: #f0f0f0 1px solid;
    vertical-align: top;
}

.recentlyUpdatedItem .authorAndDate {
	background-color: #f0f0f0;
	width: 25%;
}

.recentlyUpdatedItem .date {
    margin-top: 4px;
    font-size: 90%;
    color: #666;
}

.recentlyUpdatedItem .profilePic {
    float: right;
    background-color: #f0f0f0;
    margin: 0 2px;
}

.recentlyUpdatedItem .twixie {
    padding: 10px 0 0 4px;
}

.recentlyUpdatedItem .icon {
    padding: 8px 0 0 1px;
}

.recentlyUpdatedItem .details {
    padding-left: 7px;
}

.recentlyUpdatedItem .summary, .recentlyUpdatedItem .thumbnail {
    margin-top: 3px;
    color: #666666;
}

.moreRecentlyUpdatedItems {
    text-align: right;
    margin-top: 10px;
    font-size: 10pt;
}

/* ensure titlecontent cell is correctly aligned */
.atb-titlecontent {vertical-align:top;}

/* support for page versions */
.hidden {
    display: none;
}

/* menus in opera */
.menubar {
    position: static;
}

/* pagetree2 */
.pagetree2 .cell1, .pagetree2 .cell2, .pagetree2 .cell3, .pagetree2 .cell4, .pagetree2 .cell5 {
    white-space:nowrap;
}

/* access keys */
#atb-accessKeys { margin: 0; padding: 0; }
#atb-accessKeys dt { margin: 0; padding: 0; position: absolute; top: -9999px; left: 0; }
#atb-accessKeys dd { margin: 0; padding: 0; }
#atb-accessKeys dd a { position: absolute; top: -9999px; left: 0; }
#atb-accessKeys dd a:focus, #accessKeys dd a:active { background-color: #3556a2 !important; color: #fff !important; top: 0; font-size: 1.2em; padding: .5em; }

/* make headings less ugly */
.atb-page h1, .atb-page h2, .atb-page h3, .atb-page h4, .atb-page h5, .atb-page h6 {
 background-color: transparent;
 border-style: none;
 padding: 0px;
}
.atb-title h1 {
 font-size: 18px;
 line-height: 1.0em;
 margin-top: 0px;
}

/* make breadcrumbs less rancid */
.breadcrumbs {
 background-color: transparent;
 border: 1px none transparent;
}
ol.breadcrumbs {
    padding:0px;
    margin:0px;
}
ol.breadcrumbs li.breadcrumb {
    float:left;
    list-style-type:none;
    padding-right:3px;
}

ol.ellipsis li.breadcrumbsExpansion, ol.expanded li.breadcrumbsEllipsis { display:none; }
ol.expanded li.breadcrumbsExpansion, ol.ellipsis li.breadcrumbsEllipsis { display:block; }

/* labels in menus */
div.dynarch-horiz-menu .label, div.dynarch-popup-menu .label {
 font-weight: normal;
}

/* allow panel css to set design of menus in .atb-menu */
.atb-menu div.dynarch-horiz-menu {
 background-color: transparent;
 background-image: none;
 border-style: none;
}

/* remove margins from forms */
.marginlessForm {
 margin: 0px;
}

/* don't force search box to be 100% width */
.confluence-searchbox {
 width: auto;
 white-space: nowrap;
}

/* remove padding from PageContent */
.PageContent, .pagecontent {
 padding: 0px;
}

/* ui table (e.g. attachments list) */
.tableview th, .tabletitle, .pageSectionHeader {
 border-bottom-width: 1px;
}
.tableview th, div.tabletitle {
 font-weight: bold;
}
.mode-view-attachments .tableview td {
 border-top: 1px solid #fff;
 vertical-align: middle;
}
.tableview td {
 border-bottom: 1px dotted #ccc;
}
.tableview tr:hover td {
 border-bottom: 1px solid #000;
}
.rowAlternate {
 background-color: #f7f7f7;
}

/* activity screens */
.context-space-activity .pagebody {
 padding: 0px;
}

/* no image borders */
a img {
 border-style: none;
}

/* hide accessibility features by default */
.accessibility {
 display: none;
}

/* left slider */
.atb-leftslider {
 cursor: w-resize !important;
}

/* right slider */
.atb-rightslider {
 cursor: e-resize !important;
}

/* allow special effects on tables, etc. */
.layout {
 direction:ltr;
}

/* inhibit selection where possible */
.noselect {
 -moz-user-select: none;
 cursor: default;
}

/* line spacing */
body, p, li, ul {
 line-height:1.6em;
}

/* citation */
cite:before { content: "\""; }
cite:after { content: "\""; }
cite, cite:before, cite:after {
 font-family: Georgia, "Times New Roman", serif;
 font-style: italic;
}

/* insertions and deletions */
ins {
 background-color: #DBFFDB;
}
del {
 background-color: #FFE5E5;
}

/* make italics more readable */
i, em {
 letter-spacing: 1px;
}

/* tables */
.confluenceTable {
 border: 1px solid #B2B2B2;
 border-collapse: collapse;
}
.confluenceTable th.confluenceTh {
 background-color: #F5F5F5;
 border: 1px dotted #B2B2B2;
 font-weight: bold;
 font-size: small;
 padding: 3px 4px 3px 4px;
}
.confluenceTable .confluenceTd {
 border: 1px dotted #B2B2B2;
 padding: 3px 4px 3px 4px;
}

/* ExtJS unselectable panels */
.x-unselectable { cursor: default; }

/* skip navigation */
@media screen, print, handheld, projection, tv {
 .non-visual {display: none; visibility: hidden;}
}

/* sliders */
.atb-slider .atb-slider-img {
 width: 9px;
 height: 20px;
}
.atb-leftslider .atb-leftslider-img {
 background-position: top right;
}
.atb-rightslider .atb-rightslider-img {
 background-position: top left;
}

.quicklinks {
 overflow: auto;
}
.quicklinks div {
 clear: none;
 float: left;
 margin-bottom: 4px;
 width: 49%;
}

/* Stop menu items wrapping */
div.dynarch-horiz-menu table tr td {
 white-space: nowrap;
}

/* Provide support for menu spacers */
div.dynarch-horiz-menu table tr td.spacer {
 width: 100%;
}
div.dynarch-horiz-menu table tr td.spacer div {
 display:none;
}

.poweredBy, .poweredBy a, .license-academic, .license-free {
 color:#909090;
 font-size:small;
}
/* empty */


.atb-footer {
padding: 10px 0;
border-top: 1px dotted #025ca5;
}

#itexcerpt p { padding-bottom: 20px; }

#atb-footer #atb-footerdiv div p {margin: 0 !important; font-size: 12px; color: #868889; line-height: 13px; }

#atb-footer #atb-footerdiv div a {font-size: 12px; color: #868889; line-height: 13px; text-decoration: none; }
#atb-footer #atb-footerdiv div a:hover { color: #a20679; border-bottom: 1px dotted white; text-decoration: none; }

#atb-footer .it-footer-div1 { width: 25%; float: left; }
#atb-footer .it-footer-div2 { width: 18%; float: left; padding: 10px 0 0 0; }
#atb-footer .it-footer-div3 { width: 30%; float: left; padding: 10px 0 0 0; }
#atb-footer .it-footer-div4 { width: 10%; float: right; padding: 10px 0 0 0; }
#atb-footer .it-footer-div5 { width: 15%; float: right; padding: 10px 0 0 0; }


.two-wrapper { overflow: hidden; }
.two-wrapper div { vertical-align: top; float: left; }
.two-wrapper .two-first-column { padding: 0 3.5% 0 0; width: 29%;}
.two-wrapper .two-second-column { width: 67.5%; }

.three-wrapper { overflow: hidden; }
.three-wrapper div { vertical-align: top; float: left; }
.three-wrapper .three-first-column { width: 29%; padding: 0 6.5% 0 0; }
.three-wrapper .three-second-column { width: 29%; padding: 0 6.5% 0 0; }
.three-wrapper .three-third-column { width: 29%; }



#it-qlinks { position: absolute; text-align: right; color: #7295b1; width: 950px; }
#it-qlinks p { margin: 0; color: #7295b1; font-size: 11px; padding: 9px 10px 0 0; letter-spacing: 1px; }
#it-qlinks a:link, #it-qlinks a:visited { color: #7295b1; text-decoration: none; letter-spacing: 1px; }
#it-qlinks a:hover, #it-qlinks a:focus { color: white; border-bottom: 1px dotted white; }
#it-logo { width: 950px; padding: 55px 0 0 0; }
#it-logo a { outline: none; }

#it-breadcrumbs { float: left; padding-left: 9px; width: auto; font-size: 11px; color: #b3b3b3; letter-spacing: 1px; }
#it-breadcrumbs a { font-size: 11px; text-decoration: none; color: #b3b3b3; letter-spacing: 1px; }
#it-breadcrumbs a:hover { color: #5a5a5a; border-bottom: 1px dotted #5a5a5a; }
#it-search { float: right; width: auto; }

#edview {background-color: #025ca5;}

html { height: 101%; }

body, p, td, table, tr, .bodytext, .stepfield, .grey { color: #5a5a5a; }
p { margin: 5px 0 !important; }

.wiki-content ul {
color: #a20679;
list-style-type:disc;
margin:5px 0;
padding-left:22px;
line-height: 1em;
}

.wiki-content li {
color: #5a5a5a;
margin:5px;
list-style-type: square;
padding:0;
}

.atb-leftSidebar a { line-height: 1em; display: block; background-image: url(/download/attachments/2851846/it-lsb-link.png); background-repeat: repeat-x; font-size: 18px; padding: 11px 20px 11px 20px; color: white; text-decoration: none; margin: 0 0 10px 0; }
.atb-leftSidebar a:hover { background-image: url(/download/attachments/2851846/it-lsb-link-over.png); }
.atb-leftSidebar p br { height: 0; margin: 0; padding: 0; border: 0; }

h1 { font-weight: normal !important; font-family: "Calibri", Arial, Helvetica, sans-serif !important; font-size: 24px !important; color: #a20679 !important; margin: 10px 0 10px 0 !important; }
h2 { font-weight: normal !important; font-family: "Calibri", Arial, Helvetica, sans-serif !important; font-size: 24px !important; color: #025ca5 !important; margin: 10px 0 10px 0 !important; }
h3 { font-weight: normal !important; font-family: "Calibri", Arial, Helvetica, sans-serif !important; font-size: 20px !important; color: #a20679 !important; margin: 5px 0 5px 0 !important; }
h4 { font-weight: normal !important; font-family: "Calibri", Arial, Helvetica, sans-serif !important; font-size: 20px !important; color: #025ca5 !important; margin: 5px 0 5px 0 !important; }
h5 { font-weight: normal !important; font-family: "Calibri", Arial, Helvetica, sans-serif !important; font-size: 16px !important; color: #a20679 !important; margin: 5px 0 5px 0 !important; }
h6 { font-weight: normal !important; font-family: "Calibri", Arial, Helvetica, sans-serif !important; font-size: 16px !important; color: #025ca5 !important; margin: 5px 0 5px 0 !important; }

.atb-content a:link,
.atb-content a:visited,
.two-wrapper a:link,
.two-wrapper a:visited,
.three-wrapper a:link,
.three-wrapper a:visited { color: #025ca5; border-bottom: 1px dotted #025ca5; text-decoration: none; }

.atb-content a:hover,
.atb-content a:focus,
.two-wrapper a:hover,
.two-wrapper a:focus,
.three-wrapper a:hover,
.three-wrapper a:focus { color: #a20679; border: none; }


/*------------------------------------------------------------------------------------->> MENU PANEL */

.atb-menu { height: 68px; padding: 0 0 0 256px; }

.atb-menu, 
.atb-menu p, 
.atb-menu td, 
.atb-menu th, 
.atb-menu div, 
.atb-menu span, 
.atb-menu div.dynarch-horiz-menu, 
.atb-menu div.dynarch-horiz-menu table, 
.atb-menu input, 
.atb-menu select {
	color: white;
}

.atb-menu a:link, 
.atb-menu a:visited, 
.atb-menu a:active, 
.atb-menu a:hover, 
.atb-menu #default-labels-header 
.atb-menu a.add {
color:transparent;
}

/*------------------------------------------------->> MENU */

div.dynarch-menu-shadow, 
img.dynarch-menu-shadow, 
div.div.dynarch-IE6-shadow {
	position:absolute;
	z-index:990;
}

iframe#dynarch-menu-hider {
	z-index:980;
}

div.dynarch-menu-scroll-up {
	background:transparent url(img/scroll-up.gif) no-repeat scroll 50% 50%;
	font-size:12px;
	height:12px;
	line-height:12px;
	overflow:hidden;
}

div.dynarch-menu-scroll-down {
	background:transparent url(img/scroll-down.gif) no-repeat scroll 50% 50%;
	font-size:12px;
	height:12px;
	line-height:12px;
	overflow:hidden;
}

div.dynarch-menu-scroll-up-hover {
	background-image:url(img/scroll-up-hover.gif);
}

div.dynarch-menu-scroll-down-hover {
	background-image:url(img/scroll-down-hover.gif);
}

div.dynarch-menu-scroll-up-disabled {
	background-image:url(img/scroll-up-disabled.gif);
}

div.dynarch-menu-scroll-down-disabled {
	background-image:url(img/scroll-down-disabled.gif);
}

div.dynarch-menu-toolbar table tr td.item {
	padding:2px 3px;
}

.impossible-class-name-to-preload-shadow-image-in-internet-exploder {
	background-image:url(img/shadow.png);
}

/*------------------------------------------------->> HORIZONTAL MENU */



#menu1 {
	text-align:left;
}

div.dynarch-horiz-menu {
	border:none;
	padding:0px;
}

div.dynarch-horiz-menu table {
	-x-system-font:none;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

/* text color on menu item */
div.dynarch-horiz-menu table tr td.item div {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: white;
}

/* highlighted text color on menu item */
div.dynarch-horiz-menu table tr td.item.active div, 
div.dynarch-horiz-menu table tr td.item.hover div {
	color: white;
}

div.dynarch-horiz-menu table tr td.item table td.icon {
	padding-right:3px;
}

div.dynarch-horiz-menu table tr td.item {
	height:68px;
	padding:0px 20px;
}

/* highlighted text color on menu item */
div.dynarch-horiz-menu table tr td.item.active, 
div.dynarch-horiz-menu table tr td.item.hover {
	background-image: url(/download/attachments/2851846/menu-bg-ov.png);
	background-position: top left;
	background-repeat: repeat-x;
}

div.dynarch-horiz-menu table tr td.item img {
	vertical-align:middle;
}


div.dynarch-horiz-menu td.disabled, 
div.dynarch-horiz-menu td.disabled table td {
	color:#ACA899;
}

div.dynarch-horiz-menu td.disabled img {
	opacity:0.4;
}

/*------------------------------------------------->> POPUP MENU */

div.dynarch-popup-menu table {
	border-collapse:collapse;
}

div.dynarch-popup-menu table {
	-x-system-font:none;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	border: none;
}

div.dynarch-popup-menu {
	background-color:#d727a9;
	cursor:default;
	left:0;
	padding:0px;
	position:absolute;
	z-index:1000;
	border: none;
}


div.dynarch-popup-menu div.dynarch-menu-scroll {
	overflow:hidden;
}

div.dynarch-popup-base-menu {
	position:static;
}

div.dynarch-popup-menu tr.item td.icon img, 
div.dynarch-popup-menu tr.item td.icon div {
	height:16px;
	width:16px;
}

div.dynarch-popup-menu tr.item td.arrow {
	width:11px;
}

div.dynarch-popup-menu tr.item td.arrow div {
	background:transparent url(/download/attachments/2851846/arrow.gif) no-repeat scroll 0 50%;
	width:11px;
}

div.dynarch-popup-menu tr.hover td.arrow div, 
div.dynarch-popup-menu tr.active td.arrow div {
	background:transparent url(/download/attachments/2851846/arrow.gif) no-repeat scroll 0 50%;
}

div.dynarch-popup-menu tr.separator td div {
	border:medium none;
	font-size:0px;
	height:0px;
	line-height:0px;
	margin:0px;
}

div.dynarch-popup-menu tr.disabled td.label {
	color: white;
	border: none;
}

div.dynarch-popup-menu tr.disabled td.icon img {
	opacity:0.4;
}


div.dynarch-popup-menu div.d div.c div.b div.a {
	padding:0px;
}

div.dynarch-popup-menu table {
	border-collapse:separate;
}

div.dynarch-popup-menu tr.item td.icon {
	background-color:transparent;
	height:28px;
	width:16px;
	padding:0px;
	color:#6b6b6b;
}

div.dynarch-popup-menu tr.item td.label {
	background-color:transparent;
	padding:0px 20px 0px 3px;
	color: white;
	text-align:left;
}

div.dynarch-popup-menu tr.item td.end {
	background-color:transparent;
	padding:0px;
	width:13px;
	color: white;
}

div.dynarch-popup-menu tr.item.hover td.icon, div.dynarch-popup-menu tr.item.active td.icon {
	background-color: #a20679;
	border-style:solid;
	border-width:0px;
	padding:0px;
}

div.dynarch-popup-menu tr.item.hover td.label, div.dynarch-popup-menu tr.item.active td.label {
	background-color: #a20679;
	padding:0 20px 0 3px;
}

div.dynarch-popup-menu tr.item.hover td.end, div.dynarch-popup-menu tr.item.active td.end {
	padding:0px;
	background-color: #a20679;
}

/*------------------------------------------------->> MENU MOUSE POINTER */

/* menu bar buttons */
div.dynarch-horiz-menu table tr td.item {
	cursor:pointer;
}

/* pop-up menu buttons */
div.dynarch-popup-menu tr.item {
	cursor:pointer;
}

/* Searchbox button*/
form.confluence-searchbox input[type=submit] {
	cursor:pointer;
}
















/*
div.dynarch-horiz-menu {
border:1px solid;
cursor:default;
padding:0 3px;
}
div.dynarch-horiz-menu table, div.dynarch-popup-menu table {
-x-system-font:none;
font-family: "Calibri", Arial, Helvetica, sans-serif;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
div.dynarch-popup-menu table {
border-collapse:collapse;
}
div.dynarch-horiz-menu table tr td.item table td.icon {
padding-right:3px;
}
div.dynarch-horiz-menu table tr td.item {
padding:3px 10px;
}
div.dynarch-horiz-menu table tr td.item img {
vertical-align:middle;
}
div.dynarch-horiz-menu table tr td.separator {
width:6px;
}
div.dynarch-horiz-menu table tr td.separator div {
border-left:1px solid;
border-right:1px solid;
height:1.2em;
margin:3px 2px 2px;
overflow:hidden;
}
div.dynarch-horiz-menu td.disabled, div.dynarch-horiz-menu td.disabled table td {
color:#ACA899;
}
div.dynarch-horiz-menu td.disabled img {
opacity:0.4;
}
div.dynarch-popup-menu {
border:1px solid;
cursor:default;
left:0;
padding:1px;
position:absolute;
top:0;
z-index:1000;
}
div.dynarch-popup-menu div.dynarch-menu-scroll {
overflow:hidden;
}
div.dynarch-popup-base-menu {
position:static;
}
div.dynarch-popup-menu tr.item td.icon img, div.dynarch-popup-menu tr.item td.icon div {
height:16px;
width:16px;
}
div.dynarch-popup-menu tr.item td.icon {
height:16px;
padding:0 1px;
width:16px;
}
div.dynarch-popup-menu tr.item td.label {
padding:1px 15px 1px 3px;
}
div.dynarch-popup-menu tr.item td.arrow {
width:11px;
}
div.dynarch-popup-menu tr.item td.arrow div {
background:transparent url(img/rarrow.gif) no-repeat scroll 0 50%;
width:11px;
}
div.dynarch-popup-menu tr.hover td.arrow div, div.dynarch-popup-menu tr.active td.arrow div {
background:transparent url(img/rarrow-hover.gif) no-repeat scroll 0 50%;
}
div.dynarch-popup-menu tr.separator td div {
border:medium none;
font-size:1px;
height:1px;
line-height:1px;
margin:2px;
}
div.dynarch-popup-menu tr.disabled td.label {
color:#ACA899;
}
div.dynarch-popup-menu tr.disabled td.icon img {
opacity:0.4;
}
div.dynarch-menu-shadow, img.dynarch-menu-shadow, div.div.dynarch-IE6-shadow {
position:absolute;
z-index:990;

}
div.dynarch-menu-shadow {
background-color:#555555;
opacity:0.6;
}
iframe#dynarch-menu-hider {
z-index:980;
}
div.dynarch-menu-scroll-up {
background:transparent url(img/scroll-up.gif) no-repeat scroll 50% 50%;
font-size:12px;
height:12px;
line-height:12px;
overflow:hidden;
}
div.dynarch-menu-scroll-down {
background:transparent url(img/scroll-down.gif) no-repeat scroll 50% 50%;
font-size:12px;
height:12px;
line-height:12px;
overflow:hidden;
}
div.dynarch-menu-scroll-up-hover {
background-image:url(img/scroll-up-hover.gif);
}
div.dynarch-menu-scroll-down-hover {
background-image:url(img/scroll-down-hover.gif);
}
div.dynarch-menu-scroll-up-disabled {
background-image:url(img/scroll-up-disabled.gif);
}
div.dynarch-menu-scroll-down-disabled {
background-image:url(img/scroll-down-disabled.gif);
}
div.dynarch-menu-toolbar table tr td.item {
padding:2px 3px;
}
.impossible-class-name-to-preload-shadow-image-in-internet-exploder {
background-image:url(img/shadow.png);
}



*/






.atb-body, .atb-body p, .atb-body td, .atb-body th, .atb-body div, .atb-body span, .atb-body div.dynarch-horiz-menu, .atb-body div.dynarch-horiz-menu table, .atb-body div.dynarch-horiz-menu table, .atb-body input, .atb-body ul li, .atb-body ol li, .atb-body select {
font-family: "Calibri", Arial, Helvetica, sans-serif;
font-size:12px;
line-height:1.6em;
}

.atb-sidebar.collapsed {
display:none;
visibility:collapse;
}

.atb-body {
background-image: url(/download/attachments/2851846/bg.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: white;
margin:0;
padding:0;
text-align:left;
}

.atb-page {
}

.atb-header { height: 201px; vertical-align: top; }

.atb-menu, .atb-menu p, .atb-menu td, .atb-menu th, .atb-menu div, .atb-menu span, .atb-menu div.dynarch-horiz-menu, .atb-menu div.dynarch-horiz-menu table, .atb-menu div.dynarch-horiz-menu table, .atb-menu input, .atb-menu ul li, .atb-menu ol li, .atb-menu select {
color:#5a5a5a;
}
.atb-navigation { padding: 20px 0 0 243px; width: 707px; }
}
.atb-title {
overflow:visible;
vertical-align:top;
}

.atb-leftSidebar { width: 212px; vertical-align: top; padding: 40px 0 30px 10px; }

.atb-content {
width: 687px;
padding: 30px 21px 50px 30px;
overflow:visible;
vertical-align:top;
}
.atb-footnote {
height:10px !important;
padding: 50px; 
overflow:visible;
vertical-align:top;
}


div.license-free {
	height:0px;
	padding:0px;
	border:0px;
	margin:0px;
	line-height:0px !important;
	font-size:0px !important;
}

td#poweredby.poweredby,
td#poweredby.poweredby a {
	height:0px;
	padding:0px;
	border:0px;
	margin:0px;
	line-height:0px;
	font-size:0px;
}

td#poweredby.poweredby div {
	height:0px;
	padding:0px;
	border:0px;
	margin:0px;
	line-height:0px;
	font-size:0px;
}



