@import url(layout.css);
@import url(menus.css);

/* above are the sylesheets responsible for the common page layout and system menus - must be at top */

/* long comments moved to documentation dir readme.txt */

/*
Main (X)HTML Selectors - Typography, Colours and Positioning 
-------------------------------------------------------------------------[comment] */

body {
    font-family: verdana, "trebuchet ms", "luxi sans", helvetica, sans-serif;
    font-size: 100.01%;
    line-height: 145%;
    margin:0;
    padding: 0;
    color: #333333;
    background-color: #F0B800;
}

a {
    color: #9B3636;
    font-weight: bold;
}

/*
a normal link is being styled similarly across all pages, unless re-declared
-------------------------------------------------------------------------[comment] */

a:link { }
a:visited { }
a:active { }
a:hover { }

/*
leave pseudo-classes exactly in this order even if you decide to re-declare them 
------------------------------------------------------------------[important note] */

a:link:hover, a:visited:hover {
    color: #2C6D3D;
    text-decoration: underline;
} /*
we dont really want to underline and hilite named anchors in this theme, just links 
------------------------------------------------------------------[important note] */

/*
Tables and related selectors
-------------------------------------------------------------------------[comment] */

table {
    font-size: 100%;
    line-height: 1.35em;
    margin: 5px 0;
    border-spacing: 1px;
    background-color: #d0d0d0;
}

/*
the actual border should be visible only when border-width is re-declared
------------------------------------------------------------------[important note] */

th {
    color: #666699;
    background-color: #f3f3f3;
}

thead { }

tfoot {
    font-weight: bold;
    background-color: #DCDCE1;
}

th, td {
    padding: 1px 3px;
    height: auto;
}

