/*** ../html/_front/css/dijit.css ***/
.dijitReset {
	margin:0;
	border:0;
	padding:0;
	line-height:normal;
	font: inherit;
	color: inherit;
}

.dijitInline {
	display:-moz-inline-box;		/* FF2 */
	display:inline-block;			/* webkit and FF3 */
	#zoom: 1; /* set hasLayout:true to mimic inline-block */
	#display:inline; /* don't use .dj_ie since that increases the priority */
	border:0;
	padding:0;
	vertical-align:middle;
	#vertical-align: auto;	/* makes TextBox,Button line up w/native counterparts on IE6 */
}

.dj_ie INPUT.dijitTextBox,
.dj_ie .dijitInputField INPUT {
	font-size: 100%;
}

.dj_ie .dijitInputField INPUT { /* try to get rid of IE implicit margin around INPUT */
	margin: -1px 0 !important;
}
.dj_iequirks .dijitInputField INPUT { /* try to get rid of IE implicit margin around INPUT */
	margin-top: -3px !important;
}

.dijitInlineTable {
	/* To inline tables with a given width set (otherwise, use dijitInline above)
	 * Must also put style="-moz-inline-stack" on the node itself to workaround FF2 bugs
	 */
	display: -moz-inline-stack;	/* FF2 */
	display:inline-table;
	display:inline-block;		/* webkit and FF3 */
	#zoom: 1; /* set hasLayout:true to mimic inline-block */
	#display:inline; /* don't use .dj_ie since that increases the priority */
	box-sizing: content-box; -moz-box-sizing: content-box;
	border:0;
	padding:0;
}

.dijitTeeny {
	font-size:1px;
	line-height:1px;
}

/*
 * Popup items have a wrapper div (dijitPopup)
 * with the real popup inside, and maybe an iframe too
 */
.dijitPopup {
	position: absolute;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
}
.dijit_a11y .dijitPopup,
.dijit_ally .dijitPopup div,
.dijit_a11y .dijitPopup table,
.dijit_a11y .dijitTooltipContainer {
	background-color: white !important;
}

.dijitInputField {
	overflow:hidden;
	#zoom:1;
}

.dijitPositionOnly {
	/* Null out all position-related properties */
	padding: 0 !important;
	border: 0 !important;
	background-color: transparent !important;
	background-image: none !important;
	height: auto !important;
	width: auto !important;
}

.dijitNonPositionOnly {
	/* Null position-related properties */
	float: none !important;
	position: static !important;
	margin: 0 0 0 0 !important;
	vertical-align: middle !important;
}

.dijitBackgroundIframe {
	/*
	 * iframe used for FF2 in high-contrast mode to prevent menu
	 * being transparent
	 */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 0;
	padding: 0;
	margin: 0;
}

.dijitClickableRegion {
	/* An InlineEditBox in view mode (click this to edit the text) */
	background-color: #e2ebf2;
	cursor: text;
}


.dijitDisplayNone {
	/* hide something.  Use this as a class rather than element.style so another class can override */
	display:none !important;
}

.dijitContainer {
	/* for all layout containers */
	overflow: hidden;	/* need on IE so something can be reduced in size, and so scrollbars aren't temporarily displayed when resizing */
}

/****
		A11Y
 ****/
.dijit_a11y * {
	background-image:none !important;
}

.dijit_a11y .dijitCalendarIncrementControl .dijitA11ySideArrow {
	padding-left:.2em;
	visibility:visible !important;
}
.dj_ie6 .dijit_a11y .dijitCalendarIncrementControl {
	font-size:.75em !important;
}

.dijit_a11y .dijitCalendarSelectedDate {
	text-decoration:overline !important;
}

.dijitA11ySideArrow {
	vertical-align:top;
	margin-right:0em;
	margin-left:.2em;
	line-height:2em;
	text-align:center;
}

.dijit_a11y .dijit * {
	background:white !important;
	color:black !important;
}
.dijit_a11y .dijitButtonNode {
	border-color: black!important;
	border-style: outset!important;
	border-width: medium!important;
}

.dijit_a11y .dijitButtonDisabled .dijitButtonNode,
.dijit_a11y .dijitDropDownButtonDisabled .dijitButtonNode,
.dijit_a11y .dijitComboButtonDisabled .dijitButtonNode,
.dijit_a11y .dijitComboBoxDisabled .dijitInputField,
.dijit_a11y .dijitComboBoxDisabled .dijitButtonNode,
.dijit_a11y .dijitSpinnerDisabled .dijitButtonNode,
.dijit_a11y .dijitSpinnerDisabled .dijitInputField {
	border-style: outset!important;
	border-width: medium!important;
	border-color: #999 !important;
	color:#999 !important;
}

.dj_ff2 .dijit_a11y .dijitComboButton .dijitButtonContentsFocused,
.dj_ff2 .dijit_a11y .dijitComboButton .dijitDownArrowButtonFocused {
	border: 1px dotted black !important;
}

/* button inner contents - labels, icons etc. */
.dijitButtonNode * {
	vertical-align: middle;
}
.dijit_a11y .dijitArrowButtonInner {
	width: 1.0em;
	display: none !important;
}
.dijitButtonNode .dijitArrowButtonInner {
	background:no-repeat center;
	width: 16px;
}
.dijitComboBox .dijitArrowButtonInner {
	display: block;
}

/* In high contrast mode, display the check symbol */
.dijit_a11y .dijitToggleButtonChecked .dijitToggleButtonIconChar {
	display: inline !important;
}


/****
		3-element borders:  ( dijitLeft + dijitStretch + dijitRight )
 ****/
	
.dijitLeft {
	/* Left part of a 3-element border */
	background-position:left top;
	background-repeat:no-repeat;
}

.dijitStretch {
	/* Middle (stretchy) part of a 3-element border */
	white-space:nowrap;			/* MOW: move somewhere else */
	background-repeat:repeat-x;
}

.dijitRight {
	/* Right part of a 3-element border */
	#display:inline;				/* IE7 sizes to outer size w/o this */
	background-position:right top;
	background-repeat:no-repeat;
}

.dijitButton,
.dijitDropDownButton,
.dijitComboButton {
	/* outside of button */
	margin: 0.2em;
}

.dijitToolbar .dijitButton,
.dijitToolbar .dijitDropDownButton,
.dijitToolbar .dijitComboButton {
	margin: 0;
}

.dj_ie .dijitToolbar button,
.dj_safari .dijitToolbar button {
	/* FF adds implicit padding to buttons so make other browsers follow suit,
	 * to avoid a bunch of browse specific rules in theme files
	 */
	padding: 1px 2px;
}

.dj_ie .dijitComboButton {
	/* hack to get inline-table to vertically align w/other buttons */
	margin-bottom: -3px;
}

.dj_safari .dijitToolbar .dijitDropDownButton {
	padding-left: 0.3em;
}
.dj_gecko .dijitToolbar .dijitButtonNode::-moz-focus-inner {
	padding:0;
}

.dijitButtonNode {
	/* Node that is acting as a button -- may or may not be a BUTTON element */
	border:1px solid gray;
	margin:0;
	line-height:normal;
	cursor:pointer;
	vertical-align: middle;
	#vertical-align: auto;
	text-align:center;
	white-space: nowrap;
}

/*
.dijitButtonNode button { 
	cursor: pointer;
} 
*/

.dj_ie .dijitButtonNode {
	/* ensure hasLayout */
	zoom: 1;
}

.dj_ie .dijitButtonNode button { 
	/*  
		disgusting hack to get rid of spurious padding around button elements 
		on IE. MSIE is truly the web's boat anchor. 
	*/ 
	overflow: visible;
	cursor: pointer;
} 

.dijitArrowButton {
	/* Node that is acting as a arrow button -- drop down (spinner has its own treatment).  Also gets dijitButtonNode */
	/* place AFTER dijitButtonNode so it overrides */
	padding: 0 .4em;
}
DIV.dijitArrowButton {
	float: right;
}

.dijitSpinner .dijitInputLayoutContainer .dijitArrowButton {
	border-style: solid;
	border-width: 0 0 0 1px !important;
	padding: 0;
	position: absolute;
	right: 0;
	float: none;
}
.dijitSpinner .dijitInputLayoutContainer .dijitArrowButton {
	position: absolute;
	height: 50%;
}
.dijitSpinner .dijitInputLayoutContainer .dijitDownArrowButton {
	top: none;
	bottom: 0;
	border-top-width: 1px !important;
}
.dijitSpinner .dijitInputLayoutContainer .dijitUpArrowButton {
	top: 0;
	bottom: none;
}

TABLE.dijitComboButton {
	/* In ComboButton, borders are on each cell rather than on <table> itself */
	border-collapse: collapse;
	border:0;
	padding:0;
	margin:0;
}
.dijitToolbar .dijitComboButton {
	/* because Toolbar only draws a border around the hovered thing */
	border-collapse: separate;
}

.dj_ie BUTTON.dijitButtonNode {
	overflow: visible; /* eliminates arbitrary left and right padding on buttons */
}

table .dijitButton .dijitButtonNode,
table .dijitComboButton .dijitButtonNode {
	#overflow:hidden; /* visible messes up if the button is inside a table on IE */
}



.dijitButtonNode IMG {
	/* make text and images line up cleanly */
	vertical-align:middle;
	/*margin-bottom:.2em;*/
}

/******
	TextBox related.
	Everything that has an <input>
*******/

.dijitTextBox,
.dijitComboBox,
.dijitSpinner {
	border: solid black 1px;
	#overflow: hidden; /* #6027, #6067 */
	width: 15em;	/* need to set default size on outer node since inner nodes say <input style="width:100%"> and <td width=100%>.  user can override */
	vertical-align: middle;
	#vertical-align: auto;	
}

.dijitTimeTextBox {
	width: 8em;
}

/* rules for safari to deal with fuzzy blue focus border */
.dijitTextBox input:focus,
.dijitComboBox input:focus,
.dijitSpinner input:focus {
	outline: none;	/* blue fuzzy line looks wrong on combobox or something w/validation icon showing */
}
.dijitTextBoxFocused,
.dijitComboBoxFocused,
.dijitSpinnerFocused,
.dijitTextAreaFocused {
	/* should we display focus like we do on other browsers, or use the safari standard focus indicator?? */
	outline: auto 5px -webkit-focus-ring-color;
}
.dijitTextAreaFocused div {
	/* prevent dotted border on FF3 */
	outline: none !important;
}

.dijitTextBox INPUT,
.dijitComboBox INPUT,
.dijitSpinner INPUT {
	border-left: solid black 1px;	/* TODO: for RTL mode should be border-right */
	display:inline;
	position:static !important;
	border:0 !important;	
	margin:0 !important;
	vertical-align:top !important;
	visibility:visible !important;
	background-color: white !important;
	background-image:none !important;
	width:100% !important;
}

/* Display an "X" for invalid input. Themes will override these rules to display an icon instead.
*/
.dijitValidationIcon {
	visibility: hidden;
	display: block;
	padding: 0 2px;
	float: right;
	height: auto;
}
.dijitValidationIconText {
	visibility: hidden;
	display: none;
	float:right;
	font-family: sans-serif;
	font-style:italic;
	font-size: 0.45em;
	line-height: 190%;
}
.dijit_a11y .dijitValidationIcon { display: none !important; }
.dijit_a11y .dijitValidationIconText { display: block !important; }

.dijitError .dijitValidationIcon,
.dijitError .dijitValidationIconText {
	visibility: visible;
}

.dijitTextBox .dijitArrowButton {
	/* this is for a combo box with no arrow displayed; we set baseClass=TextBox */
	display:none;
}

/****
		dijit.form.CheckBox
 	 &
  		dijit.form.RadioButton
 ****/

.dijitCheckBox,
.dijitRadio,
.dijitCheckBoxInput {
	padding: 0;
	border: 0;
	width: 16px;
	height: 16px;
	background-position:center center;
	background-repeat:no-repeat;
	overflow: hidden;
}

.dijitCheckBox INPUT,
.dijitRadio INPUT {
	margin: 0;
	padding: 0;
	display: block;
}

.dijitCheckBoxInput {
	/* place the actual input on top, but all-but-invisible */
	opacity: 0.01;
}

.dj_ie .dijitCheckBoxInput {
	filter: alpha(opacity=0);
}

.dijit_a11y .dijitCheckBox,
.dijit_a11y .dijitRadio {
	width: auto;
	height: auto;
}
.dijit_a11y .dijitCheckBoxInput {
	opacity: 1;
	filter: none;
	width: auto;
	height: auto;
}


/****
		dijit.ProgressBar
 ****/

.dijitProgressBarEmpty{
	/* outer container and background of the bar that's not finished yet*/
	position:relative;overflow:hidden;
	border:1px solid black; 	/* a11y: border necessary for high-contrast mode */
	z-index:0;			/* establish a stacking context for this progress bar */
}

.dijitProgressBarFull {
	/* outer container for background of bar that is finished */
	position:absolute;
	overflow:hidden;
	z-index:-1;
	top:0;
	width:100%;
}
.dj_ie6 .dijitProgressBarFull {
	height:1.6em;
}

.dijitProgressBarTile {
	/* inner container for finished portion */
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background-color:#aaa;
	background-attachment: fixed;
}

.dijit_a11y .dijitProgressBarTile{
	/* a11y:  The border provides visibility in high-contrast mode */
	border-width:4px;
	border-style:solid;
	background-color:transparent !important;
}

.dj_ie6 .dijitProgressBarTile {
	/* width:auto works in IE6 with position:static but not position:absolute */
	position:static;
	/* height:auto or 100% does not work in IE6 */
	height:1.6em;
}

.dijitProgressBarIndeterminate .dijitProgressBarLabel {
	visibility:hidden;
}

.dijitProgressBarIndeterminate .dijitProgressBarTile {
	/* animated gif for 'indeterminate' mode */
}

.dijitProgressBarIndeterminateHighContrastImage {
	display:none;
}

.dijit_a11y .dijitProgressBarIndeterminate .dijitProgressBarIndeterminateHighContrastImage {
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}

.dijitProgressBarLabel {
	display:block;
	position:static;
	width:100%;
	text-align:center;
	background-color:transparent !important;
}

/****
		dijit.Tooltip
 ****/

.dijitTooltip {
	position: absolute;
	z-index: 2000;
	display: block;
	/* make visible but off screen */
	left: 50%;
	top: -10000px;
	overflow: visible;
}

.dijitTooltipContainer {
	border: solid black 2px;
	background: #b8b5b5;
	color: black;
	font-size: small;
}

.dijitTooltipFocusNode {
	padding: 2px 2px 2px 2px;
}

.dijitTooltipConnector {
	position: absolute;
}

.dijitTooltipData {
	display:none;
}
/* MOW: using actual images at this time
/* draw an arrow with CSS only * /
.dijitTooltipConnector {
	/* the border on the triangle * /
	font-size: 0; line-height: 0%; width: 0;
	border-top: none;
	border-bottom: 14px solid black;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	top: -14px;
	left: 3px;
	z-index: 2;
}

.dijitTooltipConnector div {
	/* the background of the triangle * /
	font-size: 0; line-height: 0%; width: 0;
	position: absolute;
	border-bottom: 10px solid #b8b5b5;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: 6px;
	left: -5px;
	z-index: 3;
}

*/



/* Layout widgets. This is essential CSS to make layout work (it isn't "styling" CSS)
   make sure that the position:absolute in dijitAlign* overrides other classes */

.dijitLayoutContainer{
	position: relative;
	display: block;
	overflow: hidden;
}

body .dijitAlignTop,
body .dijitAlignBottom,
body .dijitAlignLeft,
body .dijitAlignRight {
	position: absolute;
	overflow: hidden;
}

body .dijitAlignClient { position: absolute; }

/*
 * BorderContaienr
 *
 * .dijitBorderContainer is a stylized layout where panes have border and margin.
 * .dijitBorderContainerNoGutter is a raw layout.
 */
.dijitBorderContainer, .dijitBorderContainerNoGutter {
	position:relative;
	overflow: hidden;
}

.dijitBorderContainerPane,
.dijitBorderContainerNoGutterPane {
	position: absolute !important;	/* !important to override position:relative in dijitTabContainer etc. */
	z-index: 2;		/* above the splitters so that off-by-one browser errors don't cover up border of pane */
}

.dijitBorderContainer > .dijitTextArea {
	/* On Safari, for SimpleTextArea inside a BorderContainer,
		don't want to display the grip to resize */
	resize: none;
}

.dijitGutter {
	/* gutter is just a place holder for empty space between panes in BorderContainer */
	position: absolute;
	font-size: 1px;		/* needed by IE6 even though div is empty, otherwise goes to 15px */
}

