* {
  margin:0px;
  padding:0px;
}

body {
  background:#909090 url(/img/pageBackground.gif) repeat-x;
  color:#333333;
  font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
  font-size:12px;
  min-width: 1240px;
}

/* ------------ */
/* -- HEADER -- */
/* ------------ */

#header {
  background: url(/img/backgroundHeader.png) repeat-x; 
  border-bottom:0px solid #333333;
  height:106px;
  padding-top:5px;
  position:relative;
  width:100%;
}

#logo {
  background: url(/img/logoWeb.png) left top no-repeat; 
  width: 316px;
  height: 82px;
  margin:10px 0px 14px 10px;
}

/* ---------------------- */
/* -- QUICK BLACK MENU -- */
/* ---------------------- */

#topMenu {
  position:absolute;
  top:10px;
  right: 15px;
  color:white;
  /* color:black; 
  border:1px solid #999999; */
}

#topMenu ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

ul#quickmenu li {
	color:white;
  /* border-top:1px solid #999999;
  border-bottom:1px solid #999999; 
  */
}

ul#quickmenu li.main {
 /* background:#222222 url(/img/bg_topbar.png) repeat-x scroll center bottom; */
  float:right;
  position:relative;
  color:white;
}

ul#quickmenu li.spacer, ul#quickmenu li.bigspacer {
 /* background:#222222 url(/img/topbar_spacer.png) repeat-x scroll center bottom; */
  float:right;
  /* height:53px; */
  padding:0px;
  width:1px;
}

ul#quickmenu li.bigspacer {
 /*s background:#222222 url(/img/topbar_bigspacer.png) repeat-x scroll center bottom; */
  float:right;
  /* height:53px; */
  padding:0px;
  width:1px;
}

ul#quickmenu li a.main {
  /*  border-bottom:1px solid #111111; */
 /* color:#b3b3b3; */
  color:white;
  font-size:0.9em;
 /* line-height:31px; */
  display: block;
  float: left;
  margin:0px 5px;
  text-decoration:none;
}

ul#quickmenu li.last {
  padding-right:10px;
  -moz-border-radius:0px 10px 10px 0px;
  -webkit-border-radius:0px 10px 0px 10px;
  -khtml-border-radius:0px 10px 10px 0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-left-radius:0px;
  -webkit-border-bottom-right-radius:10px;
}

ul#quickmenu li.first {
    -moz-border-radius:10px 0px 0px 10px;
    -webkit-border-radius:10px 0px 0px 10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:0px;
}

ul#quickmenu li a.main:hover, ul#quickmenu li a.main:focus, ul#quickmenu li a.main.current {
  background:transparent none repeat scroll 0 0;
  border-bottom-color:#f68328;
  /* color:#FFFFFF; */
  color:#517477;
}

ul#quickmenu li.common a:hover, ul#quickmenu li.common a:focus, ul#quickmenu li.common a.current {
  border-bottom-color:#105a6d;
}

/* ---------- */
/* -- MENU -- */
/* ---------- */

#leftMenu {
	float:left;
	width:190px;
	margin-left:10px;
}

#leftMenu li a {
  color:#1a1a1a;
  text-decoration: none;
  background: none;
  font-weight: normal;
}

#leftMenu li a:hover {
  color: #F68328;
  text-decoration: underline;
}


#leftMenu h2 {
  background-color:#DDDDDD;
  border-bottom:1px dotted #BBBBBB;
  color:#105a6d;
  font-size:12px;
  font-weight:normal;
  letter-spacing:0;
  padding:2px 20px;
  text-align: left;
}


/* ----------------- */
/* -- MAIN BLOCKS -- */
/* ----------------- */

#center {
  width:100%;
  /* float:left; */
}

#helpBox, #helpBoxSong {
	width:320px;
	float:right;
	border:6px solid #DDDDDD;
	margin:0px 10px 0px 0px;
}

#helpBox .helpText, #helpBoxSong .helpText {
  padding: 8px;
}

#helpBox h2, #helpBoxSong h2 {
  background:#DDDDDD url(/img/help.png) top left no-repeat;
  border-bottom:1px dotted #BBBBBB;
  color:#105a6d;
  font-size:14px;
  font-weight:normal;
  letter-spacing:0;
  padding:2px 10px;
  text-align: center;
}


