@charset "UTF-8";
/* CSS Document */

	* {
		margin: 0;
		padding: 0;
		-webkit-text-size-adjust: none;
	}

	.wrapper {
		width: 1260px;	
	}
	
	html,body {
		height:100%;
	}
/*
-----------------------------------------------------------------------------------------------------
FONTS 
-----------------------------------------------------------------------------------------------------
*/

	@font-face {
		font-family: 'OpenSansLight';
		src: url('../../fonts/OpenSans-Light-webfont.eot');
		src: url('../../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../../fonts/OpenSans-Light-webfont.woff') format('woff'),
			 url('../../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
			 url('../../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSansLightItalic';
		src: url('../../fonts/OpenSans-LightItalic-webfont.eot');
		src: url('../../fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../../fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
			 url('../../fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
			 url('../../fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSansRegular';
		src: url('../../fonts/OpenSans-Regular-webfont.eot');
		src: url('../../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../../fonts/OpenSans-Regular-webfont.woff') format('woff'),
			 url('../../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
			 url('../../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSansItalic';
		src: url('../../fonts/OpenSans-Italic-webfont.eot');
		src: url('../../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../../fonts/OpenSans-Italic-webfont.woff') format('woff'),
			 url('../../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
			 url('../../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	
	}
	
	@font-face {
		font-family: 'OpenSansSemibold';
		src: url('../../fonts/OpenSans-Semibold-webfont.eot');
		src: url('../../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
			 url('../../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
			 url('../../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSansSemiboldItalic';
		src: url('../../fonts/OpenSans-SemiboldItalic-webfont.eot');
		src: url('../../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
			 url('../../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
			 url('../../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSansBold';
		src: url('../../fonts/OpenSans-Bold-webfont.eot');
		src: url('../../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../../fonts/OpenSans-Bold-webfont.woff') format('woff'),
			 url('../../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
			 url('../../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'OpenSansBoldItalic';
		src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
		src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
			 url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
			 url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
		font-weight: normal;
		font-style: normal;
	}


/*
-----------------------------------------------------------------------------------------------------
HTML5 ELEMENTS 
-----------------------------------------------------------------------------------------------------
*/

	body {
		font-family: 'OpenSansRegular', sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

	h1 {
		font-family: 'OpenSansLight', sans-serif;
		font-weight: normal;
		font-size: 42px;
	}

	h3 {
		font-family: 'OpenSansLight', sans-serif;
		font-weight: normal;
		font-size: 20px;
		color: #C0392B;
		margin-top: 30px;
	}

	h3 img {
		float: left;
		width: 16px;
		heigh: auto;
		margin: 3px 10px 0px 0px;
	}
	
	h4 {
		font-family: 'OpenSansLight', sans-serif;
		font-weight: normal;
		font-size: 14px;
		color: #999999;
	}
	
	input,
	textarea {
		display: inline-block;
		font-family: 'OpenSansRegular', sans-serif;
		font-size: 12px;
		padding: 7px 5px 7px 10px;
		margin: 0px 0px 0px 0px;
		heigth: 25px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border: 1px solid #E0E0E0;
		background-color: #FFFFFF;
		background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
		background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
		resize: none;
		overflow: hidden;
	}
	
	input:focus,
	textarea:focus  {
		outline: none;
	}
	
	img{
		border: 0px;
	}

/* One container to bind them...*/
	.dk_container {
  		background-color: #FFFFFF;
  		font-family: 'OpenSansRegular', sans-serif;
		font-size: 12px;
	}
  
  	.dk_container:focus {
    	outline: none; 
	}
  
  	.dk_container a {
    	cursor: pointer;
    	text-decoration: none; 
	}
	
/* Opens the dropdown and holds the menu label*/
	.dk_toggle {
		border: 1px solid #dbdbdb;
  		padding: 7px 45px 7px 10px;
  		position: relative; 
	}
  
  	.dk_toggle:after {
    	position: absolute;
    	top: 45%;
    	right: 10px;
    	content: '';
    	border-left: 5px solid transparent;
    	border-right: 5px solid transparent;
    	border-top: 5px solid #cccccc; 
	}

/* Applied when the dropdown is focused*/
	.dk_focus .dk_toggle {
  		border-color: #dbdbdb;
  	}

/* Applied whenever the dropdown is open*/
	.dk_open {
  		z-index: 10; 
	}
  
  	.dk_open .dk_toggle {
    	background-color: #ececec;
    	border-color: #dbdbdb;
   }

/* Applied whenever the dropdown is open at the top*/
	.dk_open_top .dk_options, 
	.dk_open_top .dk_options_inner {
  		border-radius: 5px 5px 0 0;
  		-moz-border-radius: 5px 5px 0 0;
  		-webkit-border-radius: 5px 5px 0 0; 
	}

/* The outer container of the options*/
	.dk_options {
  		background: #fefefe;  /* Removes transparent background on iOS5+ scroll */
  		box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  		border-radius: 0 0 5px 5px;
  		-moz-border-radius: 0 0 5px 5px;
  		-webkit-border-radius: 0 0 5px 5px; 
	}
  
  	.dk_options a {
    	background-color: #fff;
		color: #666666;
    	border-bottom: 1px solid #dbdbdb;
    	padding: 8px 10px; 
	}
  
  	.dk_options a:hover, .dk_options:focus,
  	.dk_options .dk_option_current a {
    	color: #666666;
    	text-decoration: none;
    }
  	
	.dk_options li:last-child a {
    	border-bottom: none; 
	}
  
  	.dk_options .disabled {
    	cursor: default; 
	}
    
	.dk_options .disabled a {
      	color: #aaa; 
	}
    
	.dk_options .disabled:hover, 
	.dk_options .disabled:hover a
    .dk_options .disabled:focus, 
	.dk_options .disabled:focus a {
      	cursor: default;
      	background-color: #fff;
      	border-bottom-color: #dbdbdb;
      	text-shadow: none; }

/* Inner container for options, this is what makes the scrollbar possible.*/
	.dk_options_inner {
  		max-height: 250px;
  		border: 1px solid #dbdbdb;
  		border-bottom-width: 2px;
  		border-bottom-color: #dbdbdb;
  		color: #333;
  		border-radius: 0 0 5px 5px;
  		-moz-border-radius: 0 0 5px 5px;
  		-webkit-border-radius: 0 0 5px 5px; 
	}

/* Critical to the continued enjoyment of working dropdowns*/
	.dk_container {
  		display: none;
  		float: left; 
	}
  
  	.dk_container a {
    	outline: 0; 
	}

	.dk_toggle {
  		display: -moz-inline-stack;
  		display: inline-block;
  		*display: inline;
  		position: relative;
  		zoom: 1; 
	}

	.dk_open {
  		position: relative; 
	}
  	
	.dk_open .dk_options {
    	display: block; 
	}
  
  	.dk_open .dk_label {
    	color: inherit; 
	}

	.dk_options {
  		display: none;
  		margin-top: -1px;
  		position: absolute;
  		right: 0;
  		width: 100%; 
	}
  
  	.dk_options a, 
	.dk_options a:link, 
	.dk_options a:visited {
    	display: block; 
	}

	.dk_options_inner {
  		overflow: auto;
  		position: relative;
  		-webkit-overflow-scrolling: touch; 
	}

	.dk_container select {
  		position: absolute;
  		top: -99999em;
  		visibility: hidden; 
	}

	.dk_mobile {
  		position: relative; 
	}
  
  	.dk_mobile select {
    	display: block;
    	width: 100%;
    	height: 100%;
    	top: 0;
    	left: 0;
    	visibility: visible;
    	opacity: 0;
    	appearance: none;
    	-moz-appearance: none;
    	-webkit-appearance: none; 
	}


/*
-----------------------------------------------------------------------------------------------------
PAGE ELEMENTS 
-----------------------------------------------------------------------------------------------------
*/

	/* MAIN NAVIGATIONS -------------------------------------------------------------------------- */

	.MainNav {
		background-image: url(../../Header.svg);
		color: #000000;
		height: 140px;
	}

	.MainNav ul{
		list-style: none;
	}
	
	.MainNav li {
		float: right;
		margin: 35px 7px 0px 0px;
		padding: 5px 12px 5px 12px;
		display: inline;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	.MainNav li img {
		width: 18px;
		heigh: auto;
		margin: 2px 5px 0px 0px;
	}
	
	.MainNav a,
	.MainNav a:visited{
		font-family: 'OpenSansRegular', sans-serif;
		font-size: 12px;
		color: #000000;
		text-decoration: none;
	}
	
	.MainNav ul li a:hover{
		color: #000000;
	}

	#Logo {
		float: left;
		height: 65px;
		width: auto;	
		padding: 8px 0px 0px 10px;
	}
	
	#LoginInfo {
		float: right;
		margin: 40px 10px 10px 10px;
		color: #FFFFFF;
	}
	
	#LoginInfo img {
		float: left;
		width: auto;
		height: 26px;
		margin: 3px 10px 0px 0px;
	}
	
	#LoginDetails {
		float: left;	
		color: #333333;
	}
	
	#LoginName {
		float: left;	
		font-size: 14px;
		width: auto;
		white-space: nowrap;
		margin: -1px 0px -5px 0px;
	}
	
	#LoginOrganization {
		width: auto;
		font-size: 11px;
		opacity: 0.6;
		margin-top: 16px;
		white-space: nowrap;
	}
	
	#Logout {
		float: right;
		margin: 2px 0px 0px 15px;
		border-left: 1px solid #333333;
		padding: 7px 15px 7px 15px;	
		cursor: pointer;
		color: #333333;
	}

	/* SIDE NAVIGATIONS -------------------------------------------------------------------------- */

	.SideNav {
		background-color: #282828;
		width: 195px;
		display: table-cell;
		vertical-align: top;
	}
	.SideNav ul{
		list-style: none;
	}
	
	.SideNav li {
		float: left;
		border-bottom: 1px solid #424141;
		padding: 15px 0px 15px 10px;
		width: 185px;
		display: inline;
	}
	
	.SideNav a,
	.SideNav a:visited{
		font-family: "OpenSansRegular",sans-serif;
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
	}
	
	.SideNav ul li a:hover{
		color: #ffffff;
	}
	
	.SideNav img {
		height: 26px;
		width: auto;	
		float: left;
		margin: -4px 10px -7px 2px;
		padding: 0px 0px 0px 0px;
	}
	
	.SideNav .Secondary img {
		height: 24px;
		margin-top: -2px;
		opacity: 0.9;
	}
	
	#CurrentSideNav {
		width: 8px;
		height: 45px;
		background-color: #C0392B;
		float: right;
		margin: -15px 0px -15px 10px;
	}
	
	.Secondary {
		background-color: #343434;
		padding: 11px 0px 14px 20px !important;
		width: 175px !important;
	}
	
	.Secondary #CurrentSideNav {
		height: 42px;
		margin: -12px 0px -15px 10px;
	}

	.SideNavLabel2 {
		float: left;
	    white-space: nowrap;
		overflow: hidden;
		width: 120px;
		opacity: 0.8;
	}
	
	.Third {
		background-color: #393939;
		padding: 11px 0px 14px 30px !important;
		width: 165px !important;
	}
	
	.SideNav .Third img {
		height: 22px;
		margin-top: -2px;
		opacity: 0.9;
	}
	
	.Third #CurrentSideNav {
		height: 42px;
		margin: -12px 0px -15px 0px;
	}
	
	.SideNavLabel3 {
		float: left;
	    white-space: nowrap;
		overflow: hidden;
		width: 113px;
		opacity: 0.8;
	}
	
		
	/* CONTENT ----------------------------------------------------------------------------------- */
	
	.HeaderOptions {
		float: right;
		margin: 0px 0px 10px 15px;
		color: #666666;
		cursor: pointer;
		font-family: "OpenSansSemibold",sans-serif;
	}
	
	.HeaderOptions img {
		float: left;
		margin: 0px 5px 0px 0px;
		height: 18px;
		width: auto;	
	}
	
	.HeaderOptions a,
	.HeaderOptions a:visited,
	.HeaderOptions a:hover {
		color: #C0392B;
		text-decoration: none;
	}

	.MainContent {
		border-right: 1px solid #efefef;
		padding: 20px;
		width: 1024px;
		display: table-cell;
	}
	
	.MainHeaderMenu {
		width: 1024px;
		height: 25px;	
		border-top: 1px solid #E8E8E8;
		margin: 0px -20px 0px -20px;
		padding: 10px 20px 1px 20px;
		background-color: #F5F5F5;
	}
	
	.MainHeaderMenu h4 {
		font-family: "OpenSansRegular",sans-serif;
		color: #666666;
		font-size: 12px;	
	}
	
	.MainContentBlock {
		float: left;
		width: 100%;
		margin: 0px -20px 0px -20px;
		padding: 20px 20px 0px 20px;
		border-bottom: 1px solid #E8E8E8;
	}
	
	.MainContentBlock h1 {
		margin-bottom: 20px;
	}
	
	.MainContentBlock h3 {
		float: left;	
		margin: 22px 0px 0px 0px;
	}
	
	#Header {
		margin: -7px 0px 0px 0px;	
	}

	.DashboardItem {
		width: 195px;
		height: 100px;
		float: left;
		border-right: 1px solid #E8E8E8;
		padding-left: 15px;
	}

	.DashboardItem h1 {
		margin: 15px 0px 0px 0px;
	}

	.DashboardItem h4 {
		font-size: 12px;
		margin: -10px 0px 20px 0px;
	}

	
	.StatsPanel {
		float: left;
		border: 1px solid #e0e0e0;
		margin: 20px 0px 20px 0px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	.StatsItem {
		float: left;
		width: 185px;	
		padding: 0px 10px 5px 10px;
		border-right: 1px solid #e0e0e0;
	}
	
	.StatsNumbers h1 {
		letter-spacing: -1px;
		font-size: 60px;
		margin-top: -5px;
	}
	
	.StatsItem .StatsNumbers {
		float: left;
		width: 150px;	
	}
	
	.StatsItem svg {
		float: right;
		padding: 5px 0px 0px 0px;
	}
	
	.StatsNumbers h4 {
		margin-top: -10px;
		color: #333333;
		font-size: 12px;
	}
	
	.StatsItem:last-child {
		border-right: none;
	}
	
	.DetailsPanelHeaders {
		float: left;
		width: 100%;
		margin-bottom: 10px;	
	}
	
	.DetailsPanelHeaders img {
		float: left;
		width: auto;
		margin: 7px 10px 0px 0px;
		height: 30px;
	}

	.DetailsPanelHeaders h3 {
		margin: 0px 0px -2px 0px;
		white-space: nowrap;
		float: none;
	}
	
	.DetailsPanelHeaders p {
		color: #999999;
		font-family: "OpenSansLight",sans-serif;
		font-size: 11px;
	}
	

	
	/* TABS -------------------------------------------------------------------------------------- */
	
	.TabBar {
		float: left;	
		width: 70%;
	}
	
	.TabItem {
		font-family: 'OpenSansSemibold', sans-serif;
		font-size: 11px;
		float: left;
		margin: 0px -1px 10px 0px;
		padding: 5px 15px 3px 15px;	
		height: 20px;
		border: 1px solid #D3D3D3;
		background-color: #F8F8F8;
		color: #333333;
		cursor: pointer;
	}
	
	.TabItem:first-child {
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	
	.TabItem:last-child {
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.InactiveTab {
		background-color: #FBFBFB !important;
		border-bottom: 1px solid #E5E5E5;
	}
		
	.ActiveTab {
		background-color: #FFFFFF !important;
		border-bottom: 1px solid #FFFFFF !important;
	}

	#Admin .InactiveTab {
		background-color: #F7F7F7 !important;
		border-bottom: 1px solid #E5E5E5;
	}
		
	#Admin .ActiveTab {
		background-color: #FBFBFB !important;
		border-bottom: 1px solid #FBFBFB !important;
	}


	/* BUTTONS ----------------------------------------------------------------------------------- */

		.InactiveBTN {
			opacity: 0.5 !important;
			cursor: default !important;
			background-color: #F8F8F8 !important;
			border-color: #D3D3D3 !important;
			color: #666666 !important;
		}
		
		.ActiveBTN {
			opacity: 1.0 !important;
			cursor: pointer !important;
			background-color: #C0392B !important;
			border-color: #C0392B !important;
			color: #FFFFFF !important;
		}

	.button1 {
		float: left;
		color: #ffffff;
		background-color: #C0392B;;
		border: 1px solid #C0392B;
		border-left: none;
		padding: 6px 10px 7px 20px;
		margin: 0px 0px 0px 0px;
		cursor: pointer;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	.button1:hover {
		background-color: #239b56;	
	}
	
	.button1 img {
		float: left;
		width: 20px;
		height: auto;
		padding: 0px;
		margin: -2px 7px -1px -10px;;	
	}
	
	.button2 {
		float: right;
		color: #C0392B;
		padding: 10px 5px 10px 0px;
		cursor: pointer;
	}
	
	.button2 img {
		width: 18px;
		height: auto;	
		float: left;
		padding: 0px 3px 0px 0px;
	}

	.button3 {
		float: right;
		color: #C0392B;
		padding: 0px 5px 0px 0px;
		cursor: pointer;
	}
	
	.button3 img {
		width: 15px;
		height: auto;	
		float: left;
		padding: 1px 3px 0px 0px;
	}

	.FormButtons {
		float: right;	
		margin: 20px 0px 0px 0px;
	}
	
	.LastFormButtons {
		margin: -9px -1px 30px 0px;
		float: right;
	}
	
	.DetailsPanel .FormButtons {
		margin: 10px 6px 0px 0px;
	}
	
	.DataTableAddField .FormButtons {
		margin: 20px 2px -2px 0px;
	}
	
	.button4 {
		float: left;	
		background-color: #F8F8F8;
		border: 1px solid #D3D3D3;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		font-family: 'OpenSansSemibold';
		font-size: 11px;
		margin: 0px 5px 0px 0px;
		padding: 5px 10px 5px 10px;
		color: #666666;
		cursor: pointer;
	}

	/* DATA TABLES ------------------------------------------------------------------------------- */
	
	.DataTable {
		float: left;
		margin-bottom: 30px;	
	}
	
	.DataTableHeader {
		height: 20px;
		float: left;
		border: 1px solid #e0e0e0;
		background-color: #f3f3f3;
		margin: 10px 0px 0px 0px;
		padding: 5px 0px 0px 5px;
		font-family: 'OpenSansSemibold', sans-serif;
		font-size: 10px;
		color: #333333;
		
	}

	.DataTableButtons {
		float: left;
		margin: 5px 0px 10px;
		width: 100%;
	}
	
	.DetailsPanel .DataTableHeader {
		background-color: #F8F8F8;	
	}
	
	.DataTableTotal {
		border-top: 1px solid #e0e0e0;
	    margin-top: 5px;
	}
	
	.DataTableItem {
		float: left;
		border: 1px solid #e0e0e0;
		border-top: none;
		padding: 7px 0px 7px 5px;
		cursor: pointer;
		background-color: #FFFFFF;
		height: 17px;
	}
	
	.DataTableEditItem {
		float: left;
		min-height: 1px;
	}
	
	.DataTableEditItem .DataTableAddField {
		border-top: 2px solid #F2F2F2;	
		background-color: #FBFBFB;
	}
	
	.DataTableEditItem .DataTableAddField input {
		background-color: #FFFFFF;
	}
	
	.DataTableItem:hover {
		color: #C0392B;
	}
	
	.DetailsPanel {
		float: left;
		width: 1008px;
		border: 1px solid #e0e0e0;
		background-color: #f3f3f3;
		margin: 10px 0px 20px 0px;
		padding: 10px 0px 20px 10px;
	}
	
	.DetailsPanel input,
	.DetailsPanel textarea {
		margin: 0px 0px 0px 0px;
		padding: 3px 5px 2px 5px;
		background-color: #FFFFFF;
		border: 1px solid #e0e0e0;
		height: 25px;
	}

	.DetailsPanel input[type="radio"],
	.DetailsPanel input[type="checkbox"] {
		float: left;
		margin: -4px 10px 2px 0px;
	}
	
	.DetailsPanel .InputGroupCheckBox label {
		font-family: "OpenSansRegular",sans-serif;
		font-size: 12px;
		width: auto;
		float: left;
	}
	
	.DetailsGroup {
		float: left;
		margin: 5px 0px 2px 0px;	
	}
	
	.DetailsPanelLabel {
		font-family: 'OpenSansLight', sans-serif;
		font-size: 11px;
		color: #666666;	
		margin: 0px 0px 0px 1px;		
	}
	
	.SaveStatusIcon {
		float: left;
		width: 20px;
		height: auto;
		padding: 5px 0px 0px 5px;
	}
	
	.EditControls {
		display: inline-block;
		padding: 0px 0px 0px 5px;
	}
	
	.DataTableAddField {
		float: left;
		background-color: #FBFBFB;
		border: 1px solid #E0E0E0;
 		margin: 5px 0px 5px 0px;
		padding: 0px 0px 10px 5px;
	}
	
	.DataTableAddField .DetailsGroup {
		width: auto;	
		margin-right: 5px;
	}
	
	.DataTableAddField input {
		background-color: #FFFFFF;
	}
	
	.DataTableAddField .DetailsPanelLabel {
		float: none;
		width: auto;
		padding: 0px;
		text-align: left;	
	}
	
	.DataTableTotal {
		border: 1px solid #E0E0E0;
		margin-top: 4px;
		background-color: #F3F3F3;
		padding-top: 13px;
		padding-bottom: 0px;
		height: 32px;
		font-family: OpenSansSemibold;
   		color: #333333;
	}
	
	.DataTableTotal .Total {
		background-color: #FFF;
		border-left: 1px solid #E0E0E0;
		height: 25px;
		padding: 7px 5px 0px 5px;
		font-family: "OpenSansBold";
		color: #555;
	}

	/* EDIT DATA TABLE ITEM ---------------------------------------------------------------------- */

	.DataTableEditField {
		float: left;
		background-color: #FFFFFF;
		border: 1px solid #E0E0E0;
		border-top: 2px solid #F2F2F2;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 5px;
		background-color: #FBFBFB;
	}
	
	.DataTableEditField .DetailsGroup {
		width: auto;	
		margin-right: 5px;
	}

	.DataTableEditField input {
		background-color: #FFFFFF;
	}
	
	.DataTableEditField .DetailsPanelLabel {
		float: none;
		width: auto;
		padding: 0px;
		text-align: left;	
	}
	
	.ConfirmDelete {
		float: left;
		color: #FFF;
		background-color: #C0392B;
		margin: 12px 0px -5px;
		padding: 10px;
		font-family: OpenSansSemibold;
	}


	
	/* TABS -------------------------------------------------------------------------------------- */
	
	.TabBar {
		float: left;	
		width: 100%;
	}
	
	.TabItem {
		font-family: 'OpenSansSemibold', sans-serif;
		font-size: 11px;
		float: left;
		margin: 0px -1px 10px 0px;
		padding: 5px 15px 3px 15px;	
		height: 20px;
		border: 1px solid #D3D3D3;
		background-color: #F8F8F8;
		color: #333333;
		cursor: pointer;
	}
	
	.TabItem:first-child {
		-webkit-border-top-left-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	
	.TabItem:last-child {
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 3px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	
	
	/* PROGRESS BAR ------------------------------------------------------------------------------ */
	
	.ProgressBarOuter {
		float: left;
		display: inline-block;
		margin: 0px 0px 10px 0px;
		padding: 5px 5px 0px 5px;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border: 1px solid #e0e0e0;
		background-color: #FFFFFF;
		background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(0,0%,100%,0)), to(hsla(0,0%,100%,0)));
		background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
		resize: none;
		overflow: hidden;
		height: 25px;
	}

	.ProgressBarInner {
		float: left;
		width: 100%;
		height: 20px;
		background-color: #C0392B;	
	}
	
	.ProgressBarText {
		float: left;
		padding: 7px 0px 0px 5px;
	}
	
	.WRNcontainer {
		padding: 0px 5px 0px 5px;
	}
	
	.Warning {
		font-family: "OpenSansRegular",sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-align: left;
		background-color: #C0392B;
		display: table;
		width: 100%;
		margin-bottom: 25px;
	}
	
	.Warning .WRNimg {
		background-color: rgba(0, 0, 0, 0.1);
		width: 36px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.Warning img {
		width: 22px;
		height: auto;
		margin: 0px 7px;
	}
	
	.Warning .WRNtext {
		float: left;
		padding: 10px;	
	}

/* DATE PICKER ------------------------------------------------------------------------------------------------------ */


	.DatePicker {
		width: 85px;
		background-image:url(../../includes/icons/DatePickerCalendar.png);
		background-repeat:no-repeat;
		background-position:right;
		background-size:22px 22px;
	}


/* CHECKBOX --------------------------------------------------------------------------------------------------------- */

	.CheckBox {
		cursor: pointer;
	}

	.CheckBox img {
		width: 20px;
		float: left;
	}

	.CheckBoxLabel {
		float: left;
		margin: 1px 0px 0px 5px;
	}
	