/* SplitContainer

	'V' == container that splits vertically (up/down)
	'H' = horizontal (left/right)
*/

.dijitSplitter {
	position: absolute;
	overflow: hidden;
	z-index: 1;		/* behind the panes */
	background-color: #fff;
	border-color: gray;
	border-style: solid;
	border-width: 0;
	z-index: 11;
}

.dijitSplitterActive {
	z-index: 11 !important;
}

.dijitSplitterCover{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* #6945: stop mouse events */
.dj_ie .dijitSplitterCover{
	background: white;
	filter: alpha(opacity=0)
}

.dijitSplitterH {
	height: 7px;
	border-top:1px;
	border-bottom:1px;
	cursor: ns-resize;
}
.dijitSplitterV {
	width: 7px;
	border-left:1px;
	border-right:1px;
	cursor: ew-resize;
}
.dijitSplitContainer{
	position: relative;
	overflow: hidden;
	display: block;
}

.dijitSplitPane{
	position: absolute;
}

.dijitSplitContainerSizerH,
.dijitSplitContainerSizerV {
	position:absolute;
	font-size: 1px;
	cursor: move;
	cursor: w-resize;
	background-color: ThreeDFace;
	border: 1px solid;
	border-color: ThreeDHighlight ThreeDShadow ThreeDShadow ThreeDHighlight;
	margin: 0;
}

.dijitSplitContainerSizerH .thumb, .dijitSplitterV .dijitSplitterThumb {
	overflow:hidden;
	position:absolute;
	top:49%;
}

.dijitSplitContainerSizerV .thumb, .dijitSplitterH .dijitSplitterThumb {
	position:absolute;
	left:49%;
}

.dijitSplitterShadow,
.dijitSplitContainerVirtualSizerH,
.dijitSplitContainerVirtualSizerV {
	font-size: 1px;
	background-color: ThreeDShadow;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	margin: 0;
}

.dj_ie .dijitSplitterV, .dijitSplitContainerVirtualSizerH {
	cursor: w-resize;
}
.dj_ie .dijitSplitterH, .dijitSplitContainerSizerV, .dijitSplitContainerVirtualSizerV {
	cursor: n-resize;
}

.dijit_a11y .dijitSplitterH {
	border-top:1px solid #d3d3d3 !important;
	border-bottom:1px solid #d3d3d3 !important;
}
.dijit_a11y .dijitSplitterV {
	border-left:1px solid #d3d3d3 !important;
	border-right:1px solid #d3d3d3 !important;
}

/* ContentPane */

.dijitContentPane {
	display: block;
	overflow: auto;	/* if we don't have this (or overflow:hidden), then Widget.resizeTo() doesn't make sense for ContentPane */
}
/* TitlePane */
.dijitTitlePane {
	display: block;
	overflow: hidden;
}
.dj_ie7 .dijitTitlePaneTextNode {
	display:inline; 
}

/* Color Palette */

.dijitColorPalette {
	border:1px solid #999;
	background:#fff;
	-moz-border-radius:3pt;
}

img.dijitColorPaletteUnder {
	border-style:none;
	position:absolute;
	left:0;
	top:0;
}
.dijitColorPaletteInner {
	position: relative;
	overflow:hidden;
	outline:0;
}
.dijitPaletteCell {
	width: 20px;
	height: 20px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	outline-width: 0;
}
.dijitPaletteImg {
	width: 16px; /*This is the width of one color in the provided palettes. */
	height: 14px; /* Height of one color in the provided palettes. */
	position: absolute;
	top: 1px;
	left: 1px;
	overflow: hidden;
	cursor: default;
	border:1px solid #999;
	/* -moz-border-radius:2pt; */
}

.dijitPaletteCellHighlight img {
	width: 14px; /*This is the width of one color in the provided palettes. */
	height: 12px; /* Height of one color in the provided palettes. */
	position: absolute;
	top: 1px;
	left: 1px;
	overflow: hidden;
	cursor: default;
	border:2px solid #000;
	outline:1px solid #dedede;
	/* -moz-border-radius:0; */	
}

.dijit_a11y .dijitPaletteCell {
	background-color:transparent !important;
}
.dijit_a11y .dijitPaletteImg {
	background-color:transparent !important;
}

/* Accordion */

.dijitAccordionPane {
	overflow: hidden !important;	/* prevent spurious scrollbars */
}

.dijitAccordionPane .dijitAccordionBody {
	overflow: auto;
}

/* #7104 - workaround IE jankyness with overflows */
.dj_ie .dijitAccordionBody {
	position:relative;
}

.dijitAccordionContainer {
	border:1px solid #b7b7b7;
	border-top:0 !important;
}

.dijitAccordionTitle:hover {
	cursor: pointer;
}

/* images off, high-contrast mode styles */
.dijitAccordionPane .dijitAccordionTitle .arrowTextUp,
.dijitAccordionPane .dijitAccordionTitle .arrowTextDown {
	display: none;
	font-size: 0.65em;
	font-weight: normal !important;
}

.dijit_a11y .dijitAccordionTitle .arrowTextUp {
	display: inline;
}
.dijit_a11y .dijitAccordionTitle-selected .arrowTextDown {
	display: inline;
}

.dijit_a11y .dijitAccordionTitle-selected .arrowTextUp {
	display: none;
}

/* Calendar */

.dijitCalendarContainer thead tr th, .dijitCalendarContainer thead tr td, .dijitCalendarContainer tbody tr td, .dijitCalendarContainer tfoot tr td {
	padding: 0;
}

.dijitCalendarNextYear {
	margin:0 0 0 0.55em;
}

.dijitCalendarPreviousYear {
	margin:0 0.55em 0 0;
}

.dijitCalendarIncrementControl {
	cursor:pointer;
	cursor:hand;
	width:1em;
}

.dijitCalendarDisabledDate {
	color:gray !important;
}

.dijitCalendarBodyContainer tbody tr td {
	cursor:pointer;
	cursor:hand;
}

.dijitCalendarPreviousMonthDisabled,
.dijitCalendarCurrentMonthDisabled,
.dijitCalendarNextMonthDisabled {
	cursor:default !important
}

.dijitCalendarDateTemplate,
.dijitCalendarSelectedYear,
.dijitCalendarNextYear,
.dijitCalendarPreviousYear {
	cursor:pointer;
}

.dijitCalendarMonthLabelSpacer {
	/* don't display it, but make it affect the width */
  	position: relative;
  	height: 1px;
  	overflow: hidden;
  	visibility: hidden;
}


/* Menu */

.dijitMenu {
	border:1px solid black;
	background-color:white;
}
.dijitMenuTable {
	margin:1px 0;
	border-collapse:collapse;
	border-width:0;
	background-color:white;
}

.dijitMenuItem{
	text-align: left;
	white-space: nowrap;
	padding:.1em .2em;
}

.dijitMenuItemSelected{
	background-color: #6699B3;
}


.dijitMenuItemHover {
	cursor:pointer;
	cursor:hand;
	background-color:black;
	color:white;
}

.dijitMenuItemIcon {
	position: relative;
	background-repeat: no-repeat;
}

.dijitMenuItemDisabled * {
	/* for a disabled menu item, just set it to mostly transparent */
	opacity:0.3;
	cursor:default;
}
.dj_ie .dijit_a11y .dijitMenuItemDisabled td,
.dj_ie .dijitMenuItemDisabled *,
.dj_ie .dijitMenuItemDisabled td {
	color:gray !important;
	filter: alpha(opacity=35);
}

.dijitMenuItemLabel {
	position: relative;
	vertical-align: middle;
}

.dijit_a11y .dijitMenuItemHover .dijitMenuItemLabel {
	border-width: 1px;
	border-style: solid;
}
.dijit_a11y .dijitMenuItemHover {
	border: 1px #fff dotted !important;
}

.dijitMenuExpandA11y {
	display: none;
}
.dijit_a11y .dijitMenuExpandA11y {
	display: inline;
}

/* separator can be two pixels -- set border of either one to 0 to have only one */
.dijitMenuSeparatorTop {
	height: 50%;
	margin: 0;
	margin-top:3px;
	font-size: 1px;
}

.dijitMenuSeparatorBottom {
	height: 50%;
	margin: 0;
	margin-bottom:3px;
	font-size: 1px;
}

/* the checked menu item */
.dijitCheckedMenuItemIconChar {
	vertical-align: middle;
	visibility:hidden;
}
.dijitCheckedMenuItemIconChecked .dijitCheckedMenuItemIconChar {
	visibility:visible !important;
}
.dijit_a11y .dijitCheckedMenuItemIconChar {
	display:block !important;
}


/* Tab */

.dijitTabContainerBottom-tabs,
.dijitTabContainerTop-tabs,
.dijitTabContainerLeft-tabs,
.dijitTabContainerRight-tabs {
	z-index:10;
	overflow: visible !important;  /* so tabs can cover up border adjacent to container */
}

#chatTabs_tablist {
	overflow: hidden !important;
}

.dijitTabContainerBottom-container,
.dijitTabContainerTop-container,
.dijitTabContainerLeft-container,
.dijitTabContainerRight-container {
	z-index:0;
	overflow: hidden;
	border: 1px solid black;
}

.dijitTabContainerTop-tabs {
	border-bottom: 1px solid black;
}
.dijitTabContainerTop-container {
	border-top: 0px;
}

.dijitTabContainerLeft-tabs {
	border-right: 1px solid black;
}
.dijitTabContainerLeft-container {
	border-left: 0px;
}

.dijitTabContainerBottom-tabs {
	border-top: 1px solid black;
}
.dijitTabContainerBottom-container {
	border-bottom: 0px;
}

.dijitTabContainerRight-tabs {
	border-left: 1px solid black
}
.dijitTabContainerRight-container {
	border-right: 0px;
}


.dijitTab {
	position:relative;
	cursor:pointer;
	white-space:nowrap;
	z-index:3;
}

.dijitTabContainerTop-tabs .dijitTab {
	top: 1px;	/* to overlap border on .dijitTabContainerTop-tabs */
}
.dijitTabContainerBottom-tabs .dijitTab {
	top: -1px;	/* to overlap border on .dijitTabContainerBottom-tabs */
}
.dijitTabContainerLeft-tabs .dijitTab {
	left: 1px;	/* to overlap border on .dijitTabContainerLeft-tabs */
}
.dijitTabContainerRight-tabs .dijitTab {
	left: -1px;	/* to overlap border on .dijitTabContainerRight-tabs */
}
#chatTabs .dijitTab {
	top: 0px;	/* to overlap border on .dijitTabContainerTop-tabs */
}


.dijitTabContainerTop-tabs .dijitTab,
.dijitTabContainerBottom-tabs .dijitTab {
	/* Inline-block */
	display:-moz-inline-box;		/* FF2 */
	display:inline-block;			/* webkit and FF3 */
	#zoom: 1; /* set hasLayout:true to mimic inline-block */
	#display:inline; /* don't use .dj_ie since that increases the priority */
}

.dijitTabInnerDiv {
	position:relative;
}

.dijitTab .close {
	display: inline-block;
	cursor: default;
	font-size: small;
}

/* images off, high-contrast mode styles */
.dijitTab .closeText {
	display:none;
	padding: 0 2px;
	margin: 0 2px;
}

.dijit_a11y .closeText {
	display:inline;
	margin-left:6px;
}

.dijit_a11y .dijitTab .dijitClosable .closeImage {
	display:none;
}

.dijit_a11y .closeText:hover {
	border:thin solid;
}
.dijit_a11y .dijitTabChecked {
	border-style:dashed !important;
}

.dijit_a11y .dijitTabInnerDiv {
	border-left:none !important;
 }


.dijitInlineEditor {
	/* span around an inline-editable value when in edit mode */
	position:relative;
	vertical-align:bottom;
}
.dj_ie .dijitInlineEditor {
	vertical-align:middle;
}

.dijitInlineValue {
	/* span around an inline-editable value when NOT in edit mode */
}

.dijitInlineEditor .dijitButtonContainer {
	/* div around the buttons -- makes them float below the field */
	position:absolute;
	right:0;
	overflow:visible;
}

.dijitInlineEditor .saveButton,
.dijitInlineEditor .cancelButton {
}

/* Tree */

.dijitTreeRow, .dijitTreeContent {
	white-space: nowrap;
}

.dijitTreeRow img {
	/* make the expando and folder icons line up with the label */
	vertical-align: middle;
}

.dijitTreeContent {
    cursor: default;
}

.dijitExpandoText {
	display: none;
}

.dijit_a11y .dijitExpandoText {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-family: monospace;
	border-style: solid;
	border-width: thin;
	cursor: pointer;
}

.dijitTreeLabel {
	margin: 0px 4px;
}

/* Dialog */

.dijitDialog {
	position: absolute;
	z-index: 999;
	padding: 1px;
}

.dijitDialogFixed div.dijitDialogTitleBar {
	cursor:default; 
}

.dijitDialogUnderlayWrapper {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
	background: transparent !important;
}

.dijitDialogUnderlay {
	background: #000;
	opacity: 0.5;
}

.dj_ie .dijitDialogUnderlay {
	filter: alpha(opacity=50);
}

/* images off, high-contrast mode styles */
.dijit_a11y .dijitInputLayoutContainer,
.dijit_a11y .dijitDialog {
	opacity: 1 !important;
	background-color: white !important;
}

.dijitDialog .closeText {
	display:none;
	/* for the onhover border in high contrast on IE: */
	position:absolute;
}

.dijit_a11y .dijitDialog .closeText {
	display:inline;
}

.dijitSliderMoveable {
	z-index:99;
	position:absolute !important;
	display:block;
	vertical-align:middle;
}

.dijitSliderMoveableH {
	right:0;
}

.dijit_a11y div.dijitSliderImageHandle,
.dijitSliderImageHandle {
	margin:0;
	padding:0;
	position:absolute !important;
	border:8px solid gray;
	width:0;
	height:0;
}
.dijit_a11y .dijitSliderFocused .dijitSliderImageHandle {
	border:4px solid #000;
	height:8px;
	width:8px;
}

.dijitSliderImageHandleV {
	top:-8px;
	left:-6px;
}

.dijitSliderImageHandleH {
	left:-8px;
	top:-5px;
	vertical-align:top;
}

.dijitSliderBar {
	border-style:solid;
	border-color:black;
}

.dijitSliderBarContainerV {
	position:relative;
	height:100%;
	z-index:1;
}

.dijitSliderBarContainerH {
	position:relative;
	z-index:1;
}

.dijitSliderBarH {
	height:4px;
	border-width:1px 0;
}

.dijitSliderBarV {
	width:4px;
	border-width:0 1px;
}

.dijitSliderProgressBar {
	background-color:red;
	z-index:1;
}

.dijitSliderProgressBarV {
	position:static !important;
	height:0%;
	vertical-align:top;
	text-align:left;
}

.dijitSliderProgressBarH {
	position:absolute !important;
	width:0%;
	vertical-align:middle;
	overflow:visible;
}

.dijitSliderRemainingBar {
	overflow:hidden;
	background-color:transparent;
	z-index:1;
}

.dijitSliderRemainingBarV {
	height:100%;
	text-align:left;
}

.dijitSliderRemainingBarH {
	width:100% !important;
}

/* the slider bumper is the space consumed by the slider handle when it hangs over an edge */
.dijitSliderBumper {
	overflow:hidden;
	z-index:1;
}

.dijitSliderBumperV {
	width:4px;
	height:8px;
	border-width:0 1px;
}

.dijitSliderBumperH {
	width:8px;
	height:4px;
	border-width:1px 0;
}

.dijitSliderBottomBumper,
.dijitSliderLeftBumper {
	background-color:red;
}

.dijitSliderTopBumper,
.dijitSliderRightBumper {
	background-color:transparent;
}

.dijitSliderDecorationH {
	text-align:center;
}

.dijitSlider .dijitSliderButton {
	font-family:monospace;
	margin:0;
	padding:0;
	display:block;
}

.dijit_a11y .dijitSliderButtonInner {
	visibility:visible !important;
}

.dijitSliderButtonContainer {
	text-align:center;
	height:0;
}

.dijitSlider .dijitButtonNode {
	padding:0;
	display:block;
}

.dijitRuleContainer {
	position:relative;
	overflow:visible;
}

.dijitRuleContainerV {
	height:100%;
	line-height:0;
	float:left;
	text-align:left;
}

.dj_opera .dijitRuleContainerV {
	line-height:2%;
}

.dj_ie .dijitRuleContainerV {
	line-height:normal;
}

.dj_gecko .dijitRuleContainerV {
	margin:0 0 1px 0; /* mozilla bug workaround for float:left,height:100% block elements */
}

.dijitRuleMark {
	position:absolute;
	border:1px solid black;
	line-height:0;
	height:100%;
}

