/*@font-face
{
  font-family: 'CaviarDreamsBold';
  src: url( '../fonts/CaviarDreams_Bold.eot' );
  src:
    local( 'Caviar Dreams Bold' ),
    local( 'CaviarDreams-Bold' ),
    url( '../fonts/CaviarDreams_Bold.woff' ) format( 'woff' ),
    url( '../fonts/CaviarDreams_Bold.ttf' ) format( 'truetype' ),
    url( '../fonts/CaviarDreams_Bold.svg#CaviarDreams-Bold' ) format( 'svg' );
}

@font-face
{
  font-family: 'CaviarDreamsRegular';
  src: url( '../fonts/CaviarDreams.eot' );
  src:
    local( 'Caviar Dreams Regular' ),
    local( 'CaviarDreams' ),
    url( '../fonts/CaviarDreams.woff' ) format( 'woff' ),
    url( '../fonts/CaviarDreams.ttf' ) format( 'truetype' ),
    url( '../fonts/CaviarDreams.svg#CaviarDreams' ) format( 'svg' );
}
*/

html {
  font-family: Arial, Helvetica, sans serif;
  font-size: 0.8em;
  color: #666;
}

h1, #newsfeed h2 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #666;
  font-weight: normal!important;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #666;
  text-transform: uppercase;
}

.section {
  position: relative;
}

.section h2 {
  padding-left: 10px;
}

#relatedcontent h2 {
  padding-left: 0px;
}

.section table {
  width: 100%;
  margin: -1px 0 20px 0;
  padding: 0;
  border-collapse: collapse;
  border-top: 1px solid #f59400;
}

.section form table {
  background-color: #fefaf1;
}

.section table tr {
  border-bottom: 1px solid #FCE0B0;
}

.section table tr.odd {
  background: #fefaf1;
}

.section table tr td.duplicate_field, .section table tr td.duplicate_field a {
  color: #b81900;
  font-weight: bold;
}

.section table tr td {
  padding: 0;
  margin: 0;
  line-height: 18px;
  padding: 8px 10px 9px 0;
  vertical-align: top;
}

.section table tr td:first-child {
  width: 210px;
  font-weight: bold;
}

.section table.overview tr td:first-child {
  width: 120px;
  font-weight: bold;
}

.section table.full-width tr td:first-child, .section form table.full-width tr td:first-child {
  font-weight: bold;
  width: auto;
  max-width: 500px;
  word-wrap: break-word;
}

.section table tr td table {
  margin: 0;
}

.section table tr td table tr td:first-child {
  width: 120px;
}

.section table tr th {
  padding: 0;
  margin: 0;
  line-height: 18px;
  padding: 8px 10px 9px 0;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  color: #666;
  white-space: nowrap;
  width: auto;
}

.section form table.full-width tr th {
  width: 160px;
}

.section form table tr th {
  padding: 8px 10px 9px 10px;
  white-space: normal;
  width: 200px;
}

.section table tr td label {
  color: #666;
}

.section table tr td select {
  margin: 0;
}

.section table.multicolumn tr td, .section table.multicolumn tr th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.section table.multicolumn tr td, .section table.multicolumn tr th {
  padding: 5px;
}

.section table.multicolumn tr th:first-child {
  font-weight: bold;
}

.section table.multicolumn tr td a.delete {
  display: block;
  text-align: right;
}

.section table tr td table.plain {
  margin: 0;
  border: none;
}

.section table tr td table.plain tr {
  border: none;
}

.section table tr td table.plain tr td, .section table tr td table.plain tr td:first-child {
  font-weight: normal;
  width: 50px;
  padding: 0;
  background: none;
}

.section table.favorites {
  border-top: none;
}

.section table.favorites tr {
  border-bottom: none;
}

.section table.favorites td {
  width: 250px;
  padding: 8px 10px 0 0;
}

.section table.admin tr th, .section table.admin tr td:first-child {
  width: auto;
}

.section table.admin tr th, .section table.admin tr td {
  padding-left: 10px;
}

.section table.admin tr td.buttonsrightalign {
  padding-right: 10px;
  width: 80px;
}

.section table.admin tr td {
  vertical-align: middle;
}

.section p {
  padding: 0;
}

.section form input.input-text, .section input.input-text {
  margin: 0;
  font-size: 1em;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #dee7e9;
  padding: 3px 4px;
  width: 300px;
}

.section form tr.form-additional {
  display: none;
}

.section form table.full-width input.input-text {
  width: 250px;
}

.section form input.postal_code {
  margin-right: 5px;
  width: 60px;
}

.section form input.locality {
  width: 225px !important;
}

input.street2 {
  margin-top: 6px !important;
}

