
/* Custom styles for Confluence (included for all themes by default) */

/* Table used for centered alignments of images and text */
.noBorderTable table.confluenceTable {
   margin-bottom: 0px;
}

.noBorderTable table.confluenceTable td.confluenceTd {
   border: 0px;
   padding: 3px;
}

/* Avoiding space name in rw-favpages macro */
.favpages-container .smalltext {
   display:none;
}

/* Panel borders stuff to conform with refine wiki colors and smooth corners */
.panel {
  border-color: rgb(221, 221, 221);
  border-radius: 6px 6px 6px 6px;
}
.panelHeader {
  border-bottom-color: rgb(221, 221, 221);
}

/* Amount of space that content take of screen. Default is 95% */
#rw_main {
   width: 97%;
}

/* To get rid of children list at bottom of pages */
/*#children-section {
   display:none;
}*/

/* To get rid of labels list at bottom of pages */
/* TS: 12-09-26, Temporary I need them
#likes-and-labels-container #labels-section {
   display:none;
}
*/

/*To remove add page link */
.rw_toolbar_menu span.add-page {
   display:none;
}

/* To remove border from table listings like page-by-label */
table.tableview tr td {
   border-bottom: 0px;
   padding: 5px;
}

/* To overload globe with G2 globe */
a.rw_space_link span {
     background: url("/images/g2_images/confluence_icons_g2_adapted.png") no-repeat scroll 8px -3692px transparent;
}
/* To overload globe with G2 globe */
span.rw_type_spacedesc {
    background: url("/images/g2_images/confluence_icons_g2_adapted.png") no-repeat scroll 0 -2300px transparent;
}

/* To overload globe with G2 globe */
span.rw_type_space_icon {
    background: url("/images/g2_images/confluence_icons_g2_adapted.png") no-repeat scroll 10px -3700px transparent;
}

/* To overload globe with G2 globe */
.rw_spaces_macro .rw_macro_title {
    background: url("/images/g2_images/confluence_icons_g2_adapted.png") no-repeat scroll 0 -100px transparent;
    float: left;
}

/* To obtain bottom-alignment on dashboards */
.rw_dashboard .image-wrap {
   line-height:0px;
}

/* Refine-wiki dashboard header */
.rw_macro_title h2, .rw_favourite_macro .tabletitle h2, .wiki-content .rw_macro_title h2 {
    border: 0 none;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
    margin: 0;
    padding: 0;
}

/* The class is used to style a heading*/
.g2-dashboardheading {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

/* Blog post area */
.blog-post-listing {
    margin-bottom: 15px;
}

/* Blog post heading */
a.blogHeading  {
  text-decoration: none;
  font-size:11pt;
/*
  font-family:Arial,Helvetica,Verdana,sans-serif;
  font-weight:bold;
  color:#000088;
*/
}

.wiki-content h1
{
font-size:20pt;
color:#333333;
border-bottom: 1px solid #333333;      
}
 
.wiki-content h2
{
font-size:18pt;
color:#333333;
}
 
.wiki-content h3
{
font-size:15pt;
color:#333333;
}
 
.wiki-content h4
{
font-size:12pt;
font-weight:bold;
color:#333333;
}
 
.wiki-content h5
{
font-size:10pt;
font-style: italic; 
font-weight:bold;
color:#333333;
}
 
.wiki-content h6
{
font-size:10pt;
font-style: italic; 
font-weight:bold;
color:#333333;
}

/* start noborder customisation*/
/* the two css styles below is used for macro notableborder*/
 th.noborderTh, table.noborderTable th.noborderTh  
 {  
     border: none;     
     padding: 3px 4px 3px 4px;  
     background-color: #fff;  
     text-align: left;  
     vertical-align: text-bottom;  
     margin-right: 5px;  
 }  
   
 td.noborderTd, table.noborderTable td.noborderTd  
 {  
     border: 1;      
     padding: 3px 4px 3px 4px;  
     vertical-align: text-bottom;  
     margin-right: 5px;  
 }  
/* stop noborder customisation*/

/*Change color on pagetitle*/
#rw_page_container h1.rw_page_title {
    font-size: 20pt;
    line-height: 24pt;
    color:#222222;
}
/*Stop showing the forgot password link on login page*/
/*#forgot-password {
  display:none;
}*/

/* NOTE EVERYTHING BELOW OLD COFLUENCE CSS MUST BE REMOVE SHALL NOT!! BE USED*/

/* Dashboard */
.dashboardPanel {
    border: 1px solid #c0daf3;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin: 4px;	
}

#full-height-container {
 background-color:#ddeeff;
}

.spaceListPanel {	    
    background-color: #fff;    
    color: black;    
    overflow: hidden;
    padding: 0;
}

.spaceListPanel .spaceFirstHeader {	
	background-image: url(/boss/images/spaceListHeaderBg.png);   	
	border: 1px solid #c0daf3;
	-moz-border-radius: 4px 4px 0px 0px;
        border-radius: 4px 4px 0px 0px;		
	height: 30px;
}	

.spaceListPanel .spaceHeader {	
	background-image: url(/boss/images/spaceListHeaderBg.png);   	
	border: 1px solid #c0daf3;		
	height: 30px;
}	

.spaceListPanel .spaceHeaderText {
	color:#ffeb21;
	margin-left: 5px;
}

.spaceListPanel .spaceContentText {
	color:#000;
	margin-left: 5px;
}

.spaceListPanel .spaceContent {	
	background-color: #fff;
	padding-top: 5px;
   	padding-bottom: 5px;  
	border-left: 1px solid #c0daf3; 	
	border-right: 1px solid #c0daf3;	
}	