.dijitRuleMarkH {
	width:0;
	border-top-width:0 !important;
	border-bottom-width:0 !important;
	border-left-width:0 !important;
}

.dijitRuleLabelContainer {
	position:absolute;
}

.dijitRuleLabelContainerH {
	text-align:center;
	display:inline-block;
}

.dijitRuleLabelH {
	position:relative;
	left:-50%;
}

.dijitRuleMarkV {
	height:0;
	border-right-width:0 !important;
	border-bottom-width:0 !important;
	border-left-width:0 !important;
	width:100%;
	left:0;
}

.dj_ie .dijitRuleLabelContainerV {
	margin-top:-.55em;
}

/* Toolbar A11y */
.dijit_a11y .dijitButtonContents .dijitButtonText {
	display: inline !important;
}

.dijitTextArea {
	width:100%;
	overflow: auto;	/* w/out this IE's SimpleTextArea goes to overflow: scroll */
}
.dijitTextArea > DIV {
	text-decoration:none;
	overflow:auto;
	min-height: 1.40em;
}

.dj_ie .dijitTextArea p {
	margin-top:0;
	margin-bottom:0;
	line-height: normal !important;
}

.dijitToolbarSeparator {
	height: 18px;
	width: 5px;
	padding: 0 1px;
	margin: 0;
}

/* Editor */
.dijitIEFixedToolbar {
	position:absolute;
	/* top:0; */
	top: expression(eval((document.documentElement||document.body).scrollTop));
}

/* TimePicker */

.dijitTimePickerItemInner {
	text-align:center;
	border:0;
	padding:2px 8px 2px 8px;
}

.dijitTimePickerTick,
.dijitTimePickerMarker {
	border-bottom:1px solid gray;
}

.dijitTimePicker .dijitDownArrowButton {
	border-top: none !important;
}

.dijitTimePickerTick {
	color:#CCC;
}

.dijitTimePickerMarker {
	color:black;
	background-color:#CCC;
}

.dijitTimePickerItemSelected {
	font-weight:bold;
	color:#333;
	background-color:#b7cdee;
}

.dijitTimePickerItemHover {
	background-color:gray;
	color:white;
	cursor:pointer;
}

.dijit_a11y .dijitTimePickerItem {
	border-bottom:1px solid #333;	
}


/* Disable the high contrast character */
.dijitToggleButtonIconChar {
	display:none !important;
}
.dijit_a11y .dijitToggleButtonIconChar {
	display:inline !important;
}

.dijit_a11y .dijitToggleButtonIconChar {
	visibility:hidden;
}
.dijit_a11y .dijitToggleButtonChecked .dijitToggleButtonIconChar {
	visibility:visible !important;
}

.dijitArrowButtonChar {
	display:none !important;
}
.dijit_a11y .dijitArrowButtonChar {
	display:inline !important;
}
.dijitInputLayoutContainer {
	position: relative;
	overflow: hidden;
}
.dijitSpinnerButtonContainer {
	float: right;
	width: 18px;
	position: relative;
	overflow: hidden;
}
.dijitSpinner .dijitInputLayoutContainer .dijitArrowButton {
	height: 50%;
	width: 16px;
	overflow: hidden;
}
.dijitSpinner .dijitInputLayoutContainer .dijitArrowButtonInner {
	overflow: hidden;
	line-height: 50%;
}
.dijit_a11y .dijitSpinner .dijitInputLayoutContainer .dijitArrowButton {
	width: 100%;
}
.dijit_a11y .dijitSpinner .dijitArrowButton .dijitArrowButtonChar {
	font-size: 0.4em;
	vertical-align: top;
}
.dijit_a11y .dijitSpinnerButtonContainer {
	width: 0.5em;
	margin-left: 2px;
	overflow: visible;
}
.dijit_a11y .dijitSpinnerButtonContainer .dijitButtonNode {
	border-width: 1px 0px 0px 1px;
	border-style: solid !important;
}

/**
 * Dijit for tabs
 */
.dijitHidden {
display:none !important;
}
.dijitVisible {
display:block !important;
position:relative;
}
/*** ../html/_front/css/Tooltip.css ***/
.dijitTooltip,
.dijitTooltipDialog {
	
	background: transparent;	
}
.dijitTooltipBelow {
	
	padding-top: 10px;
}
.dijitTooltipAbove {
	
	padding-bottom: 10px;
}
.dijitTooltipContainer {
	
	background-color: #fff;
	border:1px solid #d3d3d3;
	padding:0.45em;
}
.dijitTooltipConnector {
	
	border:0px;
	z-index: 2;
}
.dijitTooltipABRight .dijitTooltipConnector {
	
	left: auto !important;
	right: 6px;
}
.dijitTooltipBelow .dijitTooltipConnector {
	
	top: 0px;
	left: 6px;
	background:url(/_front/images/tooltip/tooltipConnectorUp.png) no-repeat top left;
	width:17px;
	height:11px;
}
.dj_ie6 .dijitTooltipBelow .dijitTooltipConnector {
	background-image: url(/_front/images/tooltip/tooltipConnectorUp.gif);
}
.dijitTooltipAbove .dijitTooltipConnector {
	
	bottom: 0px;
	left: 6px;
	background:url(/_front/images/tooltip/tooltipConnectorDown.png) no-repeat top left;
	width:17px;
	height:11px;
}
.dj_ie6 .dijitTooltipAbove .dijitTooltipConnector {
	background-image: url(/_front/images/tooltip/tooltipConnectorDown.gif);
}
.dj_ie6 .dijitTooltipAbove .dijitTooltipConnector {
	bottom: -5px;
}
.dijitTooltipLeft {
	padding-right: 10px;
}
.dj_ie6 .dijitTooltipLeft {
	padding-left: 11px;
}
.dijitTooltipLeft .dijitTooltipConnector {
	
	right: 0px;
	bottom: 3px;
	background:url(/_front/images/tooltip/tooltipConnectorRight.png) no-repeat top left;
	width:11px;
	height:17px;
}
.dj_ie6 .dijitTooltipLeft .dijitTooltipConnector {
	background-image: url(/_front/images/tooltip/tooltipConnectorRight.gif);
}
.dijitTooltipRight {
	padding-left: 10px;
}
.dijitTooltipRight .dijitTooltipConnector {
	
	left: 0px;
	bottom: 3px;
	background:url(/_front/images/tooltip/tooltipConnectorLeft.png) no-repeat top left;
	width:11px;
	height:17px;
}
.dj_ie6 .dijitTooltipRight .dijitTooltipConnector {
	background-image: url(/_front/images/tooltip/tooltipConnectorLeft.gif);
} 
/*** ../html/_front/css/Dialog.css ***/
.dijitDialog {
	background: #fff;
	padding: 0px;
}

.dijitDialog .dijitDialogTitle {
	border-top: none;
	border-left: none;
	border-right: none;
}

.dijitDialog .dijitDialogPaneContent {
	background: #fff;
	border:none;
	border-top: 1px solid #d3d3d3;
	padding:10px;

}

.dijitDialogTitleBar {
	padding: 5px 6px 3px 6px;
	cursor: move;
	outline:0;
	background-color:#f7f7f7;
	text-align:center;
}

.dijitDialogTitle {
	/* typography and styling of the dialog title */
	font-weight: bold;
	padding: 4px;
	padding-right:20px;
	outline:0;
}

.dijitDialogCloseIcon {
	background: url("/_front/images/tabClose.png") no-repeat right top;
	position: absolute;
	vertical-align: middle;
	right: 7px;
	top: 7px;
	height: 15px;
	width: 15px;
	cursor: pointer;
}
.dj_ie .dijitDialogCloseIcon {
	background : url("/_front/images/tabClose.gif") no-repeat right top;
}

.dijitDialogContent {
	padding: 8px;
}

/*** ../html/_front/css/TabContainer.css ***/
/* Tabs, shared classes */
.dijitTabPaneWrapper {
	background:#fff;
	border:1px solid #ccc;
	margin: 0;
	padding: 0; 
}

.dijitTab {
	line-height:normal;
	margin-right:4px;	/* space between one tab and the next in top/bottom mode */
	padding:0px;
	border:1px solid #ccc;
	background-color:#f9f9f9;
}

.dijitTabInnerDiv {
	padding:6px 8px 5px 9px;
	padding-left:4px;
	padding-right:4px;
}

.dijitTabSpacer {
	font-size: 1px;
}

/* checked tab*/
.dijitTabChecked {
	/* the selected tab (with or without hover) */
	background-color:#fff;
	border-color: #ccc;
	background-image:none;
}

/* hovered tab */
.dijitTabHover {
	color: #243C5F;
	border-top-color:#92a0b3;
	border-left-color:#92a0b3;
	border-right-color:#92a0b3;
}

.dijitTabCheckedHover {
	color: inherit;
	border:1px solid #ccc;
	background:#fff;
}

.dijitTab .dijitClosable .closeNode {
	/* Inline-block */
	display:-moz-inline-box;		/* FF2 */
	display:inline-block;			/* webkit and FF3 */
	#zoom: 1; /* set hasLayout:true to mimic inline-block */
	#display:inline; /* don't use .dj_ie since that increases the priority */
	vertical-align:top;
	width: 1em;
	height: 1em;
	padding: 0;
	margin: 0;
}

.dijitTab .dijitClosable .closeImage {
	background: url("/_front/images/tabClose.png") no-repeat right top;
	width: 12px;
	height: 12px;
}

.dijitTab .dijitTabButtonSpacer {
	height: 12px;
	width: 1px;
}

.dj_ie6 .dijitTab .dijitClosable .closeImage {
	background-image:url("/_front/images/tabClose.gif");
}

.dijitTabCloseButton .dijitClosable .closeImage {
	background-image : url("/_front/images/tabClose.png");
}
.dj_ie6 .dijitTabCloseButton .dijitClosable .closeImage {
	background-image : url("/_front/images/tabClose.gif");
}

.dijitTabCloseButtonHover .dijitClosable .closeImage {
	background-image : url("/_front/images/tabCloseHover.png");
}
.dj_ie6 .dijitTabCloseButtonHover .dijitClosable .closeImage {
	background-image : url("/_front/images/tabCloseHover.gif");
}

/* ================================ */
/* top tabs */
.dijitTabContainerTop-tabs {
	margin-bottom: -1px;
	border-color: #ccc;
}

/* top container */
.dijitTabContainerTop-container {
	border-top: none;
}

/* checked tabs */
.dijitTabContainerTop-tabs .dijitTabChecked {
	border-bottom-color:white;
}

/* strip */
.dijitTabContainerTopStrip {
	border: 1px solid #ccc;
	padding-top: 2px;
	padding-left: 3px;
}

.dijitTabContainerTopStrip {
	background: #f2f2f2;
}

/* ================================ */
/* bottom tabs */
.dijitTabContainerBottom-tabs {
	margin-top: -1px;
	border-color: #ccc;
}

/* bottom container */
.dijitTabContainerBottom-container {
	border-bottom: none;
}

/* checked tabs */
.dijitTabContainerBottom-tabs .dijitTabChecked {
	border-top-color:white;
}

/* strip */
.dijitTabContainerBottomStrip {
	padding-bottom: 2px;
	padding-left: 3px;	
	border: 1px solid #ccc;
}

.dijitTabContainerBottomStrip {
	background: #f2f2f2;
}

/* top/bottom strip */
.dijitTabContainerBottom-spacer,
.dijitTabContainerTop-spacer {
	height: 0px;
	border-top: 1px solid #ccc;
	background: #fff;
}


/* ================================ */
/* right tabs */
.dijitTabContainerRight-tabs {
	margin-left: -1px;
	border-color: #ccc;
}

/* right container */
.dijitTabContainerRight-container {
	border-right: none;
}

/* checked tabs */
.dijitTabContainerRight-tabs .dijitTabChecked {
	border-left-color:white;
}

/* strip */
.dijitTabContainerRightStrip {
	padding-right: 2px;
	padding-top: 3px;	
	border: 1px solid #ccc;
}

.dijitTabContainerRightStrip {
	background: #f2f2f2;
}

/* ================================ */
/* left tabs */
.dijitTabContainerLeft-tabs {
	margin-right: -1px;
	border-color: #ccc;
}

/* left conatiner */
.dijitTabContainerLeft-container {
	border-left: none;
}

/* checked tabs */
.dijitTabContainerLeft-tabs .dijitTabChecked {
	border-right-color:white;
}

/* strip */
.dijitTabContainerLeftStrip {
	padding-left: 2px;
	padding-top: 3px;	
	border: 1px solid #ccc;
}

.dijitTabContainerLeftStrip {
	background: #f2f2f2;
}

/* ================================ */
/* left/right tabs */
.dijitTabContainerLeft-tabs .dijitTab,
.dijitTabContainerRight-tabs .dijitTab {
	margin-right:0px;
	margin-bottom:4px;	/* space between one tab and the next in left/right mode */
}

/* left/right tabstrip */
.dijitTabContainerLeft-spacer,
.dijitTabContainerRight-spacer {
	width: 0px;
	border-left: 1px solid #ccc;
	background: #fff;
}


/* ================================ */

/* this resets the tabcontainer stripe when within a contentpane */
.dijitTabContainerTop-dijitContentPane .dijitTabContainerTop-tabs {
	border-left: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	padding-top: 0px;
	padding-left: 0px;	
}

/*** ../html/_front/css/ContentPane.css ***/
/* ContentPane */

.dijitContentPane {
    padding: 0px;
}

/* nested layouts */
.dijitTabContainerTop-dijitContentPane,
.dijitTabContainerLeft-dijitContentPane,
.dijitTabContainerBottom-dijitContentPane,
.dijitTabContainerRight-dijitContentPane,
.dijitAccordionContainer-dijitContentPane {
    border: none;
    background-color: #fff;
    padding: 5px;
}

.dijitSplitContainer-dijitContentPane,
.dijitBorderContainer-dijitContentPane {
    border: 1px #ccc solid;
    background-color: #fff;
    padding: 5px;
}
/*** ../html/_front/css/ImageUploader.css ***/
.imageUploader {
	border:solid 1px #9b9b9b;
	overflow: scroll;
	height:337px;

}
.imageUploader .box {
	margin:3px; 
	padding:3px; 
	border:solid 1px #ccc; 
	background:#fff;
	float: left;
}
.imageUploader .box .image {
	text-align: center;
	display: table;
	height:100px;
}
.imageUploader .box .image a {
	width: 100px;
	height: 100px;
	display: table-cell;
   	vertical-align: middle;
   	background-color: #f0f0f0;
}
.imageUploader .box .line {
	border-top:solid 1px #ccc;
	text-align: left;
	margin-top:3px;
	width: 100px;
}
.noApprove{
	border-top:1px solid #cccccc;
	margin-top:3px;
	height:42px;
}

.noApprove div{
	top:30%;
	position:relative;
	text-align:center;
	color:#bb0000;
}



/*** ../html/_front/css/BBCode.css ***/
.markItUp * {
	margin:0px; padding:0px;
	outline:none;
}
.markItUp a:link,
.markItUp a:visited {
	color:#000;
	text-decoration:none;
}
.markItUp  {
	margin:5px 0 5px 0;
}
.markItUpContainer  {
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
	font:12px 'Courier New', Courier, monospace;
	clear:both; display:block;
	line-height:18px;
	overflow:auto;
}
.markItUpPreviewFrame	{
	overflow:auto;
	background-color:#FFF;
	width:99.9%;
	height:300px;
	margin:5px 0;
}
.markItUpFooter {
	width:100%;
}
.markItUpResizeHandle {
	overflow:hidden;
	width:22px; height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/_front/images/bbcode/handle.png);
	cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li	{
	list-style:none;
	float:left;
	position:relative;
}
.markItUpHeader ul li:hover > ul{
	display:block;
}
.markItUpHeader ul .markItUpDropMenu {
	background:transparent url(/_front/images/bbcode/menu.png) no-repeat 115% 50%;
	margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display:none;
	position:absolute;
	top:18px; left:0px;	
	background:#FFF;
	border:1px solid #000;
}
.markItUpHeader ul ul li {
	float:none;
	border-bottom:1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background:#FFF url(/_front/images/bbcode/submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
	margin:0 10px;
	width:1px;
	height:16px;
	overflow:hidden;
	background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
	width:auto; height:1px;
	margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position:absolute;
	top:-1px; left:150px; 
}
.markItUpHeader ul ul ul li {
	float:none;
}
.markItUpHeader ul a {
	display:block;
	width:16px; height:16px;
	text-indent:-10000px;
	background-repeat:no-repeat;
	padding:3px;
	margin:0px;
}
.markItUpHeader ul ul a {
	display:block;
	padding-left:0px;
	text-indent:0;
	width:120px; 
	padding:5px 5px 5px 25px;
	background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
	color:#FFF;
	background-color:#000;
}

