﻿/* CUSTOM FONT
----------------------------------------------------------*/
@font-face {
	font-family: "Hypatia Sans Pro";
	font-weight: normal;
	font-style: normal;
	src: url("hypatiasanspro_regular-webfont.eot");
	src: url("hypatiasanspro_regular-webfont.woff") format("woff"), url("hypatiasanspro_regular-webfont.ttf") format("truetype"), url(hypatiasanspro_regular-webfont.eot) format("embedded-opentype"), url("hypatiasanspro_regular-webfont.svg") format("svg");
}

@font-face {
	font-family: "Hypatia Sans Pro";
	font-style: normal;
	font-weight: bold;
	src: url("hypatiasanspro_bold-webfont.eot");
	src: url("hypatiasanspro_bold-webfont.woff") format("woff"), url(hypatiasanspro_bold-webfont.ttf) format("opentype"), url(hypatiasanspro_bold-webfont.eot) format("embedded-opentype"), url("hypatiasanspro_bold-webfont.svg") format("svg");
}

@font-face {
	font-family: "Hypatia Sans Pro";
	font-style: normal;
	font-weight: 600;
	src: url("hypatiasanspro_semibold-webfont.eot");
	src: url("hypatiasanspro_semibold-webfont.woff") format("woff"), url(hypatiasanspro_semibold-webfont.ttf) format("opentype"), url(hypatiasanspro_semibold-webfont.eot) format("embedded-opentype"), url("hypatiasanspro_semibold-webfont.svg") format("svg");
}

@font-face {
	font-family: "Hypatia Sans Pro";
	font-weight: 900;
	font-style: normal;
	src: url("hypatiasanspro_black-webfont.eot");
	src: url("hypatiasanspro_black-webfont.woff") format("woff"), url("hypatiasanspro_black-webfont.ttf") format("truetype"), url(hypatiasanspro_black-webfont.eot) format("embedded-opentype"), url("hypatiasanspro_black-webfont.svg") format("svg");
}

@font-face {
	font-family: "Hypatia Sans Pro";
	font-weight: 300;
	font-style: normal;
	src: url("hypatiasanspro_light-webfont.eot");
	src: url("hypatiasanspro_light-webfont.woff") format("woff"), url("hypatiasanspro_light-webfont.ttf") format("truetype"), url(hypatiasanspro_light-webfont.eot) format("embedded-opentype"), url("hypatiasanspro_light-webfont.svg") format("svg");
}

/* DEFAULTS
----------------------------------------------------------*/

html, body, body > form {
	height: 100%;
}

body {
	background-color: #fff;
	font-family: hypatia-sans-pro-n2, hypatia-sans-pro, "Hypatia Sans Pro", "Futura", Geneva, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #444444;
}