.section form textarea {
  margin: 0;
  font-size: 1em;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #dee7e9;
  padding: 3px 4px;
  width: 370px;
}

.section form table.full-width textarea {
  width: 350px;
}

.section ul.errors, .section ul.error_list {
  color: #BB1100;
  padding-left: 0;
}

.section ul.error_list,.section form ul.radio_list,.section form ul.checkbox_list {
  margin: 0;
  padding: 0;
}

.section ul.errors li, .section ul.error_list li, .section form ul.radio_list li, .section form ul.checkbox_list li {
  list-style-type: none;
}

.section ul.error_list li {
  margin: 0;
}

.section form ul.radio_list li,.section form ul.checkbox_list li {
  float: left;
  margin-right: 5px;
}

.section form .multiple_graded label {
  font-weight: bold;
  display: block;
  margin: 1em 0px;
}

.section form .multiple_graded ul.error_list {
  margin: 1em 0px;
}

.section div.display div {
  width: 35px;
  float: left;
  padding: 3px 0;
}

.street2 {
  margin-top: 6px;
}

.postal_code {
  margin-right: 10px;
  width: 40px;
}

a {
  text-decoration: none;
  color: #EB8118;
}

a:hover {
  text-decoration: underline;
  color: #858585;
}

a img {
  border: none;
}

a.edit, a.cancel, a.delete, a.key, img.key_active, a.headquarters, img.hq_active {
  position: absolute;
  right: 0;
}

a.add_another, a.add_another_multiple, a.add_another_multiple_graded {
  width: 100%;
  display: block;
  text-align: right;
  margin: 5px 0 5px 0;
}

a.edit, a.cancel {
  top: 0;
}

a.openclose {
  width: 100%;
  display: block;
  text-align: right;
  margin: -10px 0 5px 0;
}

a.verifyLink, a.declineLink {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left top;
}

a.verifyLink {
  background-image: url(../images/layout/tick.png);
}

a.declineLink {
  background-image: url(../images/layout/cross.png);
}

table a.edit, table a.cancel, table a.delete, table a.key, table img.key_active, table a.headquarters, table img.hq_active, table a.add_another, table a.add_another_multiple, table a.add_another_multiple_graded, table a.top, table a.up, table a.down, table a.bottom {
  position: relative;
}

a.edit img, a.cancel img, a.key img, img.key_active, a.headquarters img, img.hq_active {
  width: 20px;
  height: 18px;
}

a.edit img {
  background: url( ../images/layout/sprite_edit.gif) 0 0 no-repeat;
}

a.cancel img {
  background: url( ../images/layout/sprite.edit.gif) -80px 0 no-repeat;
}

a.delete img {
  width: 20px;
  height: 18px;
  background: url( ../images/layout/sprite_edit.gif) -20px 0 no-repeat;
}

a.key img {
  background: transparent url(../images/layout/sprite_edit.gif) -80px 0 no-repeat;
}

img.key_active {
  background: transparent url(../images/layout/sprite_edit.gif) -80px -18px no-repeat;
}

a.headquarters img {
  background: transparent url(../images/layout/sprite_edit.gif) -100px 0 no-repeat;
}

img.hq_active {
  background: transparent url(../images/layout/sprite_edit.gif) -100px -18px no-repeat;
}

a.add_another img, a.add_another_multiple img, a.add_another_multiple_graded img {
  width: 20px;
  height: 18px;
  background: url( ../images/layout/sprite_edit.gif) -40px 0 no-repeat;
}

a.top img {
  width: 22px;
  height: 20px;
  background: url( ../images/layout/sprite_arrows.gif) -22px 0 no-repeat;
}

a.up img {
  width: 22px;
  height: 20px;
  background: url( ../images/layout/sprite_arrows.gif) -44px 0 no-repeat;
}

a.down img {
  width: 22px;
  height: 20px;
  background: url( ../images/layout/sprite_arrows.gif) -66px 0 no-repeat;
}

a.bottom img {
  width: 22px;
  height: 20px;
  background: url( ../images/layout/sprite_arrows.gif) 0 0 no-repeat;
}

a.buttoncasting {
  display: block;
  background-color: #f59400;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  padding: 0 10px 0 10px;
}

a.buttoncasting:hover {
  text-decoration: none;
  background-color: #FCE0B0;
  color: #000;
}

img.organisation_contact {
  height: 18px;
  width: 20px;
}

button {
  width: 120px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

button div {
  padding: 0 0 0 16px;
  background-image: url( ../images/layout/button_left.png );
  background-repeat: no-repeat;
  background-position: center left;
}

button div div {
  padding: 0 16px 0 0;
  background-image: url( ../images/layout/button_right.png );
  background-repeat: no-repeat;
  background-position: center right;
}

button div div div {
  padding: 0;
  background-image: url( ../images/layout/button_background.png );
  background-repeat: repeat-x;
  background-position: center;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.section table tr td.buttonsrightalign {
  width: 50px;
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}

#searchbutton {
  margin-left: 10px;
  margin-top: 10px;
}

#loginbutton, #logoutbutton {
  margin-left: 6px;
  vertical-align: middle;
}

