﻿body
{
    margin: 4px;
    font: 10pt Arial, Helvetica, sans-serif;
}

a.menu:link  
{
    color: #000000;
    font-style: normal;
    text-decoration: none;
}

a.menu:visited  
{
    color: #000000;
    font-style: normal;
    text-decoration: none;
}

a.menu_bold:link
{
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
}

a.menu_bold:visited  
{
    color: #000000;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
}

a:link {
	color: #396EAA;
}

a:visited {
	color: #396EAA;
}

.alert
{
    border: 1px solid #FFCC66;
    padding: 1px 4px 1px 4px;
    background-color: #FFF1A8;
    color: Black;
    font: 10pt Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.alert_white
{
    background-color: #FFFFFF;
    text-align: center;
}

.progress
{
    border: 1px solid #CC3300;
    background-color: #CC3300;
    color: #FFFFFF;
    font: 10pt Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    padding: 1px 4px 1px 4px;
    width: 100%;
}

.progress_white
{
    background-color: #FFFFFF;
    text-align: center;
}

.list_item
{
    padding-left: 4px;
    padding-right: 4px;
    border-top: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    white-space: nowrap;
    height: 22px;
}

.list_item_no_border
{
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
    height: 22px;
}

.list_caption
{
    padding-left: 4px;
    padding-right: 4px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    white-space: nowrap;
    height: 22px;
}

.form_tab
{
    border-width: 2px;
    border-top-style: solid;
    border-color: #BBCCFF;
    padding-top: 3px;
    padding-bottom: 3px;
}

.popup_control
{
    position: absolute;
    visibility: hidden;
}

.modalBackground {
    background-color:Gray;
    filter: alpha(opacity=40);
	opacity: 0.4;
}

.modal_popup
{
    padding: 0px;
    border: 1px solid #999999;
    background-color: #FFFFFF;
}


/* navigator styles */

.navigator_main 
{
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
    background-color: white;
}

.navigator_month {
    font-family: Tahoma;
    font-size: 8pt;
}
.navigator_day {
    color: black;
}
.navigator_dayheader {
    color: black;
}

.navigator_line 
{
	border-bottom: 1px solid #A0A0A0;
}

.navigator_dayother {
    color: gray;
}
.navigator_todaybox
{
	border: 1px solid red;
}
.navigator_select 
{
    background-color: #FFE794;
}
.navigator_title, .navigator_titleleft, .navigator_titleright {
    background-color: #ECE9D8;
    border-top: 1px solid #A0A0A0;
    color: #000000;
}
.navigator_busy {
	font-weight: bold;
}

/* DayPilot Navigator blue theme */

.navigator_blue_main 
{
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
    background-color: #F3F3F9;
}

.navigator_blue_month {
    font-family: Tahoma;
    font-size: 8pt;
}
.navigator_blue_day {
    color: black;
}
.navigator_blue_dayheader {
    color: black;
}

.navigator_blue_line 
{
	border-bottom: 1px solid #A0A0A0;
}

.navigator_blue_dayother {
    color: gray;
}
.navigator_blue_todaybox
{
	border: 1px solid red;
}
.navigator_blue_select 
{
    background-color: #AACCEE;
}
.navigator_blue_title, .navigator_blue_titleleft, .navigator_blue_titleright {
    background-color: #C3D9FF;
    color: black;
    border-top: 1px solid #A0A0A0;
}
.navigator_blue_busy {
	font-weight: bold;
}

/* DayPilot Context menu NG */

.menu_main
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	border: 1px solid gray;
	background-color: white;	
	padding: 2px;
	cursor: default;
	background-image: url('../../images/context_menu/bg3white.png');
	background-repeat: repeat-y;
}

.menu_main a {
	padding-left: 35px;
	color: black;
	text-decoration: none;
	cursor: default;
}

.menu_main a span 
{
	display: block;
	height: 20px;
	line-height: 20px;
	width: 100px; 
	overflow:hidden;
	padding-left: 2px;
	padding-right: 20px;
}

.menu_main a:hover {
	background-image: url('../../images/context_menu/left.png');
	background-repeat: no-repeat;	
}

.menu_main a:hover span {
	background-image: url('../../images/context_menu/right.png');
	background-repeat: no-repeat;	
	background-position: 100%;
}

.menu_main div div  /* separator */
{
	border-top: 1px solid #dddddd;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 28px;
}
.collapsePanel {
	width:772px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:772px;
	background-color:white;
}

.site_p1
{
    font: 10pt Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: justify;
}

.site_p2
{
    font: 12pt Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: left;
    color: #666666;
    font-weight: bold;
}

.site_p3
{
    font: 14pt Arial, Helvetica, sans-serif;
    font-size: 14pt;
    text-align: left;
    color: #FF9900;
    font-weight: bold;
}

.site_l1
{
    font: 10pt Arial, Helvetica, sans-serif;
    font-size: 10pt;
    list-style-type: square;
    list-style-position: inside;
    margin-left: 24px;
    margin-top: 2px;
}