#center a {
  color: #105a6d;
  text-decoration: none;
}

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

.contentFullWithHelp {
  background-color: #FFFFFF;
  border:1px solid #999999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  -o-border-radius: 10px; 
  -icab-border-radius: 10px; 
  -khtml-border-radius: 10px;
  padding: 8px; 
  margin: 10px 350px 10px 210px;

}

.contentFull {
  background-color: #FFFFFF;
  border:1px solid #999999;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  -o-border-radius: 10px; 
  -icab-border-radius: 10px; 
  -khtml-border-radius: 10px;
  margin: 10px;
  padding: 8px; 
  vertical-align: top;
  margin-left:210px;
  height:inherit;
  font-size: 14px;
}

.middleBlock {
  margin: 0px;
  padding: 0px; 
  vertical-align: top;
  margin-left:210px;
}

#content {
  margin:10px 360px 10px 10px;
  padding-bottom:100px;
}

#right {
  color:#333333;
  float:left;
  margin-left:-350px;
  padding:10px 10px 100px;
  width:330px;
}

/* ----------------- */
/* -- INFO BLOCKS -- */
/* ----------------- */

.infoblock {
  float:left;
  font-size:14px;
  width:49%;
  margin-left: 10px;
}

.infoBox {
  font-size:14px;
  width:40%;
  /*margin-right: 10px;*/
}

.inforesume {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  -o-border-radius: 10px; 
  -icab-border-radius: 10px; 
  -khtml-border-radius: 10px;
  background-color:#EEEEEE;
  background-position:10px 10px;
  background-repeat:no-repeat;
  border:4px solid #DDDDDD;
  margin-bottom:10px;
  min-height:80px;
  padding:10px 10px 10px 80px;
}

.inforesume h2 {
  font-size: 18px;
  color: #999999;
  border: none;
  letter-spacing:0px;
  margin:0;
}

.inforesume.uncheck {
  background-image: url(/img/check_disable.png);
  margin-right: 10px;
}

.inforesume.check {
  background-image: url(/img/check.png);
  margin-right: 10px;
}

.inforesume.warning {
  background-image: url(/img/too_late.png);
  margin-right: 10px;
}

.inforesume.warning h2 {
  font-size: 18px;
  color: #FF0000;
  border: none;
  letter-spacing:0px;
  margin:0;
}

.inforesume.question {
  background-image: url(/img/question.png);
  margin-right: 10px;
}

.inforesume.locked {
  background-image: url(/img/locked.png);
  margin-right: 10px;
}

.clearer, .clear {
  clear:both;
  display:block;
}

/* ------------------------------ */
/* -- GRAYED BOX LIKE INFO BOX -- */
/* ------------------------------ */

.grayBox {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  -o-border-radius: 10px; 
  -icab-border-radius: 10px; 
  -khtml-border-radius: 10px;
  background-color:#EEEEEE;
  border:4px solid #DDDDDD;
  min-height:80px;
  padding:10px 10px 10px 10px;
  margin-bottom: 10px;
  font-size:12px;
}

.grayBox .final {
	margin-bottom: 0px;	
}

/* -------------------------- */
/* --- albums border style -- */
/* -------------------------- */

.album {
  float:left; 
  font-size:11px;
  color:#000000;
  width:180px;
  height:200px;
  margin-left: 4px;
  margin-bottom: 4px;
  background: url(/img/photoMask.png) no-repeat;
}

.album img {
    position:relative;
    left:16px;
    top:15px;
    width:148px;
    height:148px;
}

.album .artist {
    position:relative;
    top:15px;
    width:170px;
   	text-align: center;
   	margin:2px auto 1px auto;
   	display:block;
   	color:#105a6d;
}

.album .title {
 	text-align: center;
 	width:170px;
 	margin:0px auto;
 	font-weight:normal;
 	display:block;
 	color:black;
}

.album .title a {
	color:#105a6d;
}

.album .artist a {
	color:black;
}

.album .overInfo {
  background: url(/img/tick.png) no-repeat top left;
  border: #888888 1px solid;
  background-color: #FFFFFF;
  width:144px;
  height:16px;
  z-index: 500;
  position: absolute;
  margin-top: 14px;
  margin-left: 15px;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  color: #d66308;
  opacity:0.8;
  padding-top: 1px;
  padding-right: 4px;
}

