@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: normal;
  src: local('Special Elite'), local('SpecialElite-Regular'), url('SpecialElite.ttf');
}

/*
   A wrapper that wraps around everything except the footer.
   Used to place the footer correctly at the bottom
*/
div.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

div.main {
    padding-bottom: 60px;
}

/*
    Used to create empty space in end of wrapper
    which is used but the footer
*/

.smallLabel {
    font-size: 10px;
}

.pageheader{
    color: gray
}

.pagefooter {
   color: #999;
   background: #fff;
   font-size: x-small;
   margin-top: 20px;
   padding-bottom: 5px;
}
.footerbox {
   color: #999;
   background: #fff;
   margin-left: 0px;
   padding-left: 5px;
   padding-right: 5px;
   border-top: 1px solid #999;
}

.pagebody {
    color: #000;
    background: transparent;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

a.note:link {
   color: #999;
   background: transparent;
}
a.note:visited {
   color: #999;
   background: transparent;
}
a.note:active {
   color: #999;
   background: transparent;
}
a.note:hover {
   color: #999;
   background: transparent;
}

/* For the multi-tab control */
.tabSelected {border-top: gray solid;
                border-left: gray solid;
                border-right: gray solid}
.tab { border: gray solid;
        background-color: gray }
.tabSpace { border-bottom: gray solid }
.tabBody { border-left: gray solid;
            border-right: gray solid;
            border-bottom: gray solid }
.tabLink { color: white }


/*For the big-conferences interface pages*/
.confSupportEmailBox {  text-align: center;
                        font-size: 16px }


/*
    Used for meeting and lectures
*/
.eventWrapper {
    width: 1000px;
    margin: 30px auto;
    margin-top: 18px;
}


body {
    font-family: verdana, arial, serif;
    background: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
}

body, html {
    height: 100%;
}

p,br,dl,em,h1,h2,h3,h4,h5,h6,td,blockquote,ol,a {
   font-size: 13px;
   color: #444444;
}

form {
    margin: 0;
}

label.disabled{
    color: gray;
}

code {
   font-family: monospace;
}

pre {
   font-family: arial, serif;
   white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
   margin: 0px;
}

.tablepre {
   table-layout:fixed;
}

/*
    .fakeLink is used on elements that should look
    like links but are not real links. For example
    activating javascript code
*/

a:link, .fakeLink {
   color: #0b63a5;
   text-decoration: none;
}

a.fakeLink span.infoBubble{
    display: None;
    margin-top: -7px;
    visibility: hidden;
}

a.fakeLink:hover span.infoBubble{
    display: inline;
    position: absolute;
    left: 102%;
    background: white;
    color: #777;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    padding: 3px;
    border: 1px solid #0b63a5;
    border-left: 4px solid #0b63a5;
    /*height: 150px; /* to decide the max */
}

a:visited {
   color: #0b63a5;
   text-decoration: none;
}
a:active {
   color: #E25300;
}
a:hover, .fakeLink:hover {
   color: #E25300;
   cursor: pointer;
}
a.img:hover {
   color: #00c;
}
a.img:active {
   color: #00c;
   font-weight: normal;
}

/* This will be overidden when a page is printed.
   It's used for elements that should only be visible
   when printing */
.onlyPrint {
    display: none;
}

@media print {
    .noprint {
        visibility:hidden;
    }
    .print {
        visibility: visible;
    }

    .onlyPrint {
        display: inherit;
        visibility: visible;
    }
}

.iconSeparator {
    font-size:15px;
    vertical-align: top;
}

.iconDropDownMenu {
    background: transparent url(../images/menu_arrow_black.png) scroll no-repeat center right;
    cursor: pointer;
    padding-right: 12px;
    padding-top: 6px;
}

.dropDownMenu, .dropDownMenuGrey, .dropUpMenu, .dropDownMenuWhite {
    padding-right: 17px;
    background: transparent url(../images/menu_arrow_black.png) scroll no-repeat center right;
    cursor: pointer;
}
.dropDownMenuGrey {
    background-image: url(../images/menu_arrow_grey.png);
}

.dropDownMenuWhite {
    background-image: url(../images/menu_arrow_white.png);
}

.dropUpMenu {
    background: transparent url(../images/menu_arrow_up_black.png) scroll no-repeat center right;
}

.centeredCheckBox {
    vertical-align: middle;
}

.listtitle {
   font-weight: bold;
   font-size: 16px;
   color: #234173;
   background: #D9D9D9;
   padding: 3px;
}

.listcell {
   font-size: 16px;
   font-weight: bold;
   color: #000000;
   color: #777777;
   background: #FFFFFF;
   padding-left: 2px;
   padding-right: 2px;
   border-bottom: 1px solid #777777;
}


.separator {
   font-weight: bold;
}

.subtitle {
   font-weight: normal;
   font-size: 16px;
   color: #777777;
   padding: 3px;
   margin-top: 2px;
   margin-bottom: 2px;
}

.categoryTitle {
    border-bottom: 2px solid rgb(170, 170, 170);
    font-size: 34px;
    font-family: Times New Roman;
    color: #B14300;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

.categoryHeader {
    margin-bottom: 0px;
}

.categoryHeader a {
    font-size: 14px;
    margin: 0 10px;
}

.categoryHeader ul {
    color: #AAA;
    margin: 20px 0 0 0;
    float: right;
    list-style-type: none;
}

.categoryHeader li {
    display: inline;
    padding: 3px 0;
}


.categoryMap {
}

.categoryMap a {
    font-size: 14px;
    line-height: 1.6em;
}

/* styles used for the category overview page */

.categoryOverview {
    margin-top: 0px;
}

.categoryOverview table.item {
    border-bottom: 1px dotted #AAAAAA;
    margin-bottom: 0px;
    background-color: white;
    width: 100%;
}

.categoryOverview table.item td.time {
    vertical-align: top;
    text-align: left;
    padding: 3px;
    padding-right: 5px;
    font-style: italic;
    font-size: 1.0em;
}

.categoryOverview table.item td.title {
    vertical-align: top;
    text-align: left;
    padding: 3px;
    width: 100%;
    font-size: 1.0em;
}

.categoryOverview table.subItem {
    border-top: 1px dashed #AAA;
    padding: 3px 0;
    width: 100%;
}

.categoryOverview table.subItem td.time {
    vertical-align: top;
    text-align: left;
    padding: 2px 5px;
    font-style: italic;
    font-size: 0.85em;
}

.categoryOverview table.subItem td.title {
    vertical-align: top;
    text-align: left;
    width: 100%;
    padding: 2px;
    font-size: 0.9em;
    text-align: left;
}

.categoryOverview table.subItem td.title a {
    font-size: 1.0em;
}

.categoryOverview table.subItem td.title span {
    font-size: 0.9em;
}

.categoryOverview .dayOverview table.item {
    font-size: 1.2em;
}

.categoryOverview .dayOverview table.subItem {
    font-size: 1.2em;
    margin-left: 20px;
}

.menutitle {

   font-weight: bold;
   font-size: 16px;
   color: #000000;
   background: #DDDDDD;
   letter-spacing: 6px;
   padding: 3px;
}

h2.menutitle {
   font-weight: bold;
   font-size: 16px;
   color: #000000;
   background: #DDDDDD;
   letter-spacing: 6px;
   padding: 3px;
}

.menuselectedcell {

   font-weight: bold;
   font-size: 16px;
   color: #E25300;
   background: #FFFFFF;
   border-bottom: 2px solid #234173;
   border-top: 2px solid #234173;
}

.menumiddlecell {

   font-weight: bold;
   font-size: 16px;
   color: #000000;
   background: #D9D9D9;
   border-bottom: 2px solid #FFFFFF;
}

.menutopcell {

   font-weight: bold;
   font-size: 16px;
   color: #000000;
   background: #D9D9D9;
   border-top: 2px solid #234173;
   border-bottom: 2px solid #FFFFFF;
}

.menubottomcell {

   font-weight: bold;
   font-size: 16px;
   color: #000000;
   background: #D9D9D9;
   border-bottom: 2px solid #234173;
}

.menuadd {
   background: #5294CC;
   color: #FFFFFF;
   font-weight: bold;
}

a.menuaddlink:link {
   background: transparent;
   color: #FFFFFF;
   font-weight: bold;
}
a.menuaddlink:visited {
   background: transparent;
   color: #FFFFFF;
   font-weight: bold;
}
a.menuaddlink:active {
   background: transparent;
   font-weight: bold;
   color: #E25300;
}
a.menuaddlink:hover {
   background: transparent;
   font-weight: bold;
   color: #E25300;
}

.outervtab {

   font-size: 16px;
   font-weight: bold;
   color: #777777;
   background: #FFFFFF;
   padding: 0px;
   border-right: 2px solid #777777;
}

.vtabmenu {

   font-weight: bold;
   font-size: 16px;
   color: #FFFFFF;
   background: #777777;
}

.lastvtabtitle {

   font-size: 16px;
   font-weight: bold;
   color: #E25300;
   background: #E5E5E5;
   padding: 0px;
   padding-left: 3px;
   border-top: 2px solid #777777;
}

.lastvtab {

   font-size: 16px;
   font-weight: bold;
   color: #777777;
   background: #E5E5E5;
   padding-left: 5px;
   padding-top: 5px;
   padding-right: 0px;
   border-left: 2px solid #777777;
}

.vtab {

   font-size: 16px;
   font-weight: bold;
   color: #777777;
   background: #FFFFFF;
   padding-left: 5px;
   padding-top: 5px;
   padding-right: 0px;
   border-left: 2px solid #777777;
}

.vtabtitle_old {

   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   background: #0B63A2;
   padding: 0px;
   padding-left: 3px;
}

.vtabtitle {

   font-size: 16px;
   font-weight: bold;
   background: #E5E5E5;
   padding: 0px;
   padding-left: 3px;
   border-top: 2px solid #777777;
}

.gestiontable {
   margin-left: 10px;
   padding: 0px;
}

.intermediatevtab {
   color: #777777;
   background: #E5E5E5;
   border-left: 2px solid #777777;
}

.intermediateleftvtab {
   display: none;/*
   color: #777777;
   background: #E5E5E5;
   border-top: 2px solid #777777;*/
}
.frameBodyMngArea {

   color: #777777;
   background: #E5E5E5;
   border-bottom: 2px solid #777777;
   border-right: 2px solid #777777;
   border-left: 2px solid #777777;
}

.bottomvtab {

   color: #777777;/*
   background: #E5E5E5;
   padding: 7px;
   padding-top: 0px;
   border-left: 2px solid #777777;
   border-right: 2px solid #777777;
   border-bottom: 2px solid #777777;*/
}

.htab {
   /*border-left: 2px solid #777777;*/
}



.tabbarseparator {
   background: #F2F2F2;
   border-right: 2px solid #777777;
   font-size: 4px;
}

.display_selectedhtab {
   color: #E25300;
   font-weight: bold;
   background: #FFFFFF;
   padding: 1px;
   padding-left:3px;
   padding-right:3px;
   padding-top: 3px;
   border-right: 2px solid #777777;
   border-top: 2px solid #777777;

}

.display_unselectedhtab {
   background: transparent;
   font-weight: bold;
   padding: 1px;
   padding-left:3px;
   padding-right:3px;
   padding-top: 3px;
   border-right: 2px solid #777777;
   border-bottom: 2px solid #777777;
}

.display_neutralhtab {
   background: transparent;
   font-weight: bold;
   padding: 1px;
   border-bottom: 2px solid #777777;
}

.maincell {
   background: #FFFFFF;
   /*border-bottom: 2px solid #777777;
   border-right: 2px solid #777777;*/
   padding-top: 10px;
   padding-bottom: 5px;
   padding-right: 5px;
}

.header {
   background-image: url(../images/bg_header.png);
   border-bottom: 2px solid #234173;
}

.mngheader {
   background-image: url(../images/bg_mng_header.png);
   border-bottom: 2px solid #E25300;
}

.managerheadertitle {
   font-weight: bold;
   font-size: 16px;
   letter-spacing: 4px;
   color: #FFFFFF;
   text-align: center;
   vertical-align: middle;
   background: #E25300;
   padding-top:4px;
   padding-bottom:4px;
   padding-left:8px;
   padding-right:8px;
}

.adminheadertitle {
   font-weight: bold;
   font-size: 16px;
   letter-spacing: 4px;
   color: #FFFFFF;
   text-align: center;
   vertical-align: middle;
   background: #234173;
   padding-top:6px;
   padding-bottom:4px;
   padding-left:8px;
   padding-right:8px;
}

.blacktext {
   color: #000000;
   vertical-align: top;
}

.bluetext {
   color: #234173;
}

.whitelink {
   color: #FFFFFF;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
}

.conferencetitlelink {
   font-size: 33px;
   background: transparent;
}

.greylink {
   color: #777777;
   background: transparent;
   text-decoration: none;
}

.imglink {
   border:0;
}

.bluerowheader {
   background: #204080;
   height: 4px;
}

.protected{
   font-weight: normal;
   color: gray;
   font-size: smaller;
}

.parenthesisborder{
   border-right: 2px solid #777777;
   border-top: 2px solid #777777;
   border-bottom: 2px solid #777777;
}

.topborder{
   border-top: 1px solid #777777;
}

.bottomborder{
   border-bottom: 1px solid #777777;
   padding: 0px;
   height: 2px;
}

.leftborder{
   border-left: 1px solid #777777;
}

.rightborder{
   border-right: 1px solid #777777;
   padding: 0px;
   width: 1%;
   text-align: left;
}

.resvTable, .blockingTable {
    border-collapse: collapse;
}

.resvHover:hover, .blockingHover:hover {
    background-color: #f0f0f0;
}

/* tables used for room blocking. */
.blockingTable td {
    padding: 0px 5px;
}
/* some space between table header and body */
.blockingTable thead tr td {
    padding-bottom: 5px;
}
/* "my blocking" row blocks (per room) have a border */
.blockingTable tbody.blockingForMyRoom {
    border: 1px solid transparent;
}

.blockingTable tbody.blockingForMyRoom:hover {
    border: 1px solid #aaa;
}
/* separate simply table rows with some more padding */
.blockingTable tr.blockingPadding td {
    padding: 2px 5px 3px 5px;
}
/* blocking room list is hidden by default */
.blockingTable tr.blockingRoomList {
    display:none;
}
/* since TBODY cannot have a padding/margin, we use an empty row for it */
.blockingTable .blockingSpacer td {
    height: 10px;
}
/* blockings with an open room list have a border */
.blockingTable tbody.hasRoomList {
    border: 1px solid transparent;
}
.blockingTable tbody.hasRoomList:hover {
    border: 1px solid #aaa;
}


/*All used styles*/
/* TODO: should probably be removed...
.confTitle {
   font-size: 33px;
   vertical-align: bottom;
   padding-left: 30px;
   padding-bottom: 10px;
   padding-top: 10px;
}

.confTitle h1 {
    margin: 0;
    display: inline;

}


.confDate {
   font-size: 18px;
   font-weight: bold;
   background: #777777;
   color: #FFFFFF;
   vertical-align: middle;
   text-align: left;
   padding: 2px;
   padding-left: 30px;
   padding-right: 15px;
}
.confPlace {
   font-size: 18px;
   font-weight: bold;
   background: #E5E5E5;
   color: #777777;
   vertical-align: middle;
   text-align: left;
   padding: 2px;
   padding-left: 15px;
}

.conf {}

.confTitleBox { text-align: center }

.confBodyBox { background: white;
                vertical-align: top;
                padding-left: 3px;
                padding-top: 8px;
                padding-right: 3px }

.confSectionsBox {  width: 180px;
                    vertical-align: top;
                    padding-left: 1px;
                    padding-right: 1px}

.confLogoBox { background: white;
               vertical-align: middle;
               text-align: center;
               border: 0px;}

.menuConf {
   padding-left: 10px;
}

.menuConfTitle {
   font-weight: bold;
   font-size: 16px;
   color: #0200C6;
   background: #E5E5E5;
   padding: 3px;
   border-top: 1px solid #777777;
}

.menuConfTopCell {
   border-bottom: 2px solid #1B3162;
   color: #0200C6;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   font-size: 11px;
}

.menuConfBottomCell {
   background: #FFFFFF;
   border-top: 2px solid #1B3162;
   padding-top: 0px;
}

.menuConfMiddleCell {
   font-size: 11px;
   font-weight: lighter;
   color: #0200C6;
   background: #FFFFFF;
   padding: 3px;
   padding-left: 10px;
   border-top: 1px solid #777777;
}

.menuConfselected {
   font-weight: bold;
   font-size: 16px;
   color: #FFFFFF;
   background: #E25300;
   border-bottom: 1px solid #777777;
   padding: 3px;
}

a.confSection:link {
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   font-size: 16px;
}
a.confSection:visited {
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   font-size: 16px;
}
a.confSection:active {
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   font-size: 16px;
}
a.confSection:hover {
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   font-size: 16px;
}

a.confSubSection:link {
   font-size: 11px;
   font-weight: lighter;
   background: transparent;
}
a.confSubSection:visited {
   font-size: 11px;
   font-weight: lighter;
   background: transparent;
}
a.confSubSection:active {
   font-size: 11px;
   font-weight: lighter;
   background: transparent;
}
a.confSubSection:hover {
   font-size: 11px;
   font-weight: lighter;
   background: transparent;
}

*/

.iconPDF { border-left: 1px solid #777777;
           border-top: 1px solid #777777;
           border-bottom: 1px solid #777777;
           }

.errorDetailsBox { color: gray;
                    font-size: 16px;
                    border: 1px solid
                }


.loginInfoHeader {
   background: #FFFFFF;
   vertical-align: top;
}

.dataCaptionTD {
   vertical-align: top;
   text-align: right;
   padding-right: 15px;
   width: 15%;
}

.dataCaptionFormat {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
}

.subDataCaptionFormat {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #777777;
}

.tdNotSelected {
    background: #ECECEC;
}

.tdSelected {
    background: #CDEB8B;
}



.horizontalLine {
   border-top: 1px solid #AAA;
   padding-left: 20px;
}

.buttonsSeparator {
    margin-top: 5px;
    /* border-top: 1px solid #777777; */
}

.groupTitle, .groupTitleNoBorder, .groupSubTitle {
   font-family: "Times New Roman", Verdana, Arial;
   font-size: 24px;
   color: #4E4C46;
   letter-spacing: 1px;
   padding: 3px 3px 5px 3px;
   border-bottom: 1px solid #777777;
   margin: 10px 0;
}

.reviewingsubtitle {
   font-family: "Times New Roman", Verdana, Arial;
   font-size: 15pt;
   color: #4E4C46;
   letter-spacing: 1px;
   padding: 3px;
   margin: 10px 0;
}

.groupTitleNoBorder {
   border-bottom: none;
}

.groupSubTitle {
    font-size: 20px;
}

.groupTitleSmall, .groupTitleSmallNoBackground {
   font-weight: bold;
   font-size: 14px;
   color: #777777;
   background: #EBEBEB;
   padding: 3px;
}

.groupTitleSmallNoBackground {
   background: none;
}


.greyGroupTitle{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    background: #777777;
    letter-spacing: 6px;
    padding: 3px;
    background: #EBEBEB none repeat scroll 0 0;
    color: gray;
    text-align:left;
}

.groupLink {
   font-weight: normal;
   font-size: 10px;
   color: #FFFFFF;
   background: #777777;
   letter-spacing: 1px;
}

.titleCellTD, .titleCellNoBorderTD {
   vertical-align: top;
   text-align: right;
   padding-right: 15px;
   width: 15%;
}

.titleCellFormat {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
}

.contentCellTD {
    color: black;
}

.subgroupTitle, .subgroupTitleNoBorder {
   font-weight: bold;
   font-size: 18px;
   color: #888888;
   padding: 3px;
   border-bottom: 2px solid #777777;
   vertical-align: bottom;
}

.subgroupTitleNoBorder {
   border-bottom: none;
}

.abstractLeftDataCell {
    padding-right:5px;
    border-bottom: 1px solid #888888;
    border-left: 5px solid #FFFFFF;
    vertical-align: top;
}

.abstractDataCell {
    padding:5px;
    border-bottom: 1px solid #888888;
    vertical-align: top;
}

.displayTitle {
   font-size: 18px;
   color: #5294CC;
   padding: 3px;
   vertical-align: bottom;
}

.formTitle {
   font-weight: bold;
   font-size: 18px;
   color: #888888;
   padding: 3px;
   border-bottom: 2px solid #777777;
   vertical-align: bottom;
}

.buttonBar {
   background: #F0F0F0;
   padding: 1px;
}

.confDisplayTitle {
   font-size: 24px;
   color: #5294CC;
   padding: 3px;
   vertical-align: bottom;
   border-bottom: 2px solid #777777;
   text-align: center;
}

.trackDisplayTitle {
   font-size: 14px;
   font-weight: bold;
   color: #5294CC;
   padding: 3px;
   vertical-align: bottom;
}

.displayField {
    color: #444;
    font-size:12px;
    font-weight: bold;
    padding: 3px 20px 3px 0;
}

.calendarList {
    z-index: 1;
    visibility: hidden;
    position: absolute;
    max-height: 220px;
    overflow-y: auto;
}

.calendar thead .title {
   border: none;
   background: #ECECEC;
   color:#444;
   cursor:pointer;
   font-weight: bold;
}

.calendar .button {
   border: none;
   background: #ECECEC;
   color:#444;
   cursor:pointer;
   font-weight: bold;
}

/*.marquee {
   vertical-align: middle;
   text-align: center;
   border: 1px solid #5294CC;
   width:60%;
   background:#F6F6F6;
}*/

.categoryInfo {
    font-size: 13px;
    font-style: italic;
    color: #444;
    margin-top: 5px;
}

.categoryManagers {
    font-size: 13px;
    color: #444;
    margin-top: 5px;
}

.ACtab {
   background-image: url(../images/keys.png);
   background-repeat: no-repeat;
}

.toolsTab {
   background-image: url(../images/tools.png);
   background-repeat: no-repeat;
}

.VCTab {
   background-image: url(../images/videoconference.png);
   background-repeat: no-repeat;
}

.participantsTab {
   background-image: url(../images/participants.png);
   background-repeat: no-repeat;
}

.timetableTab {
   background-image: url(../images/pocketwatch.png);
   background-repeat: no-repeat;
}

.filesTab {
   background-image: url(../images/folder.png);
   background-repeat: no-repeat;
}

.logsTab {
   background-image: url(../images/penpaper.png);
   background-repeat: no-repeat;
}

.listingsTab {
   background-image: url(../images/listings.png);
   background-repeat: no-repeat;
}

.confirmTab {
   background-image: url(../images/warning.png);
   background-repeat: no-repeat;
}

.moveTab {
   background-image: url(../images/greenarrow.png);
   background-repeat: no-repeat;
}

input, textarea, select {
   font-size: 100%;
}

input.smallbtn {
   color:  #123062;
   font-size: 80%;
   text-decoration: none;
   margin: 0px;
   margin-top: 1px;
   margin-right: 1px;
   padding: 0px;
   background-color: #D9D9D9;
   border: 1px solid #fff;
   border-top-color: #eee;
   border-left-color: #eee;
   border-right-color: #669;
   border-bottom-color: #669;
}

.yellowButton {
    background: white url(../images/sprites.png) repeat-x scroll 0 -90px;
    padding: 2px;
}

.yellowButton input {
    background-color: transparent;
    border: 0;
    color: black;
}

.loginButton {
    border: 1px solid #AAA;
    float: left;
    text-align: center;
}

.loginButton input {
    cursor: pointer;
    padding: 0 10px;
}

.nav_border {
   color: #eee;
   background-color: #ddd;
   border: 1px solid #eee;
   border-right: 1px solid #aaa;
   border-bottom: 1px solid #aaa;
   padding-left: 2px;
   padding-right: 2px;
}

a.nav_link:link {
   color: #5294cc;
   font-weight: normal;
}
a.nav_link:visited {
   color: #5294cc;
   font-weight: normal;
}
a.nav_link:active {
   color: #5294cc;
   font-weight: normal;
}
a.nav_link:hover {
   color: #5294cc;
   font-weight: normal;
}
.nav_alphabet{ height: 25px; }

.nav_alphabet span.nav_border { line-height: 15px; }

.nav_alphabet a{
   width: 10px;
   margin-top: 5px;
}

span.horizontalSeparator {
    color: #AAAAAA;
    padding-left: 5px;
    padding-right: 5px;
}



/* ===== ROOM BOOKING ================= */

.tip {
    border:solid 1px #888888;
    color:#222222;
    background-color:#f0f0f0;
    font-size: 11px;
    padding: 2px;
}

.tip ul, .tip strong, .tip em {
    color:#222222;
    font-size:11px;
}

.tip a {
    font-size:11px;
}

.tip-no-borders {
    border: none;
    color:#222222;
    background-color:#f0f0f0;
    font-size: 11px;
}

/* Room booking - calendar bar */
.barUnaval { /* Bar representing unavailable period */
    position: absolute;
    background-color: #FFE0C5;
    border: solid 1px #CCC;
    height: 10px;
}
.barCand { /* Bar representing candidate reservation */
    position: absolute;
    background-color: #A7FFD0;
    border: solid 1px #CCC;
    height: 10px;
}
.barConf { /* Bar representing conflict */
    position: absolute;
    background-color: #D0000A;
    border: solid 1px #CCC;
    height: 10px;
}

.barPreB { /* Bar representing PRE-booking */
    position: absolute;
    background-color: #FFFEB1;
    border: solid 1px #CCC;
    height: 10px;
}

.barPreC { /* Bar representing conflict with PRE-booking */
    position: absolute;
    background-color: #FFB1F1;
    border: solid 1px #CCC;
    height: 10px;
}

.barPreConc { /* Bar representing concurrent PRE-bookings */
    position: absolute;
    background-color: #D1F3FF;
    border: solid 1px #CCC;
    height: 10px;
}

.dayDiv {
    position: relative;
    height: 10px;
    font-size:0px;
    margin-top: 6px;
}

.dayCalendarDiv {
    position: relative;
    height: 10px;
    font-size:0px;
    margin-top: 6px;
    float: right;
}

.calHour {
    position: absolute;
    font-size: 8px;
    height: 10px;
    color: Black;
}

/* Form fields: field description width. */
.subFieldWidth {
    width: 84px;
}
.subFieldWidthSmaller
{
    width: 60px;
}

.actionSucceeded
{
    color: Green; margin-left: 6px; font-weight: bold;
}

.actionFailed
{
    color: Red; margin-left: 6px; font-weight: bold;
}

a.roomLink:hover, a.dateLink:hover {
    text-decoration: underline;
}

a.basicRoom {
    color: #0b63a5;
}

option.publicRoom, span.publicRoom, a.publicRoom {
    color: Green;
}

option.moderatedRoom, span.moderatedRoom, a.moderatedRoom {
    color: #D37209;
}

option.privateRoom, span.privateRoom, a.privateRoom, a.weekend {
    color: Red;
}

a.blocked {
    background-color: #f00;
    color: #fff;
}

a.preblocked {
    background-color: #fb0;
    color: #000;
}

a.blocked_permitted {
    background-color: #af5;
    color: #000;
}

a.blocked_override {
    background-color: #b5f;
    color: #000;
}

span.unavailable {
    background-color: #881122;
    color: white;
    padding: 1px;
}

a.weekday {
    color: Black;
}

.bookingDisplayTitleCell {
    width: 25%;
}

.bookingShowHideHistory {
    margin-top: 9px;
}

.bookingDisplayEntryMoreInfo, .bookingDisplayEntryHideInfo {
    white-space: nowrap;
    padding-left: 7px;
}

.bookingDisplayHistoryTimestamp {
    color: #999;
    font-size: 11px;
    display: table-cell;
    white-space: pre;
    padding-right: 10px;
}

.bookingDisplayHistoryInfo {
    display: table-cell;
    /* For GChrome and Safari*/
    width: 1000px;
}

.bookingHistoryTooltip {
    padding: 3px;
    background-color: white;
}
/********************/
/**** Evaluation ****/
/********************/

.evaluationForm {
    width: 940px;
    margin: 30px auto;
    background-color: white;
    padding: 50px 30px;
}

/* Edit - left menu */
table.evalEditLeftMenu {
    vertical-align:middle;
    text-align:left;
    margin-left:5px;
    border:1px solid black;
    width:125px;
}
table.evalEditLeftMenu td {
    vertical-align:middle;
    white-space:nowrap;
    border:1px solid #cccccc;
}
table.evalEditLeftMenu a {
    color:#000000;
    background:transparent;
    text-decoration:none;
}
table.evalEditLeftMenu a:hover {
    color:#E25300;
    font-weight:bold;
}

/* Setup */
table.notificationShow tr{
    vertical-align:top;
}
table.notificationShow td.small{
    font-size:10px;
}
table.evalSetupSpecialActions td {
    font-size:10px;
}
table.evalSetupSpecialActions form {
    margin:0;
}
table.evalSetupSpecialActions form input {
    width:130px;
}
table.evalationSetupImportXml {
    border-top-width:0;
    border-right-width:0;
    border-bottom-width:0;
    border-left:1px solid #777777;
}
table.evalationSetupImportXml input {
    margin-bottom:0;
}
/* Setup DataModif */
table.DataModif {
    width:80%;
    border:0;
    border-left:1px solid #777777;
}
table.DataModif td.titleCellTD{
    white-space:nowrap;
}
table.DataModif td.modifRight{
    width:90%;
}
table.notificationEdit {
    width:100%;
    border-collapse: collapse
}
table.notificationEdit tr{
    vertical-align:top;
}
table.notificationEdit td.notifTitle{
    font-weight:bold;
}
table.notificationEdit td.notifLeft{
    color:black;
    width:1%;
}
table.notificationEdit td.notifMain {
    width:90%;
}

table.groupTable td.notifMain textarea{
    width:100%;
}

table.notificationEdit td.notifMain textarea{
    width:100%;
    height:60px;
}
table.notificationEdit td.notifRight {
    width:1000px;
    color:black;
    white-space:nowrap;
}

/* Edit one question */
table.evalEditMain {
    vertical-align:middle;
    border-collapse:collapse;
    margin-left:50px;
    border:0 solid white;
    width:575px;
}
table.evalEditMain td.titleCellTD {
    width:125px;
}
table.evalEditMain td.inputCelTD select {
    margin-left:10px;
}
table.evalEditMain td.inputCelTD input {
    margin-left:10px;
}
table.evalEditMain td.inputCelTD textarea {
    width:98%;
    height:70px;
    margin-left:10px;
}
table.evalEditMain td.inputCelTD input.textType {
    width:98%;
}
table.evalEditMain td.inputCelTD input.choiceItemText {

}
table.evalEditMain td.inputCelTD input.btn {
    margin-left:10px;
}
table.evalEditMain td.inputCelTD input.shortInput {
    width:40%;
}table.evalEditMain td.errorCelTD {
    text-align:center;
    color:red;
}
table.evalEditMain td.submitCelTD {
    text-align:center;
}

/* Edit form structure */
table.evalEditViewContainer{
    margin-left:3px;
    border-width:0;
    width:90%;
}
table.evalEditViewContainer td{
    vertical-align:top;
}
table.evalEditView {
    vertical-align:middle;
    border-collapse:collapse;
    border:1px solid black;
    width:100%;
}
table.evalEditView td {
    padding:5px;
}
table.evalEditView td.inputCelTD {
    width:50%;
    vertical-align:top;
}
table.evalEditView td.inputCelTD input.textType {
    margin-left:0;
    width:100%;
}
table.evalEditView td.inputCelTD input.passwordType {
    margin-left:0;
    width:100%;
}
table.evalEditView td.inputCelTD input {
    margin-bottom:0;
}
table.evalEditView td.inputCelTD textarea {
    width:100%;
    height:70px;
    margin-left:0;
}
table.evalEditView td.commentCelTD {
    padding-top:5px;
    padding-right:30px;
    padding-bottom:15px;
    padding-left:15px;
    font-size:x-small;
    text-align:justify;
}
table.evalEditView td.displayField {
    font-weight:bold;
}
table.evalEditViewActions {
    border:0;
    border-spacing:0;
    padding:1px;
    margin-right:0;
    padding-right:0;
}
table.evalEditViewActions td {
    padding:0;
}
table.evalEditViewActions form {
    margin:0;
}
table.evalEditViewActions select {
    border:0;
    font-size:10px;
}

/* Preview */
table.evalEditPreview {
    vertical-align:middle;
    border-collapse:collapse;
    border:1px solid #eeeeee;
    width:90%;
}
table.evalEditPreview tr.evalEditPreviewTrGrey {
    background-color:#eeeeee;
}
table.evalEditPreview td {
    padding:5px;
    width:50%;
    vertical-align:top;
}
table.evalEditPreview td.inputCelTD{
    text-align:left;
}
table.evalEditPreview td.inputCelTD font {
    color:black;
    width:100%;
    height:100%;
}
table.evalEditPreview td.inputCelTD input.textType {
    margin-left:0;
    width:90%;
}
table.evalEditPreview td.inputCelTD input.passwordType {
    margin-left:0;
    width:90%;
}
table.evalEditPreview td.inputCelTD input {
    margin-bottom:0;
}
table.evalEditPreview td.inputCelTD textarea {
    width:90%;
    height:70px;
    margin-left:0;
}
table.evalEditPreview td.commentCelTD {
    padding-top:5px;
    padding-right:30px;
    padding-bottom:15px;
    padding-left:15px;
    font-size:x-small;
    text-align:justify;
}
table.evalEditPreview td.displayField {
    font-weight:bold;
}
table.evalEditPreviewTitle {
    width:90%;
}
table.evalEditPreviewTitle td.title{
    text-align:center;
    /*white-space:nowrap;*/
    border-bottom:2px solid #777777;
}
table.noticeMain {
    width:80%;
    text-align:center;
}
table.noticeMain td.td{
    text-align:center;
}
table.noticeMain td.title{
    text-align:center;
}
table.noticeInside {
    border:2px solid #777777;
}
table.noticeInside td{
    padding:10px;
}

/* Results */
fieldset.evalationResultsFieldset{
    padding:20px;
    width:80%;
    text-align:left;
}
fieldset.evalationResultsFieldset legend{
    color:black;
}
fieldset.evalationResultsFieldset ul li{
    margin: 0.5em 0 0.5em 0;
}
fieldset.evalationResultsFieldset p{
    padding-left: 2.5em;
}
fieldset.evalationResultsFieldset td{
    font-size:10px;
}
fieldset.evalationResultsFieldset table.statsGraphContainer {
    width:100%;
}
fieldset.evalationResultsFieldset table.statsGraphContainer td.statsGraphHead{
    width:30%;
    text-align:right;
}
fieldset.evalationResultsFieldset table.statsHead{
    width:100%;
}
fieldset.evalationResultsFieldset table.statsGraph{
    width:100%;
    border-collapse:collapse;
}
fieldset.evalationResultsFieldset td.blue{
    border:1px solid #888;
    height:15px;
    background-color:#d0ecff;
}
fieldset.evalationResultsFieldset td.green{
    border:1px solid #888;
    height:15px;
    background-color:#9de47b;
}
fieldset.evalationResultsFieldset td.yellow{
    border:1px solid #888;
    height:15px;
    background-color:#fde47b;
}
fieldset.evalationResultsFieldset td.pink{
    border:1px solid #888;
    height:15px;
    background-color:#f2e3f4;
}
a.greyLink{
    color:#777777;
    font-weight:bold;
}
a.greyLink:hover{
    color:#E25300;
}
table.evalationResultsSubmitters {
    border-top-width:0;
    border-right-width:0;
    border-bottom-width:0;
    border-left:1px solid #777777;
}
table.evalationResultsSubmitters input {
    margin-bottom:0;
}

/* UI Components */
img {
    border: 0px;
}


div.UISimpleDialogMainPanel {
    background: #FFFFFF;
    border: none;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 13px;
}

label, .label {
    font-weight: bold;
}

input.UIFieldText
{
    border: 1px solid #AAAAAA;
}

.UILabelSpan
{
    float: left;
    width: 75px;
    text-align: right;
}

.UIFieldSpan {
  float: right;
  width: 185px;
  text-align: left;
  }

form.UIPrettyForm
{
    padding-top: 10px;
    margin-left: 50px;

    font-size: 11px;
}

label.UIPrettyForm, input.UIPrettyForm  {
    display: block;
    width: 150px;
    float: left;
    margin-bottom: 5px;
}

label.UIPrettyForm  {
    text-align: right;
    width: 100px;
    padding-right: 20px;
}

br.UIPrettyForm  {
    clear: left;
}

.UIExpandBottom {
    font-size: xx-small;
    width: 100%;
    margin-bottom: 0px;
}

.UIExpandContainer {
    text-align: center;
}

div.UIForm
{
    padding-top: 5px;
    width: 100%;
}

div.UISearchForm
{
    background: #EEEEEE;
}

div.UIFormRow {
    clear: both;
    display: block;
}

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

div.CategoryListDiv {
    padding: 10px;
    height: 300px;
    width: 100%;
    max-width: 600px;
    min-width: 600px;
    overflow: auto;
}

ul.CategoryList
{
    border: none;
    display: block;
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}

ul.CategoryList li{
    border-bottom: 1px solid #E2E2E2;
    margin: 0;
    display: block;
    padding-left: 5px;
    margin-bottom: 0px;
    line-height: 25px;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    color: #0B63A5;
}

ul.CategoryList li:hover{
    background-color: #FFF6DF;
}

.CategoryListButtons{
    float: right;
    margin: 20px 0 0;
}


/* ListWidget, list of users styles */

.selectedListItem {
    background-color: #CDEB8B;
}

.unselectedListItem {
    background-color: #FFFFFF;
}

li.unselectable {
    cursor: default;
    color: #888888;
}

div.UIPeopleListDiv { /* for lists of users in forms */
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
    width: 300px;
    border: 1px solid #CCCCCC;
    overflow: auto;
}

div.PluginOptionPeopleListDiv {
    border: 1px dashed #CCCCCC;
    min-height: 25px;
    min-width: 320px;
}

div.UISearchPeopleListDiv, div.UISuggestedPeopleListDiv {
    overflow: auto;
}

div.UISearchPeopleListDiv {
    height: 200px;
    border: 1px solid #CCCCCC;
    margin-top:10px;
    max-width:450px;
    min-width:450px;
    overflow:auto;
    width:100%;
}

div.UISuggestedPeopleListDiv {
    border-top: 1px dotted #DDDDDD;
    height: 300px;
}

ul.PeopleList, ul.UIPeopleList, ul.UISuggestedPeopleList { /* UIPeopleList: for all lists of users, among them, found users */
    border: none;
    display: block;
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}

ul.PeopleList li, ul.UIPeopleList li, ul.UISuggestedPeopleList li {
    margin: 0;
    display: block;
    margin-bottom: 0px;
    line-height: 25px;
    padding-left: 5px;
    vertical-align: middle;
}

ul.UIPeopleList li, ul.UISuggestedPeopleList li {
    border-bottom: 1px dotted #DDDDDD;
    cursor: pointer;
}

ul.PeopleList li:hover {
    background-color: #ECECEC;
}

ul.UIPeopleList li:hover, ul.UISuggestedPeopleList li:hover {
    background-color: #FFF6DF;
}

ul.UIPeopleList li.listMessage, ul.UISuggestedPeopleList li.listMessage {
    border-bottom: none;
    font-style: italic;
    padding: 10px;
    cursor: auto;
    line-height: normal;
}

ul.UIPeopleList li.listMessage, ul.UISuggestedPeopleList li.listMessage {
    background-color: transparent;
}

ul.UIPeopleList li .nameLink {
    padding: 4px 30px;
}

ul.UIPeopleList li .foundUserEmail, ul.UISuggestedPeopleList li .foundUserEmail {
    font-style: italic;
    font-size: 8pt;
    padding-left: 5px;
    line-height: 15px;
    display:none;
}

ul.UIPeopleList li:hover > .foundUserEmail, ul.UISuggestedPeopleList li:hover > .foundUserEmail {
    display:inline;
}

ul.UIPeopleList li.selectedUser {
    background-color: #CDEB8B;
}

ul.UIPeopleList li.unselectedUser {
}

ul.UIPeopleList li.unselectable {
    cursor: default;
    color: #888888;
}

div.searchUsersButtonDiv {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
}

div.suggestedUsersTitle {
    text-align: center;
    font-size: 14pt;
    padding-top: 10px;
    padding-bottom: 20px;
}

td.searchUsersGroupsPanel, td.suggestedUsersPanel {
    vertical-align: top;
    padding-bottom: 10px;
}

td.searchUsersGroupsPanel {
    width: 450px;
    padding-left: 10px;
    background-color: white;
    padding-top: 10px;
    padding-right:10px;
}

td.suggestedUsersPanel {
    width: 250px;
    background-color: #F8F8F8;
    border-left: 1px dotted #CCCCCC;
}

ul.UIListNestedMenu
{
    text-indent: 0;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style-type: none;
}

ul.UIListNestedMenu li
{
    background: #FFFF88;
}

div#UILoadDiv {
    background: #FFFFFF;
    z-index: 3;
    text-align: center;
}

div.UITitleBar {
    background: #4096EE;
    height: 25px;
}

div.UITitleBar .UITitleText{
    float: left;
    width: 200px;
    text-align: left;
}

div.UITitleBar .UITitleText h1{
    margin: 0;
    color: #FFFFFF;
    font-size: 16px;
    clear: both;
}


.UITitleBar .UITitleOptions{
    float: right;
    width: 100px;
    padding-right: 5px;
    text-align: right;
}

div#UILoadDiv h1{
    color: black;
    margin-top: 30px;
}