.markItUp .bold a {
	background-image:url(/_front/images/bbcode/bold.png);
}
.markItUp .italic a {
	background-image:url(/_front/images/bbcode/italic.png);
}
.markItUp .underline a {
	background-image:url(/_front/images/bbcode/underline.png);
}
.markItUp .stroke a {
	background-image:url(/_front/images/bbcode/stroke.png);
}

.markItUp .align-left a {
	background-image:url(/_front/images/bbcode/text_align_left.png);
}
.markItUp .align-center a {
	background-image:url(/_front/images/bbcode/text_align_center.png);
}
.markItUp .align-right a {
	background-image:url(/_front/images/bbcode/text_align_right.png);
}

.markItUp .float-left a {
	background-image:url(/_front/images/bbcode/text_padding_left.png);
}
.markItUp .float-right a {
	background-image:url(/_front/images/bbcode/text_padding_right.png);
}

.bbcode .img a	{
	background-image:url(/_front/images/bbcode/picture.png);
}
.bbcode .img1 a	{
	background-image:url(/_front/images/bbcode/picture1.png);
}
.bbcode .img2 a	{
	background-image:url(/_front/images/bbcode/picture2.png);
}
.bbcode .img3 a	{
	background-image:url(/_front/images/bbcode/picture3.png);
}
.bbcode .img4 a	{
	background-image:url(/_front/images/bbcode/picture4.png);
}
.bbcode .img5 a	{
	background-image:url(/_front/images/bbcode/picture5.png);
}

.bbcode .youtube a	{
	background-image:url(/_front/images/bbcode/youtube.png);
}

.bbcode .url a	{
	background-image:url(/_front/images/bbcode/link.png);
}
.bbcode .clean a	{
	background-image:url(/_front/images/bbcode/clean.png);
}
#emoticons {
	margin-bottom: 2px;
}
#emoticons img {
	margin-right:4px;
}
/*** ../html/_front/css/styles.css ***/
/**
 * Base Tags
 */
body {
	margin: 0px;
	background: #dce9f0 url('/_front/images/main_bg.png') 0 0 repeat-x;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #000;
}
body.otherProffileBodyMale {
    background: #CDEFF0 url('/_front/images/main_bg_male.png') 0 0 repeat-x;
}
body.otherProffileBodyFemale {
    background: #EFDFE9 url('/_front/images/main_bg_female.png') 0 0 repeat-x;    
}

img {
	border: none;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form, form dd {
	padding: 0px;
	margin: 0px;
}

form table tr td {
	vertical-align: top;
}

form table tr td textarea {
	width: 500px;
	height: 200px;
}

form table tr td .full {
	width: 500px;
	font-family: Trebuchet MS;
	font-size: 13px;
}

form ul.errors {
	color:red;
	margin: 2px;
	padding: 0px;
	list-style-position: inside;
}
/**
 * 1ord's styles
 */
td{
    vertical-align: top;
}
.literal{
    font-size: 20px;
    color: black;
    padding-left: 15px;
    margin-bottom: -30;
}
/* LIST OF ARTISTS */ 
.list{
    font-size: 14px; 
    color: #676767;
    width: 100%;
}
.list td
{
    width: 25%;
}
.list a:link, .list a:visited{
    color: #ce0000;
    text-decoration: none;
    font-size: 14px;
    padding-right: 10px; 
    line-height: 150%;
    font-weight: 500;
}
.list a:hover{
    text-decoration: underline;
}
.block .content a:link, .block .content a:visited {
text-decoration:none;
}
/* A B C D */ 
.abc{
    font-size: 12px; 
    color: #676767;
    line-height: 150%;
}
.abc a:link, .abc a:visited{
    color: #ce0000;
    text-decoration: none;
    font-size: 12px;
    margin: 4px;
}
.abc a:hover{
    text-decoration: underline;
}
.abc-active a:link, .abc-active a:hover, .abc-active a:visited{
    font-weight: bold;
    color: black;
}
.artist{
    text-align:left;
}
/**
 * Site width 
 */
.siteAlign {
	text-align: center;
}

.siteWidth {
	margin: 0px auto;
	width: 980px;
	text-align: left;
}

/**
 * Layouts 
 */
#layout {
	margin-top: 10px;
	width: 980px;
	overflow: hidden;

}

.leftCol {
	float: left;
	width: 125px;
}

.rightCol {
	float: right;
	width: 320px;
}
.centerCol
{
	width: 650px;
}
.leftAdminCol {
	float: left;
	width: 240px;
}

.centerLeft {
	margin-left: 135px;
}

.centerRight {
	/*margin-right: 330px;*/
    float:left;
}
.centerAdminCol {
	margin-left: 250px;
}

.clear {
	clear: both;
	font-size: 0;
}
.clear-left {
	clear: left;
	font-size: 0;
}
.clear-right {
	clear: right; font-size: 0px;
}
.floatBox {
	width: 100%;
	overflow: hidden;
}

#blogMessageBox p{
	margin:0px;
}

.splitter {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: solid 1px #ccc;
}

.reply {
	margin-top:10px;
	margin-left: 20px;
	overflow: hidden;
}
/**
 * Image Form field
 */
.fileField .image {
	float: left;
	padding: 1px;
}

.fileField .image a {
	border: solid 1px #888;
	padding: 1px;
	display: block;
}

.fileField .image a img {
	width: 40px;
}

.fileField .fields {
	margin-left: 48px;
}

/**
 * Global classes 
 */
.userPhoto {
	border: solid 1px #cfcece;
	padding: 1px;
}
.avatar {
	border: solid 1px #ffffff;
	padding: 1px;
	width:60px;
	height:60px;
}

.imageBox {
	width: 93px;
	float: left;
	padding: 2px;
}

#friends-block-all .imageBox, #friends-block-mutual .imageBox, #visitors-block .imageBox {
	width: 90px;
}


.imageBox .image {
	margin: 0px auto;
	text-align: center;
}


.imageBox .name {
	font-size: 12px;
	text-align: center;
	padding-top: 1px;
	font-weight: bold;
}

.imageBox .status {
	font-size: 11px;
	text-align: center;
	padding-top: 1px;
}

.imageBox .date {
	font-size: 10px;
	text-align: center;
}

.contentBox {
	margin-left: 100px;
}

/**
 * Buttons
 */
.blue {
	cursor: pointer;
	background: url('/_front/images/btn-grey-b-l.png') 0 0 no-repeat;
	display:inline-block;
}

.blue span {
	background: url('/_front/images/btn-grey-b-r.png') 100% 0 no-repeat;
	display:inline-block;	
}

.blue span span {
	background: url('/_front/images/btn-grey-bg.png') 0 0 repeat-x;
	margin-left:3px;
	margin-right:3px;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	display:inline-block;
	padding-top: 2px;
}

.grey {
	background: url('/_front/images/btn-grey-l.png') 0 0 no-repeat;
	display:inline-block;
	cursor: pointer;
}

.grey span {
	background: url('/_front/images/btn-grey-r.png') 100% 0 no-repeat;
	display:inline-block;	
}

.grey span span {
	background: url('/_front/images/btn-grey-bg.png') 0 0 repeat-x;
	margin-left:3px;
	margin-right:3px;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	display:inline-block;
	padding-top: 2px;
}
 
.greylogin {
	background: url('/_front/images/btn-grey-b-l.png') 0 0 no-repeat;
	display:inline-block;
	cursor: pointer;
}

.greylogin span {
	background: url('/_front/images/btn-grey-b-r.png') 100% 0 no-repeat;
	display:inline-block;
}

.greylogin span span {
	background: url('/_front/images/btn-grey-bg.png') 0 0 repeat-x;
	margin-left:3px;
	margin-right:3px;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	display:inline-block;
	padding-top: 2px;
}

/**
 * Header 
 */
#header {
	margin-top: 10px;
/*	margin-bottom: 10px;*/
	margin-bottom:5px;
}

#header #logoBox {
	float: left;
}

#header #logoBox #langs {
	margin-left: 105px;
	font-weight: bold;
	font-size: 12px;
}

#header #logoBox #langs span a {
	color: #fff;
	text-decoration: none;
}

#header #logoBox #langs span a:hover {
	text-decoration:underline;
}

#header #logoBox #langs span {
 	padding-left:1px;
}



#header #radioButton {
	margin-left: 30px;
	cursor: hand;
	cursor: pointer;
}

/** 
 * User 
 */
#header #avatarBox {
	float: right;
	margin-left: 10px;
}

#header #userInfo  {
	float: right;
	width: 350px;
	height:70px;
}

#header #userInfo #textsBox 	{
	font-size: 12px;
	margin-right: 80px;
	color: #ccc;
	width:215px;
	margin-top:-3px;
}

#header #userInfo #textsBox a {
	color: #fff;
}

#header #userInfo #textsBox a:hover {
	text-decoration: underline;
}

#header #userInfo #textsBox #welcome {
	font-size: 13px;
	margin-bottom: 8px;
}

#header #userInfo #textsBox #welcome a {
	font-weight: bold;
}

#myActions{
	width:230px;
}
#header #userInfo #textsBox .myLinks {
	margin-top: 2px;
}

#header #userInfo #textsBox .myLinks .messages span{
	background-image: url(/_front/images/icons/messages.gif); 
	width: 13px; 
	height: 9px; 
	background-repeat: no-repeat;
	background-position: left;
}

#header #userInfo #textsBox table, #header #userInfo #textsBox table td table{
	width:100%;
}
#header #userInfo #textsBox table td{
	padding:0.5px;
}
.exitLink{
	text-align:right;
}
#top.exitLink{
	width:35px;
}
#header #userInfo #textsBox table td table #chat{
	width:40px;
}
#header #userInfo #textsBox table td table #settings{
	width:60px;
}
#header #userInfo #textsBox #playList.myLinks,#header #userInfo #textsBox #subscribe.myLinks{
	width:45px;
}
#header #userInfo #textsBox #messages.myLinks{
	width:30px;
}


/*
#header #userInfo #textsBox .exitLink, #header #userInfo #textsBox .requestsLink {
	float:right;
}


#header #userInfo #textsBox .top {
	margin-top: 1px;
	padding-right:10px;
}
*/
/**
 * Guest
 */
#header #loginBox {
	float: right;
	width: 300px;
	height: 70px;
}

#header #loginBox #loginField, #header #loginBox #passwordField {
	float: left;
	margin-right: 5px;
}

#header #loginBox label {
	color: #fff;
	display: block;
	margin-left: 1px;
	font-size: 13px;
}

#header #loginBox #login, #header #loginBox #password {
	width: 110px;
}

#header #loginBox #submitButton {
}

#header #loginBox #links {
	margin: 0px;
	padding: 0px;
	margin-top: 1px;
	text-align: left;
	font-size: 12px;
}

#header #loginBox #links a {
	color: #fff;
}
#loginForm input {font-family:Trebuchet MS; padding: 1px;}

.social-login-box {
    color: white; font-size: 12px;
    text-align: right;
}


/**
 * footer
 */
#footer {clear: right; width: 100%; padding-right: 1px;}
#footer #menu {
	margin-top: 15px;
}

#footer #menu a {
	color: #0066cc;
}

#footer #copyright {
	margin-top: 5px;
	margin-bottom: 15px;
}

/**
 * Main menu
 */
#mainMenu {
	background: #cc3300 url('/_front/images/menu_bg.png') 0 0 repeat-x;
	font-size: 18px;
	font-family: Trebuchet MS;
	color: #fff;
	height: 44px;
}

#mainMenu #search {
	text-align:left;
	width:320px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
}

#mainMenu #search #searchTable
{
	margin-top:-1px;
}
#mainMenu #search table #searchTypeRow
{
	width:42px; 
	padding-left: 12px;
	padding-top:3px;
	vertical-align:middle;
}
#mainMenu #search table td input
{
	height:auto;
	width: 100%;
	padding: 0px;
	color:#777777;
	padding:1px;
	padding-top:2px;
	padding-bottom:2px;
	font-family:trebuchet MS;
}
#mainMenu #search #searchType
{
	font-size: 11px;
	font-weight: bold;
	padding-right: 7px;
	background: url(/_front/images/search-dot.png) right 55% no-repeat;
	margin-right: 5px;
}
#mainMenu #search table #searchInputRow
{
	padding-top:2px;
}
#mainMenu #search table #searchArrow
{
	padding: 0px; 
	padding-left:5px;
	padding-right:5px;
	width: 20px;
	cursor:pointer;
	vertical-align:middle;
}
#mainMenu #search #searchButton
{
	margin-bottom: 0px;
	width:17px; 
	height:7px;
}
#mainMenu #search #searchType:link, #mainMenu #search #searchType:visited
{
	color: white;
}
#searchTypeSelect
{
	position: relative;
	top: 0px;
	left: 885px;
	width: 70px;
	height: 125px;
	border: 2px solid #CC3300;
	background-color: white;
	font-size: 13px;
	z-index: 2000;
	padding: 4px;
	display: none;
}

#mainMenu #menu {
	padding-top: 12px;
	padding-left: 10px;
}

#mainMenu #menu a {
	color: #fff;
	text-decoration: none;
	margin-right: 39px;
	font-size: 18px;
	font-weight: bold;
}
#mainMenu.mainMenuAdmin
{
	background: #cc3300 url('/_front/images/menu_bg_admin.png') 0 0 repeat-x;
}
/**
 * Blocks 
 */
.block {
	background: #fff;
	border: solid 1px #ccc;
	padding: 1px;
	margin-bottom: 10px;
}
.block .content {
	background: #fff url('/_front/images/block_bg.png') 0 0 repeat-x;
	padding: 10px;
}
.leftCol .block .content, .rightCol .block .content, .block .dark {
	background: #f0f0f0;
}

/**
 * Block Headers
 */
.block .content h1, h2.blockH1 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-family: Trebuchet MS;
	font-weight: normal;
	margin-bottom: 10px;
	color: #333333;
}
h2.blockH1{
	color: #333333 !important;
    font-size:22px !important;
}
#alsoPrefer.blockH1{
	font-size:18px;
	margin-bottom:5px;
}

.block .content .hr {
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
    color:#292828;
    font-size: 22px;
}
.block .content .foterComments
{
	border-top: solid 1px #ddd;
	padding-top: 10px; 
}

.block .content h2 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #cc0000;	
}

.block .content h3 {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-family: Trebuchet MS;
	font-weight: normal;
}

/**
 * Block top right links
 */
.rightLinks {
	margin-top: 4px;
	float: right;
	font-size: 13px;
	font-weight: bold;
}

.rightLinks a {
	color: #cc0000;
	text-decoration: none;
}

.rightLinks a:hover {
	text-decoration: underline;
}

.rightLinks .status {
	font-size: 13px;
	font-weight: normal;
}

.block .blueLink {
	color: #3c89d5;
}

.block .inline {
	margin-top: 3px;
	margin-bottom: 5px;
}
.inline .name, .inline .comments, .inline .datetime,  .inline .best {
	display: inline;
	margin-right: 3px;
	font-size: 13px;
}

.inline .name {
	background: url(/_front/images/icons/user.png) 0 0 no-repeat;
	padding-left: 20px;
}

.inline .comments {
	background: url(/_front/images/icons/comments.gif) 0 50% no-repeat;
	padding-left: 20px;
    cursor:pointer;cursor:hand;
}

.inline .keywords {
	background: url(/_front/images/icons/keywords.png) 0 0 no-repeat;
	padding-left: 20px;
}

.inline .best {	
	background: url(/_front/images/icons/best.gif) 0 50% no-repeat;
	padding-left: 20px;
}

.datetime {
	color: #777;
}

.inline .name a, .inline .comments a {
	color: #3c89d5;
}

.online {
	color: #00dd00;
}

.away {
	color: #6597ea;
}

.deleted {
	color:#990000;
}

.message .photo {
	margin-bottom: 5px;
}

.message h3 {
	padding-bottom:5px;
	padding-top:5px;
}


/**
 * Block bottom right links for items
 */
