@CHARSET "UTF-8";

a, a:link, a:hover, a:active, a:focus, a:visited {
    color: #0098DE;
    font-size: inherit;
    outline: medium none;
    text-decoration: none;
}

/* top right bottom left */
#wrap {
	width: 988px;
	margin:0 auto;
}

#header {
	height: 88px;
	width:100%;
	background: #000000 url("../images/main_header_middle.jpg") repeat-x;
}

#content{
	width:100%;
}

#login_bg{
	margin:0 auto;
	width:998px;
	min-height:600px;
	background-image: url("../images/login.jpg");
	background-repeat: no-repeat;
	margin-top:0px;
}

#login{
	margin:0 auto;
	width:330px;
	margin-top:50px;
	background-color: #EAEAEA;
	padding:10px;
}

.nomargin{
	margin:0px;
}

.cursor{
	cursor:pointer;
}

#content_header{
	background: #FFFFFF url("../images/grey_header_sub.png") no-repeat;
	width:988px;
	height:113px;
	padding:5px;
	z-index:1;
}

#event_bg{
	top:10px;
	display:inline;
	margin:0;
	position:relative;
	float:left;
}

#logout_btn{
	display:inline;
	margin:0;
	position:relative;
	cursor: pointer;
	left:-30px;
    top: 18px;
    float:right;
}

#content_header h2{
	float:left;
	display:inline;
	margin:0;
	position:relative;
    top: 23px;
}

#content_header h5{
	display:inline;
	margin:0;
	position:relative;
	left: -215px;
    top: 82px;
    float:left;
}

#events tr th{
	background-color:#002444;
	color:white;
}

#event_types_tbl tr th{
	background-color:#002444;
	color:white;
}

#staff_tbl tr th{
	background-color:#002444;
	color:white;
}

#user_tbl tr th{
	background-color:#002444;
	color:white;
}

.th_right{
	background: #002444 url("../images/blue_corner_r.png") no-repeat right top;
}
.th_left{
	background: #002444 url("../images/blue_corner_l.png") no-repeat left top;
}
#actions{
	float:right;
}
#actions table tr td img{
	cursor:pointer;
}

.borderTableRight{
	border-right:1px solid lightgrey;
}

.borderTableBottom{
	border-bottom:1px solid lightgrey;
}

.borderTableleft {
	border-left:1px solid lightgrey;
}

.formError{
	margin-left:10px;
	font-weight:bold;
	color:red;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; }
.ui-timepicker-div dl dd { margin: -25px 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div{
	font-size:12px;
}
.ui-datepicker{
	font-size:12px;
}

.ui-dialog .ui-dialog-titlebar {
	background: #000000 url(../images/main_header.jpg) no-repeat;
	height:88px;
	padding:0;
}

.ui-dialog-titlebar-close{
	background-color: #FFFFFF;
}