@font-face {
    font-family: openSans;
    src: url('OpenSans-Light.ttf');
}
@font-face {
 font-family: openSans;
 src: url("OpenSans-Light.eot") /* EOT file for IE */
}
* {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	font-size: 9pt;
}

body {
	height: 100%;
	font-family: openSans, arial, helvetica, sans-serif;
	font-size: 1.2em;
	
}

form {
	height: 100%;
}

header,nav,article,footer,section,aside,figure,figcaption {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

section {
	margin: 0px;
	padding: 0px;
	
}
section.sideMargins{
	padding-bottom:10px;
}
.invisible {
	display: none;
}

.hideIfNoJS {
	display: none;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearer {
	clear: both;
}

.inlineblock {
	display: inline-block;
}
.sitePadding{
	width:90%;
	margin:auto;
	
}
a:link, a:visited {
	color: #01b686;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.spanTextBox {
	display: inline-block;
	width: 200px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	color: #AAAAAA;	
}

select {
	border: 1px solid #AAAAAA;
}

select > option {
	padding: 0px 4px 4px 4px;
}

input[type=text], input[type=password] {
	width: 250px;
	padding: 4px;
	border: 1px solid #AAAAAA;
}

.placeholder {
	color: #AAAAAA;
}


.searchBox{
	float:left;
	height:26px;
	min-width:150px;
	
}

.searchInput{
	width:150px !important;

}

.actionsBar{
	margin-bottom:10px;

}

.pageNav{
	float:left;
	margin-top:0px;
}

.excelButtonWrapper{
	float:right !important;
	margin-left:10px;
}



.filterWrapper{
	width:100% !important;
}

.pageNav ul{
	margin-top:0px !important;
}


.searchButton{
	float:left;
	margin-left:10px;
}

.searchWrapper{
	float:right !important;

}

.currPage {
	background-color:#0E2A36 !important;
	
}




table {
	border-collapse: collapse;
}

noscript {
	display: block;
	margin-top: 4px;
}

.rotateAntiClockwise {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotateClockwise {
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	/* IE */
	-ms-transform: rotate(90deg);
	/* Opera */
	-o-transform: rotate(90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.tinymce {
	width: 100%;
	height: 100%;
}

.tinymceHolder {
	background-color: #FFFFFF;
	overflow: hidden !important;
}

ul {
    padding-left:1em;
    margin-left:1em;
}

nav ul {
	padding: 0px;
	margin: 0px;
}

p {
	margin-bottom: 12px;
}