a {
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

	a:link, a:visited {
		color: #5d9798;
	}

	a:hover, a:focus, a:active {
		color: #9ba540;
	}

p {
	margin-bottom: 10px;
	line-height: 1.6em;
}

p, li, table {
	font-style: normal;
	font-weight: 400;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #5d9798;
	font-weight: 700;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* the bottom margin is the negative value of the footer's height */
/*.page
{
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -7em;
}*/

.headerContainer {
	position: relative;
	width: 100%;
	height: 7em;
	background: #403F3B; /* default */
	background-image: -moz-linear-gradient(top, #C5C5C5, #403F3B);
	background-image: -webkit-linear-gradient(top, #C5C5C5, #403F3B);
	background-image: -o-linear-gradient(top, #C5C5C5, #403F3B);
	background-image: -ms-linear-gradient(top, #C5C5C5, #403F3B);
	background-image: linear-gradient(to bottom, #C5C5C5, #403F3B);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C5C5C5', endColorstr='#403F3B'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C5C5C5', endColorstr='#403F3B')"; /* IE8 */
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #9ba540;
}

.header {
	width: 1000px;
	margin: 0 auto;
}

	.header div.title {
		display: block;
		float: left;
		margin-top: 1em;
		margin-left: 2em;
		font-weight: 400;
		font-size: 2.5em;
		color: #fff;
	}

	.header div.subtitle {
		font-size: 0.3em;
		text-align: right;
	}

.loginDisplay {
	text-align: right;
	margin: 0.2em 0em 0.2em 0em;
	color: White;
}

	.loginDisplay a:link, .loginDisplay a:visited {
		color: white;
	}

	.loginDisplay a:hover {
		color: #575757;
	}

.main {
	width: 975px;
	margin: 0 auto;
	padding: 2em 2em 2em 0em;
	font-family: hypatia-sans-pro-n4,hypatia-sans-pro,"Hypatia Sans Pro", "Futura", Geneva, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6em;
}

	.main h2.pageTitle {
		font-size: 1.4em;
		margin-bottom: 1em;
	}

.footer {
	/*
    position: relative;
    clear: both;
    height: 7em;
    margin-top: -7em;
    background: #403F3B; /* default */
	/*
    background-image: -moz-linear-gradient(top, #C5C5C5, #403F3B);
    background-image: -webkit-linear-gradient(top, #C5C5C5, #403F3B);
    background-image: -o-linear-gradient(top, #C5C5C5, #403F3B);
    background-image: -ms-linear-gradient(top, #C5C5C5, #403F3B);
    background-image: linear-gradient(to bottom, #C5C5C5, #403F3B);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C5C5C5', endColorstr='#403F3B'); /* IE6 & IE7 */
	/*    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#C5C5C5', endColorstr='#403F3B')"; /* IE8 */
}

/* TAB MENU   
----------------------------------------------------------*/

div.menuContainer {
	float: right;
	clear: right;
	/*width: 50%;*/
}

div.menu {
	padding: 0.5em 0;
	height: 3em;
	/*margin-left: 40%;*/
}

	div.menu ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: auto;
	}

		div.menu ul li {
			display: block;
			background: #575757; /* default */
			background-image: -moz-linear-gradient(top, #575757, #6B6B6B);
			background-image: -webkit-linear-gradient(top, #575757, #6B6B6B);
			background-image: -o-linear-gradient(top, #575757, #6B6B6B);
			background-image: -ms-linear-gradient(top, #575757, #6B6B6B);
			background-image: linear-gradient(to bottom, #575757, #6B6B6B);
			filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#575757', endColorstr='#6B6B6B'); /* IE6 & IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#575757', endColorstr='#6B6B6B')"; /* IE8 */
		}

		div.menu ul.level1 > li:first-child {
			border-top-left-radius: 2em;
			border-bottom-left-radius: 2em;
		}

		div.menu ul li a, div.menu ul li a:visited {
			display: block;
			color: #fff;
			padding: 4px 20px;
			line-height: 2em;
			white-space: nowrap;
		}

			div.menu ul li a:hover {
				border-bottom-width: 5px;
				border-bottom-style: solid;
				border-bottom-color: #9ba540;
			}

		div.menu ul li ul li a:hover {
			background-color: #9ba540;
		}

		div.menu ul li li a:hover {
			border: none;
			margin-top: 5px;
		}

		div.menu ul li a:active {
			border-bottom-width: 5px;
			border-bottom-style: solid;
			border-bottom-color: #9ba540;
		}

/* TAB
----------------------------------------------------------*/
.tab li {
	border: 1px solid #e8e9c8;
}

	.tab li a {
		display: inline-block;
		padding: 0.2em 1em;
	}

	.tab li .selected {
		background-color: #9ba540;
		color: white;
	}

/* PROGRESS BAR
----------------------------------------------------------*/

.modalWindow {
	background-color: #f9fbfb;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	padding: 2px;
}

.progressBar {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 12em;
	line-height: 1em;
	text-align: center;
}

	.progressBar button {
		margin-top: 1em;
	}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
	padding: 1em 1em 0.5em 1em;
	margin-bottom: 0.5em;
	border: 1px solid #e8e9c8;
	background-color: #f9fbfb;
}

legend {
	color: #5d9798;
	font-style: normal;
	font-weight: 600;
	font-size: 0.85em;
}

.radioList {
	line-height: 2em;
}

	.radioList label {
		float: inherit !important;
		margin-left: 0 !important;
	}

	.radioList input {
		margin-left: 0 !important;
		margin-right: 1em !important;
	}

	.radioList .radioExplanation {
		display: block;
		font-size: 0.8em;
		margin-left: 2em;
	}

fieldset p.group {
	margin-top: 2em;
}

fieldset label, .workSearch label, .workDetails .titleLabel, .workDetails .workNumberLabel, .label, table caption {
	font-weight: 600;
	font-size: 0.95em;
	text-shadow: 0 0 0 transparent, 0px 1px 1px #fff;
}

fieldset.login label, fieldset.passwordRecovery label {
	float: left;
	width: 100px;
}

fieldset.register label, fieldset.changePassword label {
	float: left;
	width: 185px;
}

fieldset.registerExtended label {
	float: left;
	width: 215px;
	margin-right: 1em;
}

fieldset.userDetails label {
	float: left;
	width: 205px;
}

fieldset.userDetails.accountInfo label {
	clear: left;
}

fieldset.userDetails.accountInfo .radioList label {
	font-weight: inherit;
}

fieldset.registerExtended .accountsGrid {
	margin-bottom: 0.5em;
}

fieldset.registerExtended .accountsGrid, fieldset.userDetails .accountsGrid {
	width: 100%;
}

	fieldset.registerExtended .accountsGrid input.textEntry, fieldset.userDetails .accountsGrid input.textEntry {
		width: 98%;
	}

fieldset.addMoreAccounts a {
	float: left;
}

fieldset label.inline {
	display: inline;
}

label.requiredField:after {
	content: " *";
	color: red;
}

span.requiredHint {
	color: red;
}

label.multilineCheckbox {
	display: inline-block;
	vertical-align: top;
}

input[type='text'], input[type='number'], input[type='date'], input[type='email'], input[type='password'], input.textEntry, textarea, select {
	font-size: 1.0em;
	font-family: "Hypatia Sans Pro", sans-serif;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
}

input[type='text'], input[type='number'], input[type='date'], input[type='email'], input[type='password'], input.textEntry {
	height: 1.2em;
}

	input[type='text']:focus, input[type='number']:focus, input[type='date']:focus, input[type='email']:focus, input[type='password']:focus, input.textEntry:focus, textarea:focus, select:focus {
		border-color: #9BA540;
	}

input.textEntry {
	width: 265px;
}

fieldset.login input.textEntry {
	margin-right: 2em;
}

fieldset.registerExtended input.textEntry, fieldset.registerExtended select.textEntry {
	width: 10em;
}

fieldset.userDetails input.textEntry {
	width: 260px;
}

fieldset.registerExtended .addMoreRowsButton {
	float: right;
}

span.textEntry {
	float: left;
	width: 270px;
	margin-bottom: 0.5em;
}

button, input[type='submit'], input[type='button'], .link_as_button {
	padding-bottom: 3px;
	border: 1px solid #9ba540;
	border-collapse: separate;
	color: #fff;
	background-color: #9ba540;
	font-family: "Hypatia Sans Pro", sans-serif;
	font-size: 1.0em;
	font-weight: 700;
	text-shadow: 1px 1px 1px #666;
	cursor: pointer;
	box-shadow: 3px 3px 4px #000;
}

	button:hover, input[type='submit']:hover, input[type='button']:hover, .link_as_button:hover {
		background-color: #787f3c;
	}

	.link_as_button:visited, .link_as_button:link {
		color: #fff !important;
	}

.link_as_button {
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
}

	button:active, input[type='submit']:active, input[type='button']:active, .link_as_button:active {
		background-color: #787f3c;
		box-shadow: 0 0 0 #000;
	}

	button:disabled, input[type='submit']:disabled, input[type='button']:disabled, .link_as_button:disabled {
		background-color: lightgray;
		cursor: default;
		box-shadow: none;
	}

.submitButton {
	text-align: right;
	padding-right: 0.2em;
}

table th {
	background-color: #9ba540;
	color: #fff;
}

	table th a:link, table th a:visited {
		color: #fff;
		text-decoration: underline;
	}

table.results {
	border-collapse: separate !important;
	border-top: 1px solid #e8e9c8;
	border-left: 1px solid #e8e9c8;
}

	table.results th, table.results td {
		border-bottom: 1px solid #e8e9c8;
		border-right: 1px solid #e8e9c8;
	}

	table.results td {
		padding: 0 0.5em;
		word-wrap: break-word;
	}

	table.results tr:nth-child(odd) {
		/*background-color: #f9fbfb;*/
	}

	table.results td.hcenter {
		text-align: center;
	}

div.accountInfo {
	width: 65%;
}

div.registerAccountInfo {
	width: 100%;
}

div.registerAccountMainInfo {
	float: left;
	width: 50%;
}

div.registerAccountExtendedInfo fieldset.registerExtended {
	margin-top: 0;
	padding-top: 0;
}

div.userDetails {
	float: left;
	width: 53%;
}

div.welcome {
	float: left;
	width: 45%;
	margin-left: 1em;
}

/* WORK SEARCH
----------------------------------------------------------*/

table.workSearchFilter {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0.5em;
}
	/* first column labels */
	table.workSearchFilter > tbody > tr:first-child > td:first-child {
		width: 10em;
	}

	table.workSearchFilter > tbody > tr:first-child > td.longLabel:first-child {
		width: 14em;
	}

	table.workSearchFilter input[type='text'] {
		width: 90%;
	}

	table.workSearchFilter select {
		width: 8em;
	}

	table.workSearchFilter input[type='submit'] {
		width: 8em;
	}

.workSearchResults {
	margin-top: 1em;
	width: 100%;
}

table.searchResults th.origTitle {
	width: 30%;
}

table.searchResults th.altTitle {
	width: 25%;
}

table.searchResults th.workNumber {
	width: 10%;
}

table.searchResults th.contribs {
	width: 30%;
}

/* WORK DETAILS
----------------------------------------------------------*/

div.workDetails .EntitledPanel {
	width: 100%;
}

div.workDetails table.results {
	width: 100%;
}

table.workHeader {
	width: 100%;
	border: 1px solid #e8e9c8;
}

	table.workHeader td {
		padding: 0 0.5em;
	}

		table.workHeader td.titleLabel {
			width: 10%;
		}

		table.workHeader td.title {
			width: 65%;
		}

		table.workHeader td.workNumberLabel {
			width: 15%;
		}

		table.workHeader td.workNumber {
			width: 10%;
		}

/* CLAIM SEARCH
----------------------------------------------------------*/
.viewClaims .completeSuccess {
	display: block;
	margin-bottom: 1em;
}

#claimSearch div {
	margin-bottom: 0.7em;
}

#claimSearch label {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

	#claimSearch label:first-child {
		float: left;
		width: 6.5em;
		margin-left: 0em;
	}

.search_searchFor {
	width: 240px;
}

#claimSearch .search-parameters > label:last-of-type {
	margin-left: 2.8em;
}

#claimSearch .poolAndValue label {
	width: 4em;
}

#claimSearch .poolAndValue select {
	min-width: 10em;
	max-width: 10em;
}

.search > label.searchFor {
	margin-left: 3.2em;
}

#claimSearch input[type='submit'] {
	margin-left: 10px;
	width: 112px;
}

.export_search {

}

	.export_search .link_as_button {
		padding-top: 0px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 4px;
	}

	.export_search label {
		margin-left: 10px;
	}

	.export_search input[type=checkbox] {
		position: relative;
		vertical-align: middle;
		bottom: 1px;
	}

#claimSearch .emailIndicator {
	display: inline-block;
	float: right;
	margin-right: 4rem;
	color: #5d9798;
}

.emailIndicator label {
	line-height: 25px;
	top: 0;
	vertical-align: top;
}

.emailIndicator input[type=checkbox] {
	height: 15px;
	width: 15px;
	margin-right: -2px;
}
/* CLAIM SEARCH RESULTS
----------------------------------------------------------*/
#claimSearchResults .results {
	width: 100%;
}

.checkBoxListWrapper {
	font-size: 1.0em;
	font-family: "Hypatia Sans Pro", sans-serif;
	border-color: #CCCCCC;
	border-style: solid;
	display: inline-block;
	max-height: 150px;
	float: left;
	min-width: 340px;
	border-width: 2px 1px 1px 2px;
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 340px;
	white-space: nowrap;
}

#claimSearchResults .results td {
	border-width: 0em;
}

#claimSearchResults .results .resultRow td {
	border-top-width: 2px;
	border-top-color: #9ba540;
}