select#role_production_production_genre_list,select#casting_casting_genre_list {
  width: 220px;
  height: 100px;
}

input#role_production_id, input#role_production_director_id, input#training_school_id, input#assignment_organisation_id, input#profile_assignment_assignment_id, input#profile_assignment_assignment_agency_id, input#membership_branch_id, input#profile_assignment_assignment_branch_id, input#training_branch_id, input#role_production_branch_id, input#image_album_image_photographer_id {
  display: none;
}

iframe {
  display: block;
  width: 100%;
  border: 0;
  overflow: hidden;
}

/* formfields */

.street2 {
  margin-top: 6px;
}

.postal_code {
  margin-right: 10px;
  width: 40px;
}

.locality {
  width: 245px !important;
}

select {
  margin: 0 0 .5em 0;
  font-size: 1em;
  color: #666!important;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  border: 1px solid #dee7e9;
  paddi

ng: 2px 4px;
/*-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
}

select option {
  color: #606769!important;
  font-family: Arial, Helvetica, sans-serif;
  margin: 1px 0;
}

/* Button */

.html-button {
  background: transparent url(../images/layout/btn.form.bg.gif) 0 0 repeat-x;
  border: 1px solid #8b9ea3;
  color: #fff;
  margin: 0 5px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.html-button:hover {
  background-color: #fff;
  border: 1px solid #c6d5d9;
  color: #fff;
}

.html-button-orange {
  background: transparent url(../images/layout/btn.form.bg.gif) 0 -27px repeat-x;
  border: 1px solid #de8800;
  color: #fff;
  margin: 0 5px 0 0;
  padding: 2px 10px;
  text-transform: uppercase;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  font-size: 12px;
}

.html-button-orange:hover {
  background-color: #fff;
  border: 1px solid #ffebce;
  color: #fff;
}

.shorthelptext {
  font-size: 10px;
}

/* error messages */

.error-inline {
  color: #b10;
}

.error-inline .input-text, .error-inline .postal_code, .error-inline .locality {
  border: 1px solid #b10;
}

/* message boxes: confirmation */

.success h1 {
  border-bottom: 2px solid;
  font-weight: bold;
  text-align: left;
  margin: 0 0 0.2em 0;
}

div.success {
  margin: 0.3em 0 0 0;
  border: 2px solid;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding: 0.1em 0.1em 0.1em 36px;
}

.success {
  color: #000000;
  background-color: #f0fff0;
}

h1.success,
div.success {
  border-color: #00FF00;
  background-image: url(../images/layout/tick.png);
}

.success h1 {
  border-color: #00FF00;
}

/* tooltipp styles ------------ */

a.tooltip,
a.tooltip:visited {
  margin-left: 5px;
  vertical-align: middle;
}

a.tooltip img {
  width: 13px;
  height: 13px;
  background: transparent url( ../images/layout/sprite_icons.gif ) -48px -3px no-repeat;
}

#livetip {
  position: absolute;
  background-color: #FCE0B0;
  padding: 10px;
  border: 1px solid #f59400;
  border-radius: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: left;
  font-size: 11px;
  width: 300px;
  line-height: 18px;
  z-index: 99999;
}

/*---------- */

div.trigger {
  padding: 0;
  margin: 0 5px 0 0;
  background: url( ../images/layout/sprite_edit.gif) -42px -1px no-repeat;
  height: 16px;
  line-height: 16px;
  width: 16px;
  float: left;
}

div.trigger a {
  text-decoration: none;
  display: block;
}

div.active {
  background: url( ../images/layout/sprite_edit.gif) -42px -19px no-repeat;
}

.trigger_container {
  margin: 5px 0 0 0;
  display: block;
}

/*---------- */

.section .clear_slider {
  float: right;
  cursor: pointer;
  font-size: 11px;
}

.section .ui-slider-horizontal {
  margin-top: 10px;
  height: 0.8em;
}

.section .ui-widget-content {
  border: 1px solid #8b9ea3;
  background-color: #ffffff;
  color: #333333;
}

.section .ui-widget-header {
  background: #8b9ea3 url(images/ui-bg_highlight-soft_45_8b9ea3_1x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.section .ui-state-default, .section .ui-widget-content .ui-state-default {
  border: 1px solid #8b9ea3;
  background-color: #f6f6f6;
  font-weight: bold;
  color: #485052;
  outline: none;
}

.section .ui-state-default a, .section .ui-state-default a:link, .section .ui-state-default a:visited {
  color: #485052;
  text-decoration: none;
  outline: none;
}

.section .ui-state-active, .section .ui-widget-content .ui-state-active {
  border: 1px solid #485052;
  background-color: #f59300;
  font-weight: bold;
  color: #ffffff;
  outline: none;
}

.section .ui-state-active a, .section .ui-state-active a:link, .section .ui-state-active a:visited {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.section .ui-state-error, .section .ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background-color: #b81900;
  color: #ffffff;
}

.section .ui-corner-tl {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
}

.section .ui-corner-tr {
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}

.section .ui-corner-bl {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
}

.section .ui-corner-br {
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.section .ui-corner-top {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}

.section .ui-corner-bottom {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.section .ui-corner-right {
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.section .ui-corner-left {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
}

.section .ui-corner-all {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#swfupload_button_container {
  position: relative;
  float: left;
  width: 160px;
  height: 23px;
  text-align: center;
  background-color: #fefaf1;
}

.swfupload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swfupload_queue_item {
  display: block;
  height: 19px;
  border: 1px solid #f59400;
  background-color: #fefaf1;
  position: relative;
}

.swfupload_queue_progress {
  background-color: #FCE0B0;
  height: 19px;
  display: block;
  position: absolute;
}

.swfupload_queue_label {
  margin: 2px 0 0 0;
  position: absolute;
  width: 100%;
}

.swfupload_queue_percent, .swfupload_queue_bytes {
  font-size: 10px;
  color: #666;
  padding: 0 5px;
}

.swfupload_queue_bytes {
  float: right;
}

.swfupload_queue_status {
  font-size: 10px;
  float: right;
}

#multimediaPlayer {
  float: left;
  width: 700px;
  height: 400px;
}

#multimediaPlaylist {
  float: right;
  overflow-y: auto;
  padding: 0 10px;
  width: 300px;
  height: 400px;
}

#multimediaPlaylist ul {
  padding-left: 0;
  list-style-type: none;
  border-bottom: 1px solid #f59400;
}

#multimediaPlaylist li {
  padding: 10px 3px;
  border-top: 1px solid #f59400;
}

