.cookies .noCookies
{
    display: none;
}

.no-cookies .cookiesEnabled
{
    display: none;
}

.marginTop10 {
  margin-top: 10px;
}

.marginTop20 {
  margin-top: 20px;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.marginLeft10 {
  margin-left: 10px;
}

.marginLeft20 {
	margin-left: 20px;
}

.smallInfoTextStyle {
	color: #888;
	font-size: 11px;
}

.verticalAlignMiddle {
	vertical-align: middle;
}

.cursorPointer {
	cursor: pointer;
}

.adminDashboard {
	padding: 0;
	margin: 0;
	font-weight: 300;
}


.infoTilesLeft{
	float: left;
	max-width: 600px;
	margin-left: 12px;
}

.infoTilesRight{
	float: right;
	margin-right: 8px;
	vertical-align: top;
}


.infoTileHeader{
	font-size: 24px;
	margin-bottom: 15px;
}

.infoTileContainer {
	
}

.infoTile {
	float: left;
	width: 120px;
	height: 120px;
	background-color: #97999c;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}

.infoTileLarge {
	float: left;
	width: 240px;
	height: 120px;
	background-color: #97999c;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}

.infoTileBigText{
	font-weight: 300;
	font-size: 70px;
	color: white;
	text-align: center;
	margin-top: 5px;
}

.infoTileSmallText{
	font-size: 11px;
	margin-left: 8px;	
}

.adminDashboard > .widget {
	margin: 12px;
	padding: 4px;
	float: left;
	border: 1px solid grey;
}

.half-width {
	width: 46%;
}

.full-width {
	width: 96%;
}

.adminDashboard > .widget > header {
	margin: -4px;
	padding: 0;
	display: block;
	background: none repeat scroll 0 0 #4c4f53;
	color: #fff;
	line-heigth: normal;
	height: 30px;
}

.adminDashboard > .widget > header > span {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding-left: 10px;
}

.adminDashboard > .widget > header > h2 {
	margin: 0;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	line-height: 30px;
	width: auto;
	color: #fff;
}

.adminDashboard .widgetcontent {
	clear: both;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.widgetHeightRegular {
	height: 150px;
}

.widgetHeightLarge {
	height: 360px;
}

.widgetContentEntry {
	background-color: #dcdcdc;
	height: 54px;
	margin: 8px 5px;
	border-left: 3px solid gray;
}

.widgetContentTable {
	float: left;
}

.widgetContentEntryBorderGreen {
	border-color: green;
}

.widgetContentEntryBorderRed {
	border-color: red;
}

.widgetContentEntryBorderYellow {
	border-color: yellow;
}

.widgetContentEntryPictureContainer{
	float: left;
	width: 60px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

.widgetContentEntryPicture {
	height: 46px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 2px;
}

.widgetContentFirstLine {
	margin-left: 4px;
	font-size: 18px;
	margin-top: 3px;
	width: 220px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widgetContentSecondLine {
	margin-left: 4px;
	font-size: 11px;
	margin-top: -3px;
	width: 220px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widgetContentRightInfoTopSmall {
	float: right;
	text-align: right;
	margin-right: 4px;
	font-size: 11px;
	margin-top: 4px;
	width: 85px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widgetContentRightInfoBottomSmall {
	float: right;
	text-align: right;
	margin-right: 4px;
	font-size: 11px;
	margin-top: 15px;
	width: 85px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widgetContentRightInfoBottomMedium{
	float: right;
	text-align: right;
	margin-right: 4px;
	font-size: 16px;
	margin-top: 10px;
	width: 85px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widgetContentRightInfoBottomBig{
	float: right;
	text-align: right;
	margin-right: 4px;
	font-size: 22px;
	margin-top: 20px;
	width: 85px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widgetContentRightInfoBottomBigWithSmallOnTop {
	float: right;
	text-align: right;
	margin-right: 4px;
	font-size: 22px;
	margin-top: 4px;
	width: 85px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.linkNoColors:link {
	color: black;
}

.linkNoColors:visited {
	color: black;
}

.linkNoColors:hover {
	color: #555;
}

.linkNoColors:active {
	color: black;
}