/* --------------------- */
/* -- BOX DEFINITIONS -- */
/* --------------------- */

.roundBox5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
  -o-border-radius: 5px; 
  -icab-border-radius: 5px; 
  -khtml-border-radius: 5px;
}

.roundBox10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; 
  -o-border-radius: 10px; 
  -icab-border-radius: 10px; 
  -khtml-border-radius: 10px;
}


.box ul {
	margin:10px;
}


.box {
  background:#F0F0F0 none repeat scroll 0 0;
  border:1px solid #CCCCCC;
  clear:right;
  margin-bottom:10px;
}


#disk_usage.box {
  background-image:url(/img/disk.png);
}

#feeds_link.box {
  background-image:url(/img/feed.png);
}

#ical_link.box {
  background-image:url(/img/ical.png);
}

#exports.box {
  background-image:url(/img/export.png);
}

#right_infos.box {
  background-image:url(/img/help.png);
}

#message_users.box {
  background-image:url(/img/users.png);
}

#followup_link.box {
  background-image:url(/img/email.png);
}

#reports.box {
  background-image:url(/img/reports.png);
}

.box ul li a, .box .inside a {
  text-decoration:none;
}

/* ----------------- */
/* -- PERCENT BAR -- */
/* ----------------- */

.percentbar {
  border:1px solid #266F14;
  display:block;
  width:100%;
}
.percents {
  background:#FFFFFF url(/img/percent-bar-bg.png) repeat scroll 0 0;
  display:block;
}


/* ---------------------- */
/* -- TABLE DEFINITION -- */
/* ---------------------- */
.thintable td {
  border-bottom:1px #E0E0E0 solid;
  padding:3px;
  text-align: center;
}

.mediumTD {
  width:120px;
  border-right:1px #F2F2F2 solid;
  border-left:1px #F2F2F2 solid;
}

.largeTD {
  width:200px;
  border-right:1px #F2F2F2 solid;
}

.oddColor {
  background-color: #F5F5F5;
}

.thintable th {
  background-color: #DDDDDD;
  font-weight: bold;
  text-align: center;
  width:120px;
  border-bottom:1px #EEEEEE solid;
  padding:3px;
}

/* ----------------------- */
/* -- OTHER DEFINITIONS -- */
/* ----------------------- */

.inforesume.warning a {
  color:#CC0000;
}

.bold {
	font-weight: bold;
}

h1, h2 {
    font-size:16px;
    color:#105a6d;
    text-align:center;
    margin-bottom:10px;
}

.smallError {
  width:60%;
  border:1px solid #FF8888;
  background-color:#FFEEEE;
  color:#FF0000;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 5px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; 
  -o-border-radius: 8px; 
  -icab-border-radius: 8px; 
  -khtml-border-radius: 8px;
}

.smallInfo {
  width:60%;
  border:1px solid #88FFFF;
  background-color:#EEFFFF;
  color:#105A6D;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 5px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; 
  -o-border-radius: 8px; 
  -icab-border-radius: 8px; 
  -khtml-border-radius: 8px;
}

/* ---------------------- */
/* -- TASK MINI BLOCKS -- */
/* ---------------------- */

.task {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; 
  -o-border-radius: 8px; 
  -icab-border-radius: 8px; 
  -khtml-border-radius: 8px;
  color:#FFFFFF;
  font-size:0.9em;
  font-weight:bold;
  margin-right:4px;
  min-height:10px;
  padding:3px;
  text-align:center;
  width:100px;
  background-color: #CCCCCC;
}

.taskDone {
  background-image:url(/img/shade.png);
  background-position:center bottom;
  /*-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; 
  -o-border-radius: 6px; 
  -icab-border-radius: 6px; 
  -khtml-border-radius: 6px;*/
  color:#000000;
  font-size:12px;
  font-weight:bold;
  min-height:10px;
  padding:3px;
  text-align:center;
  /*background-color: #1BBADF;*/
  background-color: #42E6FF;
}

.taskPending {
  background-image:url(/img/shade.png);
  background-position:center bottom;
 /* -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; 
  -o-border-radius: 6px; 
  -icab-border-radius: 6px; 
  -khtml-border-radius: 6px;*/
  color:#000000;
  font-size:12px;
  font-weight:bold;
  min-height:10px;
  padding:3px;
  text-align:center;
}

