
body
{
	margin: 0 20px;
	background: #cdcdcd;
	font-size: 10pt;
font-family: tahoma;
}

#main
{
	background: #fff;
	padding: 10px 15px 0 15px;
	height: 100%;
}

#titleBar
{
	background: #ababab;
	color: #0B615E;
	font-size: 14pt;
	padding: 6px 20px;
	margin: 0px auto;
	border-radius: 8px;
	overflow: auto;
    position: relative;
}
#menuTitle
{
    float: left;
}
#menuItems
{
	float: right;
	font-size: 12px;
	padding-top: 4px;
}
.menuItem
{
	float: left;
    margin-left: 15px;
}
.menuItem:hover
{
	color: #0080FF;
	cursor: pointer;
}
.menuItemActive
{
    color: #000000;
}
.menuItemActive:hover
{
    color: #000000;
    cursor: default;
}
#breadCrumbs {
	text-transform: capitalize;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #000000;
}
#breadCrumbs .directoryLink {
	display: inline-block;
}
#directoryLinks .directoryLink, .fileLink {
	padding-bottom: 5px;
}
.directoryLink:hover {
	color: #0080FF;
	cursor: pointer;
}
#container
{
	display: inline-block;
	width: 100%;
}
#loginFrame
{
	text-align: center;
}
#loginBox
{
	margin: 200px auto;
	padding: 30px 10px;
	width: 320px;
	border-radius: 8px;
	border: 1px solid #000000;
}
.loginButtonFrame
{
	margin-top: 25px;
}
#loginError
{
	margin-top: 25px;
	color: red;
	display: none;
}
#calendarFrame
{
	display: inline-block;
	float: left;
	width: 730px;
	margin: 20px 0;
	border: 1px solid #ababab;
	border-radius: 6px;
	padding: 10px;
}
#monthLabel, #dateDetailTitle
{
	background: #ababab;
	font-size: 12pt;
	border-radius: 8px;
	text-align: center;
	padding: 5px 0;
    overflow: auto;
}
#dayLabels, #dayDates
{
	display: inline-block;
}
#dayLabels div
{
	width: 100px;
	float: left;
	text-align: center;
	border: 1px solid #ababab;
	border-radius: 4px;
	margin: 1px;
}
.insideDay, .outsideDay
{
	width: 96px;
	height: 96px;
	padding: 2px;
	float: left;
	border: 1px solid #ababab;
	border-radius: 4px;
	margin: 1px;
}
.insideDay:hover, .outsideDay:hover
{
	background: #abcdef;
	cursor: pointer;
}
.outsideDay
{
	opacity: .5;
}
.currentDay
{
    background: #E5F2FA;
}
.selectedDay
{
    background: #dddddd!important;
}
.selectedDay:hover
{
    background: #dddddd;
}
.calNav
{
	font-size: 9pt;
	text-align: center;
	background: #ffffff;
	border-radius: 10px;
    border: 2px solid #ffffff;
	margin-top: 2px;
}
.goBack, .goAhead
{
    float: left;
    padding: 0 5px 3px 3px;
    margin: 5px 0 0 5px;
}
.calNavSelect
{
    float: left;
    margin-left: 5px;
}
.goToday
{
	float: right;
	padding: 2px 5px 3px 7px;
	margin: 3px 5px 0 0;
}
.goBack:hover, .goAhead:hover, .goToday:hover
{
	cursor: pointer;
	color: #ffffff;
	background: #666666;
}
.calendarVenue
{
    margin-top: 2px;
    font-size: 85%;
    font-style: italic;
}
.dateTitle
{
	margin-bottom: 2px;
}
.dateContent
{
	font-size: 8pt;
}
#detailsFrame
{
	margin: 20px 0 20px 760px;
	border: 1px solid #ababab;
	border-radius: 6px;
	padding: 10px;
}
#reportOutput
{
	margin: 20px 0;
	border: 1px solid #ababab;
	border-radius: 6px;
	padding: 10px;
}
.eventDetailFrame
{
	width: 100%;
}
.eventDetailBlock
{
	overflow: auto;
	border-radius: 8px;
	border: 1px solid #ababab;
	padding: 5px;
	margin-top: 10px;
}
.eventDetailBlockTitle
{
	float: left;
	clear: both;
	width: 70px;
    font-weight: bold;
    font-size: 8pt;
}
.eventDetailBlockDetails
{
	margin: 0 0 10px 70px;
}
.eventDetailBlockHistoryTitle, .eventPhotos
{
    font-weight: bold;
    font-size: 8pt;
    clear: both;
}
.eventDetailBlockHistory
{
    margin: 0 10px 10px 10px;
    height: 130px;
    overflow: auto;
}
.eventDetailBlockHistory table
{
    margin-top: 10px;
    border: 1px solid #ababab;
    font-size: 10px;
    width: 100%;
}
.eventDetailBlockHistory th
{
    background: #ababab;
    text-align: left;
}
.eventNote
{
	font-size: 8pt;
    padding-top: 4px;
}
.eventNoteItem
{
    cursor: pointer;
    margin-bottom: 2px;
    border: 1px solid white;
    border-radius: 4px;
    padding: 2px;
}
.eventNoteItem:hover
{
    border: 1px solid black;
}
#eventAddNote
{
    display: inline-block;
    font-weight: bold;
}
.contractDetails
{
    font-size: 12px;
}