#claimSearchResults .results .resultRow > td:last-of-type {
	border-right-width: 1px;
}

#claimSearchResults .results .resultRow > td:first-of-type {
	border-left-width: 1px;
}

#claimSearchResults .results td.toggle a {
	display: block;
	height: 100%;
	width: 100%;
}

#claimSearchResults .results td.toggle,
#claimSearchResults .results th.toggle {
	border-right: 0px;
}
/* sub-tables */
#claimSearchResults .results .results {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

	#claimSearchResults .results .results th {
		background-color: lightblue;
		color: #444;
		font-weight: normal;
	}

	#claimSearchResults .results .results td {
		border-width: 1px;
	}
/* claim details */
#claimSearchResults .claimDetails, #claimSearchResults .claimLicenses, #claimSearchResults .claimPayments, #claimSearchResults .claimWorkNumbers {
	float: left;
	width: 24%;
	margin: 0.5em 0.2em 0em 0.2em;
}

	#claimSearchResults .claimDetails .label {
		display: inline-block;
		width: 11em;
	}
	/* license popup */
	#claimSearchResults .claimLicenses .modalWindow {
		width: 80%;
		max-height: 30%;
		overflow: auto;
	}

		#claimSearchResults .claimLicenses .modalWindow input[type='submit'] {
			float: right;
			margin-right: 1em;
			margin-bottom: 1em;
		}
