﻿/*
*	File contains override styles for the default YUI setup
*	normaly because the YUI default file contains issues that cause buggs
*	in newer or older browsers
*/

/* Prevents a bug in chrome / ff where the calander buttons where to large to fit onto one line */
.yui-skin-sam .yui-button button,.yui-skin-sam .yui-button a,.yui-skin-sam .yui-button a:visited {
    padding:1px 6px 0px 7px; margin: 0px;
}
.yui-button button:hover {
	border:none; background: inherit;
}

.yui-dt-data .disabled {
    background-color: #c8d9de !important;
}
