.eBOCESWebApp .ebocesTable {
    margin: 0;
    padding: 0;
}

.eBOCESWebApp .ebocesTable table.dataTable div {
	margin-bottom: 0;
}

.eBOCESWebApp .ebocesTable table {
	clear: both;
	width: auto;
}

.eBOCESWebApp .ebocesTable table.dataTable  {
	border: 1px solid #b1b1b1;
	width: 100%;
	border-collapse: collapse;
	margin: auto;
}

.eBOCESWebApp .ebocesTable table.tableFooter {
	width: 100%;
}

.eBOCESWebApp .ebocesTable caption {
    caption-side: top;
    color: #444444;
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    padding-left: 5px;
}

.eBOCESWebApp .toolbar table {
    margin-right: auto;
    margin-left: 0px;
}

.eBOCESWebApp .ebocesTable .toolbar td {
    padding: 0px 8px 0px 0px;
    font-size: 11px;
}

.eBOCESWebApp .ebocesTable .toolbar select {
    font-size: 11px;
    border: solid 1px #c4c3c2;
}

.eBOCESWebApp .ebocesTable .toolbar .pageNumber {
    font-size: 13px;
    font-weight: bold;
    color: #c4634d;
}

.eBOCESWebApp .ebocesTable .toolbar .pageNumber a {
    font-size: 13px;
    font-weight: normal;
    color: black;
}

.eBOCESWebApp .ebocesTable .toolbar img {
    border:0px;
}

.eBOCESWebApp .ebocesTable .filter td {
    padding: 2px 2px 3px 2px;
}

.eBOCESWebApp .ebocesTable .tbody {
    border-bottom: 1px solid #b1b1b1;
}

.eBOCESWebApp .ebocesTable .tbody input {
    padding: 0;
    margin: 0;
}

.eBOCESWebApp .ebocesTable .dynFilter {
    position: relative;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
    border: 1px solid #c0c0c0;
    background-color: white;
    height: 15px;
    white-space: nowrap;
    cursor: pointer;
}

.eBOCESWebApp .ebocesTable #dynFilterDiv {
    position: absolute;
    /*top: -3px;
    left: -2px;*/
    top: -1px;
    left: -1px;
    padding: 0;
    margin: 0;
    height: 15px;
    border: 1px solid #c0c0c0;
    background-color: #FFFFE0;
}

.eBOCESWebApp .ebocesTable #dynFilterInput {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
    border-style: none;
    background-color: #FFFFE0;
}

.eBOCESWebApp .ebocesTable .filter #dynFilterDroplistDiv {
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 0;
    margin: 0;
    height: 17px;
    background-color: #e1ebf4;
    z-index: 2;
}

.eBOCESWebApp .ebocesTable .filter #dynFilterDroplist {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    border: 1px solid #c0c0c0;
    background-color: #e1ebf4;
}

.eBOCESWebApp .ebocesTable .header td {
	font-size: 11px;
	height: 18px;
	color: #707070;
	background: url("../../images/button_bg.gif") repeat-x #DEDDDE;
	border-bottom: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
	padding: 1px 12px 0 4px;
	vertical-align: middle;
	text-align: left;
	height: 19px;
	font-weight: bold;
	line-height: normal;
}

.eBOCESWebApp .ebocesTable table.dataTable tr.odd {
    background-color: #ffffff;
}

.eBOCESWebApp .ebocesTable table.dataTable tr.even {
    background: #FFF7D7 none repeat scroll 0 0;
}

.eBOCESWebApp .ebocesTable .highlight td {
    background-color: #fdecae;
}

.eBOCESWebApp .ebocesTable .highlight a {
    color: black;
}

.eBOCESWebApp .ebocesTable .statusBar td {
/*
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    border-top: 1px solid silver;
    background-color: #efebe7;
*/
    padding: 2px;
    color: #707070;
	font-weight: bold;
	font-size: 11px;
}

.eBOCESWebApp .ebocesTable .dropShadow {
    padding: 10px 14px 14px 10px;
    width: 100%;
}

.eBOCESWebApp .ebocesTable .wsColumn {
    position: relative;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #c0c0c0;
    height: 15px;
    white-space: nowrap;
    cursor: pointer;
}

.eBOCESWebApp .ebocesTable .wsColumnError {
    position: relative;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    padding: 0;
    margin: 0;
    color: #ec4646;
    border-bottom: 1px dashed #ec4646;
    height: 15px;
    white-space: nowrap;
    cursor: pointer;
}

.eBOCESWebApp .ebocesTable .wsColumnChange {
    position: relative;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    padding: 0;
    margin: 0;
    color: #005e8f;
    border-bottom: 1px dashed #005e8f;
    height: 15px;
    white-space: nowrap;
    cursor: pointer;
}

.eBOCESWebApp .ebocesTable #wsColumnDiv {
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 0;
    margin: 0;
    height: 17px;
    border: 1px solid #c0c0c0;
    background-color: #ededed;
}

.eBOCESWebApp .ebocesTable #wsColumnInput {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
    border-style: none;
    background-color: #ededed;
}

div.tableDiv .shadow-container {
	position: relative;
	left: 4px;
	top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}

div.tableDiv .shadow-container .shadow2,
div.tableDiv .shadow-container .shadow3,
div.tableDiv .shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

div.tableDiv .shadow-container .shadow1 {
	background-color: #F1F0F1;
}

div.tableDiv .shadow-container .shadow2 {
	background-color: #DBDADB;
}

div.tableDiv .shadow-container .shadow3 {
	background-color: #B8B6B8;
}

div.tableDiv .shadow-container .container {
	background: #ffffff;
}