/* plain */

body {
background: #FEBB36 url(../images/insidebg_g.gif) no-repeat scroll 500px 0px;	
}
body.upper {
background: #FEBB36 url(../images/insidebg_g_small.gif) no-repeat scroll 0px 0px;
}

.heading {
    color: #FFFFFF;
}

.titleBarInactive {
    color: #A6B1C8;
}

.compEvent {
    color: #DCE0E9;
}


#current {
background: no-repeat url(../images/currentbg_g.gif);
}

.login {
background: no-repeat url(../images/login_g.gif);
}

a.bglink:link, a.bglink:visited, a.bglink:active, .bglink {
    color: #536895;
    font-size: 11px;
    text-decoration: none;
}
a.bglink:hover {
    color: #536895;
    font-size: 11px;
    text-decoration: underline;
}

div.tooltipBody {
    background-color: #DDE1EA;
    border-right: solid 1px #536895;
    border-left: solid 1px #536895;
    border-bottom: solid 1px #536895;
}
div.tooltipHeader {
    background-color: #536895;
    color: #FFFFFF;
}

.contentHeaderDark {
    background-color: #7586AA;
}
.contentHeaderLight {
    background-color: #DDE1EA;
}

.borderTop {
    border-top: solid 1px #7586AA;
}
.borderLeft {
    border-left: solid 1px #7586AA;
}


.contentColor {
}

.tableShadowX {
background-image: url(../images/shadow-x_g.gif);
}

.tableShadowY {
background-image: url(../images/shadow-y_g.gif);
}

.tableShadowCorner {
background-image: url(../images/shadow-corner_g.gif);
}

.tableShadowTop {
background-image: url(../images/shadow-top_g.gif);
}

.tableShadowLeft {
background-image: url(../images/shadow-left_g.gif);
}

.info1, .info1 a {
color: #FFFFFF;
}
.info2, .info2 a {
color: #536895;
}

.searchbox {
background-color: #7586AA;
}
.searchbutton {
background-image: url(../images/search_b.gif);
}

.contentPanel {
color: #000000;
}

.tableheading {
color: #FFFFFF;
background-color: #536895;
} 

.rightBorder {
border-right: #7b8bad 1px solid;
}

.content {
background-color: #FFFFFF;
}

.selected {
color: #FEBB36;
}

a.bar:link, a.bar:visited, a.bar:active {
color: #FFFFFF;
text-decoration: none;
}
a.bar:hover {
color: #FFFFFF;
text-decoration: underline;
}

a.custom:link, a.custom:visited, a.custom:active {
color: #FEBB36;
text-decoration: none;
}
a.custom:hover {
color: #FEBB36;
text-decoration: underline;
}

a.inactive {
color: #A6B1C8;
}

/* Epoch Calendar style colors */

table.calendar {
	background-color: transparent;
	background-color: #7586AA;
}
table.caldayheading td {
	color: #FFFFFF; /*#0054E3;*/
    border-bottom: 1px solid #FFFFFF;	
}
table.calcells td.wkhead {
	background-color: white;
	color: #0054E3;
}
table.calcells td.wkday {
	background-color: #7586AA;
	color: #FFFFFF;
}
table.calcells td.wkend {
	background-color: #7586AA;
	color: #FFFFFF;
}
table.calcells td.curdate {
    color: #2c4271;
}
table.calcells td.cell_selected {
	background-color: #536895;
	color: #FFFFFF;
}
table.calcells td.notmnth {
	background-color: #7586AA;
	color: #A6B1C8;
}
table.calcells td.notallowed {
	background-color: white;
	color: #EEEEEE;
}
table.calcells td.hover {
	background-color: #999999;
}

#EventsCalendar_mainheading {
    color: White;
}

#EventsCalendar_mainheading input {
background-color: #7586AA;
color: #FFFFFF;
}