﻿
/*@import url("/RichWidgets/web.css"); -- Removed in the upgrade to 5.1.0.7*/
/* Inserted in the upgrade to 5.0.0.0: */

.Bold {
    display: inline;
    font-weight: bold;
}

.Italic {
    display: inline;
    font-style: italic;
}

.Underline {
    display: inline;    
    text-decoration: underline;
}

.Paragraph {
}

th {
    text-align: left;
    font-weight: normal;
}

.EditRecord {
}

.ShowRecord {
}

.TableRecords {
}

table.Empty {
}

/* Inserted in the upgrade to 5.0.0.0 */


/*-----------------------------------------------------------------*/
/*----------------- HTML Elements Start ---------------------------*/
/*-----------------------------------------------------------------*/

body,
select,
textarea,
input,
td {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th /* copied from 'td' in the upgrade to 5.0.0.0 */ {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body,
p {
	margin: 0px;
}

.Paragraph /* copied from 'p' in the upgrade to 5.0.0.0 */ {
	margin: 0px;
}

input {
	padding: 1px 0px 1px 0px;
}

input[disabled="disabled"] {
	background: ButtonFace;
	cursor: text;
}


input[type="text"][readonly]{
	background: #EAEAEA; 
}

input[type=radio],
input[type=checkbox] {
	margin: 0px;
	vertical-align: bottom;
}

input[type=file] {
	height: 21px;
	vertical-align: bottom;
}

textarea {
	margin-top: 2px;
	*margin-top: 0px;
}

table {
	border-collapse: separate;
	empty-cells: show;
}

a,
a:link,
a:visited {
	color: #1F5BA4;
}

a:hover {
	color: #CC3300;
}

a[disabled="disabled"] {
	color: ButtonShadow;
}

/* /--Inserted in the upgrade to 5.1.0.1--\ */

img {
    border-width: 0;
}

/* \--Inserted in the upgrade to 5.1.0.1--/ */

img {
	vertical-align: text-bottom;
}

.DeveloperComment {
	display: none;
	border-style: solid;
	border-color: Gray;
	border-width: 1px 2px 2px 1px;
	background-color: #FFFF99;
	font-size: 8pt;
	color: #666666;
	margin: 2px;
	padding: 4px;
	position: absolute;
	right: 10px;
	width:220px;
	visibility: hidden;
	top:-500px;
	text-align: left;
}

/*-----------------------------------------------------------------*/
/*----------------- HTML Elements End -----------------------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles Start -----------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can modify the styles in this area but you should */
/* not remove or rename them because they are used by    */
/* Service Studio widgets.                               */
/*-------------------------------------------------------*/

.Button {
	text-align: center;
	margin-right: 3px;
	padding: 0px 10px 1px 10px;
	*padding: 0px 3px 0px 3px;
}

.Button[disabled="disabled"] {
	padding: 1px 12px 2px 10px;
	color: ButtonShadow;
	cursor: text;
}

.EditRecord_Caption {
	color: #444444;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}

.EditRecord_Value {
	border-left: 3px solid white;
	color: #444444;
	vertical-align: top;
}

.EditRecord_Buttons {
	text-align: left;
	padding-top: 8px;
	border-bottom: 2px solid #1E5AA3;
	padding-bottom: 3px;
}

.ShowRecord_Caption {
	color: #444444;
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
}

.ShowRecord_Value {
	border-left: 3px solid white;
	padding: 5px;
	color: #444444;
	font-weight: normal;
	vertical-align: top;	
}

.TableRecords_Header {
	color:#EAEAEA;
	font-weight: normal;
	background:#1E5AA3;
	white-space: nowrap;
	line-height: 18px;
	padding: 4px 6px 4px 6px;
	border-right: 1px solid white;
	font-size: 14px;
}

.TableRecords_Header a,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
	color: white;
}

.TableRecords>tbody>tr:hover {
 background-color: #F0F0F0;
}

.TableRecords_OddLine, 
.TableRecords_EvenLine {
	line-height: 18px;
	margin: 1px 1px 1px 1px;
	padding: 1px 6px 1px 6px;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #efefef;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #efefef;
	white-space: nowrap;
	vertical-align: top;
}

.TableRecords_OddLine a:visited,
.TableRecords_EvenLine a:visited {
}

/* /--Inserted in the upgrade to 5.1.0.0--\ */

.ListRecords {
}

img.RecordPicture {
    display: block;
    float: left;
    width: 120px;
}

div.RecordPicture_Wrapper {
    float: left;
}

div.RecordPicture_Wrapper img.RecordPicture {
    float: none;
}

.TableRecords img.RecordPicture {
    width: auto;
    height: 40px;
    float: none;
}

input.Prompt, textarea.Prompt {
    color: #BBBBBB;
}

/* \--Inserted in the upgrade to 5.1.0.0--/ */

/* /--Inserted in the upgrade to 5.1.0.2--\ */

select.Mandatory {
}

textarea.Mandatory {
}

/* \--Inserted in the upgrade to 5.1.0.2--/ */

input.Mandatory {
}

input.Not_Valid {
	border: 2px solid #BF1601;
}

select.Not_Valid {
 border: 2px solid #BF1601;
}

textarea.Not_Valid {
	border: 2px solid #BF1601;
}

input.Is_Default {
}

a.Is_Default {
}

td.MandatoryValue {
}

th.MandatoryValue /* copied from 'td.MandatoryValue' in the upgrade to 5.0.0.0 */ {
}

td.MandatoryCaption {
}

th.MandatoryCaption /* copied from 'td.MandatoryCaption' in the upgrade to 5.0.0.0 */ {
}
span.ValidationMessage {
	color: white;
	font-size: 11px;
	position: absolute;
	padding: 6px;
	font-weight: bold;
	background: #BF1601;
	max-width: 300px;
	z-index: 100;
}

span.ValidationIcon {
}

span.InputMandatorySymbol {
	position: absolute;
	color: #BF1601;
	padding: 3px;
	content: '*';
	font-size: 12px;
}

/*-----------------------------------------------------------------*/
/*----------------- Service Studio Default Styles End -------------*/
/*-----------------------------------------------------------------*/





/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles Start ------------------*/
/*-----------------------------------------------------------------*/

/*-------------------------------------------------------*/
/* You can add, modify or remove the styles in this area */
/* at your will. Use them anywhere in the eSpace, in the */
/* widgets' Style property.                              */ 
/*-------------------------------------------------------*/

/*--------General Start------------------------*/

.Heading1 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
}

.Heading2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;	
}

