﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300);

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

p
{
	line-height: 1.3;
	margin: 8px 0;
}
b
{
	font-weight: bold;
}
ul.ui-autocomplete
{
	z-index: 1100;
}
input[type="submit"].DeleteBtn
{
	background: #bb0000;
}
input[type="submit"].DeleteBtn:hover
{
	background: #a90101;
}
table.weekTable
{
	margin: 30px auto;
	border: 1px solid silver;
	padding: 10px;
	max-width: 1080px;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
}

	table.weekTable td, table.weekTable th
	{
		padding: 6px 10px;
		border: 1px solid #ddd;
		width: 18%;
		min-width: 100px;
		text-align: center;
	}

	table.weekTable tr:nth-child(even)
	{
		background: #f1f1f1;
	}

	table.weekTable td:first-child, table.weekTable th:first-child
	{
		width: 10%;
	}

	table.weekTable th
	{
		background-color: #c9e2e1;
		max-width: 120px;
		padding: 0;
	}

		table.weekTable th.weekNum
		{
			background-color: #f5f677;
			max-width: 120px;
			font-weight: bold;
			vertical-align: bottom;
			padding: 7px 0 0;
		}
		table.weekTable th.weekNum div
		{
			font-size: 12px;
			margin-top: 5px;
			padding: 4px 5px;
			background: #efa80b;
			color: #555;
			margin-top: 5px;
			width: 100%;
			max-width: 121px;
			box-sizing: border-box;
			font-weight: normal;
			color: #fff;
		}

.formTable td, .formTable input
{
	padding: 5px 7px;
}

.ui-menu .ui-menu-item
{
	text-align: left;
	font-size: 9pt;
}

#tabs ul li a
{
	outline: none;
}

body::after
{
	content: "";
	background: url("../img/interceptor.jpg") no-repeat center center fixed;
	background-size: cover;
	opacity: 0.4;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: -100;
}

.myRequest
{
	color: #fff;
	background: #23384f;
	padding: 2px 15px;
}
.emailReminder
{
	float: right;
	margin-bottom: 0;
    margin-right: 10px;
    font-size: 13px;
	color: #222;
	background: #efefef;
	text-decoration: none;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
}
	.emailReminder:hover
	{
		background:#ddd;
	}
hr
{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	padding: 0;
}

#mainBody
{
	padding-top: 100px;
	max-width: 1100px;
	margin: 0 auto;
}

