/* CUSTOM HEADER */

header.custom.topheader
{	
	padding:0;
	height:124px;	
	background:#fff url(header-bg.png) repeat-x top left;	
}

header.custom.topheader nav{
	height:100%;
	width:100%;
	background:transparent url(logo.png) no-repeat top left;
	padding-left:192px;
	padding-top:58px;
}

header.custom.topheader nav ul{
	display:block;
	padding:0;
	margin:0;	
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
header.custom.topheader nav ul.first-top-nav li{
	color:#000;
	font-size: 0.9em;
}

header.custom.topheader nav ul.first-top-nav li a{
	color:#000;
}

header.custom.topheader nav ul li{
	float:left;
}

header.custom.topheader nav ul li a:hover{
	text-decoration:underline;
}

/* JIVE LAYOUT */


/* standard button color, background and text color*/
.button-color {
    border: 0 solid #fff;
    background-color: #f9bc14;
    color: #fff;
}
 
/* disable button color, background and text color*/
.button-color:disabled {
    background-color: #999;
    color: #ccc;
}
 
/* highlighted button color */
button.highlight {
    background-color: #f9bc14;
}
 
/* error message color*/
.error {
    color: darkred;
}
 
/* semi selected icon color, for example in the period control when some months from one year are selected */
.icon-color-low {
    color: #999;
}
 
/* default icon color */
.icon-color-reg {
    color: #f9bc14;
}
 
/* selected icon color */
.icon-color-high {
    color: #f9bc14;
}
 
/* delete icon color */
.icon-color-delete {
    color: red;
}
 
/* unselected viewtype icon color */
.viewtype-color-back {
    color: #f9bc14;
}
 
/* selected viewtype icon color */
.viewtype-color-front {
    color: #f9bc14;
}
 
/* left panel header color */
.header-color {
 background: #f9bc14;
 color: #000;
}
 
/* left panel icons li first elements */
.icon-color.high {
 color: #f9bc14;
}
 
/* left panel icons li sub elements */
.icon-color{
 color: #012a5b;
}
 
/* left panel icons new element */
.button-color.high {
 background-color: #012a5b;
}
 
/* j-list icons active element */
.viewtype-color.high {
 color: #f9bc14;
}
 
/* j-list icons in-active element */
.viewtype-color {
 color: #012a5b;
}
 
/* spinner during loading */
.jive-spinner-holder .jive-spinner .side .fill {
 background: #f9bc14;
}