.spaceListPanel .spaceLastContent {	
	background-color: #fff;
	padding-top: 5px;
   	padding-bottom: 5px;  
	border-left: 1px solid #c0daf3; 	
	border-right: 1px solid #c0daf3;	
	border-bottom: 1px solid #c0daf3;
}	
/* Dashboard */

th.noborderTh, table.noborderTable th.noborderTh
{
    border: none;   
    padding: 3px 4px 3px 4px;
    background-color: #fff;
    text-align: left;
    vertical-align: top;
    margin-right: 5px;
}

td.noborderTd, table.noborderTable td.noborderTd
{
    border: none;    
    padding: 3px 4px 3px 4px;
    vertical-align: top;
    margin-right: 5px;
}

a.blogHeading {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
}

.blog-post-listing {
    clear: both;
    margin-bottom: 0px;
}

.wiki-content h1 {  
     font-size: 18pt;  
     margin-top: 32px;  
     border-bottom: 1px solid #cccccc;     
} 

.wiki-content h2 {
    font-size: 15pt;
    margin-top: 24px;
}

.wiki-content h3 {
    font-size: 12pt;
    margin-top: 20px;
}

.wiki-content h4 {
    font-size: 10pt;
    margin-top: 14px;
}

.wiki-content h5 {
    font-size: 10pt;
    margin-top: 12px;
}

.wiki-content h6 {
    font-size: 10pt;
    color: black;
    margin-top: 8px;
} 

.doctitle h1 {
    font-size: 20pt;    
    margin-top: 0px;   
    border-bottom: none;
}

.doctitle h2 {
    font-size: 16pt;    
    margin-top: 0px;   
    border-bottom: none;
}

tr.spaceHeaderList td {	
        background-color: #deebf7;
        background-image: url(/boss/images/spaceHeaderBg.png);
        background-repeat: repeat-x;
        color: #000000;		
        font-weight: normal;
	height: 30px;
	margin-top: 3px;
	padding: 0px;	       
	-moz-border-radius: 4px;        
        border-radius: 4px;                     
}

.recently-updated-social {
    background-color: #deebf7;
    background-image: url(/boss/images/spaceHeaderBg.png);
    background-repeat: repeat-x;   
    height: 30px;
    margin-top: 3px;    
    padding: 0px;	
    -moz-border-radius: 4px;        
    border-radius: 4px;                
}

.recently-updated-social h4.sub-heading {
    padding-top:5px;
    margin-left:3px;
    margin-bottom:5px;
    color: #000000;		
    font-weight: bold;
    border: none; !important
}

td.dashColumnDivider {
    background-image: url(/boss/images/dashColumnDivider.png);
    background-repeat: repeat-y;
    width: 11px;    
}

.dashHeaderList {  
    background-image: url(/boss/images/dashHeaderBg.png);  
    background-repeat: repeat-x;
    height: 100px;      
} 

.personalHeaderList {    
    background-image: url(/boss/images/personalBossUser.png);    
    background-repeat: no-repeat;  
    height: 65px;        
}

.titleFont {  
     font-size: 15pt;
     font-weight: bold;  
     color: #444;      
}

tr.titleHeaderList td {  
    background-image: url(/boss/images/titleHeaderBg.png);  
    background-repeat: repeat-x;     
    height: 30px;  
}   

td.bossdropmenu {
 background-color: #e0eefb;
 width:auto;
}

ul.bossdropmenu,
ul.bossdropmenu li,
ul.bossdropmenu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.bossdropmenu {
 position: relative;
 z-index: 597;
 float: left;
}

ul.bossdropmenu li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.bossdropmenu li.hover,
ul.bossdropmenu li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.bossdropmenu ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.bossdropmenu ul li {
 float: none;
}

ul.bossdropmenu ul ul {
 top: 1px;
 left: 99%;
}

ul.bossdropmenu li:hover > ul {
 visibility: visible;
}

ul.bossdropmenu {
 font-weight: bold;
}  

ul.bossdropmenu li {
 padding: 7px 10px;
 border-style: solid;
 border-width: 1px 1px 1px 0;
 border-color: #e0eefb #c8e1fa #c8e1fa;
 background-color: #e0eefb;
 color: #000; 
}

ul.bossdropmenu li.hover,
ul.bossdropmenu li:hover {
 background-color: #c0daf3;
 color: #000;
}

ul.bossdropmenu a:link,
ul.bossdropmenu a:visited	{ color: #000; }
ul.bossdropmenu a:hover	{ color: #000; }
ul.bossdropmenu a:active	{ color: #ffa500; }

ul.bossdropmenu ul {
 width: 150px;
 margin-top: 1px;
}

ul.bossdropmenu ul li {
 font-weight: normal;
}

ul.bossdropmenu *.dir {
 padding-right: 20px;
 background-image: url(/images/decoration/menu_indicator.gif);
 background-position: 95% 55%;
 background-repeat: no-repeat;
}

ul.bossdropmenu-horizontal ul *.dir {
 padding-right: 20px;
 background-image: url(/images/raw/arrow_closing_active.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

a.bossdroplink:link,a.bossdroplink:visited
{ text-decoration:none }  

dsettings: {
 magnifyby: 3, //default increase factor of enlarged image
 duration: 500, //default duration of animation, in millisec
 mgopacity: 0.2 //opacify of original image when enlarged image overlays it
},
cursorcss: 'url(/boss/images/magnify.cur), -moz-zoom-in', //Value for CSS's 'cursor' attribute, added to original image
    

/* End custom styles for Confluence */


