﻿/*Imports the default Layout/design Stylesheet*/
@import url(../ui.css);

/* Body Background Color */
body {background:#294888 url('images/body_bg_2011.png') repeat-y top center}
#bg_top{background:url('images/dapresy_bg.png') no-repeat center top #294888;height:151px}
/*Top Area with Current Project*/
#module {background:url('images/header_bg_2011.png') no-repeat top left }
/*#module table {background: url('images/white.png') no-repeat top right}*/

/*Copyright info*/
#footer {background:transparent url("images/footer_bg_2.png") no-repeat left 31px;height:43px;clear:both;border-top:40px solid #fff; margin: 0 auto; width: 980px; }
#footer span {background: url('images/footer_stretch.png') repeat-y top left;display:block;height:26px;padding-top:5px}

/*Content Background Color*/
/* Sidebar background color - By default intenally use the content colour*/ 
#container{background:transparent;}
#sidebar, #sidebar1 {background:#fff;}

/*Toolbox Background (Save/apply icon-bar) */
.toolbox, .toolbox input {background:#eaeaea;}

/*icon bar, breadcrumb and help link*/
#head .toolbarLocation { background: url('images/gradbg.png') repeat-x bottom left; }
#head .toolbarLocation p.onlinehelp {float:right; margin: 2px 10px; text-align:right;}
#head .toolbarLocation p.onlinehelp span {display:inline;background:url("images/icon_help.png") no-repeat center right;padding:2px 20px 2px 0px; line-height:21px;}

/* Administration main navigation background*/
#navigation{margin-left:10px}
.mainNavigation {background:url("images/header_bg_2011.png") left -66px no-repeat; height:58px;}
/*Background image of the Breadcrumb navigation - Sitemap */ 
#head .location {background: url('images/gradbg.png') repeat-x bottom left;}

/*Background color of the Navigation in the Information Module (the first page)*/
#head .Information {background:#11679e}
#menu ul li a:hover {background-color: #f1f0e3;} /*Background- and text- color on item hover*/
#menu ul li a:active  {background-color: #f1f0e3;}
#menu ul li.active a {background-color: #fff;} /*The Active item background and text color*/

/****************Report Page starts**********************/
/* Tab Menu - View Result online Brand */
#tabbed_navigation .filter_tabs input {background:#eee;}
#tabbed_navigation .filter_tabs .active {background:#11679e;}

/* Questions/Answers Tab - View Result online Brand */
table.type4 th {background: #ccc;}
table.type4 td {background: #efefef;}
/****************Report Page ends**********************/

/* General class to make elements stretch to full width */
.stretch { width:100%; }

.use-new-interface {position: absolute; top: 0; right: 0; padding: 1em; color: #ffffff; font-size: 12px; opacity: 0.75;}