.Heading3 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;	
}

.Text_Note {
	color: #888888;
	font-size: 11px;
}

.Text_Error {
	color: #c7331f;
}

.Text_NoWrap {
	white-space: nowrap;
}

.Text_Preformatted {
	white-space: -moz-pre-wrap;
	white-space: pre;
	word-wrap: break-word;
}

.Text_Justified { 
	text-align: justify;
} 

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.ClearBoth {
	clear: both;
}

/* --------------- SITE ----------------- */

.SOLGeneral,
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #595F63;
}

th /* copied from 'td' in the upgrade to 5.0.0.0 */ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #595F63;
}

.SOLGeneral a,
.SOLGeneral a:link,
.SOLGeneral a:visited {
	color: #595F63;
	text-decoration: none;
}

.SOLGeneral a:hover {
	color: #DAE1E5;
}

.SOLGeneralBold {
	font-weight: bold;
}

.SOLText {
}

.SOLTextDisabled {
	color: #DAE1E5;
}

.SOLLongText {
	text-align: justify;
	line-height: 1.65em;
}

.SOLLongText a,
.SOLLongText a:link,
.SOLLongText a:visited {
	/* text-indent: 20px; */
	text-decoration: underline;
}

.SOLLongText a:hover {
	color: #DAE1E5;
}

.SOLBigHeading {
	font-weight: bold;
	font-size: 19px;
}

.SOLHeading {
	font-weight: bold;
	font-size: 14px;
}

.SOLSmallText {
	font-size: 11px;
}

.SOLImageTitle {
	font-size: 11px;
	font-weight: bold;
}

.SOLFeeNotActive {
	color: #DAE1E5;
}

.SOLFeePaid {
}

.SOLFeeNotPaid {
	text-decoration: line-through;
}

/* MENU BEGIN */

.MenuEmptyLine {
	height: 5px;
}