.rightButtons {
	padding-top: 3px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

.rightButtons a {
	color: #0066cc;
	text-decoration: none;
}

.rightButtons a:hover {
	text-decoration: underline;
}

/**
 * Chat
 */
.chatBox {
	font-size: 12px;
}
.chatBox .my {
	color: #aa0000;
	margin-bottom: 2px;
	font-weight: bold;
}
.chatBox .friend {
	color: #00aa00;
	margin-bottom: 2px;
	font-weight: bold;
}

.chatUsers {
	float:right;
	width:116px;
}

.chatUsers .online{
	background: url('/_front/images/icons/online.gif') 0 0 no-repeat;
	padding-left: 20px;
}

.chatUsers .offline{
	background: url('/_front/images/icons/offline.gif') 0 0 no-repeat;
	padding-left: 20px;
}

.chatUsers .used{
	background: url('/_front/images/icons/online-used.gif') 0 0 no-repeat;
	padding-left: 20px;
}

.chatUsers .away{
	background: url('/_front/images/icons/online-away.gif') 0 0 no-repeat;
	padding-left: 20px;
}

.chatNotDisturb {
	background: url('/_front/images/icons/online-used.gif') 0 0 no-repeat;
	width:18px;
	height:18px;
}
.chatNotify {
	background: url('/_front/images/icons/online.gif') 0 0 no-repeat;
	width:18px;
	height:18px;
}

.chatBox {
	margin-right:120px;
}
.chatBox .userBox {
	overflow: hidden;
	width: 100%;
}
.chatBox .userBox .user {
	background: url('/_front/images/icons/current.gif') 0 0 no-repeat;
	padding-left: 20px;
	float: right;
	margin-top: 8px;
}
.chatBox .userBox .user #current-user {
	font-weight: bold;
}

.chatNotifyWindow {
	position:fixed;
	top:10px;
	right:10px;
	background: #fff;
	border: solid 1px black;
	text-align: left;
	padding: 3px;
	width:300px;
	z-index:10000;
}

.chatNotifyContainer {
	position:fixed;
	top:10px;
	right:10px;
	width:300px;
	z-index:10000;
}
.chatNotifyItem {
	background: #fff;
	border: solid 1px black;
	text-align: left;
	padding: 3px;	
	margin-bottom: 2px;
}

.tags a {
	color: #3c89d5;
}

.mail {
	border:solid 1px #ddd;
	background-color: #f4f4f4;
	padding: 3px;
}

.mail .messages {
	border:solid 1px #ddd;
	border-bottom:none;
	font-size: 12px;
}

.mail .messages .unReaded {
	font-weight: bold;
	font-size: 13px;
}

.mail .noMessages {
	border:solid 1px #ddd;
	background-color: #fff;
	padding: 1px;
	text-align: center;
}

.mail .messages table {
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}

.mail .messages table td {
	padding: 1px;
}

.mail .messages table .check, .mail .messages .head .check {
	width:20px;
}

.mail .messages table .name, .mail .messages .head .name {
	width:155px;
}

.mail .messages table .date, .mail .messages .head .date {
	width: 175px;
}

.mail .messages table .staple, .mail .messages .head .staple {
	width: 15px;
}
.mail .messages table .name
{
	width: 155px;
}

.mail .messages table .date {
	color: #888;	
	font-size: 11px;
	text-align: right;
}
.mail .messages .head .date {
	color: #000;
	text-align: center;	
}

.mail .orderBy {
	display: inline; 
}

.mail .messages .head {
	background: #dce9f0 url('/_front/images/main_bg.png') 0 100% repeat-x;
	cursor: auto;
}

.mail .messages .head {
	font-weight: bold;
	color:#000;
	text-align: left;	
}

.mail .messages table .over {
	background-color: #fafafa;
}

.mail .message {
	border:solid 1px #ddd;
	font-size: 12px;
	background-color: #fff;
	padding: 5px;
}
.mail .message p{
	margin-top: 0px;
	margin-bottom: 0px;
}

.theme div, .name div{
	white-space: nowrap; 
	overflow: hidden;
}

.mail .massagesList tr td 
{
	border-bottom: 1px solid #ddd;
}

.theme div {
	width: 230px;
}
.name div {
	width: 148px;
}

#theme{
  overflow:hidden;
	width:539px;
	height:20px;
}

.notifications .imageBox{
	width: 60px;
}
.notifications2 .imageBox{
	width: 48px;
}

.notifications2 .imageBox .avatar{
	width: 32px;
	height: 32px;
}
.notifications2 .contentBox {
	margin-left:48px;
}
.notifications2 .splitter {margin-bottom: 5px; padding-bottom: 5px;}

.connections {
	border: solid 1px #999;
	padding: 2px;
	height: 100px;
	width: 344px;
	overflow: auto;
}

.connections .item {
	padding: 1px;
	background: #f5f5f5;
	margin-bottom: 1px;
}

.connections .dark  {
	background: #ebebeb;
}

.doneButton {
	width:350px;
	padding-top: 3px;
}


.connections .item .remove {
	float:right;
	background:url(/_front/images/icons/remove.png) 50% 50%;
	background-repeat:no-repeat; 
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.invalid {
	background:url(/_front/images/icons/invalid.gif) 0% 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
}

.valid {
	background:url(/_front/images/icons/valid.gif) 0% 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.messagesBox {
	color: #00dd00;
	font-weight: bold;
	margin-bottom: 10px;
}

.messagesBox li {
	list-style-position: inside;
}

a.active {
	color:black;
}

.avatarsList {
	border: solid 1px #999;
	overflow: auto;
	width:auto;
	height:228px;
}

.avatarsList .image {
    border:1px solid #BBBBBB;
    float:left;
    margin-left:8px;
    margin-top:6px;
    padding:3px;
}

.avatarsList .active {
	background-color: #000;
}

#file-avatar .image img {
	width:60px;
	height:60px;
}
#file-avatar .fields {
	margin-left: 70px;
}


/**
 * Dojo
 */
.dijitComboBox {
	border: 1px solid #999; 
	color: #666;	
}
.dijitComboBox input {
	padding: 1px;
}
.dijitArrowButton {
	width:9px;
	height:20px;
	border: none;
	background-image: url(/_front/images/icons/combo.png);	
	background-repeat: no-repeat;	
	border-left: 1px solid #999;
}
.dijitMenu {
	border: 1px solid #999; 
	background-color: #f9f9f9; 
}
.dijitMenuItemHover {
	background-color: #aaa;
	color:#fff;
} 

.dijitButtonNode {
	border:none;
}


/**
FRIENDS SEARCH BLOCK
*/


.bgOtherParams
{
 	border:1px solid #000;
	width:280px;
	height:110px;
	background:#999999;
	z-index:99;
	position:absolute;
	filter: alpha(opacity=50); 
	-moz-opacity: .50;
	cursor:pointer;
	display:none;
}

#friends-block-search .case-search
{
	font-weight: bold;
}
#friends-block-search label, #friends-block-search .label
{
	display: block;
	margin-bottom: 5px;
}
#friends-block-search .search-full-text
{
	width: 280px;
	border: 1px solid #999;
}
#friends-block-search .search-age-text
{
	width: 30px;
	border: 1px solid #999;
}
#friends-block-search .otherParams
{
	width: 270px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
}
.emoticons {
	margin-bottom: 2px;
}
.emoticons img {
	margin-right:4px;
}
.quickDialogScrollingBlock
{
	overflow: auto;
	border: 1px solid gray;
}
.autoTable td
{
	vertical-align: top;
}

.embedVideo
{
	border: 1px solid #b3b9c3;
	width: 120px;
}
.embedLabel
{
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
}

/**
BEST BLOGS
*/
.bestBlogs td
{
	font-size:12px;
}

.bestBlogs td a
{
	font-size:12px;
}

.bestBlogs td span
{
	color:#888888;
}

a#nounder, a.nounder
{
	text-decoration:none !important;
}
a:hover#nounder, a:hover.nounder
{
	text-decoration:underline  !important;
}


.bestBlogs td h2 a
{
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
}

/**
RATINGS
*/
.ratings
{
	bo1rder:1px solid #000;
	padding:10px 0 0px 2px;
}

.ratingType span
{
	padding-left:12px;
	padding-right:12px;
}		

.songName
{
	font-size:13px;
	color:#bb0000;
	font-weight:normal;

}
.ratings .play {
	float: right;
	margin-top: 2px;	
}

.trackArists, .ratingType
{
	color:#888888;
}
.ratings .albPlay {display: block; float: none;}

.songRatingBlock a, .albumProp a, .ratingType span a
{
	color: #0066cc;
}

.songRatingBlock
{
 	font-size:13px;
 	height: 54px;
}
.songRatingBlock
{
	color:#888888;
}
.songRatingBlock b {font-weight: normal;}

.ratingBlock
{
 	height:70px;
 	clear: both;
}

.ratingBlock div
{
	float:left;	
	padding-right:5px;
	bord1er:1px solid #000;
}

.ratingBlock div h2 a
{
	font-size:13px;
}
.smallArts {font-size: 12px;}
.smallArts  a:link, .smallArts  a:visited{text-decoration: none !important;}
.smallArts  a:hover {text-decoration: underline !important;}

.editAlbumSongArtists
{
	border-color:#9DC2D5 #D3E4EC #D3E4EC #9DC2D5;
	border-style:solid;
	border-width:1px;
	background-color: #F1F1F1;
	padding: 1px;
}
.albrate {height: 88px;}

.artRatingTable, .albrate {width: 100%;}
.artRatingTable{margin-bottom: 20px;}
.artRatingTable td {vertical-align: middle;}
.artRatingTable .cov, .albrate .cov {width: 84px;}
.albrate .cov {padding-top:3px;}

/**
People with same taste
*/
.peopleBlock
{
	width:70px; 
	display:inline; 
	float:left; 
	margin-right:16px;
	margin-left:2px; 
	text-align:center;
}

.peopleBlock img
{
 	width:65px;
	height:65px;
	display:block;
}

#current-email
{
	color:#cc0000;
}

#userFileInfo strong, .fileInfo strong {font-size: 12px;}
#userFileInfo .blockInfo, .fileInfo .blockInfo{border: 1px solid #ccc; font-size: 11px; padding: 5px; margin-bottom: 5px;}

