/* --- contextMenu styles --- */
#contextMenu {
    background: #555;
    padding: 1px;
    position: absolute;
    z-index: 990;
    overflow: hidden;
    visibility: hidden;
}
#contextMenu .main {
    background: #fff;
}
#contextMenu .text {
    color: #555;
    font: normal 11px verdana, arial, sans-serif;
    padding: 2 4 2 4;
    z-index: 991;
}
#contextMenu .item {
    color: #0c3070;
    font: normal 11px verdana, arial, sans-serif;
    padding: 2 4 2 4;
    z-index: 991;
}
#contextMenu .over {
    color: #000;
    font: normal 11px verdana, arial, sans-serif;
    background-color: #d5e5ff;
    padding: 2 4 2 4;
    z-index: 991;
    cursor: pointer;
}
#contextMenu .sep {
    background: #fff;
	border-bottom: 1px solid #555;
}

/* dialogBox styles */
.dialogBox {
    background-color: #555;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    visibility: hidden;
    cursor: default;
}
.dialogBox .head {
    background-color: #d5e5ff;
    background-image: url(../images/dbox_head_bg.gif);
}
.dialogBox .head_ {
    background-color: #999;
    background-image: url(../images/dbox_head_bg_.gif);
}
.dialogBox .icons {
    position: absolute;
    top: 2px;
    right: 4px;
}
.dialogBox .main {
    color: #333;
    background: #f0f0f0;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.dialogBox .title {
    color: #555;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 100%;
    padding: 0px;
}

/* --- dynamicList styles --- */
.field_dl {
    color: #000;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    width: 140px;
    border: 1px solid;
    padding-left: 17px;
    background: #ffffff url(../images/throbber.gif) no-repeat 0 0;
}
input.throbbing {
    background-position: 0 -20;
}
.dynamicList {
    background-color: #fff;
    position: absolute;
    border: 1px solid #333;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    width: 168px;
}
.dynamicList .option {
    color: #333;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    cursor: default;
    white-space: nowrap;
    padding: 1 0 1 0;
}
.dynamicList .over {
    color: #000;
    background-color: #d5e5ff;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    cursor: default;
    white-space: nowrap;
    padding: 1 0 1 0;
}

/* --- infoPanel styles --- */
.infoPanel {
	margin: 1px;
	border: 1px solid #0c3070;
	background: #eeeeee;
}
.infoPanel div {
    font-family: verdana, arial, sans-serif;
	position: relative;
	top: 0px;
}
.infoPanel .content {
	font-size: 0.6em;
	overflow: auto;
	position: relative;
	clear: both;
	padding: 0 2 0 2;
}
.infoPanel .topBar {
    background-image: url(../images/ipanel_topbar_bg.gif);
    cursor: pointer;
	height: 20px;
	overflow: hidden;
	padding: 0 2 0 2;
	border-bottom: 1px solid #999999;
}
.infoPanel .topBar span {
    color: #0c3070;
    font-size: 9px;
    font-weight: bold;
    line-height: 20px;
	vertical-align: middle;
	float: left;
	padding-left: 2px;
}
.infoPanel .topBar img {
    margin-top: 2px;
	float: right;
	cursor: pointer;
}

/* other styles */
.dummyLayer {
    background: url(../images/1.gif);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    visibility: visible;
    overflow: hidden;
}
.blurLayer {
    background-image: url(../images/blur.gif);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    visibility: visible;
    overflow: hidden;
}

/* --- calendar styles --- */
.calendar {
    background: #ffffff;
    border: 1px solid #7799cc;
    border-right: 1px solid #0c3070;
    border-bottom: 1px solid #0c3070;
}
.calendar_headline {
    background-image: url(../images/calendar_head_bg.gif);
}
.calendar_field {
    color: #000000;
    background-color: #ffffff;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid;
}
.calendar_navi {
    color: #000000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-top: 1px solid #7799cc;
    border-bottom: 1px solid #7799cc;
}
.calendar_head {
    color: #000000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 2 0 2 0;
    border-bottom: 1px solid #7799cc;
}
.calendar_out {
    padding: 2px;
    cursor: pointer;
}
.calendar_over {
    background: #d5e5ff;
    padding: 2px;
    cursor: pointer;
}
.calendar_current_out {
    border: 1px solid #7799cc;
    padding: 1px;
    cursor: pointer;
}
.calendar_current_over {
    background: #d5e5ff;
    border: 1px solid #7799cc;
    padding: 1px;
    cursor: pointer;
}
.calendar_out_ {
    background: #eee;
    padding: 2px;
    cursor: default;
}
.calendar_current_out_ {
    border: 1px solid #7799cc;
    background: #eee;
    padding: 2px;
    cursor: default;
}
.calendar_day {
    color: #333;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.calendar_sunday {
    color: #ff0000;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.calendar_day_ {
    color: #777;
    background: #eee;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* --- messageBox styles --- */
#messageBoxText {
    color: #000;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 62px;
    padding-right: 12px;
}
#messageBoxIcon {
    position: absolute;
    top: 42px;
    left: 16px;
    float: left;
}

/* --- tab styles --- */
.tabPanel {
    margin: 2px;
}
.tabGroup {
    padding: 0px;
    margin: 0px;
    height: 20px;
    border-bottom: 1px solid #999;

}
.tabGroup div {
    float: left;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    bottom: -1px;
    margin: 0px;
    padding: 0px;
}
.tabGroup .tabActive {
    background: url(../images/tab_active.gif);
    height: 20px;
}
.tabGroup .tabInactive {
    background: url(../images/tab_inactive.gif);
    height: 19px;
    cursor: pointer;
}
.tabGroup .tabActiveR {
    background: url(../images/tab_active_.gif);
    height: 20px;
    width: 3px;
}
.tabGroup .tabInactiveR {
    background: url(../images/tab_inactive_.gif);
    height: 19px;
    width: 3px;
    cursor: pointer;
}
.tabGroup span{
    color: #333;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    padding: 3 3 3 5;
    float: left;
}
.tabContent {
    background: #f5f5f0;
    padding: 3px;
    display: none;
    border-color: #999;
    border-style: solid;
    border-width: 0 1 1 1;
}
