body {
	font-size: 14px;
	font-family: Arial,Helvetica,Verdana,sans-serif;
}


a {
	color: #0066CC;
/*	padding: 5px;*/
	-webkit-font-smoothing: antialiased;
}

a:hover
{
	color: white;
/*	padding: 5px;*/
	background-color: #0066CC;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.30000001192092896s;
	-webkit-transition-property: background;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
	-moz-transition-delay: 0s;
	-moz-transition-duration: 0.30000001192092896s;
	-moz-transition-property: background;
	-moz-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
	-o-transition-delay: 0s;
	-o-transition-duration: 0.30000001192092896s;
	-o-transition-property: background;
	-o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
/*	border-radius:          6px 6px 6px 6px;
	-moz-border-radius:     6px 6px 6px 6px;
	-webkit-border-radius:  6px 6px 6px 6px;*/
}

a-no-decoration:hover,
a-no-decoration:visited,
a-no-decoration:focus
{
   text-decoration: none !important;
}




#loading { position: absolute; top: 25x; left: 10px; z-index: 999; }

.floatLeft { float: left; }
.floatRight { float: right; }
.clearFloat { clear: both; height: 0px; line-height: 0px; font-size: 1px; }

.header {
    width:100%;
    padding: 10px;
    text-align:center;
    line-height: 2em;
    background-color: #ffffff;
}

.column-left {
    float:left;
    width:33%;
    text-align: left;
}

.column-center {
    display: inline-block;
    margin:0 auto;
    width:33%;
    text-align: center;
    font-weight: bold; font-size: 1.25em;
}

.column-right {
    float:right;
    width:33%;
    text-align: right;
}

.subheader
{
	width: 100%;
	text-align: center;
	line-height: 2em;
	background-color: #dddddd;
}



/* ******************** */
/* JQueryUI overrides */
.ui-dialog-titlebar-close { display: none; }	/* Hide annoying "X" icon at right of title bar */