.button
{
	border: 1px solid #25729a;
	box-shadow: #B4B5B5 2px 2px 2px;
	border-radius: 3px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
	cursor: pointer;
}
.buttonIcon
{
    font-size: 11px;
    padding: 1px 2px;
    border-radius: 2px;
    top: -3px;
    margin-left: 2px;
    position: relative;
}
.button:hover
{
	border: 1px solid #1c5675;
	background-image: linear-gradient(to bottom, #26759e, #133d5b);
}
.deleteButton
{
    border: 1px solid #9a7225;
    background-image: linear-gradient(to bottom, #c79330, #855a1c);
}
.buttonSmall
{
    width: 60px;
    text-align: center;
}
.eventButtonFrame
{
 	margin: 10px 10px 0 0;
	text-align: right;
}
.editEventButton
{
    clear: left;
}
.eventPicThumb
{
	position: relative;
	float: left;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #888888;
	width: 73px;
	height: 73px;
	margin: 0 3px 3px 0;
	position: relative;
}
.eventPicThumbWide
{
	width: 73px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.eventPicThumbTall
{
	height: 73px;
}
.deletePic
{
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: #ffffff;
	color: red;
	cursor: pointer;
	display: none;
}
.uploadPhoto
{
	border: 1px solid #888888;
	cursor: pointer;
}
.uploadPhoto:hover
{
	background: #888888;
	color: #ffffff;
}
.uploadContract
{
    float: left;
    font-weight: bold;
    font-size: 8pt;
    cursor: pointer;
    margin-bottom: 2px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    padding: 2px;
}
.uploadContract:hover
{
    border: 1px solid black;
    background-color: #bbbbbb;
}
.eventDocLink
{
    float: left;
    margin-right: 10px;
}
.eventSpacer
{
    clear: both;
    height: 4px;
}

#eventPicEnlargedFrame
{
	display: none;
	position: absolute;
	left: 46px;
	top:  75px;
	height: 575px;
	width: 730px;
	background: #cccccc;
	text-align: center;
}
.eventPicEnlargedWide
{
	width: 730px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.eventPicEnlargedTall
{
	height: 575px;
}

#venueCapacityHint
{
    display: inline-block;
    color: #aaaaaa;
}

.altRow
{
    background: #dedede;
}
.altRow:hover, .stdRow:hover
{
    background: #339999;
    cursor: pointer;
}

.addIcon
{
    position: relative;
    top: 2px;
    left: 3px;
    cursor: pointer;
}
.clear
{
    clear: both;
}
.hidden
{
    display: none;
}
.externalLink
{
    color: blue;
    cursor: pointer;
}
.externalLink:hover
{
    text-decoration: underline;
}
.ui-tabs
{
    padding: 0px!important;
}
.ui-widget-header
{
    border: none!important;
    border-bottom: 1px solid #aaaaaa!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    -moz-border-radius-bottomright: 0px!important;
    -webkit-border-bottom-right-radius: 0!important;
    -khtml-border-bottom-right-radius: 0px!important;
    border-bottom-right-radius: 0!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
    -moz-border-radius-bottomleft: 0px!important;
    -webkit-border-bottom-left-radius: 0px!important;
    -khtml-border-bottom-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    -moz-border-radius-bottomright: 0px!important;
    -webkit-border-bottom-right-radius: 0px!important;
    -khtml-border-bottom-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
    -moz-border-radius-bottomleft: 0px!important;
    -webkit-border-bottom-left-radius: 0px!important;
    -khtml-border-bottom-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.ui-helper-reset
{
    line-height: 1!important;
}

.ui-tabs .ui-tabs-nav li a
{
    padding: .25em .4em!important;
    font-size: 10px!important;
}
div#tabs1, div#tabs-h1, div#tabs2, div#tabs-h2, div#tabs3, div#tabs-h3
{
    font-size: 10px!important;
    min-width: 250px;
    margin-top: 4px;
}
.ui-tabs-panel
{
}
tr.strikeThrough td
{
    text-decoration: line-through;
}

#reportTable
{
    width: 100%;
    border-collapse: collapse;
}

#reportTable td
{
    border: 1px solid #aaaaaa;
}

#reportTable tr:hover
{
    background: #ededed;
}
#reportFilter
{
	margin-top: 5px;
    padding: 5px 0 5px 10px;
    border: 1px solid black;
	border-radius: 6px;
	overflow: hidden;
}
#filterTitle
{
	float: left;
}
#clearFilter
{
	padding: 0 3px;
	background: lightsalmon;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
#clearFilter:hover
{
	border-color: #0080FF;
}
.viewEvent
{
	color: #3093c7!important;
}
td.viewEvent:hover
{
    cursor: pointer;
    text-decoration: underline;
}

table.tablesorter
{
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header
{
    background-image: url(/DB-new/graphics/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td
{
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td
{
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp
{
    background-image: url(/DB-new/graphics/asc.gif);
}
table.tablesorter thead tr .headerSortDown
{
    background-image: url(/DB-new/graphics/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
    background-color: #8dbdd8;
}
#eventReportFilters
{
	width: 100%;
	border: 1px solid black;
	border-radius: 6px;
	padding: 5px;
	margin-top: 5px;
	background: #efefef;
}
#eventReportFilters td
{
	width: 25%;
}
#eventReportFilters label
{
	float: left;
	width: 80px;
}
#eventReportFilters select
{
	float: left;
}