ul.UIPeopleList li.UIPerson
{
    background: url("../images/user.png") left top no-repeat;
}

ul.UIPeopleList li.UIGroup
{
    background: url("../images/group.png") left top no-repeat;

}

ul.UIPeopleList li.UIError
{
    background: #EEEEEE url("../images/remove.png") left center no-repeat;
    padding-left: 20px;
}

.UIInPlaceTextField
{
}

div#UISearchBox
{
    position: absolute;
    right: 30px;
    top: 36px;
    border: none;
    font-size: 13px;
    z-index: 1;
}

div#UISearchBox .searchButton
{
    float:right;
    border-left: 1px solid #888;
    width: auto;
}

div#UISearchBox #searchControls
{
    width: 250px;
    border: 1px solid #888;
    height: 21px;
    overflow: hidden;
    background-color: white;
}

div#UISearchBox #searchControls input
{
    border: 0;
    color: black;
    font-weight: normal;
}

div#UISearchBox #searchText
{
    width: 130px;
}

div#UISearchBox #extraOptions
{
    border: 1px solid #888888;
    border-top: none;
    width: 250px;
    display: none;
    position: absolute;
    top: 23px;
    right: 0px;
    background-color: white;
}


div#UISearchBox #extraOptions table {
    margin: 10px;
}

