/***********/
/* Buttons */
/***********/

input[type="button"]:hover {
	background-image:none;
    color:#FFFFFF;
}

button:hover {
	background-image:none;
    color:#FFFFFF;
}

/***********/

.button {
    background-image:url('/images/button.gif');
    background-color:#FFFFFF;
    color:#22436E;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    padding:1px 5px;
    margin:1px;
    border:1px solid #22436E;
    height:24px;
}

.button:hover {
    background-color:#22436E;
    color:#FFFFFF;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    padding:1px 5px;
    margin:1px;
    border:1px solid #22436E;
    height:24px;
    background-image:none;
}

/***********/

.buttonDisabled {
    background-image:url('/images/button.gif');
    background-color:#FFFFFF;
    color:#CCCCCC;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    padding:1px 5px;
    margin:1px;
    border:1px solid #22436E;
    height:24px;
}

/***********/

.buttonDetail {
    background-image:url('/images/button.gif');
    background-color:#FFFFFF;
    color:#226E43;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    padding:1px 5px;
    margin:1px;
    border:1px solid #226E43;
    height:24px;
}

.buttonDetail:hover {
    background-color:#226E43;
    color:#FFFFFF;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    padding:1px 5px;
    margin:1px;
    border:1px solid #226E43;
    height:24px;
}

/***********/

.buttonImportant {
    background-image:url('/images/button.gif');
    background-color:#FFFFFF;
    color:#AF4200;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    padding:1px 5px;
    margin:1px;
    border:1px solid #AF4200;
    height:24px;
}

.buttonImportant:hover {
    background-color:#AF4200;
    color:#FFFFFF;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    padding:1px 5px;
    margin:1px;
    border:1px solid #AF4200;
    height:24px;
}

/***********/

.buttonSmall {
    background-image:url('/images/button.gif');
    background-color:#FFFFFF;
    color:#22436E;
    font-size:10px;
    font-family:Arial;
    font-weight:bold;
    padding:1px 3px;
    margin:1px;
    border:1px solid #22436E;
    height:20px;
}

.buttonSmallOver {
    background-color:#22436E;
    color:#FFFFFF;
    font-size:10px;
    font-family:Arial;
    font-weight:bold;
    padding:1px 3px;
    margin:1px;
    border:1px solid #22436E;
    height:20px;
}

.buttonSmall:hover {
    background-color:#22436E;
    color:#FFFFFF;
    font-size:10px;
    font-family:Arial;
    font-weight:bold;
    padding:1px 3px;
    margin:1px;
    border:1px solid #22436E;
    height:20px;
}

.buttonMini {
    background-image:url('/images/button.gif');
    background-size: auto 100%;
    background-color:#FFFFFF;    
    color:#22436E;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    padding:0px;
    margin:0px;
    border:1px solid #22436E;
    height:16px;
    width:16px;
    vertical-align:middle;
    text-indent:0;
}

.buttonMiniOver {
    background-color:#22436E;
    color:#FFFFFF;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    padding:0px;
    margin:0px;
    border:1px solid #22436E;
    height:16px;
    width:16px;
    text-indent:0;
}

.buttonMini:hover {
    background-color:#22436E;
    color:#FFFFFF;
    font-size:12px;
    font-family:Arial;
    font-weight:bold;
    padding:0px;
    margin:0px;
    border:1px solid #22436E;
    height:16px;
    width:16px;
    text-indent:0;
}

/***************/
/* info-button */
/***************/

.infoButton {
    display:inline-block;
    width:14px;
    height:14px;
    border:1px solid #125EB7;
    border-radius:50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background-color:#529CDD;
    box-shadow:0 0 3px gray;
    text-indent:0;
    margin:0px;
    padding:0px;
    vertical-align:bottom;
    font-weight:normal;
}

.infoButton:hover {
    background-color:#4481B7;
}

.infoButton div {
	/*font-family:'Open Sans', Calibri, Verdana, Arial, Helvetica, sans-serif;*/
	font-family:'Roboto', sans-serif;
	display:inline;
	font-size:11px;
	color:white;
	font-weight:bold;
	vertical-align:top;
	line-height:14px;	
	padding:0px;
	margin:0px;
}