html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
table, tbody, tfoot, thead, tr, th, td, .swheader, .swbody {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-size: 0.98em;
	 border-top:1px solid #ddd;
}

h2 {
	font-size: 1.4em;
	padding: 0px 0px 15px 0px;
}

h3 {
	font-size: 1.15em;
	padding: 0px 0px 15px 0px;
}

.left-nav-header {
	padding-left:20px;
}

#wrapper.with-left-nav.responsive {
	width: 100%;
	padding-left: 3px !important;
}

.content {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-size: 1.1em;
	line-height: 1.3em;
}

.left-nav-list {
	font: inherit;
	margin-top: 0px !important;
	background-color: #d7edff;
	height: 100%;
}

.grid-layout {
	font: inherit;
	font-size: 1.15em;
	margin-top: 1px !important;
	margin-left: 3px !important;
	width: 75% !important;
	line-height: 1.4em;
}
/*-- Global Utility Bar ----*/
.global-utility-bar {
	font: inherit;
	width: 100%;
	margin: 0px auto;
	display: block;
	float: left;
	overflow: hidden;
	z-index: 1000;
}

.global-utility-bar li {
	font: inherit;
	list-style-type: none;
	display: inline;
}

.global-utility-bar li+li a {
	font: inherit;
	border-left: 0px solid #fff;
}

.global-utility-bar a:link, .global-utility-bar a, .global-utility-bar a:visited
	{
	font-size: .75em;
	color: #fff;
	position: relative;
	padding: 0 6px; /* 
	vertical-align: middle; */
}

.global-utility-bar a:link, .global-utility-bar a {
	text-decoration: none;
}

.global-utility-bar a:hover, .global-utility-bar a:active,
	.global-utility-bar a:focus {
	text-decoration: none;
	background-color: white !important;
}

.global-links {
	display: block;
	position: relative;
	float: left;
}

.app-links {
	display: block;
	position: relative;
	float: right;
	overflow: hidden;
	padding-right: 3px;
	z-index: 1000;
}

.app-links ul, .global-links ul {
	padding-top: 0;
}

/*-- Top navigation styles ----*/
.top-nav {
	clear: both;
	font-size: .95em;
	background-color: #f6f6f6;
	border-top: 1px solid #666;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: -1px;
}

.top-nav ul {
	width: 960px;
	margin: 0 auto;
}

.top-nav a:link, .top-nav a, .top-nav a:visited {
	color: #555;
	position: relative;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.top-nav a:link.selected, .top-nav a.selected a, .top-nav a:visited.selected
	{
	background-color: #eee;
	color: #333;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.top-nav a:hover, .top-nav a:active, .top-nav a:focus {
	color: #555;
	border-right-color: #eee;
	border-left-color: #eee;
	text-decoration: none;
	background-color: #fff;
}

.top-nav li {
	list-style-type: none;
	display: inline;
	line-height: 1.8em;
}

/*-- Breadcrumb navigation ----*/
.breadcrumb-nav {
	padding-top: .9em;
}

.breadcrumb-nav ul {
	padding: 0;
	margin: 0;
}

.breadcrumb-nav a:link, .breadcrumb-nav a, .breadcrumb-nav ul li {
	font-size: .95em;
	color: #777;
	position: relative;
	text-decoration: none;
}

.breadcrumb-nav a:visited {
	text-decoration: none;
	color: #777;
}

.breadcrumb-nav a:hover, .breadcrumb-nav a:active, .breadcrumb-nav a:focus
	{
	text-decoration: underline;
	color: #333;
}

.breadcrumb-nav li.selected {
	font-size: .95em;
	font-weight: bold;
	color: #777;
	position: relative;
	text-decoration: none;
}

.breadcrumb-nav li {
	line-height: 1.1em;
	list-style-type: none;
	padding: 0px 1px 0px 0px;
	display: inline;
}

.breadcrumb-nav ul li+li:before {
	content: " > ";
	color: #999;
	font-weight: normal;
}

/*-- Gray Utility Bar ----*/
a:focus {
	background-color: #ffffcc !important;
	color: #3d3d3d !important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	outline: none;
}

.migovlink a {
	background-image: url(images/spriteState.png);
  
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	text-align: right;
	width: 70px; 
}

.migovlink a:hover { 
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	text-align: right;
	width: 70px; 
}
 
.bottom-nav {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
}

#contactInfo {
	border-bottom: 1px solid #ddd;
}