.MenuRightMargin {
	width: 15px;
}

.MenuText {
	font-size: 14px;
}

.MenuText a,
.MenuText a:link,
.MenuText a:visited {
	color: #595F63;
	text-decoration: none;
}

.MenuText a:hover {
	color: #DAE1E5;
}

.MenuTextDisabled {
	color: #DAE1E5;
	font-size: 14px;
}

.MenuTextWithSubMenu {
	font-size: 12px;
	text-transform: uppercase;
}

.MenuBoldText {
	font-size: 14px;
	font-weight: bold;
}

.MenuBoldText a,
.MenuBoldText a:link,
.MenuBoldText a:visited {
	color: #595F63;
	text-decoration: none;
}

.MenuBoldText a:hover {
	color: #DAE1E5;
}

.SubMenuText {
	font-size: 11px;
}

.SubMenuText a,
.SubMenuText a:link,
.SubMenuText a:visited {
	color: #595F63;
	text-decoration: none;
}

.SubMenuText a:hover {
	color: #DAE1E5;
}

.SubMenuBoldText {
	font-size: 11px;
	font-weight: bold;
}

.SubMenuBoldText a,
.SubMenuBoldText a:link,
.SubMenuBoldText a:visited {
	color: #595F63;
	text-decoration: none;
}

.SubMenuBoldText a:hover {
	color: #DAE1E5;
}

.SubMenuTextDisabled {
	color: #DAE1E5;
	font-size: 11px;
}

/* MENU END */

/* DROP DOWN BEGIN */

.SOLDropDown {
	font-size: 10px;
}

.SOLDropDownCurrentOption {
	font-size: 10px;
	border: 1px solid #595F63;
	width: 160px;
	text-indent: 2px;
}

.SOLDropDownOptionList {
	font-size: 10px;
	background: #FFFFFF;
	border: 1px solid #595F63;
	padding: 2px;
	width: 160px;
	position: absolute;
	}

.SOLDropDownOptionListOption {
	font-size: 10px;
	width: 160px;
	vertical-align: middle;
}

.SOLDropDownOptionListOption a,
.SOLDropDownOptionListOption a:link,
.SOLDropDownOptionListOption a:visited {
	color: #595F63;
	text-decoration: none;
}

.SOLDropDownOptionListOption a:hover {
	color: #DAE1E5;
}

/* DROP DOWN END */

/* SIZES BEGIN */

.ScreenTopLeftMargins {
	width: 150px;
	height: 40px;
}

.ScreenTopLeftMargins p {
	font-size: 11px;
	color: #DD0000;
	font-weight: bold;
}

.ScreenTopLeftMargins .Paragraph /* copied from '.ScreenTopLeftMargins p' in the upgrade to 5.0.0.0 */ {
	font-size: 11px;
	color: #DD0000;
	font-weight: bold;
}

.ScreenBottomMargin {
	height: 300px;
}

.RightSideLeftMargin {
	width: 5px;
}

.ContentsWidth {
	width: 560px;	
}

.ContentsLeftMargin {
	width: 60px;	
}

.ContentsInnerLeftMargin {
	width: 5px;	
}

.ContentsRightColumnWidth {
	width: 150px;	
}

.ContentSpacing {
	height: 12px;	
}

.ContentImageBrowserImageWidth {
	width: 450px;
}

.ContentImageBrowserImageCell {
	height: 450px;
	width: 450px;
	vertical-align: middle;
}

.ContentImageBrowserInfo {
	float: left;
	clear: right;
}

.ContentImageBrowserButtons {
	width: 450px;
}

.ContentImageSpacing {
	height: 12px;	
}

.ContentTextSpacing {
	height: 14px;	
}

.ContentMoneyCell {
	width: 70px;
}	

.ContentPositionEmptyCell {
	width: 50px;
}

.ContentFriendsHeight {
	height: 450px;	
}

.ContentArtistsEmptyColumnWidth {
	width: 25px;
}

.ContentArtistsFilterLeftColumn {
	width: 85px;
}

/* SIZES END */

/*--------General End--------------------------*/


/*-----------------------------------------------------------------*/
/*----------------- eSpace Specific Styles End --------------------*/
/*-----------------------------------------------------------------*/