.edit_album_type {color: #333; display: none;}

.helpSections
{
	display: block;
    padding-top:5px;
}
.helpLinks
{
	margin: 5px; 
	margin-left:20px;
    margin-top: 0px;
	font-size: 13px;
}
.helpLinks .helpLink
{
	margin: 5px;
}
.helpText
{
	display: none;
	/*margin-left:15px*/
}
.helpText p{
	margin:0px;
}
a.help_link {
	font-size: 14px;
    text-decoration:none !important;
}
a.help_link:hover{
    text-decoration:none !important;
    border-bottom: 1px dashed;
    color:#cc0000 !important;
}
.help_h1{
    font-size:16px;
    color:#000000;
}
/*
.photoLabel
{
	z-index:900;
	position:absolute; 
	top: 200px; 
	left: 380px; 
}
*/
.photoLabel
{
	z-index:900;
	position: absolute;
    text-align: right;
    width:60px;
    padding-top: 10px;
}

.otherProffile .block .content {background-color: #eee; background-image: none;}
.otherProffileFemale .block .content {background-color: #eee;background-image: none;}
.otherProffileMale .block .content {background-color: #eee;background-image: none;}
.otherProffile .block .content h1 {}

.otherProffileMale .rightLinks .online {color:#1CBF00; font-weight:bold;}
#friends-block-search label.inline {display:inline-block;}
a#hide_link{text-decoration:underline;}
a:hover#hide_link{text-decoration:none;}


.headerRightLinks, .rightLinks {visibility: hidden;}
.rateBox{float:left;width:190px;}
.connectedBlock{
	padding-top: 10px; 
	vertical-align: bottom; 
	font-size: 12px;
}
#userBlock.connectedBlock{
	height:30px;
	padding-top:8px;
}
.social-login-box img {position:relative;top:-1px;}
/*** ../html/_front/css/upload.css ***/
@CHARSET "UTF-8";

body.upload {
color:#000000;
font-family:Trebuchet MS;
font-size:13px;
margin: 0;
}

.grey {
	cursor: pointer;
	background: url('/_front/images/btn-grey-l.png') 0 0 no-repeat;
	display:inline-block;
}

.grey span {
	background: url('/_front/images/btn-grey-r.png') 100% 0 no-repeat;
	display:inline-block;	
	font-size:13px;
}

.grey span span {
	background: url('/_front/images/btn-grey-bg.png') 0 0 repeat-x;
	margin-left:3px;
	margin-right:3px;
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
	display:inline-block;
	padding-top: 2px;
	font-size:13px;
}
.uploadInfoField
{
	font-size: 12px;
	color: 333;
}

/**
FAST UPLOAD
*/
.fastUploadCode
{
	display: none;
}
.progressPercents
{
color: #333;
}
.progressPanel
{

}
.fastUploadBox
{
}
.fastUploadInfoBox
{
}
.uploadInfoField
{
	padding-top: 3px;
	color: #333;	
}
.fastUploadFileName
{
	color: #000;
}
.fastUploadFileSize
{
	color: #000;
}
.fastUploadImageSize
{
	color: #000;
}
.fastProgressCustomLine
{
	background: url(/_front/images/fastUploadProgressFill.png);
	border: 1px solid #949aa0;
	padding-left: 5px;
	height: 20px;
}
.fastUploadComment
{
	font-size: 12px;
}
.uploadWait {
    background: url(/_front/images/task-man.gif) no-repeat scroll 1% 55% #EAF1F7;
    border:1px solid #B5D1DF;
    display:none;
    padding:4px 4px 4px 30px;
}

/*** ../html/_front/css/swstyles.css ***/
@CHARSET "UTF-8";

.column100 {
	width: 100px;
	float: left;
}
.column165 {
	width: 165px;
	float: left;
}
.column315 {
	width: 315px;
	float: left;
}
.column325 {
	width: 300px;
	margin-right:25px;
	float: left;
}
.columnFill {
/*	float: left;
	display: table-cell;*/
	display:block;
	vertical-align: middle;
}

.columnClear {
	clear: both;
	font-size: 0px;
}
.block .content a:link, .block .content a:visited
{
	text-decoration: underline;
}
.block .content a:hover
{
	color: #0f548d;
}
.block .content .description
{
	color: #333;
	
}

/**
With this album listen
*/
.with_this_album a:link, 
.with_this_album a:hover, 
.with_this_album a:visited{
    text-decoration:  none; 
    color:#1e77d1; 
    font-size:11px;
}
/**
Standart elements
*/
a.bluelink:link, a.bluelink:visited
{
	color: #0064cf;
	text-decoration:  underline;
}
a.bluelink:hover
{
	text-decoration:  none;
}
.swTextBox
{
	border: solid 1px #d3e4ec;
	border-top: solid 1px #9dc2d5;
	border-left: solid 1px #9dc2d5;
	height: 20px;
	margin-bottom: 2px;
	
}
.swLangGr
{
	background-image: url(/_front/images/icons/el.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.swLangEn
{
	background-image: url(/_front/images/icons/en.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.block .content .swHeader  {
	font-family: Trebuchet MS;
	font-size: 22px;
	color: #292828;
}

/*
Artist page styles
*/

.block .content .artistHeader  {
	font-family: Trebuchet MS;
	font-size: 22px;
	color: #292828;
}
.block .content .artistHeader .bluelink  {
	font-size:12px;
}

.aristBorder {
	border: solid 1px #d3d3d3;
	padding: 1px;
	width: 292px;
	height: 292px;
}
.artistSmallBorder {
	border: solid 1px #d3d3d3;
	padding: 1px;
	width: 128px;
	height: 128px;
}
.block .content .artistHeader2 {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 8px;
}
.block .content .artistHeader2 .count {
	font-size: 12px;
	font-weight: normal;	
}
.artistBio {
	max-height: 200px;
	height:expression(this.clientHeight < 200 ? 'autho' : '200px');
	overflow: hidden;
	width: 295px;	
}
.artistRightFunLinks {
	margin-top: 10px;
	margin-right: 30px;
	float: right;
	font-size: 13px;
	font-weight: bold;	
}
.headerRightLinks {
	margin-top: 10px;
	margin-right: 0px;
	float: right;
	font-size: 13px;
	font-weight: bold;	
}
.artistMoreFun {
	margin-right: 30px;
	float: right;
	font-size: 13px;
	font-weight: bold;	
	padding-left: 30px;
	background-color: #fff;
}
.artistBio p, .artistBigBio p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*Albums*/
#personalAlbumsTab-panel, #collectionsAlbumsTab-panel, #otherAlbumsTab-panel, #trackAlbumsTab-panel
{
	margin-top: 0px;
}

.discography
{
	border:0px solid #00ffff;
}

.discography td
{
	width:25%;
	padding-left: 12px;
}

.artistAlbum
{
	border:0px solid #000;
	width:100%;
	/*width: 141px;*/
	/*height: 220px;*/
	/*float: left;*/
	/*margin:0 9px 10px;*/
	margin-top: 0px;
	overflow: hidden;
/*	padding-left:15px;
	padding-right:15px;*/
	padding-bottom:20px;
	vertical-align:top;
}
.albumDateOut
{
	padding-left:12px;
	color: #707070;
	font-size: 11px;
}
.albumTitleLink
{
	/*padding-left:12px;
	padding-right:12px;*/
}

.albumTitleLink span
{
	color: #888888;
	font-size:12px;
}

.tdHidden
{
	background-color: #F1F1F1;
	border:1px solid #CCCCCC;
}


.artistAlbum .albumImg
{
	
}
.albumImg img
{
	border: solid 1px #d3d3d3;
	padding: 1px;
}

.songAttachFrame
{
	height: 45px;
	width: 100%;
	border: 0px solid transparent;
}
/*
Artist page
*/
.tabButtonRed
{
	cursor: hand;
	cursor: pointer;	
	  margin-right: 0px;
	
	 display:-moz-inline-stack;/*Нужно для Firefox*/
  display:inline-block; /*Не применяется в IE и Firefox*/
  _overflow:hidden;/*фикс для IE6*/
  zoom:1;/*включаем hasLayout*/
  *display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/
	
}
.tabButtonRed .tabButtonL
{
	background-color: #cc3300;
	background-image: url(/_front/images/albtab/red-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 22px;
	color: white;
}
.tabButtonRed .tabButtonR
{
	background-image: url(/_front/images/albtab/red-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
}
.tabButtonRed .tabButtonL .tabButtonR .tabButton 
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.tabButtonGray
{
	cursor: hand;
	cursor: pointer;	
	background-image: url(/_front/images/albtab/gray-center.gif);
	  margin-right: 0px;
	
	 display:-moz-inline-stack;/*Нужно для Firefox*/
  display:inline-block; /*Не применяется в IE и Firefox*/
  _overflow:hidden;/*фикс для IE6*/
  zoom:1;/*включаем hasLayout*/
  *display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/
	
}
.tabButtonGray .tabButtonL
{	
	background-image: url(/_front/images/albtab/gray-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 22px;
	color: #333333;
}
.tabButtonGray .tabButtonR
{
	background-image: url(/_front/images/albtab/gray-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
}
.tabButtonGray .tabButtonL .tabButtonR .tabButton 
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.tabButtonGray2
{
	 display:-moz-inline-stack;/*Нужно для Firefox*/
  display:inline-block; /*Не применяется в IE и Firefox*/
  _overflow:hidden;/*фикс для IE6*/
  zoom:1;/*включаем hasLayout*/
  *display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/

  margin-right: 0px;
	cursor: hand;
	cursor: pointer;	
	background-image: url(/_front/images/albtab/gray-center.gif);
}
.tabButtonGray2 .tabButtonL
{	
	background-image: url(/_front/images/albtab/gray-left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 22px;
	color: #333333;
}
.tabButtonGray2 .tabButtonR
{
	background-image: url(/_front/images/albtab/gray-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 22px;
}
.tabButtonGray2 .tabButtonL .tabButtonR .tabButton 
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

/*
Album page styles
*/
.albumBorder {
	border: solid 1px #d3d3d3;
	padding: 1px;
	width: 128px;
	height: 128px;
}
.albumProp
{
	color: #666666;
}
.trackLine
{
	clear: left;
	font-size: 13px;
	color: #333333;
    _overflow:hidden;/*фикс для IE6*/
    overflow:hidden;

}
.trackLine .trackDelete
{
    width: 50px;
    float:left;
}
.trackLine .trackNumber
{
	float: left;
	width: 25px;	
}
.trackLine .trackName
{
	float: left;
	width: 318px;	
	font-weight: bold;
}
.trackLine .trackArists
{
	float: left;
	width: 188px;	
}
.trackLine .trackTime
{
	float: left;
	width: 35px;
	font-size: 11px;
	padding-top: 2px;
}

.trackLine .trackButtons
{
	float: left;
	width: 60px;
}
.trackLine .trackDelim
{
	clear: left;
	border-bottom: 1px solid #e5e5e5;
	height: 8px;
	display: block;
	margin-bottom: 9px;
}
.trackLine .trackArists a:link, .trackLine .trackArists a:visited, a.blueLink:link, a.blueLink:visited
{
	color: #0066cc;
}
.trackLine .trackArists a:hover, a.blueLink:hover
{
	color: #cf1010;
}

.artistHeader a.blueLink
{
	font-size: 12px;
	margin-left: 10px;
	color: #0066cc;
	text-decoration: none;
}
.artistHeader a.blueLink:hover
{
	color: #cf1010;
}

.validate_error_title {margin: 0px; font-size: 18px; font-family: Trebuchet MS; color: #292828;}
.validate_error {margin: 10px 0px; padding: 0px;}
.validate_error li {list-style: square; margin: 0 0 0 20px; color: #333;}
.validate_buttons {text-align: center; padding-top: 7px;}
#blockFinishInfo {display: none;}
/*
Custom dialogs
*/
.custDialog
{
}
.custDialog .dialogHeader
{
	font-family: Trebuchet MS;
	font-size: 20px;
	color: #333333;
	margin: 3px;
	margin-top: 0px;
}
.dialogButtonsPanel
{
	clear: both;
	border-top: 1px solid #666;
	padding: 10px;
	padding-bottom: 0px;
}

/*
Select genres dialog
*/
.custDialog .genresList .genreItem
{
	display: block;
	float: left;
	width: 250px;
	height: 23px;
}
.custDialog .genresButtonsPanel
{
	clear: left;
	border-top: 1px solid #666;
	padding: 10px;
	padding-bottom: 0px;
}

/**
Any dialog with textboxes (such as Artist information)
*/
.editParamsDialog .textInput
{
	width: 100%;
}

/**
Select countries box
*/
.selectCountriesControl td
{
	vertical-align: middle;
}
.selectCountriesControl .countriesBox
{
	background-color: white;
	border: 1px solid gray;
	width: 100%;
	padding: 2px;
}
.selectCountriesControl .countriesList
{
	width: 100%;
	border: solid 1px #999;
	padding: 2px;
	height: 100px;
	overflow: auto;		
	background-color: white;	
}

.selectCountriesControl .countriesList .item {
	padding: 1px;
	background: #f5f5f5;
	margin-bottom: 1px;
}
.selectCountriesControl .countriesList .item .remove {
	float:right;
	background:url(/_front/images/icons/remove.png) 50% 50%;
	background-repeat:no-repeat; 
	width: 20px;
	height: 20px;
	cursor: pointer;
}

/**
Upload tracks
*/
.uploadTrackBox
{
	border: solid 1px #b5d1df;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(/_front/images/block_bg.png);
	background-repeat: repeat-x;
}
.uploadTrackInfo th {font-weight: normal;}
.uploadTrackInfo td
{
	padding-top: 3px;
}
.uploadSaveInfoLine
{
	height: 22px;
	background-image: url(/_front/images/uploadProgress.png);
	background-repeat: repeat-x;
	border-left: 1px solid #949aa0;
	border-right: 1px solid #949aa0;
	padding-left: 2px;
	vertical-align: middle;
}
.uploadProgressContainer
{
	height: 22px;
	background-image: url(/_front/images/uploadProgress.png);
	background-repeat: repeat-x;
	border-left: 1px solid #949aa0;
	border-right: 1px solid #949aa0;
}
.uploadProgressContainerFill
{
	background-image: url(/_front/images/uploadProgressFill.png);
	height: 22px;
	background-repeat: repeat-x;
	width: 0%;
}
.uploadProgressStatus
{
	position: relative;
	left: 10px;
	top: -20px;
	width: 100%;
}
.uploadClose
{
	background-image: url(/_front/images/remove-track.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
}
.uploadUp
{
	background-image: url(/_front/images/upload-up.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
}
.uploadDown
{
	background-image: url(/_front/images/upload-down.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
}
.songFeatText
{
	color: #0066CC;
	display: none;
}
.songArtistsRow
{
	display: none;
}

.albQuestion {padding: 15px 0 15px 0;}
.albQuestion h2#albQustionText {color: #333; font-size: 18px; }
.songQC {padding: 7px 0; margin: 0; display: none;}
.songQC label {color: #333; margin: 0;}
/*
Quick Dialog
*/
.quickDialog .dijitDialogPaneContent 
{
	padding: 5px;
}
.quickDialogMessage
{
	text-align: center;
}
.loadingDataOverlay
{
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	opacity: 0.5;
}

#ajaxLoadingOverlay
{
	z-index: 8000;
}
#ajaxLoadingOverlayInfoBox
{
	width: 200px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8001;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.loadingBlockInfoBox
{
	width: 100%;
}
.loadingBlockInfoBox td
{
	text-align: center;	
	vertical-align: middle;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	display: table-cell;
}
.proffileChatStatusDescription
{
	margin-top: 10px;
}
.proffileChatStatusDescription div
{
	margin: 5px;
}
#arrowsBlock{
	height:30px;
}
#scrollArrows{
	z-index:99;
	position:relative;
	display:none;
	text-align:center;
	width:59px;
	height:30px;
	background-image:url(/_front/images/chat_arrows_border.jpg);
	background-repeat: no-repeat;
}
.chatUsers .usersBlock{
	margin-top:7px;
} 
#scrollArrows img{
	cursor:pointer;
	padding-top:5px;
}
.usersBlock #scrollUp, .usersBlock #scrollDown{
	text-align:center;
	visibility:hidden;
}
#users-content{
	max-height:380px;
	height:380px;
	overflow:hidden;
}
#usersContentBox{
	max-height:380px;
	height:380px;
	width:115px;
	padding:5px;
	background-image:url(/_front/images/chat_user_border.jpg);
	background-repeat: no-repeat;
}


/**
 * UPLOAD
 */
#upload_file_button_cancel
{
	float: left;
	width: 105px; 
	text-align: center;
}

/*
DATA TABLE
*/
.sw_data_table .sw_data_table_background
{
	background-color: #6699B3;
}
.sw_data_table .sw_data_table_background table tr.normal
{
	background-color: #FFFFFF;
}
.sw_data_table .sw_data_table_background table tr.hilight
{
	background-color: #C6DBE6;	
}
.sw_data_table .sw_data_table_background table td
{
	padding-left: 5px;
}
.sw_data_table .sw_data_table_background table th
{
	background: #9DC2D5;
	height: 27px;
	color: #334D5A;
	text-align: center;
}
.sw_data_table .sw_data_table_background table tr.filter td
{
	padding: 0px;
	padding-right: 2px;
	text-align: center;
	background-color: #D4E4EC;
}

.sw_data_table .sw_data_filter
{
	margin: 0px;	
	width: 100%;
	background-color: #D4E4EC;
	border: 1px solid #334D71;
	color: #CC3300;
	font-size: 12px;
	font-weight: bold;
}

.sw_data_table #apply_filter
{
	color: #fff;
	font-size: 12px;
	width: 100px;
	font-weight: bold;
	background-color: #CC3300;
	border: 1px solid #990000;
}


/**
VIDEOS
*/
.videoList .vidName a:visited, .videoList .vidName a:link, .playerBottom a:visited, .playerBottom a:link
{
	font-size: 14px;
	color: #cc0000;
	margin-top: 5px;
	text-decoration: none;
}
.videoList .vidName a:hover
{
	text-decoration: underline;
}
.playerBottom a:visited, .playerBottom a:link
{
	text-decoration:underline;
}
.videoList .vidTime
{
	font-size: 14px;
	color: #999999;
}
.videoList .vidArt
{
	color: #999999;
	font-size: 12px;	
}
.videoList .vidArt a:visited, .videoList .vidArt a:link
{
	color: #0066cc;
	font-size: 12px;
} 
.vidPaginator 
{
	color: #666666;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
.vidPaginator a:visited, .vidPaginator a:link
{
	color: #3399ff;
	font-weight: normal;
	font-size: 15px;
	display: inline-block;
	margin: 2px;
}
.vidUserInfo a.login:link, .vidUserInfo a.login:visited 
{
	font-size: 13px;
	color: #0064cf;
	text-decoration:  none;
	font-weight: bold;
}
.vidUserInfo a.login:hover
{
	text-decoration: underline;
}
.vidUserInfo .infoRow
{
	font-size: 12px;
	color: #000;
	padding-top:2px;

}
.vidUserInfo .infoRow .infoHead
{
	font-size: 13px;
	color: #cb2322;
	font-weight: bold;
}
.vidUserInfo .infoRow2
{
	font-size: 13px;
	color: #000;
	padding-top:2px;
}

.vidUserInfo .infoRow2 a
{
    color:#0066cc;
}

.vidUserInfo .infoRow2 .infoHead
{
	font-size: 13px;
	color: #cb2322;
	font-weight: bold;
}

.vidUserInfo .infoLine
{
	height: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid #cdcdcd;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.vidUserInfo .infoDescription
{
	font-size: 13px;
	color: #000;
}
.videoAddContainer
{
	padding: 0px;
	background-image: url(/_front/images/content-bg-gray.png);
	height:87px;
}
.videoAddBlock
{
	border-left: 1px solid white;
	border-right: 1px solid #cdcdcd;
	width: 193px;
	height: 67px;
	padding: 10px;
	float: left;
	font-size: 12px;
}
.videoAddBlock .bigLabel
{
	color: #c90000;
	font-size: 18px;
}
.videoAddBlock .mediumLabel
{
	color: #c90000;
	font-size: 13px;
	padding-left: 70px;
}
.accordingTo
{
	color: #666666;
	font-size: 13px;
	margin-left: 20px;
	margin-right: 32px;
}
.accordingTo a
{
	margin-right: 20px;
	margin-left: 20px;
    text-decoration: none !important;
}

.accordingTo a:hover
{
    text-decoration: underline !important;
}

.accordingTo a.active:hover
{
    text-decoration: none !important;
    color:#000000;
}

.accordingTo a#el
{
	margin-right: 8px;
	margin-left: 8px;
}

.accordingTo b
{
	color: #cacaca;
	font-size: 10px;
}
.accordingTo a.active
{
	color: #000000;
	font-weight: bold;
}

/**
USER AVATARS
*/
.avatar72border
{
	border: 1px solid #999999;
	padding: 1px;
	width: 72px;
	height: 72px;
}
/* REPORT VIDEO */
.reportDialog .inputText
{
	border: 1px solid #999;
	background-color: #eee;
	width: 100%;
}
.reportDialog textarea.inputText
{
	background-color: #fff;
}

/* SEARCH */
.fullSearch{
	border:1px solid #cccccc; 
	font-size:12px;
}
.fullSearch td{
	padding:10px;
}
.fullSearch td #query{
	width:99%;
}
.fullSearch #submitCol{
	width:5%;
	text-align:center;
	padding-left:0px;
}
.fullSearch #searchTypes{
	text-align:left;
	padding-top:0px;
}

/*
MODERATOR SYSTEM MESSAGES
*/
.system_notify {color: #333; margin-bottom: 10px;  padding-bottom: 10px; border-bottom: 1px solid #ddd}
.system_notify span {font-size: 11px; font-style: italic;}



/*
	TRANSLATE SYSTEM
*/

#filterBox
{
	width: 500px;
	height:210px;
}

.wordBox
{
	border:1px solid #cccccc; 
	padding:10px;
	font-size:13px;
	width:500px;
}

#filterBox .wordBox
{
	width:480px;
}


.wordBox input
{
	width:380px;
}

.wordBox p
{
	margin-bottom:0px;
}

.translates
{	
	width:100%;
	border:1px solid #cccccc;
	border-bottom:none;
}

.translates .title
{
	width:80px;
}

.translates .title td
{
	border:1px solid #fff;
}


.translates td a:link
{
	color: #0066cc;
}

.translates td .inputText
{
	width:300px;
}

.withBorder td
{
	border-bottom:1px solid #cccccc;
	padding-bottom:10px;
}

#descs td
{
	vertical-align:middle;
	padding-top:5px;
}

.star
{
	color:#990000;
	display:none;
}


/**
UPLOAD VIDEO
*/
.attach_video_file
{
	background-color: #efefef;
	border: 1px solid #ddd;
}
#uploadVideoPublishingError, .uploadPublishingError, #uploadVideoPublishingError_Artists, #uploadVideoReplacementError
{
	color: #EB1C24;
	font-weight: bold;
	padding: 3px;
	display: none;
	
}

/**
last listen block
*/
.lastListenTracks {}
.lastListenTracks .item { clear: both;}
.lastListenTracks .item h2 {font-size:13px;color:#cc0000;display: inline;}
.lastListenTracks .item i,.lastListenTracks .item u {font-size:11px;color:#666666; text-decoration: none; font-style: normal;}
.lastListenTracks .item .bLink a:link, .lastListenTracks .item  .bLink a:visited {color: #0066cc; font-size: 11px; text-decoration: none;}
.lastListenTracks .item .bLink a:hover {text-decoration: underline;}
.lastListenTracks .item .play {margin-right: 5px; height: 16px;float:left;}
.lastListenTracks .item .add {margin-right: 5px; height: 16px;float:left;}
.lastListenTracks .item .userIcon {height: 16px;float:left;}
.lastListenTracks .item .userLink {padding: 0 0 2px 3px; display: inline-block;height: 16px;float:left;}
.lastListenTracks .item .playerRow{margin: 0 0 30px 0;}
.lastListenTracks#main .item .playerRow{margin: 0 0 28.5px 0;}
.lastListenTracks .item .artRow {margin: 0px 0 5px 0;}
.en .content#onair{padding-bottom:13px !important;}
.el .content#onair{padding-bottom:13px !important;}
/**
*/
#artistList
{
	border: 1px solid #cccccc; 
	overflow: auto; 
	height: 95px; 
	width: 99%; 
	padding:2px;
}
/**
IMAGE CROP DIALOG
*/
.normalize_btn {background-image: url(/_front/images/normalize.png); background-color: #F1F1F1; border: 1px solid #CCCCCC; width: 25px; height: 25px; display: inline-block;}
#imageCropInfo {font-size: 14px; text-align: center; color: #666; padding: 10px 0; border: 1px solid #efefef; }
#imageCropRegion { padding-top: 7px; background-color: white;}
#imageWait {display: none; padding: 7px}
#imageWait div {width: 100%; padding: 27px 0; text-align: center; height: 100%; border: 1px solid #999; background-color: #eee; color: #333; }

/**
PLAYERS
*/
.player_document
{
	margin: 0px;
	background:#a4c6d8;
}

#player_logo
{
	height:90px; 
	width:100%;
	background:#6699b3;
}

.player_body
{
	position:absolute;
	width:320px; 
	height:505px; 
	overflow: hidden;
	margin-left:20px;
	top:70px;
}

#song
{
	height:225px;
}

.smallArtCover
{
	width:62px; 
	height:62px; 
	float:left; 
	margin:5px; 
	margin-right:15px; 
	margin-bottom:10px; 
	display:inline;
	padding: 1px;
	border:1px solid #D3D3D3;
}

/**
Quick upload
**/
.uploadInfoLabel
{
	color:#000000;
	font-family:Trebuchet MS;
	font-size:13px;
	padding-top: 2px;
}

.editImageBlock
{
	border: 1px solid #999;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 5px 0;
}
.editImageBlock .imgc
{
	width: 187px;
	height: 187px;
	background-color: #fafafa;
	border: 1px solid #eee;
	display: block;
	text-align: center;
}

.editImageBlockB, .editImageBlockI
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	background-color: #FFFBCF;	
    border: 1px solid #eee;
    border-top: 0px;
}
.editImageBlockI
{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	background-color: transparent;
    border: 1px solid transparent;
    border-top: 0px;
}
.artistsField, .artistsFieldConnect 
{
	border-color:#9DC2D5 #D3E4EC #D3E4EC #9DC2D5;
	border-style:solid;
	border-width:1px;
	background-color: #F1F1F1;
	padding: 1px;	
  color: #444444;
} 

.artistsField ul {margin: 0px; padding: 0px; margin-left: 5px;}
.artistsField ul li {list-style-type: none; padding: 0px;}
.editNewAlbum .changeImgContainer {text-align: center; padding-top: 5px;}
.artistsFieldConnect{width: 402px; display: inline-block; height: 19px;}  

#songsList .trackNumber {color:#292828;font-family:Trebuchet MS;font-size:22px; width: 20px;}
#songsList .trackTopBtn {text-align: right;}



/**
FAST UPLOAD
*/
.fastUploadCode
{
	display: none;
}
.progressPercents
{
color: #333;
}
.progressPanel
{

}
.fastUploadBox
{
}
.fastUploadInfoBox
{
}
.uploadInfoField
{
	padding-top: 3px;
	color: #333;	
}
.fastUploadFileName
{
	color: #000;
}
.fastUploadFileSize
{
	color: #000;
}
.fastUploadImageSize
{
	color: #000;
}
.fastProgressCustomLine
{
	background: url(/_front/images/fastUploadProgressFill.png);
	border: 1px solid #949aa0;
	padding-left: 5px;
	height: 20px;
}

.required, .optional
{
	padding-top:3px;
	display:block;
}

.replaceVideoBox {
	border: 1px solid #ddd;
	padding: 5px;
	display: none;
}
.replaceVideoBoxTitle {
	font-size: 12px;
}
#videoFindResults {color: #333; font-size: 12px;}
#videoFindResults div {font-size: 14px; border: 1px solid #A0C4D6; background-color: #DAE8EF; margin-bottom: 1px; padding: 2px;}
#videoFindResults div img {margin: 0 20px 0 5px; padding-bottom: 1px; cursor: pointer;}
#replace_info {padding: 5px; color: #376F9D; font-weight: bold;}





#playlistNameChooseBlock {height: 25px; } 
#playlistNameChooseBlock div {float: left; width: 105px; color: #333333; font-size: 14px; padding-top: 2px;}
#playlistNameChooseBlock #playlistNameChooseSelect {display: block; float: left; width: 189px; padding: 1px; color: #333333;}

#playlistNameEnterBlock div {float: left; width: 50px; color: #333333; font-size: 14px; padding-top: 2px;}
#playlistNameEnterBlock #playlistNameEnterText {display: block; float: left; width: 240px; color: #333333;}
#playlistNameEnterBlock #playlistNameEnterText.default {color: #999999; font-size: 12px; width: 238px;}
#playlistNameEnterBlock #playlistNameEnterText.filled {font-size: 12px; color: #333333;width: 238px;}

.playlistScroller{padding: 0;margin: 0;font: 62.5%/1.4 tahoma,sans-serif;color: #be946a;position: relative;}
.playlistScroller .delivery_middle{background: #fefefe;overflow: hidden;height: 312px; width: 292px;border: 1px solid #999999;overflow: hidden;}
.playlistScroller .delivery_middle .col1 {width: 277px;float: left;}
.playlistScroller .delivery_middle .col2 {width: 15px; height: 312px;float: left;}
.playlistScroller .menu_scrolling{}
.playlistScroller .scrolling_line{width: 15px;background: url(/_front/images/scrolling_line_v.gif) repeat-y;height: 312px}
.playlistScroller .scrolling_line img{position: absolute;background: url(/_front/images/toddler_r_v.gif) no-repeat 0% 100%;}
.playlistScroller table.js_menu2{border-collapse: collapse;font-size: 1.1em;margin-left: 40px;}
.playlistScroller table.js_menu2 td{padding: 10px 0 5px 0;text-align: left;color: #000;}
.playlistScroller .track { border-bottom: 1px solid white; background-color: #f5f5f5; font-size: 12px; color: #333333; padding: 2px; cursor: pointer;}
.playlistScroller .track .time { color: #666; font-size: 11px; float: right;}

.playlistContainer {width: 279px;}
#playlistLinkContainer {margin: 5px 0; clear:both;}
#playlistLinkContainer td {text-align: center;}
#playlistLinkContainer td b {background: url(/_front/images/playlistLinkR.png) right center no-repeat; margin: 0 0 0 1px;}
#playlistLinkContainer td.plc_left {text-align: left;}
#playlistLinkContainer td.plc_right {text-align: right; background-image: none;}
#playlistLinkContainer a:link,#playlistLinkContainer a:visited {color: #0066CC; outline: none; border-bottom: 1px dashed #0066CC; text-decoration: none;}
#playlistLinkContainer a:hover {color: #CC0000; text-decoration: none; border-bottom: 1px dashed #CC0000;}
#playlistLinkContainer a.active:link,#playlistLinkContainer a.active:visited {color: #333333;  border: 1px solid transparent; cursor: default;}
#playlistLinkContainer a.disabled:link,#playlistLinkContainer a.disabled:visited {color: #999;  border: 1px solid transparent; cursor: default;}
.playlistBtn {float: right; display: none;}

#playlistSaveControls {margin-top: 10px; height: 23px;}
#playlistSaveControls .rightAlign {float: right;}
	 
#playlistPlayControls {margin-top: 10px; height: 23px;}
#playlistPlayControls img {cursor: pointer; margin-right: 2px;}

.pl_artists {font-size: 11px; color: #666;}
.pl_artists a:link, .pl_artists a:visited {color: #0066CC !important; text-decoration: none !important;}
.pl_artists a:hover {color: #0F548D !important; text-decoration: underline !important;}

#playlistNameEnterBlock {height: 25px;}
.playlistsTable {width: 100%; border-collapse: collapse;}
.playlistsTable td {border: 1px solid #eee;}
.playlistsTable .name {padding-top: 2px;}
.playlistsTable .name img{margin: 0 7px 0 3px; padding-bottom: 3px;}
.playlistsTable .login {width: 120px;font-size: 12px; text-align: center;}
.playlistsTable .tracks {color: #333; font-size: 11px; padding: 4px; width: 70px;}
.playlistsTable .date {color: #666; font-size: 11px; padding: 4px; width: 70px;}

.selectUpAlbum {width: 100%; border-collapse: collapse;}
.selectUpAlbum td {border: 1px solid #eee;}
.selectUpAlbum .name {padding: 3px 0 0 5px;}
.selectUpAlbum .date {color: #666; font-size: 11px; padding: 4px; width: 100px; text-align: center;}
.selectUpAlbum .action {width: 100px;font-size: 12px; text-align: center; padding: 3px 0 0 0;}
.el .selectUpAlbum .action {width: 140px;}

.videoDescription {width: 605px; height: 142px;	font-family: Trebuchet MS;
	font-size: 13px;
}

.btnwidth100 span span{width: 100px; text-align: center;}

.el .albArtSettings label {display: block; }



.delivery_middle {
	overflow:hidden;
	width:617px;
	
}
.menu_scrolling {
	padding:0px 0px 0px;
}
.scrolling_line {
background:transparent url(/_front/images/scrolling_line.png) repeat-x scroll 0 0;
height:15px;
}
.scrolling_line img {
background1:transparent url(/_front/images/toddler_r.png) no-repeat scroll 100% 0;
position:absolute;
cursor: pointer;
}
table.js_menu2 {
border-collapse:collapse;
}
.maAlb, .maAlbAll {
border:0 solid #000000;
margin-top:0;
overflow:hidden;
/*padding-bottom:20px;*/
vertical-align:top;
width: 146px; 
/*padding: 0 0 0 9px;*/
}

.maAlbAll{
width: 141px; 
float: left; 
margin:0 9px 10px; 
padding: 0px;
}

.maAlbMain{
	height:210px;
}


.albTLink {
padding-left:0px;
padding-right:0px;
}
.albALink {color: #666666; font-size: 12px;}
.albALink a:link, .albALink a:visited {color: #0066CC}
.albALink a:hover {color: #0F548D}
.albALink #infoBy {color:#000000;}
.mAlbDate {
color:#fff;
font-size:11px;
margin: -17px 0 5px 1px;
padding-left: 3px;
background: no-repeat url(/_front/images/ybg.png);
z-index: 500;
}

.albumImg a{
text-decoration:none;
}

.albumImg {z-index: 100; cursor:pointer; cursor:hand; width: 128px;}
.albumImg .img {
border:1px solid #D3D3D3;
padding:1px;
width: 128px;
height: 128px;
z-index: 1;
font-size: 0px;
display: block;
background: no-repeat 50% 50%;

}

#vdHistoryBlock {display: none;}

.videoDescText {width: 605px; height: 250px; background-color: #fff; border: 1px solid gray; border-color: #9DC2D5 #D3E4EC #D3E4EC #9DC2D5;}
#descTabCont {margin-bottom: 10px;}
#vDescWindowLoadData, #vDescWindowSaveData, #vDescWindowSendToModerator, #vDescWindowSaved {display: none; }


.albumsYears {padding: 10px; }
.albumsYears a {font-size: 15px; margin-right: 10px; display:inline-block;}
.albumsYears b {font-size: 15px; margin-right: 10px; display:inline-block;}
.albumsGenres {text-align: center;}
.albumsGenres .tabButtonRed, .albumsGenres .tabButtonGray {margin-bottom: 5px;}

.artistLinkControl .alc_artists {}
.artistLinkControl .alc_btn {width: 105px; text-align: right;}
.el .artistLinkControl .alc_btn {width: 152px;}

.noAlbums {color: #CC0000; text-align: center;}

.mostPopular .pos {font-size:13px; padding:0 0 2px 0; line-height:180%; color:#888888; vertical-align: middle;}
.mostPopular .pos b {font-weight: normal;}
.mostPopular .track { width: 250px; font-size:13px; color:#d33030}
.mostPopular .length {font-size:13px; color:#888888;} 

#photosLine{padding-bottom:10px;}
#label_message{padding-top:23px;}

.hiddenField {display: none;}


.albumsListRequests .section ol{margin-top: 2px;}
.albumsListRequests .section h2{margin: 0 0 0 18px;}

.mainBlockButtons {margin-bottom: 10px; text-align: center; font-size: 12px;}
.unAppPhoto { color: red;}


/**
 * Genres control
 */
.genres-control-field {
	background-color:#F1F1F1;
	border-color:#9DC2D5 #D3E4EC #D3E4EC #9DC2D5;
	border-style:solid;
	border-width:1px;
	color:#444444;
	padding:1px;
	padding-left: 3px;
	font-size: 13px;
}

.disabled-button {color: #999;}

.genres-control-dialog-item {color: #444; width: 245px; display: block; float: left;}
.genres-control-dialog-item-default {color: #000; font-weight: bold;}
.genres-control-dialog-item-selected {color: #000; }
.genres-control-dialog-buttons {clear: left; text-align: right; padding-top: 12px; padding-right: 10px;}
.genres-control-container {width: 760px; height: 240px; overflow: auto; border: 1px solid #D3D3D3}

.newEvent .countries_list {width: 300px;}
.content.newEvent h3 {color: #333; margin-top: 10px;}
.content.newEvent .smallEventBorder {
	border: solid 1px #d3d3d3;
	padding: 1px;
}

.content.newEvent .changeImgContainer {text-align: center; padding: 5px;}
.content.newEvent .eventTypeBlock {padding: 5px;}



.current-month {font-size: 13px; color: #333; text-align: center; font-weight: bold; padding-top: 3px; cursor: pointer; cursor: hand;}
.switlle-callendar-day-selector table th {text-align: center; color: #0066cc; font-size: 12px;}
.switlle-callendar-day-selector {padding: 0 20px;}
.switlle-callendar-day-selector td{text-align: center; color: #333; padding: 4px 0;cursor: pointer; cursor: hand; border: 1px solid transparent;-moz-border-radius: 3px; border-radius: 3px;}
.switlle-callendar-day-selector td.today {border: 1px solid #afc8e1;}
.switlle-callendar-day-selector td.inactive {color: #999;}
.switlle-callendar-day-selector td.hover {background-color: #eee; border: 1px solid #ddd;}
.switlle-callendar-day-selector td.selected {background-color: #E69980; border: 1px solid #cc3300;}
.switlle-callendar-day-selector td.restricted {text-decoration: line-through;font-size: 10px;color: #fff !important;background-color: #fff;cursor: default !important;border-color: #ffffff;}

.switlle-callendar-month-selector {padding: 0 20px; display: none;}
.switlle-callendar-month-selector td{text-align: center; color: #333; padding: 18px 0;cursor: pointer; cursor: hand; border: 1px solid transparent;-moz-border-radius: 5px; border-radius: 5px;}
.switlle-callendar-month-selector td.hover {background-color: #eee; border: 1px solid #ddd;}
.switlle-callendar-month-selector td.active {background-color: #D7E4F0; border: 1px solid #afc8e1;}
.switlle-callendar-month-selector td.selected {background-color: #E69980; border: 1px solid #cc3300;}
.current-month.static {display: none; cursor: text;}

.switlle-multi-callendar {overflow: auto; height: 275px; border: 1px solid #DFDFDF}
.switlle-multi-callendar .switlle-callendar {float: left;}

.event_params {display: none;}
.event_params .param {vertical-align: middle; width: 120px; height: 30px;}
#regular_select_dates_static {padding: 5px;}

.switlle-time-selector-hours td, .switlle-time-selector-minutes td {padding: 5px 7px; border: 1px solid #eee; text-align: center; vertical-align: middle; color: #333; cursor: pointer; cursor: hand;}
.switlle-time-selector-hours td.hover, .switlle-time-selector-minutes td.hover {background-color: #eee; border: 1px solid #ddd;}

.regular_day_times {width: 100%;}
.regular_day_times td {width: 25%;}
.regular_day_times .rday_time {display: none;}
#regular_select_dates_container {display: none;}

#regular_select_times,.regular_select_times {overflow: hidden;}
#regular_select_times .title, .regular_select_times .title {font-size: 14px; font-weight: bold; color: #333; border-bottom: 1px dashed #ccc; margin: 3px; clear: left;}
.rdt {width: 260px; overflow: hidden; padding: 2px; float: left;}
.rdt_name {width: 125px; float: left;padding: 3px;}
.rdt_time {float: left;}
#regular_select_times_container {display: none;}

#tour_select_dates_container {display: none;}
#tour_select_dates_static {padding: 5px;}

#simple_event_countries_block {display: none;}
#regular_event_countries_block {display: none;}

.tour_event_item {
	background-image:url(/_front/images/block_bg.png);
	background-repeat:repeat-x;
	border:1px solid #B5D1DF;
	margin-bottom:5px;
	padding:7px;
}
#tour_describe_events {display: none;}
.tour_countries_block {display: none;}
#tour_event_item_template {display: none;}
.selectTourArtists {display: none;}

.edited-text p {margin: 0px;}
#publishInfoHelp {display: none; border: 1px solid #EBCCCC; color: #990000; margin: 7px 5px 7px 0; font-size: 11px; padding: 2px; -moz-border-radius: 5px; border-radius: 5px; display: none;}

#orphus {display: none;}
.loadHref {text-decoration: none !important; cursor: wait;}

#chatTabs_tablist {overflow: hidden !important;}
#chatTabs .dijitTab {top: 0px;	/* to overlap border on .dijitTabContainerTop-tabs */}
.event-short-desc {width: 602px; height: 70px;}
.newEvent #publishContainer {margin-top: 7px;}
.disabledButton * {color: #666 !important; }

.events .events-container {overflow: hidden;}
.events .event-block {width: 298px;  border: 1px solid transparent; float: left;}
.events .event-spacer {margin-right: 22px;}
.events .event-image {width: 294px; height: 161px; border: solid 1px #d3d3d3;cursor: pointer; cursor: hand;display: block; text-decoration: none !important;}
.events .event-image .img {width: 292px; height: 126px;	border: solid 1px transparent; background: no-repeat 50% 50%;}
.events .event-image .event-name {height: 30px; background: url(/_front/images/event-name1.png) repeat-x; line-height: 14px; font-size: 13px; padding: 1px 1px 1px 3px; color: #fff; width: 288px; margin-left: 1px;}
.events .event-visitors {background-image:url(/_front/images/event-visitors.png); width: 33px; height: 24px; margin:90px 0 0 257px; color: #cc3300; font-size: 11px; padding: 9px 0 0 0; font-weight: bold; text-align: center;}
.events .event-dates {background:url(/_front/images/event-dates.png) no-repeat; width: 61px; height: 31px; font-size: 11px; color: #fff; padding: 1px 7px 0 0; text-align: right; line-height: 14px; margin: 10px 14px 7px 0; float: left;}
.events .event-name-art {float: left; width: 214px; margin-top: 6px;}
.events .event-name-art .name:link, .events .event-name-art .name:visited {font-size: 13px; color: #cc0000; line-height: 20px; text-decoration: none;}
.events .event-name-art .name:hover {text-decoration: underline;}
.events .event-name-art .arts{	color: #999999;	font-size: 12px;}
.events .event-name-art .arts a:link, .events .event-name-art .arts a:visited {color: #0066cc;font-size: 12px;}
.events .event-sdesc {color: #333; height: 76px; overflow: hidden; margin-top: 0px;}
.events .event-types {margin-bottom: 10px;}
.events .event-sdesc-more {text-align: right; margin-top: -22px;}
.events .event-sdesc-more a {background-color: white; padding-left: 3px;}
.events .event-name span {display: block; height: 29px; overflow: hidden;}

.container-block {overflow: hidden;}
.event-foot {margin-bottom: 12px;}
.event-foot .info {float: right; padding-top: 2px;}
.event-foot .user {background: no-repeat url(/_front/images/icons/user.png); padding-left: 21px}
.event-foot .user a:link, .event-foot .user a:visited {color:#3C89D5; text-decoration: none;}
.event-foot .user a:hover {text-decoration: underline; color: #0F548D;}
.event-foot .info b {font-weight: normal; color: #b0b0b0}
.event-foot .comments {background: 0 20% no-repeat url(/_front/images/icons/comments.gif); padding-left: 21px;cursor:pointer;cursor:hand;}
.event-foot .comments a:link, .event-foot .comments a:visited {color:#3C89D5; text-decoration: none;}
.event-foot .comments a:hover {text-decoration: underline; color: #0F548D;}

.event .title {font-size: 22px; color: #cc0000; line-height: 24px; text-decoration: none;}
.event .event-artists {font-size: 13px; margin-bottom: 7px;}
.event .event-artists a:link, .event .event-artists a:visited {color: #3C89D5;font-size: 13px; text-decoration: none;}
.event .event-artists a:hover {text-decoration: underline;}

.event .event-image {width: 622px; height: 269px; border: solid 1px #d3d3d3;padding: 1px; }
.event .event-desc {width: 463px; color: #333; float: left; margin-right: 15px; }
.event .event-desc p {margin: 0;}
.event .event-date-border {width:143px; padding: 1px; border: solid 1px #d3d3d3; float: left; margin-top: 3px;}
.event .event-date {background: url(/_front/images/event-date-bg.png) repeat-x; width:143px; }
.event .event-date * {text-align: center;}
.event .event-date .month {font-size: 22px; text-transform: uppercase; color: #cc0000;}
.event .event-date .day {font-size: 36px; color: #cc0000;}
.event .event-date .time {font-size: 24px; text-transform: uppercase; color: #000; border-top: 1px solid #000; border-bottom: 1px solid #000; margin: 0 3px;padding:1px 0;}
.event .event-date .place {font-size: 14px;border-bottom: 1px solid #000;padding:1px 0;margin: 0 3px;}
.event .event-date .visitors {background-image:url(/_front/images/event-visitors.png); width: 33px; height: 24px; margin:2px 0 2px 57px; color: #cc3300; font-size: 11px; padding: 9px 0 0 0; font-weight: bold; text-align: center;}
.event .event-address {border-top: solid 1px #dddddd; padding: 3px 0 0 0; color: #333; margin: 5px 0 0 0;font-weight: bold;font-size: 13px;}
.event .event-phone {color: #333; font-weight: bold;font-size: 13px;}
.event .event-cost {color: #333; font-weight: bold; font-size: 13px;}
.event-date-control {float: right;} 
.event-date-control .event-remove-date {
	background-image: url(/_front/images/remove-track.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
}
.go-empty {font-size: 19px;}
.event-zoom {margin: -48px 0 0 580px; display:block;}
.event-cover-image {outline: none;}	
.switlle-address-popup .dijitMenuItem {padding: 0 1px 1px 1px}
.switlle-address-line {display: block; background-color: white; cursor: default;}
.switlle-address-line-hover {background-color: #F0F6F9;}
.switlle-address-text{color: #333; }
.switlle-address-text .dijitComboBoxHighlightMatch {background-color: #D1E0E8;}
.switlle-address-phone{color: #666; display: block; font-size: 10px;}

.tour-plan-date-border {padding: 1px; border: solid 1px #d3d3d3; margin-bottom: 2px;}
.tour-plan-date {background: url(/_front/images/event-date-bg.png) repeat-x; padding: 5px; cursor: pointer;}
.tour-plan-date-hover {background: url(/_front/images/event-date-bg-hover.png)}
.tour-plan-date .date {font-size: 13px; color: #cc0000;}
.tour-plan-date .place {font-size: 13px; color: #333;}
.tour-plan-date .address {font-size: 12px; color: #333;}

.activeMusicType {color: black !important; text-decoration: none !important; font-weight: bold;}

.citysel-container {width: 660px; height: 280px;overflow: auto; border: 1px solid #D3D3D3; }
.citysel-container table td {width: 25%}
.selected-city {font-weight: bold;}
.citysel-buttons {margin-top: 7px;}
.city_notify {display: none; color: green; padding-left: 10px;}

.no-events {font-size: 16px; color: #cc0000; text-align: center; padding: 30px;}
.exists-event {border:1px solid #D3D3D3;margin-bottom:2px;padding:3px;}
.exists-event .type {}
#audienceAvatars {overflow: hidden;}
.dijitMenuItem {cursor:pointer; cursor: hand;}
.disabledField {border: 1px solid #BFBFBF; border-color: #AFAFAF #CFCFCF #CFCFCF #AFAFAF; background-color: #f1f1f1; color:#444444;font-size:13px;padding:1px;}

.old_event_date {background-image:url(/_front/images/block_bg.png);
background-repeat:repeat-x;
border:1px solid #B5D1DF;
margin-bottom:5px;
padding:7px;}

#main-albums-pages {overflow: hidden;text-align: center;padding-left:150px;display:none;}
.main-album-page {background: url(/_front/images/ma-default.gif) no-repeat; width:62px;height:29px; float: left; margin: 0 10px; cursor:hand; cursor: pointer;}
.main-album-page-selected {background-image: url(/_front/images/ma-selected.gif) !important; }
.main-album-page-active {background-image: url(/_front/images/ma-selected.gif) !important; }
.contacts #first_name {font-size: 1px; width: 1px; height: 1px; border: 0px solid white;}
.map_block{width:450px;margin:2px;margin-right: 10px;margin-left: 0px;float:left;}
.map_block a{text-decoration:none !important;}
.map_block a:hover{text-decoration:underline !important;}
#mapContent h2{margin-top:10px;color:#333333;font-size:22px;}
#main-events{padding-bottom: 3px; margin-bottom: 0px;}

.moderLangs {float: right; padding-top: 12px; font-size: 18px;font-weight: bold;}
.moderLangs a:link, .moderLangs a:visited {color: #fff; text-decoration: none;}
.moderLangs a:hover {color: #fff; text-decoration: underline;}
.moderLangs b {color: #000; }
#main-albums-list {marggin-bottom:5px;}
.artistHeader#main-block-header {padding-left:3px;margin-bottom:10px;}
#best-header {margin-bottom:10px;}
.playerBottom{
	position:absolute;
	top:580px;
	width:308px !important;
    width:319px;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #f1f1f1;
	padding:5px;
    font-family: Trebuchet MS;
    font-size: 12px;
}
.playerBottom a:visited, .playerBottom a:link
{
	font-size: 12px;
}
.withArtCell {color:#d33030; font-size:16px; vertical-align:middle;padding-bottom: 5px;}

.evArtAll,.block .content a.evArtAll:hover {color: #CC0000 !important; text-decoration: none !important; cursor: default;}

.artist-image-container {cursor:pointer;width:292px;z-index:100;}

.artist-image {
background:transparent none no-repeat scroll 50% 50%;border:1px solid #D3D3D3;display:block;
font-size:0;height:292px;padding:1px;width:292px;z-index:1;}

.vip-artist {background: url(/_front/images/vip.png) no-repeat; height: 21px;
color:#FFFFFF;font-size:11px;margin:-23px 0 5px 2px;padding-left:3px;z-index:500;    }

.bioPostedBy {font-size: 12px; color: gray;}
.bioEditedBy {font-size: 12px; color: gray;}

.inline-block { display:-moz-inline-stack; display:inline-block;_overflow:hidden; zoom:1; *display:inline;}
.hideUploadOption {background-color: #F0F0F0; border: 1px solid gray; padding: 3px 4px 7px 3px;}
.showUploadTable td {vertical-align: middle; padding-bottom: 2px;}
.block .content  h3.upRestrTitle {font-size: 15px; margin: 10px 0; font-weight: bold;}
.sfblock {padding: 4px !important;}
.social-follow {width: 100%; margin: 4px; overflow: hidden;padding:5px 0;margin: 0;} 
.social-follow div {float: left; color:#333;float:left;font-size:18px;padding:3px 3px 3px 6px;}

.social-share-btn {float: right; margin-top: -25px;}

.index_header {
    margin-bottom: 9px;
    height: 110px;
}

.start_project {
    width: 120px;
    height: 34px;
    display: block;
    position: relative;
    top: 63px;
    left: 260px;
}

.reg_user {
    width: 122px;
    height: 34px;
    display: block;
    position: relative;
    top: 29px;
    left: 579px;
}

.ih_v_en0 a.start_project:hover, .ih_v_en1 a.start_project:hover {
    background-image: url(/images/headers/btn-en-artist.png);
}

.ih_v_en0 a.reg_user:hover {
    background-image: url(/images/headers/btn-en-0-user.png);
}

.ih_v_en1 a.reg_user:hover {
    background-image: url(/images/headers/btn-en-1-user.png);
}

.ih_v_el0 a.start_project:hover, .ih_v_el1 a.start_project:hover {
    background-image: url(/images/headers/btn-el-artist.png);
}

.ih_v_el0 a.reg_user:hover {
    background-image: url(/images/headers/btn-el-0-user.png);
}

.ih_v_el1 a.reg_user:hover {
    background-image: url(/images/headers/btn-el-1-user.png);
}

.index_header a {
    font-size: 0px;
    text-decoration: none;
    outline: none;
    -moz-outline-style: none;
}

.index_header img {
    position: absolute;
    top: -10000px;
}

.incompatible_days {
    color:red;
    margin-top:120px;
    text-align:center;
    width:620px;
}
.artist-fun-list .name {margin-right: 0px; background: none; padding-left: 0;}


/*** ../html/_front/css/fancybox.css ***/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/_front/images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/_front/images/fancybox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/_front/images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/_front/images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/_front/images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_front/images/fancybox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_front/images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_front/images/fancybox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_front/images/fancybox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_front/images/fancybox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_front/images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_front/images/fancybox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_front/images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/_front/images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/_front/images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/_front/images/fancybox/fancy_title_right.png') repeat-x;
}
/*** ../html/_front/css/Dropdown.css ***/
.cddl .dijitButton, .dijitDropDownButton, .cddl .dijitComboButton {
margin:0.2em;
}

.cddl .dijitLeft {
background-position:left top;
background-repeat:no-repeat;
}

.cddl .dijitInline {
border:0 none;
display:inline-block;
padding:0;
vertical-align:middle;
}

.cddl .dijitReset {
-x-system-font:none;
border:0 none;
color:inherit;
font-family:inherit;
font-size:inherit;
font-size-adjust:inherit;
font-stretch:inherit;
font-style:inherit;
font-variant:inherit;
font-weight:inherit;
line-height:inherit;
margin:0;
padding:0;
}


.cddl .dijitButtonNode {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(/_front/images/dojo/buttonEnabled.png) repeat-x scroll left bottom;
border-color:#C0C0C0 #C0C0C0 #9B9B9B;
border-style:solid;
border-width:1px;
padding:0.1em 0.2em 0.2em;
}

.cddl .dijitButtonNode, .cddl .dijitButtonNode * {
cursor:pointer;
}

.cddl .dijitButtonNode {
border:1px solid gray;
line-height:normal;
margin:0;
text-align:center;
vertical-align:middle;
white-space:nowrap;
}

.cddl .dijitButtonNode button {
background-color:transparent;
border:0 none;
}

.cddl .dijitButtonNode, .cddl .dijitButtonNode * {
cursor:pointer;
}
.cddl .dijitStretch {
background-repeat:repeat-x;
white-space:nowrap;
}
.cddl .dijitButtonNode * {
vertical-align:middle;
}

.cddl .dijitButtonText {
padding:0 0.3em;
text-align:center;
}

.cddl .dijitButtonNode, .dijitButtonNode * {
cursor:pointer;
}

.cddl .dijitArrowButtonInner {
background-image:url(/_front/images/dojo/spriteArrows.png);
background-position:left top;
font-size:1px;
height:7px;
margin:0 4px 0 5px;
width:7px;
}

.cddl .dijitButtonNode .dijitArrowButtonInner {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/_front/images/dojo/spriteArrows.png) no-repeat scroll left center;
width:7px;
}

.cddl .dijitArrowButtonChar {
display:none !important;
}
/*** ../html/_front/css/../greybox/gb_styles.css ***/
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}
.GB_header .caption b {
    font-weight: normal;
    margin-left: 2px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }

.uploadedBy {background:none repeat scroll 0 0 #333333;
border:2px solid #555555;
border-top: 0px;    
border-style:none solid solid;
border-width:0 2px 2px;
font-size:13px;
margin: -2px 0 0 23px;
padding:10px;
color: #eee;}
.uploadedBy a:link, .uploadedBy a:visited {color: #FF3B3B; text-decoration: underline;}
.uploadedBy a:hover {text-decoration: none;}
/*** ../html/_front/css/jquery.Jcrop.css ***/
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('/_front/images/Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