/* track details */
#claimSearchResults .claimTrackDetails .trackHeader {
	margin: 0.5em 0em;
	width: 100%;
}

	#claimSearchResults .claimTrackDetails .trackHeader td {
		border-width: 0;
	}

		#claimSearchResults .claimTrackDetails .trackHeader td:first-child /* label column */ {
			width: 13%;
		}

		#claimSearchResults .claimTrackDetails .trackHeader td:nth-child(3) /* label column */ {
			width: 7%;
		}

		#claimSearchResults .claimTrackDetails .trackHeader td:nth-child(5) /* label column */ {
			width: 13%;
		}

		#claimSearchResults .claimTrackDetails .trackHeader td:nth-child(7) /* label column */ {
			width: 7%;
		}
/* claim buttons */
#claimSearchResults .claimButtons {
	margin: 1em 0em;
}

span.failureNotification[style*="inline"] {
	display: block !important;
	position: absolute;
	margin-left: 21.3em;
	display: block;
}
/* CLAIM PENDING SEARCH RESULTS
----------------------------------------------------------*/
#claimPendingSearchResults .claimButtons {
	float: right;
}

/* CLAIM HISTORY
----------------------------------------------------------*/
#claimHistorySearch div {
	margin-bottom: 0.7em;
}

#claimHistorySearch label {
	margin-left: 1.3em;
	margin-right: 0.6em;
}

	#claimHistorySearch label:first-child {
		float: left;
		width: 9em;
		margin-left: 0em;
	}