/* -------------- */
/* -- TOP MENU -- */
/* -------------- */

.top_menu {
  background:#F0F0F0;
  border:1px solid #CCCCCC;
  margin-bottom:20px;
}

.top_menu .box {
  background:transparent none repeat scroll 0 0;
  border-color:-moz-use-text-color #CCCCCC -moz-use-text-color -moz-use-text-color;
  border-style:none solid none none;
  border-width:0 1px 0 0;
  display:inline;
  padding:0px 5px;
  vertical-align: middle;
  margin-left:30px;
  padding-right:30px;
}

.top_menu .last {
	float:right;
}

.top_menu .noBorder {
	border:none;
}

.top_menu .box a {
  font-size:0.9em;
  font-weight:normal;
}


ul#quickmenu li.language a img { 
	border:none;
	vertical-align:middle; 
}
/*
#top_menu #categories.box, #top_menu #right_list_categories {
  background:#FFEB8F none repeat scroll 0 0;
  margin-left:-3px;
  margin-top:-5px;
  padding-bottom:10px;
  width:210px;
}

#top_menu #categories.box a.goto-category, #top_menu #right_list_categories li {
  display:block !important;
  width:210px !important;
}

#top_menu #right_list_categories input.editor_field {
  width:160px;
}

#top_menu #right_list_categories .help-line {
  margin-top:10px;
  width:190px;
}

#top_menu #categories.box a.goto-category:hover {
  background:#CF7000 none repeat scroll 0 0;
  color:#FFFFFF;
}

#top_menu #categories.box h2 {
  font-size:0.9em;
}

#top_menu #right_list_categories {
  margin-top:7px;
}

#top_menu .note {
  background:#DDDDDD url(/img/help.png) no-repeat scroll 5px 50%;
  font-style:italic;
  margin-top:10px;
  padding:5px 10px 5px 30px;
  width:450px;
}
*/

/* --------------------- */
/* -- navigation menu -- */
/* --------------------- */
#tabsmenu {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:4px 0 0 5px;
  margin:10px 0px 0px 220px;
  display:block;
}

#tabsmenu li {
  float:left;
  padding:0 0 0 5px;
}

#tabsmenu a {
  background:#5F5F5F url(/img/bg_mainmenu-item-2.png) repeat-x scroll left bottom;
  color:#000000;
  display:block;
  font-size:1em;
  font-weight:bold;
  line-height:25px;
  padding:0 10px;
  text-decoration:none;
}

#tabsmenu a:hover, #tabsmenu a:focus {
  background-color:#F0F0F0;
  color:#105a6d;
  text-decoration: none;
}

#tabsmenu a.current {
  background:#FFFFFF url(/img/bg_mainmenu-item.png) repeat-x scroll left top !important;
  border-color:#999999;
  border-style:solid;
  border-width:1px 1px 0;
  color:#000000 !important;
  font-weight:bold;
  margin-bottom:-1px;
  margin-top:-3px;
  padding:2px 10px 1px;
}


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

input.button {
  /* bottom:10px;
  margin-top:10px;
  right:10px; */
}

.button[class] {
  background-image:url(/img/shade.png);
  background-position:center bottom;
}

.button:hover {
  background-color:#444444;
}

input.button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; 
  -o-border-radius: 4px; 
  -icab-border-radius: 4px; 
  -khtml-border-radius: 4px;
  /*background:#CFCFCF none repeat scroll 0 0;*/
  border:medium double #FFFFFF;
  color:#FFFFFF;
  cursor:pointer;
  font-size:1.1em;
  padding:3px;
  text-decoration:none;
}

.buttonGreen {
  background:#48CF40 none repeat scroll 0 0;
}

.buttonRed {
  background:#FC4840 none repeat scroll 0 0;
}

.buttonGray {
  background:#CFCFCF none repeat scroll 0 0;
}

.buttonBlue {
  background:#508492 none repeat scroll 0 0;
}


/* ------------ */
/* -- footer -- */
/* ------------ */
#footer {
	font-size:10px;
	color:white;
	margin:0px auto;
	text-align: center;
	margin:20px;
}

#footer a {
	text-decoration:none;
	color:white;
}


#footer a:hover {
	color:black;
}