div#UISearchBox #extraOptions input {
    margin-left: 8px;
    font-size: 12px;
    width: 119px;
}

div#UISearchBox #extraOptions select {
    margin-left: 8px;
    font-size: 12px;
    width: 148px;
}

div#UISearchBox #extraOptions td {
    font-size: 12px;
    color: #444;
}

div#UISearchBox #advancedOptionsLabel {
    text-align: center;
    padding: 5px;
    background-color: #ECECEC;
    font-style: italic;
    border-bottom: 1px solid #AAAAAA;
}


.arrowExpandIcon
{
    background: transparent url(../images/menu_arrow_black.png) scroll no-repeat center center;
    font-weight: normal;
    vertical-align: middle;
    display:block;
    width: 20px;
    height: 17px;
    float: right;
    cursor: pointer;
}

.progressIcon
{
    background: transparent url(../images/loading.gif) scroll no-repeat center center;
    font-weight: normal;
    vertical-align: middle;
    display:block;
    width: 20px;
    height: 17px;
    float: right;
    cursor: pointer;
}


a.meetingHeaderSearchBox
{
    padding-left: 5px;
    font-size:xx-small;
    color:#000000;
    font-weight: normal;
    vertical-align: middle;
    float:left;
}


.bottomLine
{
    border-bottom: 1px solid #777777;
}

/*.container
{
    overflow: hidden;
}*/

.leftFloat
{
    float: left;
}

.rightFloat
{
    float: right;
}

div.UITidyDialog
{
    margin-left: 10px;
    margin-top: 50px;
}

div.UITidyDialog li
{
    font-size: x-small;
    color: red;
}

div.UIMicroSearchBox
{
    background: #AACCFF;
    font-size: xx-small;
    width:250px;
    position: absolute;
}