.welcomeMessage {
  width: 565px;
}

.showpage {
  padding: 2px 5px;
  border: 1px solid #f59400;
  background-color: #FCE0B0;
}

.section table tr td.encoding {
  background-color: #fefaf1;
  width: 100%;
  color: #f59300;
  padding: 8px 10px 9px;
}

table.image_details {
  border-top: none;
}

.section table tr td.duplicate {
  padding-top: 0;
  padding-left: 30px;
  background-image: url(../images/layout/warning.png);
  background-repeat: no-repeat;
  background-position: 8px 0;
}

div.duplicate_profile {
  float: none;
  padding: 5px;
  background-color: #DEE7E9;
  border-bottom: 1px solid #fff;
}

div.duplicate_profile img {
  float: left;
  margin-right: 15px;
}

div.duplicate_profile form.button_to {
  margin: 8px;
  padding: 0;
  float: right;
}

div.duplicate_profile h4, div.duplicate_profile p {
  margin: 0 0 3px;
}

input[type=button], input[type=submit] {
  cursor: pointer;
}

.section .ui-multiselect {
	border-color: #DEE7E9;
	background: white;
}

.section .ui-multiselect, .section .ui-multiselect-checkboxes li {
  font-size: 12px;
	font-weight: normal;
}

.section .ui-multiselect, .section .ui-widget-header, .section .ui-corner-all, .ui-autocomplete {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.section .ui-multiselect-menu .ui-state-hover, .ui-autocomplete .ui-state-hover {
	background: #FCE0B0;
}

.section .ui-widget-header {
	padding-right: 5px;
}

.section .ui-multiselect span {
	color: #485052;
}

.section .ui-multiselect .ui-icon {
	background-image: url("/sfJqueryReloadedPlugin/css/ui/images/ui-icons_222222_256x240.png");
}

.section .ui-multiselect-menu {
	min-width: 219px;
	margin-top: 3px;
	background: white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.section .ui-multiselect-checkboxes .ui-multiselect-optgroup-label {
	text-align: left;
}

.section .ui-multiselect-checkboxes .ui-multiselect-optgroup-label a:hover {
	color: #333333;
}

.section .ui-multiselect-menu a:hover {
	color: white;
}

.ui-autocomplete {
	font-size: 12px;
	background: white;
}

.ui-autocomplete .ui-corner-all {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.teaser ul {
  list-style-position: inside;
  padding-left: 5px;
  list-style-type: none;
}

.teaser ul li {
  padding-bottom: 2px;
  list-style-type: square;
}