.gray-utility-bar {
	width: 100%;
	margin: 0px auto;
	display: block;
	float: left;
	background-color: #505060;
	overflow: hidden;
	z-index: 200;
}

.gray-utility-footArea {
	background-color: #505060; /*change to desired color*/
	color: #fff; /*change to desired color*/
	padding: 0;
}

.copyright {
	font-size: .9em;
	display: block;
	width: 100%;
	clear: both;
	padding-bottom: 20px
}

.gray-utility-bar li {
	list-style-type: none;
	display: inline;
}

.gray-utility-bar li+li a {
	border-left: thin solid #fff;
}

.gray-utility-bar a:link, .gray-utility-bar a, .gray-utility-bar a:visited
	{
	font-size: .75em !important;
	color: #fff;
	position: relative;
	padding: 0 6px;
	vertical-align: middle;
}

.gray-utility-bar a:link, .gray-utility-bar a {
	text-decoration: none;
}

.gray-utility-bar a:hover, .gray-utility-bar a:active, .gray-utility-bar a:focus
	{
	text-decoration: underline;
}

.gray-links {
	display: block;
	position: relative;
	float: left;
}
/*-- Gray Utility Bar End ----*/

/*-- Generic ----*/
.sec_inline {
	display: inline;
}

.invalidInput {
	border: 1px solid red !important;
}

.readOnly {
	border: none;
	color: #333 !important;
}

.msgBox {
	border: 1px solid grey;
	overflow: auto;
	padding: 7px 0px;
	align: right;
	max-height: 500px;
}

.msgTypeRed {
	color: red;
	margin-bottom: 5px;
	text-align: justify;
	margin-left: 2.127659574468085% !important;
}

.postedDate {
	margin-bottom: 5px;
	text-align: justify;
}

.msgText {
	margin-bottom: 15px;
	text-align: justify;
}

.msgTypeBlue {
	color: blue;
	margin-bottom: 5px;
	text-align: justify;
	margin-left: 2.127659574468085% !important;
}

.btnContinue {
	margin-top: 0px !important;
}

.setBold {
	font-weight: bold;
}

.dialgueBox {
	padding-left: 30px;
}

.backGroundColorGray {
	background-color: #dfdfdf;
}

.handCursor {
	cursor: pointer !important;
	cursor: hand !important;
}

.removeUnderline {
	text-decoration: none !important;
}

.padding-top {
	padding-top: 1.3em;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.sr-only:focus {
	display: block;
	height: auto;
	width: auto;
	position: relative;
	clip: auto;
	background: #ffff66;
	color: black;
	z-index: 9999
}

/*-- Generic End----*/
results {
	width: 100%;
}

table {
	width: 100%;
	border: collapse;
}

td {
	padding-top: .5%;
	text-align: left;
	vertical-align: bottom;
	/*SC */
}

th {
	padding-right: .5%;
	padding-bottom: 1%;
	padding-top: 1%;
	text-align: center;
	/* background-color: #1a4364 !important; */
	background-color: #1a6192 !important;
	color: #fff;
	font-weight: bold;
}

.state {
	text-align: center;
	padding-right: .5%;
}

.phone {
	text-align: center;
}

.dbe {
	text-align: center;
}

.status {
	padding-left: 2%;
}

.link {
	text-align: left;
	padding-bottom: 1px;
}

.alternateRow {
	background-color: #eeeeee;
}

#alternateRow {
	background-color: #fff;
}

.topnavlinks {
	position: relative;
	float: center;
	overflow: hidden;
	padding-right: 3px;
	z-index: 1000;
}

#topnavlinks {
	white-space: nowrap;
}

#nowrap {
	white-space: nowrap;
}

/* 426: input[type=submit], input[type=reset], input[type=button], button, .button, a.button, a.big-button   */
@media only screen and (max-width: 700px) , ( min-device-width : 768px)
	and (max-device-width: 1024px) {
	.alternateRow {
		background-color: #d9d9d9;
	}
	/*table, thead, tbody, th, td, tr {
		display: block;
	}
	thead tr {
		display: none;
	}
	 tr {
		border-width: thin;
		border-style: solid;
		border-color: #000000;
	} */
	td {
		text-align: left !important;
		padding-top: .5%;
		border-width: thin;
		line-height: 120%;
		padding-left: 1% !important;
		padding-right: 0 !important;
	}
	td:before {
		font-weight: bold;
		white-space: pre-line;
	}
}