/* -------------------- */
/* -- FIELDSET REDEF -- */
/* -------------------- */

fieldset { 
  border:1px solid #CCCCCC;
  padding: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; 
  -o-border-radius: 6px; 
  -icab-border-radius: 6px; 
  -khtml-border-radius: 6px;
  font-size:12px;
}

legend {
  padding: 0.2em 0.5em;
  color:#555555;
  font-size:90%;
  text-align:left;
  font-weight: bold;
}

fieldset.error {
	border:1px solid #EF7777;
	background-color:#FFDFDF; 
	text-align:center;
}

fieldset.info {
	border:1px solid #6894C2;
	background-color:#DFDFFF; 
	text-align:center;
}


/* ---------------------------------------- */
/* -- TABLE LIGHT FOR SIMPLE ENUMERATION -- */
/* ---------------------------------------- */

.enumTable {
  font-size: 12px;
}

.enumTable tr {
  border-bottom:1px #CCCCCC solid;
  height:22px;
}

.enumTable tr:hover {
  background-color: #EEEEEE;
}


.enumTable td {
  border-bottom:1px #CCCCCC solid;
  height:24px;
}


/* --------------- */
/* -- highslide -- */
/* --------------- */

.highslide-html-content {
	position: absolute;
  display: none;
  width:1000px !important;
  padding: 20px;
}
.highslide-html {
    background-color: white;
    border: 2px solid gray;
    z-index:1000; 
}
.highslide-loading {
  display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
  text-decoration: none;
	padding: 2px;
	border: 1px solid black;
  background-color: white;
}
.control {
	float: right;
  display: block;
  /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
  font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
	color: #999999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor:move;
    border:0px;
    z-index:1000; 
    height: 18px; 
    padding: 2px; 
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-body { 
	z-index:1000;
}

.waitBlueBox {
  background: url(/img/waitTextBox.gif) no-repeat;
  color: #000000;
  font-size: 14px;
  width:240px;
  height:45px;
  padding: 5px 5px 30px 5px;
}

/* not yet used styles */
/*
ul#quickmenu a.help, ul#quickmenu a.logout, ul#quickmenu a.feedback {
  background-color:transparent !important;
  background-position:left center;
  background-repeat:no-repeat;
  display:block;
  height:55px;
  margin-left:5px;
  padding:0 !important;
  text-indent:-9999em;
  width:16px;
}

ul#quickmenu a.help {
  background-image:url(/img/help.png);
}

ul#quickmenu a.logout {
  background-image:url(/img/lock_break.png);
}

ul#quickmenu a.feedback {
  background-image:url(/img/comment.png);
}

ul#quickmenu li ul.sub {
  border-color:#999999 #999999 #999999 #666666;
  border-style:solid;
  border-width:0 2px 2px 1px;
  display:none;
  left:0;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position:absolute;
  top:55px;
  width:100%;
  z-index:1001;
}

ul#quickmenu li ul.sub li {
}

ul#quickmenu li ul.sub li a {
  background-color:#111111;
  border-bottom:1px solid #333333 !important;
  color:#FFFFFF;
  display:block;
  font-size:0.9em;
  font-weight:normal;
  padding:5px;
  text-decoration:none;
}

ul#quickmenu li ul.sub li a.current {
  background-color:#111111 !important;
  font-weight:bold;
}

ul#quickmenu li ul.sub li a:hover, ul#quickmenu li ul.sub li a:focus {
  background-color:#111111 !important;
  color:#CF7000 !important;
}

ul#quickmenu li ul.sub li a.current {

}
*/
/*
h2 {
  color:#666666;
  font-size:12px;
  letter-spacing:-1px;
  margin:5px 0 0.5em;
  border-bottom: 1px solid #CCCCCC;
}
*/
/*
.box fieldset {
  margin:0;
  padding:0;
}

.box select {
  padding:4px;
}

.box select option {
  padding-left:10px;
}
*/
/*
.box ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}
*/
/*
.box-with-background {
  background-position:260px 35px;
  background-repeat:no-repeat;
}

.box-with-background div.inside, .box-with-background ul {
  margin-bottom:5px;
  margin-right:50px;
  min-height:50px;
}

.box-with-background.list ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:disc;
  margin-left:30px;
  margin-top:10px;
} */