td { background-color: #ffffff; }

/*
General text and related selectors 
-------------------------------------------------------------------------[comment] */

h1, h2, h3, h4 {
    font-family: arial, helvetica, tahoma, sans-serif;
    font-weight: bold;
    line-height: 120%;
    color: #2C6D3D;
    padding: 0;
    margin: .5em 0 .5em 0;
}

/*
page headers - shared typography and positioning 
-------------------------------------------------------------------------[comment] */

h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
p { margin: .5em 0 0 0; }

pre {
    color: #990066;
    font-size: 95%;
    font-family: monaco, courier, monospace;
}

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

ul li {
    padding-left: 20px;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0 .45em;
}

/* reset background on all pre-styled li elements for good browsers */
ul li[style] { background-image: none; }

blockquote {
    color: #333366;
    margin: 2em;
}

code {
    color: #990066;
    font-family: monaco, courier, monospace;
}

sup, sub {
    font-size: 95%;
    font-weight: normal;
}

/*
Form elements 
-------------------------------------------------------------------------[comment] */

form {
    margin: 1em 0;
    padding: 0;
    display: block;
}

button { border: 2px outset #f0f0f0; }

input, select, textarea {}

legend {
    color: #2C6D3D;
    border: 1px solid #aaaaaa;
    margin: 0 -1px;
    padding: 1px 5px;
    font-weight: bold;
    min-width:15em;
    display:block;
    background-image: url(../images/gradients.png);
    background-position: 0px -410px;
    background-repeat: repeat-x;
}

fieldset {
    border: 1px solid #aaaaaa;
    margin: 1em 0;
    padding:5px;
}

label.xar-form-label {
    padding: 2px;
    text-align: right;
    padding-left: 5px;
    margin: 0 5px 0 0;
    font-weight: bold;
    color: #333366;
    background-color: #f9f9f9;
    border:1px solid #f0f0f0;
    clear:left;
}

/* reset for table header labels to preserve table styles */
th label {
    background-color:transparent;
    border:0 none;
    width:auto;
    margin:auto;
}

td select {width:auto;}

/*
replaced elements 
-------------------------------------------------------------------------[comment] */

img { border: 0px; }

.imgleft {
padding:10px;
float:right;
}

/*
list elements 
-------------------------------------------------------------------------[comment] */

ul, li, ol { line-height: 140%; }

/* THEME SPECIFIC CLASSES [gen_heading] */
h5, h6 {
    color: #333399;
    font-size: 95%;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

hr {
    width: 100%;
    color: #cccccc;
    height:1px;
}

/* XARAYA REQUIRED INDIVIDUAL CLASSES [gen_heading] */
td.xar-norm { }
td.xar-alt { }

/* XARAYA REQUIRED ANONYMOUS CLASSES  [gen_heading] */

/*
these defaults apply to the left and right block group 
-------------------------------------------------------------------------[comment] */

.xar-block-head,
.xar-block-head-right { color: #333399; }

.xar-block-title,
.xar-block-title-right {
    font-weight: bold;
    font-size: 110%;
    padding: 0 4px;
    color: #333366;
    background-color: #DDDDF0;
    background-image: url(../images/gradients.png);
    background-position: 0px -430px;
    background-repeat: repeat-x;
}

.xar-block-body,
.xar-block-body-right { }

.xar-block-foot,
.xar-block-foot-right { margin-bottom: 2px; }

/*
topnav block group classes 
-------------------------------------------------------------------------[comment] */

.xar-block-head-topnav { }
.xar-block-title-topnav { }
.xar-block-body-topnav { }
.xar-block-foot-topnav { }

/*
center block group classes 
-------------------------------------------------------------------------[comment] */

.xar-block-head-center { width: 100%; }

.xar-block-title-center {
    /*  background-color: inherit; */
    font-weight: bold;
}

.xar-block-body-center { }

.xar-block-foot-center {
    width: 100%;
    margin-bottom: 4px;
    border-bottom: 1px solid #A0B8E5;
}

/*
module rendering area and related rules 
-------------------------------------------------------------------------[comment] */

.xar-mod-head, .xar-mod-body, .xar-mod-foot { border: 1px solid #cccccc; }

.xar-mod-head {
    padding: 3px 10px;
    margin: 4px 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #333366;
    background-color: #ffffff;
    background-image: url(../images/gradients.png);
    background-position: 0px -250px;
    background-repeat: repeat-x;
    border-bottom: 0 none;
}

.xar-mod-title {
    font-size: 110%;
    font-weight: bold;
}

.xar-mod-body {
    padding: 5px 10px;
    margin:0;
}
 
.xar-mod-foot {
    border-top: 0 none;
    padding: 3px 10px;
}

/*
complementary styling - colors, backgrounds and outlines 
-------------------------------------------------------------------------[comment] */

.xar-alt { background-color: #f0f0f0; }
.xar-accent { background-color: #efefef; }

.xar-alt-outline {
    border-color: #6699CC;
    border-width: 1px;
    border-style: solid;
}

.xar-accent-outline {
    border-color: #333366;
    border-width: 1px;
    border-style: solid;
}

.xar-norm-outline {
    border-color: #666666;
    border-width: 1px;
    border-style: solid;
}

/*
complementary text related styling
-------------------------------------------------------------------------[comment] */

.xar-norm { background-color: #FFFFFF; }
.xar-sub { font-size: 80%; }
.xar-error { color: #ff0000; }
.xar-title { font-weight: bold; }

/*
not sure if we still using this rule anywhere TODO: check
-------------------------------------------------------------------------[comment] */

/* THEME SPECIFIC ANONYMOUS CLASSES  [gen_heading] */
.xar-sidebox {font-size:90%;}

div.xar-block-body-topnav li, div.xar-block-body-topnav ul {
    display: inline;
    list-style-type: none;
    padding: 0 5px;
    margin: 0;
    border: 0;
} /*
since topnav group is available by default, we should take care of it
-------------------------------------------------------------------------[comment] */

/* hide section heading [gen_heading] */
div.xar-block-body-topnav .xar-menu-section h4 { display: none; }


div.xar-block-body-topnav .xar-menu-section ul li a {
    display: inline;
    padding-right: .5em;
    padding-left: .5em;
}

/* all links should display horizontally in topnav block in this theme */
div.xar-block-body-topnav {
    margin: 2px 0;
    padding: 2px 0;
    background-color:#ffffff;
}

/* MISCELLANEOUS [gen_heading] */

abbr, acronym, .help {
    border-bottom: 1px dotted #999;
    cursor: help;
}

#logo_mi 
{
 position:absolute; left:280px; top:20px; width:350px; height:86px; z-index: 100;"
}

#logo_re 
{
 position:absolute; left:635px; top:15px; width:202px; height:70px; z-index: 100;"
}

div.xar-julian a {
    text-decoration: none;
    clear:left;
}
div.xar-julian li {
    list-style-type: none;
}
div.xar-julian a:hover {

}

div.xar-julian-header {
}

div.xar-julian-footer {
    margin-top: 10px;
    text-align: center;
}

div.xar-julian-footer a {
    text-decoration: underline;
}

div.xar-julian-contents {
    margin-top: 10px;
    padding: 5px;
    clear: bottom;
}

div.xar-julian-contents h1 {
    font-size: 1.5em;
}

div.xar-julian-contents h2 {
    font-size: 1.2em;
}

div.xar-julian-contents-icons {
    float: right;
}

div.xar-julian-cal {
    margin-top: 10px;
}

div.xar-julian-cal a {
    font-size:10px;
}

div.xar-julian-cal-nav {
    padding: 2px;
    border-bottom: 1px solid gray;
}

div.xar-julian-cal-nav-prev {
    float: left;
}

div.xar-julian-cal-nav-prev a {

}

div.xar-julian-cal-nav-next {
    float: right;
}

div.xar-julian-cal-nav-next a {
}

div.xar-julian-cal-nav-current {
    color: #000000;
    text-align: center;
    font-weight: bold;
}
/* Arrow in month to direct to week */
.xar-julian tr.week a.arrow {
    color: #000000;
}

.xar-julian tr.week a:hover.arrow {
    color: #ff00ff;
}

div.xar-julian div.tables {
    clear: both;
}
/*
 The visual effect is made out of a table with cells per day */
.xar-julian table {
    width: 100%;

}
.xar-julian table.month {
    border-collapse: collapse;
}
.xar-julian table.month td {
    border-color: #a0a0a0;
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

.xar-julian table.month th {
    border-color: #a0a0a0;
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

th.xar-julian-cal-title {
    text-align: center;
    background-color: #a6bacd;
}

th.xar-julian-cal-title a {
    color: #fff;
    text-decoration: underline;
}

.xar-julian tr.daynames th {
    text-align: center;
    background-color: #888;
    border-color: #888;
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

td.xar-julian-cal-weeknumber {
    width: 2%;
    vertical-align: top;
    text-align: center;
}

.xar-julian td.day {
    width: 14%;
    height: 50px;
    vertical-align: top;
    padding: 3px;
}
.xar-julian-cal div.date {
    width: 15px;
    float: left;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    font-size: x-small;
}

.xar-julian-cal div.date a{
    padding-left:1px;
}

.xar-julian div.cal-icons {
    width: 15px;
    float: right;
    text-align: right;
    padding-right: 2px;
}

.xar-julian-sub {
    font-size:x-small;
    clear:both;
}

div.xar-julian td.weekend {
    background-color: #e9e9e9;
}

td.weekday {
    background-color: #f9f9f9;
}

td.currentday {
    background-color: #FFFFFF;
    color: #0066ff;
}

td.currentday a {
    color: #990000;
    font-weight: 900;
}

td.currentday .date {
    border-right: 2px solid #990000;
    border-bottom: 2px solid #990000;
}

td.currentday .date a {
    color: #990000;
    font-weight: 900;
}

div.xar-julian td.empty {
    background-color: #bbb;
}
/*
 The block: eventlist */
.xar-julian ul.eventlist li,
.xar-julian ul.xar-julian-catlist li {
    clear: both;
    display:block;
}

.xar-julian ul.eventlist li {
    margin-left: -10px;
    text-align: left;
    clear:left;
}

/* The iCal export icon*/
.xar-julian .icons {
    display: block;
    float: left;
    padding-right: 2px;
    padding-top: 3px;

}

.xar-julian-list-bull {
    font-size: 1.2em;
}

/* block element inside li to overrule color */
div.li-content a.xar-julian-event {
    color:#000000;
}

div.xar-julian-block-calevent div.li-content a.xar-julian-event {
    text-decoration: underline;
}

div.xar-julian-block-calevent div.li-content a:hover.xar-julian-event {
    color: #FF00FF;
}

/* hyperlink to event with a tooltip */
a.xar-julian-event {
    position: relative;
}

/* color the day in the month block that has an event */
.xar-julian-block-calmonth table.month a.xar-julian-event,
.xar-julian-user-year table.month a.xar-julian-event{
    color:#FF0000;
    text-decoration: none;
}
/* Create the tooltip from here */
a.xar-julian-event span.tt {
    display: none;
}

.xar-julian table.month a.xar-julian-event:hover {
    text-decoration: underline;
}

a.xar-julian-event:hover {
    z-index: 1;
}
/*
* Set width and location of your tooltip here.
* The width might be interfering with display, as well as the left location
*/
a.xar-julian-event:hover span.tt {
    top:0px;
    left: -30px;            /* Location to the left */
    text-decoration: none;
    display:block;
    position:absolute;
    width:178px;            /* Size of the tooltip */
    font-weight:bold;
    background:#fff;
    color:#000;
    padding: 5px;
    border: 1px solid #aaa;
}

a.xar-julian-event:hover span.tt span {
    display:block;
    position: relative;
    top:0;
    left:0;
    padding:0;
    z-index: 99999;
}

/* specify some classes apart per page */
.xar-julian-block-calmonth td.day,
.xar-julian-user-year td.day {
    height: 20px;
}

.xar-julian-user-year .xar-julian-cal-weeknumber .arrow {
    font-size: 10px;
}

.xar-julian-block-calevent ul.eventlist li {
    margin-left: 0.5em;
}

.xar-julian .eventlist .xar-sub a {
    margin-left:0.5em;
}

div.xar-julian-calevent-today-header {
    background-color: #0066FF;
    width:100%;
}

div.xar-julian-calevent-upcoming-header {
    background-color: #0066FF;
    width:100%;
}

div.xar-julian-view-header {
    font-size: 1.5em;
    font-weight: bold;
}
/*
 Needed for IE type of browsers*/
div.xar-julian a:hover span {
    filter: alpha(opacity=100);
}


/* Grouped listings in the eventlist screen */

div.xar-julian-grouped-list td {
	vertical-align: top;
}
div.xar-julian-grouped-list th.date,
div.xar-julian-grouped-list td.date {
	width: 7em;
}
div.xar-julian-grouped-list th.time,
div.xar-julian-grouped-list td.time {
	width: 11em;
}