@media only screen and (max-width: 690px) {
	.gray-utility-bar li {
		list-style-type: none;
		display: none;
	}
}

@media ( max-width : 960px) {
	#imgheader {
		width: 100%;
		height: auto;
	}
}

@media ( max-width : 381px) {
	h3 {
		font-size: 2.1em;
	}
}

@media ( max-width : 341px) {
	h3 {
		font-size: 2em;
	}
}

@media ( max-width : 321px) {
	h3 {
		font-size: 1.9em;
	}
}

@media ( max-width : 306px) {
	h3 {
		font-size: 1.8em;
	}
}

@media ( max-width : 291px) {
	h3 {
		font-size: 1.7em;
	}
}

@media ( max-width : 275px) {
	h3 {
		font-size: 1.6em;
	}
}

@media ( max-width : 260px) {
	h3 {
		font-size: 1.5em;
	}
}

@media ( max-width : 245px) {
	h3 {
		font-size: 1.4em;
	}
}

@media ( max-width : 230px) {
	h3 {
		font-size: 1.3em;
	}
}

@media ( max-width : 214px) {
	h3 {
		font-size: 1.2em;
	}
}

@media ( max-width : 788px) and (min-width: 768px) {
	#wrapper.with-left-nav.responsive, .logo, .footer-content {
		padding: 0 !important;
	}
	.left-nav-menu, .left-nav-list {
		width: 20% !important;
	}
}

@media ( max-width : 1220px) and (min-width: 1200px) {
	#wrapper.with-left-nav.responsive, .logo, .footer-content {
		padding: 0 !important;
	}
	.left-nav-menu, .left-nav-list {
		width: 20% !important;
	}
}

.error-title {
	font-size: 1.4em !important;
	padding: 0px 0px 10px 20px;
}

.error-title:before {
	font-size: 1.4em;
	color: red;
	content: "\f071";
	padding: 20px;
}


@media ( min-width : 1800px) {
	.left-nav-menu, .left-nav-list {
		font: inherit;
		width: 20% !important;
		height: 100% !important;
		background-color: #d7edff;
		font-size: 1.1em;
	}
}

@media ( min-width : 1200px) {
	.left-nav-menu, .left-nav-list {
		font: inherit;
		width: 20% !important;
		height: 100% !important;
		background-color: #d7edff;
		font-size: 1.1em;
	}
}

/*SC */
.searchBtn .searchBtn:hover
	{
	cursor: default;
	border-color: #ccc !important;
	font-family: inherit;
	color: inherit;
	position: inherit;
	margin-top: -10px;
	padding: 6px 15px;
	font-size: .8em !important;
	font-weight: bold !important;
}

}
.options th.narrow {
	width: 150px;
}

.button {
	padding: 0px 0px;
	cursor: pointer;
	border: 0;
	margin-bottom: -5px;
}

.button :hover {
	cursor: pointer;
	border: 1;
}

.mi-footer-links a, .mi-footer-links a:link {
	color: #3D3D3D !important;
}

.mi-footer-links a:focus {
	background-color: #ffffcc !important;
	color: #3D3D3D !important;
	padding: 5px 4px;
}

.gray-utility-bar .cols-2 {
	padding: px 8px;
	margin: 3px 3px 0px 5px !important;
}

.gray-utility-bar .cols-2 a.titleChange {
	color: #000;
	background-color: #fff; ! important;
	font-weight: bold;
}

.swbody {
	background: #F8F8F8;
	margin-bottom: 5px;
	border: 5px solid #d7edff;
	padding: 0px 5px 30px
}

.swheader {
	background: #E0E0E0;
	border: 5px solid #d7edff;
}

.swheadercontent {
	padding: 5px 10px 30px 10px;
}

.swheadercontent span {
	font-size: 0.9em;
	margin-bottom: 5px;
}

.swheadercontent p {
	padding: 0px;
	font-weight: bold;
	font-size: 1.1em
}