ul.UIUserEvtList
{
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

li.UIUserEvtListPast
{
    background: #EFEFEF;
    border-bottom: 1px solid #CFCFCF;
}
li.UIUserEvtListPresent
{
    background: #CDEB8B;
    border-bottom: 1px solid #9AC65C;
}

li.UIUserEvtListFuture
{
    background: #FFFF88;
    border-bottom: 1px solid #CCCC77;
}
li.UIUserEvtListNone
{
    border-bottom: 1px solid white;
}

ul.UIUserEvtList li
{
    position: relative;
    height: 24px;
    display: block;
    vertical-align: middle;
}

.UIRowButton
{
    display: block;
    float: right;
    margin-right: 5px;
}

.UIRowButton2
{
    margin-left: 10px;
    padding-top: 4px;
}

.favoriteItem
{
    font-style: italic;
    color:blue;
}

.bookedItem
{
    font-style: italic;
    color: #008C00;
}

.bookedItemHeader
{
    font-style: italic;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.bookedItemCollision
{
    font-style: italic;
    color: #881122;
}

.bookedItemOutsideBooking
{
    font-style: italic;
    color: #FF7400;
}

.bookedItemCollisionDiv {
    position:relative;
}

.bookedItemCollisionDiv div{
    display:none;
}

.bookedItemCollision:hover + div{
    display: block;
    position: absolute; top: 25px; left: 0px; width: 100% - 6;
    color: #AAA;
    background-color: #FFF6DF;
    padding: 3px;
    z-index: 2;
}

.bookedItemOutsideBooking:hover + div{
    display: block;
    position: absolute; top: 25px; left: 0px; width: 100% - 6;
    color: #AAA;
    background-color: #FFF6DF;
    padding: 3px;
    z-index: 2;
}

.UINavBar
{
    display: block;
    height: 25px;
    width: 100%;
    background: #DDDDDD;
    vertical-align: middle;
}

.UINavBar *
{
    vertical-align: middle;
}

.UILoading
{
    z-index: 2;
    background: #FFFFFF;
    text-align: center;
}

.UILoading *
{
    font-size: small;
    font-weight: bold;
    vertical-align: middle;
}

.UILoading img
{
    margin-top: 10px;
}

.UIListTitle {
   font-weight: bold;
   font-size: 16px;
   color: #000000;
   background: #DDDDDD;
   letter-spacing: 6px;
   padding: 3px;
   margin-bottom: 0px;
}

span.evtDate
{
    float: left;
    display: block;
    width: 90px;
    padding-right: 5px;
}

span.evtDateRow
{
    float: left;
    display: block;
    width: 300px;
}

span.evtDateSpan
{
    font-weight: bold;
    font-size: 13px;
}

span.evtTimeSpan
{
    font-size: 10px;
    font-weight: bold;
}

span.clickableText
{
    cursor:pointer;
}
span.clickableText:hover
{
    color: #E25300;
    background: transparent;
}

span.mandatoryField
{
    color: #FF0000;
}


a.evtTitle
{
    float: left;
    display: block;
    width: 350px;
    padding-right: 5px;
}

img.evtIcon
{
    float: left;
    display: block;
    padding: 1px 5px 1px 0px;
    vertical-align: middle;
}

img.clickableImage
{
    cursor:pointer;
}


/* New CSS */


/* HEADER */

div.pageHeader {
    position: relative;
    width: 100%;
}

div.pageHeaderDark {
    background-color: #424242;
}

div.pageHeaderMainPage {
    background: white url("../images/indico_bg.gif") repeat 0 0;
}

div.pageOverHeader
{
    background: #F6E8BD url(../images/sprites.png) repeat-x scroll 0 -210px;
    border-bottom: 1px solid #A2905A;
    padding: 7px 10px;
    color: #2f2506;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

/* Styles for the main menu */

div.globalMenu
{
    background: #0b63a5 url(../images/sprites.png) repeat-x scroll 0 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    height: 30px;
    width: 100%;
}

div.globalMenu ul {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.globalMenu li {
    display: block;
    float: left;
    position: relative;
    height: 30px;
    cursor: pointer;
}

div.globalMenu li.mouseover {
    background: #439ddc url(../images/sprites.png) repeat-x scroll 0 -30px;
}

div.globalMenu a
{
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
    color: white;
    letter-spacing: 0.04em;
    display: block;
    padding: 8px 15px;
}

div.globalMenu span
{
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    margin-right: 15px;
    letter-spacing: 0.04em;
    display: block;
}

div.globalMenu .dropDownMenu {
    padding-right: 20px;
    background: transparent url(../images/menu_arrow_white.png) scroll no-repeat center right;
}

/* Styles for the session bar at the top right corner */

div.sessionBar {
    height: 25px;
    float: right;
    font-size: 13px;
}

div.sessionBar .links
{
    background: transparent url(../images/sprites.png) repeat-x scroll 0 -60px;
    margin-left: 25px;
    padding-top: 0px;
    height: 25px;
}

.loginHighlighted {
    background: transparent url(../images/sprites.png) repeat-x scroll 0 -150px;
}

div.sessionBar .corner
{
    background: transparent url(../images/session_bar_corner.png) repeat-x scroll 0 0;
    height: 25px;
    width: 25px;
    float: left;
}


div.sessionBar ul
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.sessionBar li {
    display: inline;
    margin: 0;
    padding: 4px 17px;
    float: left;
    border-right: 1px solid #C7C7C7;
}

div.sessionBar span {
    color: #444444;
    font-size: 11px;
    margin-right: 5px;
}

div.sessionBarDark .corner {
    background-position: -25px 0;
}

div.sessionBarDark .links {
    background-position: 0 -180px;
}

div.sessionBarDark span {
    color: #BCBCBC
}

div.sessionBarDark .links a {
    color: #DFDFDF;
}

div.sessionBarDark .links a:hover {
    color: white;
}

div.sessionBarDark li {
    border-color: #777;
}

div.sessionBarDark .dropDownMenu {
    background: transparent url(../images/menu_arrow_white.png) scroll no-repeat center right;
}

/* Breadcrumb styles */

.path {
}

.path img {
    padding-right: 5px;
    padding-left: 7px;
}

.path a {
   font-size: 12px;
}

.pathWithoutLinks {
    color: #AAAAAA;
    font-size: 12px;
}

.pathWithoutLinks img {
    padding-right: 5px;
    padding-left: 7px;
}

div.mainBreadcrumb {
    background-color: #ECECEC;
    padding: 4px 15px;
    border-bottom: 1px solid #AAAAAA;
}

div.mainNoBreadcrumb {
    background: transparent url(../images/sprites.png) scroll repeat-x 0 -120px;
    height: 10px;
}

div.noBreadcrumb {
    padding-top: 5px;
    padding-bottom: 10px;
}

ul.horizontalMenu
{
    margin: 0;
    margin-top: 5px;
    padding: 0;
    display: inline;
    list-style-type: none;
    font-size: 13px;
}

ul.horizontalMenu li{
    display: inline;
    position: relative;
    padding: 2px 6px;
    border-right: 1px solid #DDDDDD;
    line-height: 1.5;
}

img.headerLogo {

    margin: 7px 10px;
    border: none;
    width: 196px;
    height: 52px;
}

div.headerAboutIndico
{
    position: absolute;
    top: 25px;
    left: 230px;
    width: 300px;
    color: #444444;
    font-style: italic;
    font-size: 12px;
}

img.centeredImg {
    vertical-align: middle;
    margin-right: 4px;
}

div.eventHeaderButtonBar {
    padding: 6px 0;
    min-height: 24px;
    min-width: 200px;
}

div.eventHeaderButtonBar a {
    position: relative;
    display: block;
    float: left;
    height: 13px;
    padding: 4px 10px 7px 10px;
    min-width: 4px;
    margin-left: 4px;
    background: transparent url(../images/button_bg.png) repeat-y scroll 0 0;
    font-size: 13px;
    font-family: arial, helvetica, sans-serif;
    color: #cfcfcf;
}

div.eventHeaderButtonBar a div.leftCorner {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url(../images/button_bg.png) repeat-y scroll -198px 0;
    width: 2px;
    height: 24px;
}

div.eventHeaderButtonBar a:hover {
    background-position: 0 -24px;
    color: white;
}

div.eventHeaderButtonBar .separator {
    float: left;
    margin: 3px 6px 3px 10px;
    width: 1px;
    height: 18px;
    border-right: 1px dotted #999;
}

div.filterDiv
{
    margin-top: 5px;
    padding: 10px;
    padding-left: 75px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #777;
    color: white;
    display: none;
}


/* Root Page */

.container
{
    background: #FFFFFF;
    margin-bottom: 10px;
    margin: 15px 80px 30px 60px;
    /*overflow: visible;*/
    overflow: hidden;
}

.body
{
}

.bodyWithSideBar {
    margin-right: 420px;
}

.bodyWithSideMenu {
    margin-left: 220px;
    margin-top: 5px;
    margin-right: 20px;
}

/*
    Used to create empty space between the main
    blue bar and the content, when there is
    a basic side menu like in Room Booking.
*/
.emptyVerticalGap {
    height: 20px;
}

.frontPageSideBarContainer {
    margin: 30px 80px 30px 60px;
}

.sideBar {
    float: right;
    font-size: 14px;
    width: 340px;
    float: right;
    width: 340px;
}

.smallSideBox {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px 15px 10px 15px;
    background: #efefef;
    box-shadow: 0px 0px 6px #aaa;
    -moz-box-shadow: 0px 0px 6px #aaa;
    -webkit-box-shadow: 0px 0px 6px #aaa;
    behavior: url('css/border-radius.htc');
}

.smallSideBox h1 {
    font-family: 'Special Elite', arial, serif;
}

.sideMenu {
    float: left;
    width: 200px;
    padding-right: 15px;
    margin-left:30px;
}

.managementSideMenu {
    margin-left:0px;
}

.sideMenu .separator {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    color: #777;
    padding: 7px 0;
    border-bottom: 1px dotted #999;
}

.sideMenu .separatorNoText {
    font-size: 1px;
    height: 1px;
    padding: 0;
    margin-top: 0;
    border-bottom: 1px dotted #999;
}

.sideBar .leftCorner {
    width: 15px;
    height: 15px;
    float: left;
    background: transparent url('../images/grey_corners.png') scroll no-repeat 0 0;
}

.sideBar .rightCorner {
    width: 15px;
    height: 15px;
    float: right;
    background: transparent url('../images/grey_corners.png') scroll no-repeat -15px 0;
}

.sideMenu .corner {
    width: 15px;
    height: 15px;
    float: right;
    background: transparent url('../images/grey_corners.png') scroll no-repeat -30px 0;
}

.sideBar .content {
    background: #ECECEC url('../images/grey_gradient.png') scroll repeat-x bottom left;
    padding: 20px 20px 50px 20px;
}
.sideMenu .content {
    padding-top: 10px;
}

.managementSideMenu .content {
    min-height: 200px;
}

.managementSideMenu .content {
    margin-right: 15px;
}

.topBar {
    margin-bottom: 0px;
}

.topBar .content {
    background: #ECECEC url('../images/grey_gradient2.png') scroll repeat-x bottom left;
    padding: 10px;
    font-size: 12px;
    color: #444;
    border: 1px solid #AAA;
}

.topBar .smaller {
    padding: 10px;
    margin-top: 10px;
}

.sideBar h1, .topBar h1 {
    margin: 0;
    padding: 0;
    color: #777;
    font-size: 15px;
    text-shadow: 1px 1px 0px #FEFEFE;
}

.sideBar ul {
    margin: 15px 10px 0px 0px;
    padding: 0;
    list-style-type: none;
}

.sideBar ul.items li {
    margin-bottom: 5px;
    list-style-type: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
}

.sideBar ul.items li:last-child {
    border-bottom: 0px none;
    padding-bottom: 0px;
}


.sideMenu li {
    margin-bottom: 10px;
}

.sideBar a {
    font-size: 12px;
}

.sideBar em {
    color: #777;
}

.sideMenu a {
    font-size: 14px;
}

.sideMenu .active {
    font-weight: bold;
}

.sideMenu a.advanced {
    font-style: italic;
}

.sideBar a.subLink {
    font-style: italic;
    font-size: 14px;
}

.sideBar em {
    font-size: 13px;
    display: block;
    margin-top: 3px;
    color: #777;
    text-shadow: 1px 1px 0px #FEFEFE;
}

.leftMenu
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
    background: #f6f6f6;

}

h1.menuHeader
{
    height: 20px;
    font-size: 13px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 4px;
    padding-top: 2px;
    display: block;
    width: 100%;
    background: #5fa5d4;
    color: white;
}

h1.active
{
    background: rgb(255,123,45);
}

li.active a{
    font-weight: bold;
}

a.active {
    font-weight: bold;
}

/* Should no longer be needed... where used
   for the server admin side menu section.
h1.active_server_admin
{
    background: #4BB453;
}

li.active_server_admin a{
    color: #4BB453;
}

li.active_server_admin a:hover {
   color: #E25300;
   background: transparent;
   font-weight: bold;
}
*/

ul.menuList
{
    font-size: 13px;
    margin:0;
    margin-bottom: 15px;
    padding-left: 0px;
    list-style-type: none;
}

ul.menuList li
{
    height: 20px;
    display: block;
    margin-bottom: 4px;
    background: #ebebeb;
    padding-left: 20px;
    font-weight: bold;
}

li.sideMenu_disabled
{
    color: #999;
}

ul.menuList li.active
{
    color: #e25300;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Category List */

ul.list
{
    position: relative;
    margin:0px;
    margin-top: 20px;
    padding-left: 0px;
}

.list li
{
    border-bottom: 1px solid #E2E2E2;
    list-style-type: none;
    padding: 5px 0;
}

.list a {
    font-size: 17px;
}

ul.listCompact {
    margin: 0px;
}

.listCompact li {
    border-color: white;
}

.listCompact a {
    font-size: 13px;
}

.farRight
{
    position: absolute;
    top: 5px;
    right: 50px;
}

.evtShortDate
{
        margin-right: 10px;
}

.eventList {
    padding-top: 15px;
}

.eventList h3 {
    font-size: 26px;
    color: #999999;
    margin: 20px 10px;
    padding: 0;
}

.eventList h4 {
    color: #555555;
    font-weight: normal;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 40px;
    padding 0;
    border-bottom: 1px solid #EBEBEB;
}

.eventList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

.eventList li {
    margin: 0 0 10px 60px;
    padding: 0;
    display: block;
}

.eventList li .ical {
    padding: 0 15px;
}

.eventList li .date {
    padding: 0 10px 0 0;
    font-size: 13px;
    color: #444;
}

.eventList li .today {
    margin: 0 10px 0 0;
    font-size: 13px;
    color: #444;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    background-color:#F6E8BD;
    padding: 5px;
}

.eventList .currentMonth {
    border-bottom: 1px solid #AAAAAA;
}

.currentMonth span {
    padding: 5px 5px 1px 5px;
    background: #F6E8BD;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #2F2506;
}

.eventList li .listName a {
    font-size: 17px;
}

/* Footer */

.footer {
    color: #555;
    position: relative;
    margin-top: -60px; /* negative value of footer height */
    height: 40px;
    clear:both;
    padding: 10px 5px 5px 5px;
    font-size: 11px;
}

.footer.footerDark {
    font-weight: bold;
    color: #222;
}

.footer.footerDark a {
    color: #222;
    font-size: 11px;
}

.footer.footerDark a:hover {
    text-decoration: underline;
}

.footer div.text {
    margin-top: 20px;
    float: left;
    vertical-align: middle;
}

.footer a#cern_link {
    margin: auto;
    float: left;
    vertical-align: middle;
}

.footer .shorturl {
    margin-top: 25px;
    color: #1A64A0;
    float: right;
}

.footer img
{
    vertical-align: middle;
}

/* TODO: remove permanently? */
#policyOfUse {
    display: none;
    float: right;
    width: 40%;
}
#policyOfUse h1{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* General Titles */

.banner
{
    background-color: #ECECEC;
    color: #888;
    vertical-align: middle;
    padding: 20px 30px;
    line-height: 30px;
}

.selectedCategoryName{
    padding:20px;
    font-size: 16px;
}

div.accessProtection {
    padding: 10px;
    font-size: 16px;
}

span.eventProtectionRadioEntry {
    display: block;
    padding-left: 50px;
    padding-bottom: 5px;
}

span.eventProtectionRadioEntry label, span.categProtectionRadioEntry label {
    font-weight: normal;
    padding-left: 5px;
}

span.protectionRadioInfo {
    display: block;
    padding: 20px;
}

input.eventProtectionRadioButton {
    padding-right: 5px;
}

span.categProtectionRadioEntry {
    display: block;
    padding-bottom: 5px;
}

div.userListWrapper {
    padding-left: 63px;
}

div.userListWrapper div {
    padding: 6px;
}

div.userListDiv , div.allowedUserListDiv{
    width: 320px;
    height: 200px;
    border: 1px solid #CCCCCC;
    overflow: auto;
}

div.managersPRUserListDiv {
    width: 320px;
    height: 100px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: auto;
}

div.reviewersPRUserListDiv {
    width: 320px;
    height: 120px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: auto;
}

ul.userList, ul.allowedUserList {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    border: medium none;

}

ul.userList li , ul.allowedUserList li {
    display: block;
    line-height: 28px;
    margin: 0 0 0;
    padding-left: 5px;
    vertical-align: middle;
}

ul.allowedUserList li {
    line-height: 21px;
}

ul.userList li:hover, ul.allowedUserList li:hover {
    background-color: #ECECEC;
}

span.userListInfo {
    display: block;
    padding-left: 70px;
}

span.allowedUserListInfo {
    display: block;
    padding-left: 27px;
}

div.ACModifDiv {
    color: #333333;
}

div.ACStatusDiv {
    font-size: 15px;
    padding-bottom: 9px;
}

span.ACStatus {
    font-weight: bold;
}

div.ACStatusDescDiv {
    color: #777777;
    padding-left: 20px;
    padding-bottom: 20px;
    font-style: italic;
    width: 600px;
}

div.ACModifButtonsDiv {
    padding-bottom: 20px;
    font-size: 12px;
}

div.ACModifButtonEntry {
    padding-bottom: 5px;
}

div.ACUserListDiv {
    padding-bottom: 20px;
    padding-left: 35px;
}

div.ACUserListDiv ul.UIPeopleList {
    background-color: #FAFAFA;
    border: 1px solid #999999;
    min-height: 200px;
    width: 550px;
}

.bannerTitle
{
    color: #777777;
}

.bannerTitle:hover
{
    color: #E25300
}

.bannerTitle_0
{
    font-size: 21px;
}

.bannerTitle_1
{
    font-size: 14px;
}

.bannerTitle_2
{
    font-size: 13px;
}

.bannerTitle_3
{
    font-size: 13px;
}

.bannerTitle_4
{
    font-size: 13px;
}

.bannerTitle_5
{
    font-size: 13px;
}

.bannerTitle_noIcon
{
    margin-left: 37px;
}

.banner_creator
{
    font-size: 11px;
    font-weight: normal;
    line-height: 10px;
}

.areaTitle_orange {
   font-size: 14px;
   color: #E25300;
   padding: 0px;
   margin-top: 0px;
}

.titleMiddleImg
{
    vertical-align: middle;
}

/* Context Help */

.ctxtInfo {

}

/* Forms */

.errorMsgBox
{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding:10px;
    border:1px solid #5294CC;
    background:#F6F6F6;
    text-align: center;
    width: 33%;
}

.infoMsgBox
{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding:10px;
    border:1px solid #5294CC;
    background:#F6F6F6;
    text-align: center;
    width: 33%;
}


.oneline {
    display: block;
    margin-top: 5px;
    width: 100%;

}

.blueLineBottom
{
    border-bottom: 1px solid #5294CC;
}

.formLine
{
    margin-bottom: 5px;
}

div.optionGroup
{
    margin-top: 20px;
}

.formLine label
{
    font-weight: normal;
    font-size: 10px;
    color: gray;
}

/* Autocompletion */

.autoCompleteMenu
{
    background: #eeeeee;
}

.autoCompleteMenu ul
{
    border: none;
    display: block;
    list-style-type: none;
    padding-left: 0px;
    margin: 0;

}

.autoCompleteMenu ul li
{
    margin: 0;
    display: block;
    padding-left: 0px;
    margin-bottom: 0px;
    height: 20px;
}

.selected
{
    background: #C3D9FF;
}

.timeDurationEntry
{
    border: none;
    display: block;
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}

.timeDurationEntry li
{
    background: #CDEB8B;
    border: none;
    margin: 0;
    display: block;
    padding-left: 0px;
    margin-bottom: 0px;
    height: 20px;
}

.timeDurationEntry_text
{
    font-weight: bold;
    padding-right: 10px;
}

/* Tabs */

div.tabListContainer {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
}

ul.tabList {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    padding-bottom: 1px;
    border-bottom: 1px solid #777777;
}

ul.tabList li{
    display: inline;
    position: relative;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

ul.subTabList
{
    background: #F2F2F2;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
}

ul.subTabList li{
    display: inline;
    position: relative;
}

ul.subTabList a
{
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #AAAAAA;
}

ul.subTabList a:hover
{
    color: #dbb03a;
}

.tabSelected  {
    color: #E25300;
    background: #F2F2F2;
    border: 1px solid #777777;
    padding-top: 8px;
    border-bottom: 2px solid #F2F2F2;
    margin-left: 2px;
    margin-right: 1px;
}

.tabSelected  a, .tabSelected  span {
    padding-top: 3px;
    color: #555555;
    font-size: 12px;
}

div.tabScrollArrowBg {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 15px;
    height: 15px;
    display: none;
    background: white url(../images/tab_scroll_arrows.png) no-repeat scroll 0 -60px;
}

div.tabScrollArrow {
    border: 1px solid #999999;
    width: 13px;
    height: 13px;
    background: transparent url(../images/tab_scroll_arrows.png) no-repeat scroll 0 0;
}

div.tabGradient {
    background: white url(../images/tab_bg.png) repeat-x scroll 0 -60px;
    /*border-left: 1px solid #777777;
    border-right: 1px solid #777777;*/
    height: 20px;
}

div.tabBorderGradient {
    background: white url(../images/tab_bg.png) repeat-x scroll 0 -80px;
    height: 20px;
    width: 1px;
    display: inline;
}


.tabUnselected  {
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-bottom: 0;
    background: white url(../images/tab_bg.png) repeat-x scroll 0 -30px;
    padding-top: 3px;
    margin-left: 1px;
    cursor: pointer;
}

.tabUnselected  a, .tabUnselected  span {
    color: #4c6a83;
    font-weight: normal;
    font-size: 12px;
}

.subTabUnselected  a {
    color: #4c6a83;
}

.subTabSelected  a {
    color: #b38b1f;
}

.tabExtraButtons {
    background-color: #888;
    position: absolute;
    right: 0;
    top: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 10px 0 0;
    box-shadow:1px 1px 1px #000;
    -moz-box-shadow:1px 1px 1px #000;
    z-index: 1;
}

.tabExtraButtons .buttonContainer {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #aaa;
    cursor: pointer;
}

.tabExtraButtons .buttonContainerLeft {
    border-left: none;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
}

.tabExtraButtons .buttonContainerRight {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
}

.tabExtraButtons .buttonContainer:hover {
    background: #555;
}

div.tabContents {
}

div.uniformButtonVBar  input
{
    width: 160px;
}

ul.horizontalSmallMenu
{
    padding-left: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline;
}

ul.horizontalSmallMenu li
{
    padding-left: 10px;
    margin: 0px;
    display: inline;
}

ul.materialList
{
    padding: 0px;
}

ul.materialList li
{
    /*border-top: 1px solid #AAAAAA;*/
    list-style-type: none;
    padding-bottom: 5px;
}

div.materialEntry {
    padding: 5px;
    -webkit-border-radius: 10px;

}
div.topMaterialBar {
    background: #E0E0E0;
    border: 1px solid #A0A0A0;
    padding: 2px;
}

ul.materialList li span
{
    padding-left: 5px;
    font-size: 14px;
}


ul.materialListResource
{
    padding: 0px 0px 0px 5px;
}

ul.materialListResource li
{
    background: #F2F2F2;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    margin-top: 2px;
    border: 1px solid #DDDDDD;
}

ul.materialListResource li span
{
    padding-left: 0px;
    font-size: 13px;
}

ul.materialDescription {
    background: none;
    padding: 5px;
    border: none;
    margin-top: 5px;
}

ul.materialDescription li{
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
}


div.resourceContainer
{
    overflow: auto;
}

div.highlighted {
    border: 1 px solid red;
}

div.descriptionBox
{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 20px;
}

div.descriptionLine
{
    padding-left : 20px;
    font-style: italic;
    font-size: 12px;
}

ul.tabList li.hiddenTab
{
    display: none;
}

.spaceLeft {
    padding-left: 10px;
    padding-bottom: 10px;
}

ul.slotHorizontalMenu
{
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
}

ul.slotHorizontalMenu li {
    display: inline;
    position: relative;
    padding: 0 0 0 0;
    padding: 5px 5px;
    line-height: 1.5;
}

ul.slotHorizontalMenu li a {
}

h2.timetableSeparator {
    margin-left: auto;
    border-top: 1px solid #DDDDDD;
}

div.timetableHeader {
    padding: 20px 5px 10px 5px;
    margin-top: 20px;
    border-bottom: 2px solid #777777;
    font-size: 20px; color: rgb(68, 68, 68);
    behavior: url(css/border-radius.htc);
}

ul.keywordList
{
    margin: 5px;
    padding: 0px;
    display: block;
    list-style-type: none;
    /*height: 25px;*/
}


ul.keywordList li.oneLineListItem {
    display: inline;
    position: relative;
    padding: 0 0 0 0;
    color: #5FA5D4;
}

ul.keywordList li.oneLineListItem:after {
    color: black;
    content: ", ";
}

ul.keywordList li.oneLineListItem_last {
    display: inline;
    position: relative;
    padding: 0 0 0 0;
    color: #5FA5D4;
}

ul.keywordList li.oneLineListItem_last:after {
    content: "";
}

ul.keywordList li.multipleLinesListItem {
    position: relative;
    padding: 0 0 0 0;
    padding-bottom: 5px;
    color: #606060;
}

ul.keywordList li.multipleLinesListItem_last {
    position: relative;
    padding: 0 0 0 0;
    color: #5FA5D4;
}


.popupWindowTitle {
    color: #1A64A0;
    font-weight: bold;
    font-style: normal;
}

.popUpLabel {
   text-align: right;
   font-size: 13px;
   font-family: Verdana, Arial;
   color: #523D04;
   font-weight: normal;
   padding-right: 5px;
   padding-bottom: 3px;
}

.popUpTdContent {
   font-weight: normal;
   padding-bottom: 3px;
   color: black;
}

 .popUpButton {
   margin: 0px;
   margin-top: 1px;
   margin-right: 1px;
   /*color:  #234173;
   text-decoration: none;
   background-color: #D9D9D9;
   border: 1px solid #fff;
   border-top-color: #eee;
   border-left-color: #eee;
   border-right-color: #669;
   border-bottom-color: #669;*/

 }

.fieldLabel {
   text-align: right;
   font-family: Verdana, Arial;
   color: #523D04;
   margin-right: 5px;
   font-weight: normal;
}

.headerRoomLink {
}

.tooltip {
   background-color: #FFFFFF;
   border: 1px solid #000000;
   color: #000000;
 }

.invalid {
    -moz-appearance: none;
    background-color: #FFB9B9 !important;
}

.invalidLabel {
    color: #ff1122;
}

select.invalidSelect {
    color: #ff1122;
}

.warningText {
    color: #881122;
}

.successText {
    color: #118822;
}

.tooltipError {
   max-width: 300px;
   padding: 5px;
   border: 1px solid #777;
   color: #ad1f1f;
   background: white;
   -moz-box-shadow: 2px 2px 2px #444;
   -webkit-box-shadow: 2px 2px 2px #444;
   box-shadow: 2px 2px 2px #444;
}

ul.errorList {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

ul.errorList li {
    color: #881122;
}

.errorList {
    width: 400px;
}

ul.warningList {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

span.errorTitle {
    font-size: medium;
    color: #881122;
    font-weight: bold;
}

span.messageAfterErrors {
    margin-top: 1em;
    color: #881122;
}

span.warningTitle {
    font-size: medium;
    font-weight: bold;
}

div.warningExplanation {
    margin-top: 10px;
    color: #555;
    text-align: left;
}


ul.warningLevel0 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.warningLevel1 {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* NEWS MODULE */

.newsItem {
    display: block;
    background-color: #EBF7FF;
    margin-bottom: 20px;
}

.newsItemDate {
   font-weight: italic;
   color: #36393D;
}

.newsItemTitle {
    margin-left: 30px;
    font-weight: bold;
}

.newsItemContent {
    margin-left: 30px;
}

.newsItemOptions{
    float: right;
}

.newsContainer{
    margin:10px 50px 10px 50px;
}

.newsToolBar{
    text-align:right;
    margin:10px 50px 10px 50px;
}

.newsItemEdit{
    padding: 10px;
}

.newsEditTitle{
    width: 500px;
}

/* news display: */

.newsGroup {
    margin-left: 30px;
}

.newsTypeTitle{
    background: #EBF7FF;
    margin-bottom: 5px;
    padding: 3px;
    font-size: 14px;
    color: black;
}

.newsDisplayItem{
    margin-left: 30px;
    overflow: hidden;
    border: 1px #E3E3E3 dotted;
    padding: 10px;
    margin-bottom: 20px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
}

.newsDisplayItemDateType {
   display: inline;
   float:right;
   font-size: 10px;
}

.newsDisplayItemTitle {
    display: inline;
    font-size: 21px;
}

.newsDisplayItemContent {
    margin-left: 20px;
}

/* PLUGINS ADMIN */

ul.optionList1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.optionList2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

span.optionKey1 {
    font-weight: bold;
}

/* COLLABORATION */

span.createBookingText {
    font-size: 16px;
}

td.collaborationTitleCell {
    color: #523D04;
    /*text-align: center;*/
    padding-bottom: 3px;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #DDDDDD;
}

td.collaborationTitleCellNarrow {
    color: #523D04;
    padding-bottom: 3px;
    border-bottom: 1px solid #DDDDDD;
}

td.collaborationCell {
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*text-align: center;*/
    white-space: nowrap;
}

td.collaborationCellNarrow {
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 0px;
    white-space: nowrap;
}

.collaborationInfoCell {
    padding: 0px;
    padding-left: 50px;
    padding-bottom: 5px;
}


span.statusMessage {
    font-size: medium;
    font-weight: bold;
    vertical-align: middle;
}

.statusMessageError {
    color: #881122;
}

.statusMessageOK {
    color: #73880A;
}

.statusMessageOther {
    color: #7A7A7A;/*#356AA0;*/
}

div.collaborationAdvancedTabTitle {
    font-size:13px;
    background:none repeat scroll 0 0 white;
    position:absolute;
    padding-right:5px;
}

div.collaborationAdvancedTabTitleLine {
    height: 9px;
    border-bottom: 1px dotted #777;
    position: relative;
    min-width: 200px;
}

div.collaborationAdvancedTabCheckboxDiv {
    margin-left:50px;
    padding-top:5px;
}

td.collaborationInfoLeftCol {
    vertical-align: top;
    text-align: left;
    padding-right: 5px;
    white-space: nowrap;
    color: #523D04;
}

.collaborationWarning {
    font-weight: bold;
    color: #881122;
}

td.bookingFormFieldName {
    text-align: right;
    padding-right: 5px;
}

span.bookingFormWarning {
    font-size: x-small;
    color: #FF7400;
}

ul.singleBooking {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.singleBookingCustomText {
    margin-bottom: 5px;
}

div.actionButton {
    display: inline;
    margin-left: 5px;
}

/* Conference, Registrants List */

.CRLgroupTitleNoBorder {
   font-family: "Times New Roman", Verdana, Arial;
   font-size: 19px;
   color: #4E4C46;
   letter-spacing: 1px;
   padding: 3px;
}

.CRLabstractLeftDataCell {
    padding-right:5px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}

.CRLabstractDataCell {
    padding:5px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}

.CRLNoSelection {
    color: #881122;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
 }

.btnRemove {
    color: red;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

div.CRLDiv {
    background: #ECECEC url('../images/grey_gradient2.png') scroll repeat-x bottom left;
    padding: 10px 20px 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #444;
    border: 1px solid #AAA;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border-bottom:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;
}


.CRLIndexSelected  {
    color: #B38B1F;
}

.CRLIndexUnselected {
    color: #4C6A83;
}

ul.CRLIndexList {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 5px;
}

ul.CRLIndexList li {
    display: inline;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #AAAAAA;
}

ul.CRLIndexList a {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

ul.CRLIndexList a:hover
{
    color: #dbb03a;
}


/* Collaboration Admin */

ul.CAIndexList {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 5px;
}

ul.CAIndexList li {
    display: inline;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #AAAAAA;
}

ul.CAIndexList a {
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

ul.CAIndexList a:hover
{
    color: #dbb03a;
}

.CAIndexSelected  {
    color: #B38B1F;
}

.CAIndexUnselected {
    color: #4C6A83;
}

.CALastIndex {
    border-right: 0px;
}

div.CADiv {
    background: #ECECEC url('../images/grey_gradient2.png') scroll repeat-x bottom left;
    padding: 10px 20px 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #444;
    border: 1px solid #AAA;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border-bottom:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;
}

div.CADiv span.pluginNames {
    font-style: italic;
}

div.CAShowOnlyPendingDiv {
    padding-right: 10px;
    border-right: 1px solid #AAAAAA;
    margin-right: 10px;
}

div.CAShowOnlyPendingDiv input {
    margin: 0;
    padding: 0;
}

div.CAShowOnlyPendingDiv label {
    font-weight: normal;
}

div.CAFilterByCategoryDiv{
    padding-right: 10px;
    border-right: 1px solid #AAAAAA;
    margin-right: 10px;
    display: inline;
}

div.CAResultsDiv {
    padding-top: 20px;
}

div.CAResultsPerPageDiv {
    display: inline;
}

span.CAMinMaxKeySuggestion {
    color: orange;
    font-size: 10px;
}

span.CAViewBySpan {
    font-weight: bold;
}

div.CADiv a {
    font-family: Verdana;
    font-size: 12px;
    cursor: pointer;
}

div.CADiv input.CARadio {
    margin-left: 0px;
}

a.CAViewBySelected  {
    color: #B38B1F;
    font-weight: bold;
}

a.CAViewByUnselected {
    color: #4C6A83;
}

div.CAViewByDiv {
    display: inline;
}

div.CAViewByDiv a {
    padding-left: 8px;
}

div.CAOrderByDiv a {
    padding-left: 8px;
}

div.CAOrderByDiv {
    display: inline;
    float: right;
}

div.CAInfoDiv {
    padding-top: 5px;
}

div.CAInfoDiv div.CATypesDiv {
    display: inline;
    padding-top: 5px;
}

div.CAInfoDiv div.CAStaticURLDiv {
    display: block;
    padding-top: 5px;
}

a.CAStaticURLSwitch {
    color: #0B63A5;
}

div.CAInfoDiv div.CAStaticURLDiv a {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

div.CAInfoDiv div.CAStaticURLDiv a:hover {
    color: #DBB03A;
}

div.CATotalInIndexDiv {
    display:inline;
    float:right;
}

div.CANResultsDiv {
    display:inline;
}

ul.pageNumberList {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 25px;
}

ul.pageNumberList li {
    display: inline;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #AAAAAA;
}

ul.pageNumberList li.lastPageNumber {
    border-right: 0px;
}

ul.pageNumberList a {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

ul.pageNumberList a:hover
{
    color: #dbb03a;
}

ul.pageNumberList a.pageSelected  {
    color: #B38B1F;
}

ul.pageNumberList a.pageUnselected {
    color: #4C6A83;
}

table.CAResultsTable {
    width: 100%;
    margin: 0;
    padding: 0;
}

table.CAResultsTable tr.ACBookingLine:hover {
    background-color: #ECECEC;
}

table.CAResultsTable td.ACBookingGroupTitle {
    padding-top: 20px;
    color: #555555;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #EBEBEB;
}

table.CAResultsTable a.ACConfLink {
    padding-top: 20px;
}

table.CAResultsTable a.ACConfLink span.ACConfTitle {
    font-size: 18px;
    font-weight: normal;
}

table.CAResultsTable a.ACConfLink span.ACConfId {
    font-size: 13px;
    font-weight: normal;
    color: #555555;
}

table.CAResultsTable a.ACConfLink span.ACConfDates {
    font-size: 14px;
    font-weight: normal;
    color: #555555;
}

td.ACBookingFirstCell {
    padding: 2px;
    padding-left: 30px;
}

td.ACBookingCell {
    padding: 2px;
    padding-left: 10px;
    max-width: 300px;
}

td.ACBookingCellNoWrap {
    padding: 2px;
    padding-left: 10px;
    white-space: nowrap;
    width: 0;
}

td.ACBookingTime {
    padding: 2px;
    text-align: right;
}

/* Collaboration display pages */

.collaborationDisplayTitle {
    margin: 0;
    margin-top: 1em;
}

div.collaborationDisplayDateGroup {
    padding-top: 5px;
    padding-bottom: 15px;
}

.collaborationDisplayMoreInfo {
    color: #0B63A5;
}

.collaborationDisplayHideInfo {
    color: #B38B1F;
}

.collaborationDisplayMoreInfo , .collaborationDisplayHideInfo {
    text-decoration: none;
    cursor: pointer;
}

.collaborationDisplayMoreInfo:hover , .collaborationDisplayHideInfo:hover {
    color: #DBB03A;
}

div.collaborationDisplayBookingLine {
    padding-bottom: 5px;
}

div.collaborationConfDisplayBookingLine {
    font-size:12px;
}

td.collaborationConfDisplayInfoLeftCol {
    white-space: nowrap;
    text-align: right;
    padding-right: 10px;
    padding-left: 5px;
}

td.collaborationConfDisplayInfoLeftCol, td.collaborationConfDisplayInfoRightCol {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: top;
    font-size: 11px;
}

td.collaborationConfDisplayInfoRightCol {
    padding-right: 5px;
}

td.collaborationConfDisplayInfoRightCol a {
    font-size: 11px;
}

div.collaborationDisplayInfoLine tr:hover {
    background-color: #ECECEC;
}

div.collaborationLinkTooltipMeetingLecture {
    padding: 3px;
    background-color: white;
}

div.collaborationLinkTooltipConference {
    padding: 3px;
}

div.collaborationDisplayInfoLine {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 20px;
}

div.collaborationDisplayInfoLine table {
    border-spacing: 0px;
}

span.collShowHideBookingsText {
    font-style: italic;
}

span.collShowBookingsText {
    font-style: italic;
}

div.collHideBookingsDiv {
    padding-top: 8px;
}

span.collHideBookingsText {
    font-style: italic;
}

table.eventDetails td.collaborationDisplayInfoLeftCol {
    padding: 0px;
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 1px;
    padding-top: 1px;
    vertical-align: top;
    text-align: right;
    white-space: nowrap;
    width: 0px;
    color: #222222;
    font-size: 10px;
}

table.eventDetails td.collaborationDisplayInfoRightCol {
    padding: 0px;
    vertical-align: top;
    font-size: 10px;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-right: 5px;
}

td.collaborationDisplayInfoRightCol a {
    font-size: 10px;
}


td.collaborationDisplayInfoLeftCol span {
    white-space: nowrap;
}




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

.timetableInfoBox {
    margin: 7px 10px;
    /*background: #F6E8BD url(../images/sprites.png) repeat-x scroll 0 -210px;
    border: 1px solid #A2905A;*/
    color: #444444;
    font-family: Verdana;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.timetableBlock {
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    behavior: url(css/border-radius.htc);
    color: #202020;
}

.timetableBlockPileEffect {
    border-bottom: none;
    margin: 1px 0;
    height: 3px;
}

div.timetableContribution  {
    background-color: #f8f2e8;
}

div.timetableSession div.timetableBlock{
}

div.timetableBreak div.timetableBlock{
}

div.timetableBlockTitle {
    font-weight: bold;
    font-size: 11px;
    padding: 4px;
}

div.timetableBlockPresenters {
    float: right;
    margin: 4px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 11px;
    font-style: italic;
}

div.timetableBlockMaterial {
    padding: 2px;
    margin: 2px;
    float: right;
    width: 12px;
    height: 12px;
    background: transparent url(../images/material_folder.png) scroll no-repeat 3px 3px;
}

div.timetableBlockMaterial:hover, div.timetableBlockMaterialActive {
    border: 1px solid #777;
    margin: 1px;
    background-color: white;
}

div.timetableBlockTime {
    position: absolute;
    bottom: 4px;
    right: 6px;
    padding-top: 4px;
    font-size: 11px;
}

div.timetableBlockTimeDiscreet{
    float: left;
    margin: 4px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 11px;
}

div.timetableBlockLocation {
    position: absolute;
    bottom: 4px;
    left: 4px;
    font-style: italic;
    padding-top: 4px;
    font-size: 11px;
}

div.timetableBlockConvener {
    position: absolute;
    left: 4px;
    font-style: italic;
    padding-top: 4px;
    font-size: 11px;
}

div.timetableBlockContribs {
    margin: 4px;
    border: 1px solid #CCC;
}

/*div.timetableBlockContrib {
    border-top: 1px dotted #777;
    background: white;
    opacity: 0.65;
    padding: 2px 5px;
    font-size: 12px;
    height: 14px;
    overflow: hidden;
}

div.timetableBlockContrib:hover {
    background: black;
    opacity: 0.45;
    color: white;
}*/

span.sessionRenameEntry, span.sessionRenameValue {
    color: #888888;
    font-weight: bold;
}

div.exclusivePopup {
    background-color: white;
    position: absolute;
    display: inline;
    border: 1px solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    min-width: 250px;
}

div.exclusivePopupTopBg {
    background-color: #F8F8F8;
    behavior: url(css/border-radius.htc);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.exclusivePopup .title {
    font-size: 17px;
    padding-left: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    background-color:  #F8F8F8;
    border-bottom: 1px solid #CCC;
}

div.exclusivePopup .titleWrapper {
    position: relative;
    top: -10px;
}

div.exclusivePopup .printLink {
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    right: 45px;
    border: 1px solid #aaa;
    border-bottom-color: white;
    background: white;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}

div.exclusivePopupCloseButton {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 10px;
    background-image: url('../images/popup_close_button.png');
    width: 15px;
    height: 15px;
}


div.balloonPopup {
    position: absolute;
    padding-bottom: 15px;
    color: #202020;
    border: 1px solid black;
    background-color: white;
    -moz-border-radius: 6px;
    -webkit-border-radius:6px;
}

div.balloonPopupArrow {
    position: absolute;
    background: transparent url('../images/balloon_popup_arrows.png') scroll no-repeat 0 -19px;
    background-repeat: no-repeat;
    background-position: 0 -19px;
    /*opacity: 0.95;*/
}

div.yellowBalloon {
    color: #000;
    border: 1px solid black;
    background-color: #ffed92;
    opacity: 0.95;
}

div.yellowArrow {
    background: transparent url('../images/balloon_popup_arrows_yellow.png') scroll no-repeat 0 -19px;
}


div.balloonPopupCloseButton {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    background-image: url('../images/popup_close_button.png');
    width: 15px;
    height: 15px;
}

.loadingPopup {
    background: transparent url('../images/load_lightblue.gif') scroll no-repeat center center;
    min-width: 130px;
    height: 70px;
}
.loadingPopup .text {
    color: #DDD;
    text-align: center;
    font-family: Verdana;
    padding-top: 80px;
}

div.timetablePreLoading {
    background: transparent url('../images/load_big.gif') scroll no-repeat center center;
}
div.timetablePreLoading .text {
    color: #777;
    text-align: center;
    font-family: Verdana;
    letter-spacing: 2px;
}

div.timetableLoading {
    position: absolute;
    top: 40px;
    left: 0px;
    padding: 10px 0 6px 35px;
    background: transparent url('../images/loading.gif') scroll no-repeat 10px center;
    color: #444;
}

.timetablePopup {
}

.timetablePopup .title {
    font-family: Verdana;
    font-size: 16px;
    padding: 10px 30px 10px 10px;
}

.timetablePopup .balloonSubtitle {
    font-family: Verdana;
    font-size: 11px;
    color: #AAA;
    padding: 0px 30px 10px 10px;
}

div.timetablePopupInfoWrapper {
    width: 100%;
    background-color:  #F8F8F8;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #CCC;
}

.timetablePopup .menuBar {
    text-align: right;
    color: #444444;
    font-weight: normal;
    padding: 5px 0;
}

.timetablePopup .managementMenuBar {
    background-color: #f9f6e4;
    border-top: 1px solid #e5e0d0;
}

.timetablePopup .managementMenuBar a {
    color: #2F2506;
}
.timetablePopup .managementMenuBar a:hover {
    color: #6F6429;
}

.timetablePopup .menuBar a {
    margin: 0 10px;
}

div.timetablePopupInfoContent {
    padding: 10px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.5em;
    font-style: italic;
}

div.timetablePopupTimeDiv{
    font-size: 16px;
    font-style: normal;
    margin-bottom: 10px;
}

div.timetablePopupDescription{
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.timetablePopupContributions{
    font-family: Verdana;
    padding: 10px 10px 0px 10px;
    font-size: 12px;
    font-weight: bold;
}

td.timetablePopupContributionTime{
    vertical-align: top;
    padding-top: 3px;
    padding-right: 5px;
    color: #444444;
    font-size: 9px;
    font-weight: bold;
}

td.timetablePopupContributionTitle{
    vertical-align: top;
    color: #444444;
    font-size: 12px;
    font-weight: normal;
}

.colorPicker {
    padding: 3px;
    background-color: white;
    border: 1px solid #aaaaaa;
    -moz-box-shadow: 2px 2px 2px #444;
    box-shadow: 2px 2px 2px #444;
    -webkit-box-shadow: 2px 2px 2px #444;
}

.colorPicker .custom {
    margin: 5px;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 1px dotted #555;
}

.colorPicker .inputWrapper {
    position: relative;
    padding-right: 20px;
}

.colorPicker .inputContainer {
    border: 1px solid #777;
    margin: 2px 0 2px 7px;
    position: relativ;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.colorPicker .numberSign {
    font-size: 12px;
    max-width: 12px;
    overflow: hidden;
    color: #777;
    position: absolute;
    left: 10px;
    top: 1px;
    cursor: default;
}

.colorPicker input {
    width: 55px;
    margin-left: 15px;
    border: none;
    font-size: 11px;
    background: transparent;
}

.colorPicker button {
    font-size: 11px;
    margin-top: 5px;
}

.colorPicker .custom td {
    text-align: right;
    font-size: 11px;
    font-family: Verdana;
}

.colorPicker .block, .colorPicker .previewBlock {
    border: 1px solid #AAA;
    text-align: center;
    overflow: hidden;

    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
}

.colorPicker .previewBlock {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
}

.colorPicker .block {
    margin: 2px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.colorPicker .block:hover {
    opacity: 0.5;
    border-color: black;
}

.colorPickerLink {
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid #AAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.timetableFilter {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.timetableFilter .content {
    width: 900px;
    margin: 0 auto;
    background: #ECECEC;
    border: 1px solid #777;
    border-bottom: none;
    position: relative;
}

.timetableFilter .content table {
    background: white;
    width: 100%;
}

.timetableFilter .content td {
    padding: 13px 30px;
    white-space: nowrap;
    background-color: #ECECEC;
    vertical-align: middle;
    width: 1px;
}

.timetableFilter .closeButton {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url('../images/close_button.png') scroll no-repeat 0 0;
}

.timetableFilter .closeButton:hover {
    background-position: 0 -16px;
}

.timezonePopup {
    min-width: 300px;
    padding: 15px 20px 0px 10px;
}

.timezonePopup .tzHeader {
    font-size: 20px;
    color: #444;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #AAA;
}

.timezonePopup select {
    min-width: 310px;
    margin: 5px 5px 5px 20px;
    border: 1px solid #AAA;
}
.timezonePopup .tzContainer {
    padding: 0px 5px;
}

ul.popupList {
    background: #FFFFFF;
    padding: 0px;
    border: 1px solid #99aabb;
    font-size: 13px;
    margin: 0px;
    max-width: 500px;
    min-width: 80px;

    -moz-box-shadow: 2px 2px 2px #444;
    -webkit-box-shadow: 2px 2px 2px #444;
    box-shadow: 2px 2px 2px #444;
}

/* When it's in a popuplist chain then make the box shadow
 * more descreet. */
ul.popupListChained {
    -moz-box-shadow: 0px 0px 1px #444;
    -webkit-box-shadow: 0px 0px 1px #444;
    box-shadow: 0px 0px 1px #444;
}

ul.popupList li {
    list-style-type: none;
}

ul.popupList input {
    vertical-align: middle;
}

ul.popupList li a {
    vertical-align: bottom;
    padding: 4px;
    display: block;
    list-style-type:none;
}

ul.popupList li a.selected {
    background: #99aabb;
}

ul.popupList li span {
    min-width: 200px;
    display: block;
}

ul.popupList li a:hover {
    padding: 4px;
    display: block;
    list-style-type:none;
    color: white;
    background: #5FA5D4;
}

ul.sectionPopupList {
    padding: 5px;
    max-width: 300px;
    overflow: hidden;
}

ul.sectionPopupList ul.subPopupList {
    padding: 0;
    margin: 0 5px;
}

ul.sectionPopupList li a {
    font-size: 13px;
}

ul.sectionPopupList li a:hover {
    background: #ECECEC;
    color: #0B63A5;
}

ul.sectionPopupList li.section {
    height: 25px;
    display:block;
}

ul.sectionPopupList li.section .line {
    height: 12px;
    border-bottom: 1px dotted #777;
    position: relative;
    min-width: 200px;
}

ul.sectionPopupList li.section .name {
    position: absolute;
    top: 0; right: 0;
    font-family: Verdana;
    font-size: 12px;
    color: #666;
    padding: 5px 10px;
    background: white;
}

ul.timetableSectionPopupList ul.subPopupList {
   max-height: 250px;
   overflow-y: auto;
}

ul.globalMenuPopupList {
    background-color: #4e89b8;
    border: 0;
    display: block;
}

ul.globalMenuPopupList li {
        display: block;
}

ul.globalMenuPopupList li a {
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px;
    color: white;
    letter-spacing: 0.04em;
    padding: 8px;
    display: block;
}

ul.globalMenuPopupList li a:hover {
    padding: 8px;
    display: block;
    list-style-type:none;
    color: white;
    background: #5fa5d4;
}

ul.categoryDisplayPopupList li a {
    font-size: 14px;
}

ul.popupListCheckboxes {
    min-width: 200px;
}

ul.popupListCheckboxes li {
    cursor: pointer;
}

ul.popupListCheckboxes li:hover {
    opacity: 0.8;
}

ul.popupListCheckboxes li span {
    display: inline;
    cursor: pointer;
    margin: 1px 0;
    padding: 3px;
}

ul.popupListCheckboxes li input {
    margin: 2px;
    padding: 0;
}

ul.darkPopupList {
    background: #444;
    border: 1px solid #777;
}

ul.darkPopupList li a.selected {
    background: #666;
}

ul.darkPopupList li a:hover, ul.darkPopupList li.current {
    background: #777;
}

ul.darkPopupList li a {
    color: #ECECEC;
    font-weight: normal;
}

ul.timetableManagementPopupList li a {
    color: #2F2506;
}

ul.timetableManagementPopupList li a:hover {
    color: #2F2506;
    background: #F9F6E4;
}

div.timetableManagementInfoArea {
    width: 50%;
    background:#FFFFDD;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-box-shadow:2px 2px 2px #888888;
    -webkit-box-shadow:2px 2px 2px #888888;
    box-shadow:2px 2px 2px #888888;
    margin-left: auto;
    margin-right: auto;
    behavior: url(css/border-radius.htc);
    padding: 5px;
    font-size: 11px;
    position: relative;
}

div.timetableManagementInfoArea div {
    padding:5px;
}

div.timetableManagementInfoArea ul {
    top: 2px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom:10px;
    list-style: none;
    margin-left: 5px;
}

div.timetableManagementInfoArea ul li{
    padding-left: 0px;
    overflow: auto;
    margin-bottom:5px;
}

.printButton, .printButtonWhite, .buttonWhite, .buttonWhite, .dropDownMenuButtonWhite {
    padding: 4px 6px;
    margin-left: 6px;
    cursor: pointer;
}

.printButtonWhite, .buttonWhite, .buttonWhite, .dropDownMenuButtonWhite {
    color: white;
}

.printButton {
    padding-left: 20px;
    background: transparent url('../images/printer_blue.png') scroll no-repeat center left;
}

.printButtonWhite {
    padding-left: 20px;
    background: transparent url('../images/printer_white.png') scroll no-repeat center left;
}

.linkButtonWhite {
    padding-left: 20px;
    background: transparent url('../images/link_white.png') scroll no-repeat center left;
}

.dropDownMenuButtonWhite {
    padding-right: 20px;
    background: transparent url(../images/menu_arrow_white.png) scroll no-repeat center right;
}



/* MODIF DISPLAY*/

.groupItem {
    /*float:left;*/
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom:12px;
}

table.groupTable {
    border: none;
    width: 100%;
}

/* This assures the spacing between table rows */
table.groupTable .blacktext,
table.groupTable .contentCellTD,
table.groupTable .dataCaptionTD,
table.groupTable .titleCellTD  {
    padding-bottom: 10px;
}

table.groupTable em.description {
    display: block;
    max-width: 500px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.groupItemContent {
    padding-left:5px;
}

div.cssTplSelection {
    padding: 10px;
    padding-left: 75px;
    border-top: 1px solid #d9d9d9;
    background-color: #f2f2f2;
    color: #444444;
}

div.cssPreview {
    float: right;
}

.disabledRadio {
    display: none;
}

.roomWidget {
}

.roomWidgetTitle {
    font-size: 12px;
    color: #444444;
    font-family: Verdana;
    font-weight: normal;
    width: 60px;
    text-align: left;
    padding-bottom: 5px;
}

.roomVerticalWidgetTitle {
    font-size: 12px;
    color: #444444;
    font-family: Verdana;
    font-weight: normal;
    float: left;
    width: 60px;
    text-align: left;
}

.roomPopupTitle {
    font-weight: bold;
    width: 70px;
    float: left;
    font-style: normal;

}

.timeLocationDiv {
    padding: 5px;
    margin-left: -5px;
}

.timeLocationDiv img {
    float: right;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #F8F8F8;
}

.timeLocationDiv:hover {
    border: 1px solid #EAEAEA;
    background: #FFF6DF;
    padding: 4px;
    cursor: pointer;
}

.timeLocationDiv:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #FFF6DF;
}

ul.nobulletsList
{
    position: relative;
    margin:0px;
    margin-top: 10px;
    padding-left: 0px;
}

ul.nobulletsList li
{
    height: 25px;
    overflow: visible;
    list-style-type: none;
}

ul.nobulletsListInline
{
    margin:0px;
    margin-top: 10px;
    padding-left: 0px;
}

ul.nobulletsListInline li
{
    margin-left: 10px;
    height: 25px;
    overflow: visible;
    list-style-type: none;
    display: inline;
}

ul.nobulletsListWrapping
{
    position: relative;
    margin:0px;
    margin-top: 10px;
    padding-left: 0px;
    color: #777;
}

ul.nobulletsListWrapping li
{
    margin-top: 5px;
    overflow: visible;
    list-style-type: none;
}

div.AspectsListDiv {
    margin-bottom: 10px;
    height: 100px;
    width: 350px;
    border: 1px solid #CCCCCC;
    overflow: auto;
}

div.PeopleListDiv {
    margin-bottom: 10px;
    height: 100px;
    width: 300px;
    border: 1px solid #CCCCCC;
    overflow: auto;
}

div.FavoritePeopleListDiv {
    margin-bottom: 10px;
    height: 300px;
    width: 400px;
    border: 1px solid #CCCCCC;
    overflow: auto;
}

div.ShortPeopleListDiv {
    margin-bottom: 10px;
    height: 150px;
    width: 300px;
    border: 1px solid #CCCCCC;
    overflow: auto;
}

div.VeryShortPeopleListDiv {
    margin-bottom: 10px;
    height:75px;
    width: 300px;
    border: 1px solid #CCCCCC;
    overflow: auto;
}

div.CategoryEventListDiv {
    margin-bottom: 10px;
    height: 150px;
    width: 400px;
    border: 1px solid #CCCCCC;
    overflow: auto;
}

.searchResultDescription {
    font-size: 13px;
    color: #666666;
    margin: 5px;
    margin-left: 10px;
    padding: 5px;
}

a.searchResultTitle{
    font-size: 14px;
}

a.searchResultLink{
    color: #76A2C4;
}

ul.searchResultList {
    padding: 0px;
    list-style-type: none;
}

li.searchResultEvent {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px;
}

li.searchResultContribution {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px;
}

ul.authorList {
    margin-bottom: 5px;
    margin-top: 5px;
}

.searchPublicWarning {
    color:#FF4444;
    padding:10px;
}

.Search {
    font-size: 34px;
    font-family: Times New Roman;
    color: #B14300;
    font-weight: normal;
    margin: 0;
    padding: 0;
}


div.UnscheduledContribListDiv {
    margin-bottom: 10px;
    height:200px;
    width: 300px;
    border: 1px solid #CCCCCC;
    overflow: auto;
    margin-top: 10px;
}

ul.UnscheduledContribList {
    border: none;
    display: block;
    list-style-type: none;
    padding-left: 0px;
    margin: 0;

}

ul.UnscheduledContribList li {
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #DDDDDD;
}

ul.UnscheduledContribList li.selected {
    background-color: #CDEB8B;
}

div.popupWithButtonsMainContent {
    background-color: #FFFFFF;
    padding: 10px;
}

div.popupButtonBar {
    border: 0;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    text-align: center;
    position:relative;
    top:-10px;
    background: #F8F8F8;
    margin-bottom: -10px;

    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius:10px;
    behavior: url(css/border-radius.htc);

}

div.dialogButtons {
    background:#F8F8F8 none repeat scroll 0 0;
    border-top:1px solid #CCCCCC;
    margin-top:10px;
    padding:10px;
    text-align:center;
}


/* Reschedule dialog */

div.rescheduleSection {
    padding-bottom: 20px;
}

div.rescheduleTitle {
    font-size: 18px;
    padding-bottom: 5px;
}


tr.selectedAction {
    background-color: #CDEB8B;
}

td.rescheduleAction {
    vertical-align:top;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.rescheduleLabelTitle {
    font-size:16px;
    cursor: default;
}

label.rescheduleLabelTitle {
    font-weight: normal;
    font-size: 16px;
    color: #444444
}

div.rescheduleLabelDetails {
    font-size:12px;
    font-style: italic;
    cursor: default;
    color: #888888
}

.rescheduleWarning {
    font-weight: bold;
    color: #881122;
}

/* End of reschedule dialog */

/* Fit inner timetable dialog */

div.fitInnerTimetableDialog {
    width: 350px;
}

/* End of inner timetable dialog */



.slotTitle {
    font-size:14px;
}

.slotSubTitle {
    font-size: 13px;
    font-weight:normal;
    padding-bottom: 10px;
    margin-top: 0px;
    border-bottom:1px solid #E4E4E4;
}

.slotSubTitle span{
    margin-right: 7px;
}

.calendarColorLegend {
    padding: 10px 0 10px 20px;
    font-size: 13px;
}

.calendarColorLegend a {
    font-size: 13px;
}

.indicoHelp {
    width: 500px;
    margin-left: 20px;
    margin-bottom: 50px;
    font-family: Verdana;
}

.indicoHelp, .indicoHelp em, .indicoHelp p {
    color: #222;
    line-height: 160%;
}

.indicoHelp ul {
    padding-left: 25px;
}

.indicoHelp li {
    margin: 4px 0;
}

.indicoHelp .title {
    font-size: 1.4em;
    color: #777;
    font-family: 'Times New Roman';
    padding-bottom: 5px;
    padding-top: 20px;
}


.indicoHelp .icons {
    float: right;
    padding-right: 5px;
    vertical-align: top;
}

.indicoHelp .content {
    margin-left: 20px;
}

.indicoHelp .item {
    padding: 4px 0;
    border-bottom: 1px dotted #AAA;
}

.ttModifIcon {
    float: right;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url('../images/popupMenuHover.png') scroll repeat-x 0 0;
}

.ttModifIcon:hover {
    background: transparent url('../images/popupMenuHover.png') scroll repeat-x 0 -15px;
}

.ttManagementBlock {
    border: 1px solid #aaaaaa;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    behavior: url(css/border-radius.htc);
    overflow: hidden;
}

.ttSessionManagementBlock {
    border: 1px solid #aaaaaa;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    behavior: url(css/border-radius.htc);
    overflow: hidden;
    cursor: pointer;
}

.ttMBlockExtraInfo {
    color: #666666;
}

.suggestionBox {
    border: 1px solid #888888;
    width: 250px;
    overflow: hidden;
    background-color: white;
}

.suggestionBoxList {
    background-color: #FFFFFF;
    padding: 3px;
    margin: 0 0 0 0;
}

.suggestionBoxList li {
    list-style-type: none;
    padding: 3px;
    border-top:1px solid #DDDDDD;
    cursor: pointer;
}

.loadingPast {
    background: transparent url('../images/loading.gif') no-repeat;
    padding-left: 25px;
    margin-left: 10px;
    display: none;
}

.searchSuggestionTitle {
    color: #0B63A5;
    font-size: 12px;
}

.searchSuggestionHighlight {
    font-weight: bold;
}

.searchSuggestionPath {
    color: #444444;
    font-size: 9px;
}

.searchSuggestionSelected {
    background-color: #ECECEC;
}

.searchSuggestionOtherResults {
    background-color: #FFFFFF;
    color:#777777;
    font-size:12px;
    font-style:italic;
    text-align:center;
    margin-top: 5px;
    margin-bottom: 3px;
}

.searchSuggestionHelpBox {
    background-color: #FFFFFF;
    color:#555555;
    font-size:12px;
    font-style: italic;
    margin: 0 0 0;
    padding: 5px;
}

.fixPreOverflow pre{
    overflow: hidden;
}

.successfulAction {
    background-color: #DDFFDD;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.flexibleSelect, input.roomTextField {
    border: 1px solid #AAAAAA;
    position: relative;
    width: 200px;
}

div.flexibleSelect input {
    color: black;
}

div.flexibleSelect input[disabled]{
    background: white;
}

div.disabled {
    background: #DDDDDD;
}

div.disabled input {
    color: #AAAAAA;
    background: #DDDDDD;
}

div.disabled input[disabled] {
    background: #DDDDDD;
}

.optionBox {
    border: 1px solid #888888;
    width: 200px;
    overflow: hidden;
    background-color: white;
    z-index: 1;
}

.optionBoxList {
    background-color: #FFFFFF;
    padding: 3px;
    margin: 0 0 0 0;
    max-height: 200px;
    overflow: auto;
}

.bottomLine {
    border-bottom:1px dotted #DDDDDD;
}

.topLine {
    border-top:1px dotted #DDDDDD;
}

.optionBoxList li {
    list-style-type: none;
    padding: 3px;
    cursor: pointer;
}

.optionBoxAdd {
    padding: 5px;
    background: #F3F3F3;
}

.optionBoxList li:hover {
    background-color: #FFF6DF;
}

.enhanced {
    font-weight: bold;
}

div.posterEntry {
    border: 1px solid #aaaaaa;
    -moz-border-radius: 3px;
    -webkit-border-radius:3px;
    behavior: url(css/border-radius.htc);
    padding: 5px;
    margin-bottom: 5px;
    overflow: auto;
}

div.posterEntry:hover {
    background-color: #ECECEC;
}

.posterBlockTime {
    font-size: 11px;
    float: right;
    margin-top: 5px;
}

.startEndDate, .support {
    margin-top: 5px;
}

.startEndDate td, .support td {
    color: #000;
}
td.startEndDateEntry, td.supportEntry, span.innerWidgetLabel {
    color: #666;
    padding-right: 6px;
}

.support td input {
    width: 300px;
}

.siteTitle {
    font-size: 30px;
    margin-top:0;
    padding-left:10px;
    padding-top:15px;
}

a.eventModifSpecial div.leftCorner {
    background: transparent url(../images/button_bg_special.png) repeat-y scroll -198px 0px !important;
}

a.eventModifSpecial {
    background: transparent url(../images/button_bg_special.png) repeat-y scroll 0 0 !important;
}

a.eventModifSpecial:hover {
    background-position: 0 24px !important;
}


div.eventModifButtonBar {
    padding: 6px 0;
    min-height: 24px;
    min-width: 200px;
}

div.eventModifButtonBar a {
    position: relative;
    display: block;
    float: left;
    height: 13px;
    padding: 4px 10px 7px 10px;
    min-width: 4px;
    margin-left: 4px;
    background: transparent url(../images/button_bg_light.png) repeat-y scroll 0 0;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    color: #555;
}

div.eventModifButtonBar a div.leftCorner {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url(../images/button_bg_light.png) repeat-y scroll -198px 0px;
    width: 2px;
    height: 24px;
}

div.eventModifButtonBar a:hover {
    background-position: 0 24px;
    color: #808080;
}

div.eventModifButtonBar .separator {
    float: left;
    margin: 3px 6px 3px 10px;
    width: 1px;
    height: 18px;
    border-right: 1px dotted #999;
}

label.normal {
    font-weight: normal;
}

label.emphasis {
    font-weight: normal;
    font-style: italic;
}

.smallGrey {
    margin-top: 2px;
    font-size: 9px;
    color: #777;
}

.smallRed {
    font-size: 9px;
    color: #881122;
}


tr.selectedItem td {
    color: #000;
}

.strongRed strong{
    color: #881122;
}

.protPrivate {
    color: #B02B2C;
}

.protPublic {
    color: #128F33;
}

.strongProtPrivate strong {
    color: #B02B2C;
}

.strongProtPublic strong {
    color: #128F33;
}

div.cloneElements {
    background: #ECECEC url('../images/grey_gradient2.png') scroll repeat-x bottom left;
    padding: 10px 20px 10px 10px;
    color: #444;
    border: 1px solid #AAA;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border-bottom:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;
    width: 450px;
}

.ttentryArrowsBackground {
    padding: 3px;
    position: absolute;
    top: -1px;
    right: -1px;
    -moz-border-radius-bottomleft:3px;
    border-bottom:1px solid #AAAAAA;
    border-left:1px solid #AAAAAA;
    background-color: white;
    width: 33px;
    height: 14px;
}

.ttentryArrows {
    padding: 2px;
    position: absolute;
    right:0px;
}

.filterTable {
    border-collapse: collapse;
}

.eventActionsToolBarLabel {
    padding:3px 7px 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border: 1px solid #AAA;
    border-bottom: 0px;
    background-color: #fff;
    font-size:8pt;
}

.eventActionsToolBarButtons {
    padding:4px;
    border: 1px solid #AAA;
    border-top:0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    background-color: #fff;
    height: 24px;
}

/*
    Date field widget
*/

div.dateField {
    border: 1px solid #AAAAAA;
    width: 140px;
    display: inline;
    padding: 3px;
    background: white;
}

div.dateField img {
    vertical-align: middle;
    padding: 2px;
    cursor: pointer;
}

div.dateField input {
    border: none;
    vertical-align: middle;
    width: 115px;
}

div.invalid {
    background: white;
}


/*
    Widget checkbox options
*/

.widgetCheckboxOption {
    margin-top: 5px;
}


.widgetCheckboxOption span {
    vertical-align: middle;
    font-size: 12px;
    color: #555;
    margin-left: 2px;
}

.widgetCheckboxOption input {
    vertical-align: middle;
}

.headerRoomLayoutTimeTable {
    text-align: center;
    float: left;
    margin-top: 10px;
    color: black;
    font-weight: bold;
    border-left: 1px solid #E8E8E8;
}

.titleUpCellTD{
    width:20%;
}

.inputDescription {
    font-size: 11px;
    color: #888;
    margin-left: 0px;
}

.beforeRegistrationInput {
    width: 7px;
}

.regSection {
    border-left: 1px solid #777777;
    border-top: 1px solid #777777;
}

.regSectionBackground{
    background: #E5E5E5;
    color: gray;
}

.regFormSubtotal{
    background: #ECECEC;
    margin-left: 10px;
    padding: 2px;
}

.regFormPrice{
}

.regFormNumberCaption {
}

.regFormBottomLine {
    border-top: 2px solid #777777;
    padding-top:10px;
}

/*
    Used to display scroll bar in CKEditor properly.
*/

body.cke_show_borders {
    height: auto;
}

table.schedTaskList {
    margin-top: 20px;
    border-collapse:collapse;
}

table.schedTaskList td {
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 0px;
}

table.schedTaskList th {
    padding-left: 20px;
    padding-right: 0px;
    color: #555;
    border-bottom: 1px solid #EBEBEB;
}

/*
    Map of rooms - availability filter form
*/

#mapOfRoomAvailabilityForm .subFieldWidth {
    width: 60px;
}

#mapOfRoomAvailabilityForm #repeatability {
    width: 115px;
}

#mapOfRoomAvailabilityForm div.dateField input {
    width: 65px;
}

#mapOfRoomAvailabilityForm #sTime, #eTime {
    width: 35px;
}

.infoTD {
    padding: 4px 4px 4px 10px;
}

.infoTR:hover {
    background-color: #ECECEC;
}

.infoTable {
    -moz-border-radius: 5px 5px 5px 5px;
    border:1px solid #999999;
}

table.infoTable td.tableHeader {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
    padding: 7px;
    border-bottom: 1px groove #A4A4A4;
    font-weight: bold;
}

table.infoTable td.content {
    padding: 7px;
}

/*
    Available tags in Notification Templates
*/

table.legend {
   border: 1px solid #5294CC;
   background:#F6F6F6;
   padding-bottom: 5px;
   padding-top: 2px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

table.legend tr.legendTr:hover {
    background-color: #FFE8B3;
}

table.legend td.titleTd {
    padding:5px;
    color:#5294CC;
    text-align: left;
}

table.legend td.legendTd {
    padding-right: 10px;
    color:#3054BF;
    cursor: pointer;
}

/* End notif templates */

.userPrefOption {
    float: left;
}

.userPrefOptionStatus {
    float: left;
    padding: 4px;
}

table.infoQuestionsTable td.dataHeader {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
    padding: 7px;
    border-bottom: 1px groove #A4A4A4;
    font-weight: bold;
}

table.infoQuestionsTable td.content {
    padding: 7px;
}

table.infoQuestionsTable td.questionContent {
    padding: 7px;
    max-width: 500px;
    min-width: 370px;
}

table.infoQuestionsTable td.dataFooter {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
    padding: 7px;
    border-top: 1px groove #A4A4A4;
}

table.infoQuestionsTable td.dataBold {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
    padding: 7px;
    font-weight: bold;
}

.link {
    cursor: pointer;
    color: #045FB4;
}

.editLinkInLine {
    float: left;
}

.shadowRectangle {
    background: #ECECEC url('../images/grey_gradient2.png') scroll repeat-x bottom left;
    color: #444;
    border: 1px solid #AAA;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border-bottom:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;
    border-radius: 15px;
    padding-left:15px;
    padding-top:10px;
    padding-bottom: 5px;
}

.shadowRectangleSoft {
    background: #ECECEC url('../images/grey_gradient2.png') scroll repeat-x bottom left;
    color: #444;
    border: 1px solid #AAA;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    border-bottom:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;
    border-radius: 15px;
    padding-left:15px;
    padding-top:10px;
    padding-bottom: 5px;
    margin-left: 20px;
}

.questionPreview {
    padding-left: 10px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.changeScaleWarning {
    font-weight: bold;
    color: #881122;
    padding: 5px 0px 5px 5px;
    max-width: 270px;
}

.subGroupTitle {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
    padding: 3px;
    padding-bottom: 10px;
    border-bottom: 1px groove #A4A4A4;
    font-weight: bold;
}

.subGroupTitleAssignContribution {
    font-size: 13px;
    font-family: Verdana, Arial;
    color: #523D04;
    padding: 3px;
    padding-bottom: 5px;
    font-weight: bold;
}

.deadLineCell {
    text-align:left;
    padding: 7px;
    width: 170px;
}

.contributionDataCell {
    border-bottom: 1px solid #DDDDDD;
}

.groupTitleSmallPaper {
   font-weight: bold;
   font-size: 12px;
   color: #444444;
   padding: 3px 0 3px 0;
   font-style: italic;
}

.emailFieldTitle {
    color: #523D04;
    text-align: right;
}

.emailFieldContent {
    color: black;
    padding-left: 10px;
}

.titleCellTDSecondLevel {
   vertical-align: top;
   text-align: right;
   padding-right: 15px;
   width: 15%;
   color: #666666;
   padding-left: 40px;
}

.formError {
    font-weight: bold;
    color: #881122;
    padding-top:10px;
    text-align:center;
}

.abstract.selected {
    background: #CDEB8B;
}

.abstract:hover {
    background: rgb(255, 246, 223);
}

.abstract.selected:hover {
    background: #CDEB8B;
}

.authorTable {
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid gray;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: white;
    cursor: move;
    z-index: 1;
}

.divNotSelected {
    background: #ECECEC;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 3px 0px 6px 2px;
    width: 70%;
}

.divSelected {
    background: #CDEB8B;
    -moz-border-radius: 5px 5px 5px 5px;
    padding: 3px 0px 6px 2px;
    width: 70%;
}

.authorError {
    font-weight: bold;
    color: #881122;
    text-align: left;
    padding-top: 6px;
}

.addAuthorTD {
    width: 20%;
    text-align:left;
    padding-top:6px;
    padding-left: 6px;
}

.authorText {
    width: 90%;
    padding-left: 5px;
}

.placeholder {
    background: none repeat scroll 0 0 #FFCC66;
    height: 1.5em;
    margin-top: 3px;
    margin-bottom: 3px;
}
.drop-target {
    background: none repeat scroll 0 0 #FFF7CF;
    border: 1px dashed #FFAA00 !important;
    width: 85%;
}

.sortblock {
    width:85%;
}

.sortblock ul {
    margin-top: 2px;
    margin-bottom: 10px;
    padding: 4px;
    list-style-type: none;
    width: 100%;
}

.absMaterialInput {
    margin: 5px 5px 0px 5px;
}

.existingAttachment {
    padding-left: 6px;
    padding-bottom: 8px;
}

.subGroupTitleAbstract{
   font-size: 13px;
   font-family: Verdana, Arial;
   color: #523D04;
   padding: 3px 0px 8px 3px;
   font-weight: bold;
}

.calendarContainer
{
    overflow: visible;
}

div#social {
    float: right;
    display: none;
    border-radius: 10px;
    opacity: 0.5;
}

div#social_share {
    display: none;
}

div#social img#social_button:hover{
    cursor: pointer;
}

.social_share_tooltip {
    max-width: 420px;
    color: #fff;
}

.social_share_tooltip input {
    background: #ddd;
    border: 1px solid #999;
}

.social_share_tooltip input[type=text] {
    width: 100%;
    cursor: text;
    color: #000;
}

.social_share_tooltip.ui-tooltip-dark h3 {
    color: #aaa;
    font-size: 15px;
}

.social_share_tooltip.ui-tooltip-blue h3 {
    color: #1F8DD1;
    font-size: 15px;
}

.social_share_tooltip.ui-tooltip-dark h4 {
    margin-bottom: 5px;
    color: #aaa;
}

.social_share_tooltip.ui-tooltip-blue h4 {
    margin-bottom: 5px;
    color: #1F8DD1;
}

.social_share_tooltip .note {
    font-style: italic;
    font-size: 11px;
    float: right;
}

.social_share_tooltip.ui-tooltip-dark .note {
    color: #555;
}

.social_share_tooltip.ui-tooltip-blue .note {
    color: #999;
}

.social_share_tooltip.ui-tooltip-dark .ui-tooltip-content{
    background: rgba(40,40,40,0.96);
}

.social_share_tooltip .social_site img {
    display: inline-block;
    vertical-align: middle;
}

#fb-like {
    visibility: hidden;
}

.social_share_tooltip .social_site {
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 5px;
    overflow: visible;
    vertical-align: middle;
    height: 25px;
}

.social_share_tooltip.ui-tooltip-dark .social_site {
    background: rgba(0,0,0,0.15);
}

.social_share_tooltip.ui-tooltip-blue .social_site {
    background: rgba(255,255,255,0.6);
}

.social_share_tooltip .social_site * {
    vertical-align: middle !important;
}

div#social a {
    display: block;
    overflow: auto;
}

div#social:hover {
    opacity: 1;
}

span.num_events {
    font-size: 10px;
    margin-left: 10px;
    color: #aaa;
}

.buttonWithPlay{
    background: url(../images/green_arrow.png) no-repeat scroll left center #ECECEC;
    padding: 5px 20px;
    border: 1px solid #dcdcdc;
    color: #555555;
    border-radius: 5px;
}

.buttonWithPlay:hover{
    color: #333;
    border-color: #999;
}

.leftButtonWithPlay{
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.rightButtonWithPlay{
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}