#mainHeader
{
	background: #23384f;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.menuButton
{
	display: none;
	color: #fff;
	float: right;
	margin: 15px;
	font-size: 25px;
}
.closeBtn
{
	float: right; text-decoration: none; color: #fff;
}
.Nav
{
	max-width: 1160px;
	margin: 0 auto;
}

.Nav2
{
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}

	.Nav2 a
	{
		display: inline-block;
		padding: 10px 40px 10px;
		text-decoration: none;
		color: #738395 !important;
		transition: background-color 0.2s ease;
	}

		.Nav2 a:hover
		{
			color: #505C68 !important;
			background: #ddd;
			border-radius: 4px;
		}

.NavMenuBtn
{
	display: none !important;
}

.Nav ul li
{
	transition: background-color 0.2s ease;
	display: inline-block;
}

	.Nav ul li:hover
	{
		background: #a99128;
	}

.Nav a
{
	display: block;
	padding: 26px 22px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.banner
{
	float: left;
	margin-left: 10px;
}
.fullCenter
{
	text-align: center;
}
.SearchField
{
	position: fixed;
	margin-top: 60px;
	padding: 23px;
	background: #52667d;
	display: none;
	top: 16px;
	left: 50%;
	margin-left: 153px;
	z-index: 900;
	border-radius: 0 0 7px 7px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.datepicker
{
	width: 75px;
}

.SearchField input[type='text']
{
	padding: 7px;
	border: 0;
	font-size: 15px;
}

.SearchBtn
{
	color: #fff;
	background: #23384f;
	border: 0;
	cursor: pointer;
	padding: 7px 10px;
	font-size: 15px;
	border-radius: 3px;
}

	.SearchBtn:hover
	{
		background: #1c2d3f;
	}

#mainContentContainer
{
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
	font-family: 'Open Sans',Calibri;
	font-weight: 300;
	font-size: 20px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	position: relative;
	z-index: 0;
}

#mainContent
{
	margin-top: 45px;
	padding: 19px 20px;
}

.ContentContainer
{
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
	font-family: 'Open Sans',Calibri;
	font-weight: 300;
	font-size: 20px;
	color: #1d1d1d;
	text-align: center;
	display: table;
}

.ContentLeft
{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-right: 10px;
}

.CalendarContainer
{
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
	color: #1d1d1d;
	text-align: center;
	display: table;
}


.ContentRight
{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.Content, .Content2
{
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	margin: 10px auto 0;
	width: 100%;
	height: 260px;
	float: left;
	text-align: left;
	padding: 15px 0;
}

.InnerContent
{
	padding: 0 8px;
}

.ContentHeading, .ContentHeading2
{
	color: #F5E59F;
	font-family: Calibri;
	font-weight: bold;
	padding: 10px 0;
	position: relative;
	top: -15px;
	width: 100%;
	background: #384d64;
	display: block;
}

.Content2
{
	width: 100%;
}

.ContentTable2
{
	width: 95%;
	max-width: 600px;
}

	.ContentTable2 tr td
	{
		vertical-align: top;
	}

.ContentHeading .star
{
	font-size: 18px;
	font-family: Wingdings;
	padding-right: 5px;
	position: relative;
	left: -10px;
	font-size: 20px;
}

/*scroll top button*/
.goTop
{
	display: none;
	bottom: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: fixed;
	padding: 10px;
	background-color: #777;
	cursor: pointer;
	opacity: 0.8;
}

	.goTop:hover
	{
		background-color: #23384f;
	}

.arrow-up
{
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #ffffff;
	cursor: pointer;
	margin: 8px auto;
}

.PrevBtn, .NextBtn, input[type="submit"]
{
	font-size: 14px;
	text-decoration: none;
	margin: 15px;
	padding: 10px 15px !important;
	border: none;
	cursor: pointer;
	border-radius: 2px;
}

input[type="submit"]
{
	margin: 0;
	background-color: #2c4663;
	color: #fff;
}

	input[type="submit"]:hover
	{
		background-color: #1a293a;
	}

.NextBtn
{
	float: right;
	margin-right: 10%;
}

.PrevBtn
{
	float: left;
	margin-left: 10%;
}

h1
{
	font-size: 2.2em;
	font-family: 'Open Sans Condensed',Calibri;
	font-weight: 700;
	color: #23384f; /*#1d1d1d;*/
	text-align: center;
	padding-bottom: 12px;
	width: 75%;
	margin: 0 auto;
	line-height: 0.9;
}

h2
{
	font-size: 1.5em;
	margin-bottom: 5px;
	line-height: 0.9;
}

	h2 a, .mbMore
	{
		text-decoration: none;
		color: #B08E36;
	}

		h2 a:hover, .mbMore:hover
		{
			color: #b07736;
		}

p
{
	font-family: 'Open Sans',Calibri;
	font-weight: 300;
	font-size: 21px;
	color: #1d1d1d;
}

.PrintedTable
{
	width: 100%;
}

.contentTable
{
	font-family: 'Open Sans',Calibri;
	font-weight: 300;
	font-size: 18px;
	margin: 0 auto;
	box-shadow: 0 13px 6px -6px #DDD;
	float: left;
}

	.contentTable th
	{
		background: #000;
		color: #fff;
		font-weight: 700;
		padding: 10px 0;
		font-size: 22px;
		border-radius: 12px 12px 0 0;
	}

	.contentTable td
	{
		padding: 0 10px;
		background: #547DAB;
		color: #fff;
	}

.ContentIcon
{
	font-size: 16px;
	margin: 0 13px;
}

.mobileOnly, .smMobileOnly, .mobileOnlyInline
{
	display: none;
}

.smMobileHide
{
	display: inline-block;
}

table.MessageBoard
{
	width: 100%;
}

.MessageBoard td
{
	padding: 10px;
}

.mbDate
{
	font-size: 0.9em;
	margin-top: 8px;
	color: #738395;
	display: inline-block;
}

.mbMore
{
	float: right;
	font-size: 0.9em;
	margin-top: 8px;
}

.replyImg
{
	padding: 15px;
	font-size: 35px;
	color: #eee;
	background: #ccc;
	text-align: center;
	vertical-align: top;
}

.replyLeft
{
	display: table-cell;
	padding-left: 15px;
}

.replyRight
{
	font-size: 0.9em;
	display: table-cell;
	padding: 0 100px 0 10px;
	vertical-align: top;
}

.replyComment
{
	width: 700px;
	height: 100px;
	-webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
	transition: width 1s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	line-height: 20px;
	font-family: 'Open Sans',Calibri;
	font-size: 0.95em;
}

.apTable
{
	display: table;
	width: 100%;
}

.apLeft
{
	display: table-cell;
	vertical-align: top;
}

.apRight
{
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
	width: 100%;
}

.apDate
{
	border-radius: 100%;
	background: #738395;
	color: #fff;
	margin-top: 15px;
	width: 70px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	padding-top: 10px;
}

.apMore
{
	float: right;
	font-size: 0.9em;
	margin-top: 8px;
	background: #E7DDC3;
	padding: 7px 12px;
	border-radius: 3px;
	text-decoration: none;
	color: #b07736;
	cursor: pointer;
	box-shadow: 1px 2px 1px rgba(176,119,54,0.4);
	-webkit-transition: background 0.1s linear;
}

	.apMore:hover
	{
		background: #DFD2AF;
	}

.mbLeft
{
	margin-top: 0;
	display: table-cell;
}

.mbTitle
{
	display: table-cell;
	padding-left: 20px;
}

.smIcon
{
	font-size: 13px;
	margin-right: 7px;
}

.smIconR
{
	font-size: 13px;
	margin-left: 7px;
}

.medIcon
{
	font-size: 15px;
	cursor: pointer;
}

.adminIcons
{
	display: none;
	float: right;
	margin: 20px 5px;
	font-size: 15px;
}

	.adminIcons a
	{
		background: #f5f5f5;
		text-decoration: none;
		color: #777;
		padding: 5px 8px 5px 10px;
		border-radius: 4px;
		border: 1px solid #e7e7e7;
		box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
		-webkit-transition: background 0.2s linear;
		-webkit-transition: color 0.2s linear;
	}

		.adminIcons a:hover
		{
			color: #333;
			background: #e7e7e7;
		}

.yesBtn, .noBtn, .basicBtn
{
	padding: 7px 15px;
	margin: 5px;
	color: #fff;
	text-decoration: none;
	font-size: .9em;
	border-radius: 3px;
	border: none;
	outline: none;
	font-family: 'Open Sans',Calibri;
	cursor: pointer;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
	-webkit-transition: background 0.1s linear;
}

.yesBtn
{
	background: #333;
}

	.yesBtn:hover
	{
		background: #222;
	}

.noBtn
{
	background: #777;
}

	.noBtn:hover
	{
		background: #666;
	}

.basicBtn
{
	background: #738395;
}

	.basicBtn:hover
	{
		background: #5C6977;
	}

.left90
{
	margin-left: 90px;
}

.newPostBtn
{
	text-align: right;
}

.replyAdmin
{
	float: none;
	margin: 0 0 -2px 7px;
}

.formLabel
{
	font-size: 18px;
}

.formInput
{
	height: 22px;
	padding: 3px 5px;
	font-size: 1em;
	margin-bottom: 10px;
}

.loginDiv
{
	width: 95%;
	max-width: 700px;
	margin: 0 auto;
	background: #f8f8f8;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	border-radius: 5px 5px 0 0;
}

.loginTitle
{
	background: #738395;
	color: #fff;
	padding: 7px 15px;
	border-radius: 5px 5px 0 0;
}

.highlight
{
	background: #ffffb8;
}

.RequiredField
{
	color: red;
	letter-spacing: 2px;
}

.altDetailsTable th
{
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}

.altDetailsTable tr td
{
	padding-bottom: 5px;
}

.JobsTable, .formTable
{
	margin: 15px auto;
}

.JobsTable
{
	border: 1px solid #ddd;
	width: 100%;
}

	.JobsTable tbody tr:nth-child(even)
	{
		background: none;
		border-bottom: none;
		border-top: none;
	}

	.JobsTable tbody tr td, .JobsTable tbody tr th
	{
		vertical-align: middle;
		font-size: 17px;
		padding: 10px;
	}

	.JobsTable tbody tr th, .JobsTable thead tr th
	{
		background-color: none;
	}

.tablefooter, .tableheader
{
	background: #b5e097 !important;
}

	.tablefooter td, .tableheader td
	{
		padding: 0 10px;
	}

	.tableheader td
	{
		font-weight: bold;
	}

.tbllbl
{
	display: none;
}

.tblDates
{
	text-align: right;
	vertical-align: middle;
}

.reportLabel
{
	border: 1px solid silver;
	padding: 3px 5px;
	margin-bottom: 5px;
	background: #efefef;
}

.dayStatus, .dayOff
{
	color: #fff;
	padding: 4px 5px 3px;
	font-size: 13px;
	/*max-width: 175px;*/
}

.dayStatus
{
	background-color: #bb0000;
}

.dayOff
{
	background-color: #809fc1;
}

div.pleaseWait, div.alertNotice
{
	display: none;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #fff;
	background: rgba(0,0,0, 0.75);
	box-shadow: 3px 3px 5px #555;
	position: fixed;
	z-index: 2000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

	div.pleaseWait img
	{
		margin-top: 20%;
	}

div.alertNotice
{
	display: block;
	padding-top: 50%;
	line-height: 1.25;
	background: rgba(0,0,0, 0.8);
}

.alertMessage
{
	color: red;
	line-height: 1.5;
}

.JobsTable tbody tr td, .JobsTable thead tr th
{
	padding: 10px;
	height: auto;
	font-size: 15px;
}

.clearTextBox
{
	background: none;
	border: none;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
	font-family: Arial;
	font-size: 13.3333px;
}

.editDialog
{
	position: fixed;
	width: 90%;
	max-width: 500px;
	height: auto;
	margin: 0 15%;
	top: 25%;
	/*left: 0;
	right: 0;*/
	background-color: #fff;
	box-shadow: 3px 3px 10px #777;
	padding: 50px;
	border-radius: 4px 4px 0 0;
	z-index: 1000;
}

.editDialogHeader
{
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
	background-color: #23384f;
	width: calc(100% + 100px);
	margin-top: -50px;
	margin-left: -50px;
	margin-bottom: 30px;
	border-radius: 4px 4px 0 0;
	cursor: move;
}

.formTable select
{
	font-size: 14px;
	padding: 5px;
	min-width: 150px;
}

.formTableLabel
{
	background-color: #d7c265;
	text-align: right;
	border: 10px solid #fff;
}

input[type="button"], input[type="submit"]
{
	padding: 5px 7px;
}

.JobsTable thead tr .headerSortUp, .JobsTable thead tr .tablesorter-headerAsc
{
	background-image: url(../img/asc.gif);
}

.JobsTable thead tr .headerSortDown, .JobsTable thead tr .tablesorter-headerDesc
{
	background-image: url(../img/desc.gif);
}

.JobsTable thead tr .tablesorter-header, .JobsTable .header
{
	background-repeat: no-repeat;
	background-position: top 4px right 4px;
	cursor: pointer;
	width: auto;
}
/********************************************************************************/
/*                            START MEDIA QUERIES                               */
/********************************************************************************/
@media screen and (max-width: 1080px)
{
	.emailReminder
	{
		margin-right: 0;
	}
}
@media screen and (max-width: 799px)
{
	.fullCenter
	{
		text-align: left;
	}
	.schPanel
	{
		overflow-x: scroll;
	}
	div.pleaseWait img
	{
		margin-top: 30%;
	}

	.PrevBtn, .NextBtn
	{
		margin: 30px 0;
	}

	.PrevBtn
	{
		margin-left: 15px;
	}

	.NextBtn
	{
		margin-right: 15px;
	}

	.myRequest
	{
		/*line-height: 1.4;*/
		display: block;
	}

	h1
	{
		width: auto;
		margin-top: 0;
		font-size: 2em;
	}

	.Nav2
	{
		text-align: left;
	}

		.Nav2 a
		{
			display: block;
			padding: 20px 30px;
		}

	.Nav a
	{
		padding: 15px;
	}

	.Nav ul
	{
		display: none;
		clear: both;
		margin-right: 50px;
		margin-bottom: 50px;
		padding-left: 10px;
		border-left: 1px solid #c5b980;
	}

		.Nav ul li
		{
			display: block !important;
		}

	.menuButton
	{
		display: block;
	}

	.formTable td
	{
		vertical-align: middle;
	}

	.formTable input
	{
		margin: 10px 0;
	}
	.myDatesTable thead tr th
	{
		display: none;
	}
	table.weekTable td, table.weekTable th
	{
		padding: 6px;
	}
		table.weekTable th.weekNum
		{
			    max-height: 93px !important;
				width: 112px !important;
				margin-top: -1px;
				padding-top: 20px;
		}
	table.noMobileHeader thead tr th
	{
		display: none;
	}
	div.mobileFieldHeader
	{
		background: #d7c265;
		padding: 5px;
		margin: 7px 0;
		max-width: 200px;
		color: #222;
	}
	.JobsTable
	{
		width: 90%;
		border: 0;
	}
	.NavBtn, .NavMenuBtn
	{
		float: right;
		padding: 15px 0 !important;
	}

	.NavMenuBtn
	{
		display: initial !important;
		margin-right: 10px;
	}

	.SearchField
	{
		right: 0;
		margin-left: 0;
		left: initial;
	}

	.banner
	{
		/*position: absolute;*/
	}

	.mobileOnly
	{
		display: block;
	}

	.mobileOnlyInline
	{
		display: inline;
	}

	.mobileBold
	{
		font-weight: bold;
	}

	#mainContent
	{
		padding: 0;
	}

	.Content, .Content2
	{
		vertical-align: top;
		float: none;
		display: inline-block;
	}

	.Content
	{
		min-height: 560px !important;
	}

	.Content2
	{
		max-width: 634px;
	}

	.ContentContainer, .ContentLeft, .ContentRight
	{
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.replyRight
	{
		padding-right: 30px;
	}

	.replyComment
	{
		width: 420px;
	}

	.mbLeft
	{
		display: block;
		text-align: center;
	}

	.mbDate
	{
		margin: 0 auto 20px;
	}

	.mbTitle
	{
		display: block;
		padding-left: 0;
	}

	.newPostBtn
	{
		text-align: center;
	}

	.adminIcons
	{
		display: block;
		margin: 15px 0;
	}

	.replyAdmin
	{
		float: left;
		padding: 0 10px 5px 0;
		margin-top: 12px;
	}

	.altDetailsTable th, .altDetailsTable td
	{
		text-align: left;
		display: block;
		padding-left: 3px;
	}

	.altDetailsTable tr td
	{
		padding-bottom: 10px;
	}

	.JobsTable tbody tr td, .JobsTable tr th
	{
		text-align: left;
		display: block;
		height: auto;
		padding: 5px;
	}

	.tableheader
	{
		display: none;
	}

	.tbllbl
	{
		display: inline-block;
		font-weight: bold;
		margin-right: 10px;
	}

	.WorkRecordDetails tr td
	{
		display: block;
	}

	#tblDisplayDefaultDates tr td
	{
		display: table-cell;
	}

	.tblDates
	{
		text-align: left;
	}

	.TableData tr td
	{
		display: block;
	}

	.CalendarContainer
	{
		width: auto;
	}

	div.ui-dialog
	{
		z-index: 2000;
		width: 99% !important;
		max-width: 500px;
	}

	div#addDialog
	{
		margin: auto !important;
		width: 95%;
	}

	#calendar
	{
		width: auto !important;
	}

	div.fc-scroller
	{
		min-height: 400px;
	}

	.fc-icon, .fc-toolbar .fc-center
	{
		margin: 8px;
	}
	.editDialogHeader
	{
		width: 100%;
	}
}

@media screen and (max-width: 700px)
{
	.editDialog
	{
		position: fixed;
		width: 100%;
		max-width: none;
		height: 100%;
		margin: 0;
		top: 0 !important;
		box-shadow: none;
		padding: 0;
		border-radius: 0;
		box-sizing: border-box;
		padding-top: 50px;
		box-shadow: 3px 3px 10px #555;
		overflow: auto;
	}

		.editDialog .formTable td
		{
			font-size: 14px;
			padding: 3px;
		}
		.editDialog .formTable input
		{
			margin: 3px 0;
		}
	.editDialogHeader
	{
		margin-left: 0;
		border-radius: 0;
		margin-bottom: 0;
	}
	.editDialogContent
	{
		 overflow: auto; 
		 height: 170%;
	}
	table.weekTable tbody tr td:first-child, table.weekTable tbody tr th:first-child
	{
		position: absolute;
		height: 100%;
		width: 80px;
		max-height: 30px;
		left: 0;
	}

	table.weekTable tbody tr:nth-child(even) td:first-child
	{
		background: #f1f1f1;
	}

	table.weekTable tbody tr:nth-child(odd) td:first-child
	{
		background: #fff;
	}

	table.weekTable tbody tr td:nth-child(2), table.weekTable tbody tr th:nth-child(2)
	{
		border-left: 113px solid #fff;
	}
	table.weekTable td
	{
		height: 30px;
	}
}

@media screen and (max-width: 600px)
{
	div.pleaseWait img
	{
		margin-top: 40%;
	}
}

@media screen and (max-width: 500px)
{
	div.pleaseWait img
	{
		margin-top: 50%;
	}

	.JobsTable tbody tr th
	{
		display: block;
	}

	.mobileHide
	{
		display: none;
	}

	.ui-widget input[type="text"], .ui-widget textarea
	{
		max-width: 80%;
		padding: 3px;
	}

	.fc th
	{
		padding: 0 3px !important;
	}

		.fc th span
		{
			font-size: 11px;
		}

	.fc-icon, .fc-toolbar .fc-center
	{
		margin: 15px 15px 0;
	}
}

@media screen and (max-width: 455px)
{
	div.pleaseWait img
	{
		margin-top: 60%;
	}

	table.style1 tr td
	{
		display: block;
		text-align: left;
	}
	table.dataTable tbody td
	{
		display: table-cell;
	}
	.fc th
	{
		font-size: 11px;
	}
}

@media screen and (max-width: 400px)
{
	div.alertNotice
	{
		padding-top: 100%;
	}
}




.collapsibleTitle
{
	border: 0;
	border-bottom: 1px dashed #999;
	padding-bottom: 3px;
	width: 90% !important;
	margin-left: 0px;
	margin-top: 5px;
	height: 20px;
	cursor: default;
	vertical-align: middle !important;
}

.collapsibleDiv
{
	display: inline-block;
	padding-top: 10px !important;
	text-align: left;
}

.lblExpand, .lblCollapse
{
	text-transform: capitalize;
	font-weight: bold;
	padding-left: 18px;
	float: left;
	display: inline;
	cursor: pointer;
	width: auto;
}

.lblCollapse
{
	background: url(../img/collapse.gif) 0 3px no-repeat;
	font-weight: bold;
	padding-bottom: 5px;
}

.lblExpand
{
	background: url(../img/expand.gif) 0 3px no-repeat;
	font-weight: bold;
	padding-bottom: 5px;
}