#claimHistorySearch input[type='submit'] {
	margin-left: 2em;
}

/* CLAIM HISTORY SEARCH RESULTS
----------------------------------------------------------*/
/* sub-tables */
#claimHistorySearchResults .results .results {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

	#claimHistorySearchResults .results .results th {
		background-color: #fff;
		color: #444;
		font-weight: bold;
	}

/* NEW CLAIM
----------------------------------------------------------*/
#newClaim .claimInstructions {
	margin-bottom: 1em;
}

#newClaim .failureNotification {
	margin-top: 1em;
}

#newClaim .claimDetails {
	float: left;
	width: 59%;
}

#newClaim .claimsProcess {
	float: left;
	width: 39%;
	margin-left: 1em;
}

#newClaim .claimSubmit {
	clear: both;
}

#newClaim .results {
	width: 100%;
}

#newClaim .workDetails .label {
	display: inline-block;
	width: 8em;
}

#newClaim .workDetails {
	float: left;
	width: 65%;
}

#newClaim .workNumbers {
	float: left;
	margin-left: 1em;
	width: 32%;
}

#newClaim .selectPublisher {
	margin-top: 2em;
}

	#newClaim .selectPublisher label {
		display: inline-block;
		width: 10em;
	}

	#newClaim .selectPublisher .collectionShare {
		width: 5em;
	}

	#newClaim .selectPublisher .writers {
		margin-top: 1em;
	}

		#newClaim .selectPublisher .writers input[type='submit'] {
			float: right;
			margin-top: 0.5em;
		}