.swbody a.linktop {
	margin: 30px 0px 10px !important;
}

.gray-utility-bar .cols-2 a.titleChange {
	padding: 5px 90px 0px 8px;
	width: 100%;
	text-decoration: none;
}

a:link {
	color: #0055ad;
}

a:visited {
	color: #660198;
}

.searchBtn {
	background: #1a6192 !important;
	color: #fff !important;
	font-size: .8em !important;
	font-weight: bold;
}

.searchBtn:hover {
	background: #E0E0E0 !important;
	color: #000 !important;
	font-size: .8em !important;
	font-weight: bold;
}

.searchBtn:focus {
	background: #1a6192 !important;
	color: #fff !important;
	font-size: .8em !important;
	font-weight: bold;
}

.bulletins {
	margin-bottom: 0.25em;
	font-size: 1.1em;
	font-weight: bold;
}

.bulletins ul li {
	margin-bottom: 0.35em;
}

.header {
	padding: 10px;
	font-weight: bold;
	font-size: 1.3em
}

.standard-height, .menu-links {
	padding: 15px 3px 15px 3px;
	font-size: 1em;
}

.menu-links {
	font-size: 1.15em;
	font-weight: 1.1em;
	line-height: 1.4em;
}

table.tablesorter td:first-child {
	text-align: left;
}

.tablesorter-blue tbody>tr:hover>td, .tablesorter-blue tbody>tr:hover+tr.tablesorter-childRow>td,
	.tablesorter-blue tbody>tr:hover+tr.tablesorter-childRow+tr.tablesorter-childRow>td
	{
	background-color: #AED6F1 !important;
	color: #3d3d3d !important;
}

.details {
	width: 80%;
	border: 2;
}

.details label {
	padding: 1px 1px;
	font-size: 1.2em;
}

.dataValue {
	line-height: 1.6em;
}

span.moreLink a, a.moreLink, a.moreLink:visited {
	float: right;
	padding: 2px 6px;
	margin: 10px;
	text-decoration: none;
	background-color: #EFEEE2;
	display: block;
	width: auto;
	border-radius: 5px;
	text-transform: uppercase;
}

a.moreLink:hover {
	background-color: #eee
}

#superTop {
	width: 100%;
	text-align: right;
	height: 40px;
	background-color: #505060
}

#superTop .migovlink a {
	background-image: url(images/miniMIgovLogo.png);
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 0 0;
	width: 70px;
}

ul#bannerLinks {
	margin: 0
}

div#menubannerLinks {
	display: none
}

#bannerLinks li, div#bannerLinks, div#menubannerLinks li, ul#bannerLinks
	{
	display: inline-block
}

#bannerLinks a, #menubannerLinks a, #superTop a {
	text-decoration: none;
	PADDING: 19px 10px 15px 10px;
	display: block;
	color: #fff
}

#bannerLinks .migovlink a, #menubannerLinks .migovlink a {
	background-image: url(images/miniMIgovLogo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	text-align: right
}

#bannerLinks .migovlink a:hover, #menubannerLinks .migovlink a:hover,
	#superTop a:hover {
	background-position: 0 -45px;
	background-color: #FFF;
	color: #000
}

#bannerLinks .migovlink a:focus {
	background-image: url(images/miniMIgovLogo.png);
}

#superTop a#navreveal {
	padding: 6px 10px
}

#bannerArea {
	width: 100%;
	float: right;
	display: block; 
	vertical-align: bottom;
	background-position: 0px 40px;
	background-repeat: no-repeat;
}

.swheader label {
	padding: 1px 1px;
	font-size: 1.05em;
	font-weight: bold;
}

/* breadcrumbs */
.breadcrumb {
       padding: 8px 15px;
       margin-bottom: 20px;
       list-style: none;
       background-color: #f5f5f5;
       border-radius: 4px
}

.breadcrumb>li {
       display: inline-block
}

.breadcrumb>li+li:before {
       content: "/ ";
       padding: 0 5px;
       color: #ccc
}

.breadcrumb>.active {
       color: #686868
}

/*-- Gray Utility Bar ----*/
.gray-utility-bar {
	width: 100%;
	margin: 0px auto;
	display: block;
	float: left;
	background-color: #505c68;
	overflow: hidden;
	z-index: 200;
}

