﻿.ui-button {
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px !important;
    font-weight: bold;
    text-transform: capitalize;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #0977c2;
    background: #0977c2;
    font-weight: bold;
    color: #fff;
}
html .ui-button.ui-state-disabled:active {
    border: 1px solid #0977c2;
    background: #0977c2;
    font-weight: bold;
    color: #fff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #0977c2;
	background: #0977c2;
	font-weight: bold;
	color: #fff;    
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	border: 1px solid #0977c2;    
	background: #0977c2;    
	color: #fff;
	text-decoration: none;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    border-radius: 5px; 
    cursor: pointer;
    float: left;    
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #ddd;
	background: #F3F3F3;
	font-weight: bold;
	color: #000;
}
.ui-widget-content {
    border: 1px solid #046FCB;
    background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
    border: 1px solid #046FCB;
    background: #046FCB;
    color: #eaf5f7;
    font-size:1.2em;
    font-weight: bold;
}
.ui-widget-header a {
	color: #eaf5f7;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_d8e7f3_256x240.png");
}
.ui-widget.ui-widget-content {
	border: 1px solid #046FCB;
}