#newClaim .claimSubmit textarea {
	width: 100%;
	margin-bottom: 0.5em;
}

#newClaim .claimSubmit input[type='checkbox'] {
	margin-right: 1em;
}

#newClaim .claimSubmit input[type='submit'] {
	float: right;
}

/* MISC  
----------------------------------------------------------*/
tr.resultRowTest td {
	font-family: "Calibri", Calibri !important;
	font-size: 9.5pt;
}

.clear {
	clear: both;
}

.failureNotification {
	color: Red;
}

.completeSuccess {
	color: Green;
}

.bold {
	font-weight: bold;
}

.EntitledPanelHeaderText {
	color: #5d9798;
	font-size: 1.2em;
	font-weight: 600;
}

.right-block {
	float: right;
	display: block;
}

/* Language switcher */
.language-option {
	padding: 5px 0px;
	text-align: right;
	white-space: nowrap;
}

	.language-option a:link, .language-option a:visited {
		color: #fff;
	}

.qtrans_language_chooser li {
	list-style: none;
	display: inline;
}

	.qtrans_language_chooser li.active a {
		color: rgb(57, 57, 57) !important;
	}

li.lang-en {
	padding-right: 5px;
	margin-right: 5px;
	border-right-color: rgb(255, 255, 255);
	border-right-width: 1px;
	border-right-style: solid;
}

.frenchfix {
	display: inline-block;
}
/* Language switcher */

.results.explode {
	width: 100%;
}

.additionalDetail {
	margin-top: 0.4em;
	margin-left: 0.2em;
}

.claimHistoryTitle {
	display: block;
	min-width: 130px;
}

.claimHistoryComposer {
	display: block;
	max-width: 120px;
}

.menu-item {
	position: relative;
	float: left;
	display: inline-block;
}

.menu-primary {
	position: relative;
	width: auto;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	.menu-primary > li:first-child {
		border-top-left-radius: 2em;
		border-bottom-left-radius: 2em;
	}

.sub-menu {
	display: none;
	opacity: 0;
	position: absolute;
}

.menu .menu-item:hover > .sub-menu {
	display: block;
	opacity: 1;
}

.sub-menu > .menu-item {
	float: none;
}

table#MainContent_grvWorkNumbers.results {
	table-layout: fixed;
	word-wrap: break-word;
}

select.distrSelect {
	float: left;
}


.tooltip {
	position: absolute;
	z-index: 100;
	padding: 2px 20px;
	border: 1px solid rgba(0, 0, 0, 0.63);
	border-radius: 8px;
	color: rgba(0, 0, 0, 0.8);
	background: #ffffff;
	font-size: 13px;
	font-family: sans-serif;
	/*border: 1px solid rgba(179, 201, 206, 0.03);
	border-radius: 4px;
	text-align: justify;
	font: italic 14px/1.3 arial, sans-serif;
	color: #FFF;
	background: rgba(0, 0, 0, 0.57);
	box-shadow: 3px 3px 3px rgba(0,0,0,.3);
	font-weight: bold;
	text-shadow: 0px 0px 10px black;*/
}

.questionMark {
	background-image: url("../Styles/Images/questionMarkIcon.png");
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-bottom: 0em !important;
	position: absolute;
}