.gray-utility-bar li {
	list-style-type: none;
	display: inline;
}

.gray-utility-bar li+li a {
	border-left: 1px solid #fff;
}

.gray-utility-bar a:link, .gray-utility-bar a, .gray-utility-bar a:visited
	{
	font-size: .75em;
	color: #fff;
	position: relative;
	padding: 0 6px;
	vertical-align: middle;
}

.gray-utility-bar a:link, .gray-utility-bar a {
	text-decoration: none;
}

.gray-utility-bar a:hover, .gray-utility-bar a:active, .gray-utility-bar a:focus
	{
	text-decoration: underline;
}

.gray-links {
	display: block;
	position: relative;
	float: left;
}

.sec_inline {
	display: inline;
}

.invalidInput {
	border: 1px solid red !important;
}

.readOnly {
	border: none;
	color: #333 !important;
}

.msgBox {
	border: 1px solid grey;
	overflow: auto;
	padding: 7px 0px;
	align: right;
	max-height: 500px;
}

.msgTypeRed {
	color: red;
	margin-bottom: 5px;
	text-align: justify;
	margin-left: 2.127659574468085% !important;
}

.postedDate {
	margin-bottom: 5px;
	text-align: justify;
}

.msgText {
	margin-bottom: 15px;
	text-align: justify;
}

.msgTypeBlue {
	color: blue;
	margin-bottom: 5px;
	text-align: justify;
	margin-left: 2.127659574468085% !important;
}

.btnContinue {
	margin-top: 0px !important;
}

.setBold {
	font-weight: bold;
}

.dialgueBox {
	padding-left: 30px;
}

/* a.disabled{
   color: #666 !important;
   text-decoration: none !important;
   pointer-events: none !important;
} */
.backGroundColorGray {
	background-color: #dfdfdf;
}

.handCursor {
	cursor: pointer !important;
	cursor: hand !important;
}

.removeUnderline {
	text-decoration: none !important;
}

.padding-top {
	padding-top: 1.3em;
}

#imgRideShare {
	width: 100%;
	height: auto;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.sr-only:focus {
	display: block;
	height: auto;
	width: auto;
	position: relative;
	clip: auto;
	background: #ffff66;
	color: black;
	z-index: 9999
}

@media ( max-width : 600px) {
	#imgheader {
		width: 100%;
		height: auto%;
	}
}

#fieldsetTrainingMaterials {
	margin-right: 40px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #aaaaaa;
}

#fieldsetAct51 {
	margin-right: 40px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #aaaaaa;
}

#fieldsetProjectWiseSupport {
	margin-right: 40px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #aaaaaa;
}



.fileLinks {
	color: #0645AD !important;
}

.fileLinks:hover {
	color: #663366 !important;
}

.row-fluid.fileDiv {
	margin-bottom: 5px
}

.inlineFormat {
	display: inline-block;
}

.fileDiv
{
	margin-left:1em;
	padding:2px;
}
.folderDiv{
	margin-bottom: 5px;
	margin-left: 1em;
}
.folders {
	text-decoration: none !important;
	color: darkblue !important;
	font-weight: bold !important;
}

.stdplanheaders{
	font-size: 1.6em !important;
}

#stdplanmainheader{
	font-size: 3em !important;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow
		ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out
		0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #eee;
	opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
select.input-sm, .input-group-sm>select.form-control, .input-group-sm>select.input-group-addon,
	.input-group-sm>.input-group-btn>select.btn {
	height: 30px;
	line-height: 30px
}

.searchBtn {
	background: #1a6192 !important;
	color: #fff;
}

.searchBtn:hover,
	{
	background: #E0E0E0 !important;
	color: #000;
}


/* pagination for DataTables */

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #565656;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover,
	.pagination>li>span:focus {
	z-index: 2;
	color: #303030;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus,
	.pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus
	{
	z-index: 3;
	color: #fff;
	background-color: #565656;
	border-color: #565656;
	cursor: default
}

.pagination>.disabled>span, .pagination>.disabled>span:hover,
	.pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover,
	.pagination>.disabled>a:focus {
	color: #767676;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

thead tr th, tfoot tr th {
/* 	background-color: #e6EEEE; */
	border: 2px solid #FFF;
	/*font-size: 8pt;
	padding: 4px;*/
}