/* 
    Document   : cake.custom
    Created on : 23.07.2012, 16:06:18
    Author     : cm
    Description:
        modifies or extends the cake.generic style sheet
*/

hr.illustratedSeparator{
    margin-top: 29px;
    border-radius: 2px;
    border: 1px solid #000;
    width: 105%;
    opacity: 0.1;
}
img.separatorImage{
    position: relative;
    margin-top: -16px;
    margin-bottom: 9px;
    left: -3px;
    display: block;
}
/*
auxiliary rules
*/
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.float-center{
    margin: 0 auto;
    display: inline;
}

.italic {
    font-style: italic;
}

.secondaryInformation{
    opacity: 0.5;
}

.ui-icon-yellow {
    width: 16px;
    height: 16px;
    background-image: url(ui-darkness/images/ui-icons_ef9600_256x240.png);
    display: inline-block; 
    text-indent: -99999px; 
    overflow: hidden; 
    background-repeat: no-repeat;
}
.ui-icon-red {
    width: 16px;
    height: 16px;
    background-image: url(ui-darkness/images/ui-icons_a30000_256x240.png);
    display: inline-block; 
    text-indent: -99999px; 
    overflow: hidden; 
    background-repeat: no-repeat;    
}
.ui-icon-notice {
    width: 16px;
    height: 16px;
    background-image: url(ui-darkness/images/ui-icons_a30000_256x240.png);
}

.error-yellow {
    color: #ef9600;
    font-weight: bolder; 
}
.error-red {
    color: #a30000;
    font-weight: bolder; 
}
.error-gray {
    color: #000000;
    opacity: 0.25;
    font-weight: bolder;     
}
.error-fuchsia {
    color: fuchsia;
    opacity: 0.25;
    font-weight: bolder;     
}



.margin-right-015em{
    margin-right: 0.15em;
}

.no-padding{
    padding: 0px !important;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.button-active{
    color: orange;/*red;*/
/*    font-weight:bold;*/    
}

.button-nonactive{
    color: white;
/*    font-weight:bold;*/
}

.title-button{
    background-color: none /*#E4E4E4*//*#EEEEEE*/;
}
