form {
	margin: 0px;
	padding: 0px;
}

.ModernTable {
	background-color: white;
	padding: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-spacing: 0px;
	font-size: 10px;
	border-collapse: collapse;
}

.ModernHeader {
/*	background-color: #1133DD;*/
	background-color: #6611DD;
	padding: 2px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

a.ModernHeader, a.ModernHeader:active, a.ModernHeader:link.active, a.ModernHeader:visited.active, a.ModernHeader:visited, a.ModernHeader:link {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

.ModernTDSelected {
	background-color: #008800;
	color: white;
	border-bottom: 1px dotted #BBBBBB;
	padding-left: 4px;
	padding-right: 4px;
}

.ModernTDOver {
	background-color: lightgreen;
/*border: 1px solid black;*/
	color: #000000;
	cursor: pointer;
	cursor: hand;
	padding-left: 4px;
	border-bottom: 1px dotted #BBBBBB;
}

.ModernTD {
/*	background-color: white;*/
	color: black;
	border-bottom: 1px dotted #BBBBBB;
	padding-left: 4px;
	padding-right: 4px;
}

.ModernTDNew {
/*	background-color: white;*/
	color: red;
	border-bottom: 1px dotted #BBBBBB;
	padding-left: 4px;
	padding-right: 4px;
}

.ModernTDNewSelected {
	background-color: #008800;
	color: #FF9999;
	border-bottom: 1px dotted #BBBBBB;
	padding-left: 4px;
	padding-right: 4px;
}

.ModernTROver {
	background-color: orange;
	color: #000000;
}
.ModernTRSelected {
	background-color: #008800;
	color: white;
}

.ModernTR {
	background-color: white;
	color: black;
}

.dyntab_content {
	border: none; 
	padding: 0px;
/*	display: none;*/
}

.dyntab_contentContainer {
	border-left: 1px solid black; 
	border-right: 1px solid black; 
/*	border-bottom: none;*/
	padding:10px;
/*	display: none;*/
}

.dyntab_div {
	position:relative;
	overflow:hidden;
	width:100%;
	height:100px;
	border: none;
	margin:0;
	padding:0;
}

.dyntab_tab_on {
	color: black;
	font-size: 12px;
	font-weight: bold;
}
.dyntab_tab_off {
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.dyntab_tab_over {
	color: white;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	cursor: pointer; 
}

table.ContentBorder {
	border: solid 1px #B5D3DF;
	vertical-align: middle;
	font-size : x-small;
	border-spacing: 0px;
	vertical-align: top;
}

.ContentBorder {
	border: solid 1px #B5D3DF;
	vertical-align: middle;
	font-size : x-small;
	border-spacing: 0px;
	vertical-align: top;
}


table.VerticalTabs {
	background: white;
	border: 3px solid #D5F3FF;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0; 
}

tr.VerticalTabsNonActive {
	height: 100%;
	font-size : x-small; 
} 

tr.VerticalTabsNonActive_Cashbox {
	height: 10px;
	font-size : x-small; 
} 

tr.VerticalTabsActive {
	height: 100%;
	vertical-align: top;
}

tr.VerticalTabsActive_Cashbox {
	height: 100%;
	vertical-align: top;
}

table.VerticalTabsActive {
	background: #B5D3DF;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.VerticalTabsActive_Cashbox {
	background: #DDDDDD;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.VerticalTabsNonActive {
	background: #D5F3FF;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.VerticalTabsNonActive_Cashbox {
	background: #AAAAAA;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.VerticalTabsMenu {
        cursor: hand;
        cursor: pointer;
}


td.HorizontalTabsContent {
	width: 100%;
	background: white;
	border-top: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
td.HorizontalTabsActive {
	width: 10%;
	background: #B5D3DF;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
td.HorizontalTabsNonActive {
	width: 10%;
	background: #D5F3FF;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

td.TimeSelectorSelected {
	width: 10%;
	background: #B5D3DF;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
td.TimeSelectorNonSelected {
	width: 10%;
	background: #D5F3FF;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

hr.Separator {
	color: #A5C3CF;
}

hr {
	color: #85A3AF;
}

table.HelpHint {
	background-color: #B5D3DF;
	border: 1px solid black;
	font-size: x-small;
	text-align: justify;
}

P, OL, DIV, H1, H2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

body.NavigationBody {
	background: #D5F3FF;
	height: 100%; 
	width: 100%;
	margin: 0; 
	padding: 0; 
	border: none;
}

body.Index {
	height: 100%; 
	width: 100%;
	margin: 0; 
	padding: 0; 
	border: none;
}

body.TitleBody, td.TitleBody, body.StatusBody, body.HelpBody, body.ShortBody {
	background: #D5F3FF;
}

div.Navigation {
	background-color : white;
	display:none;
}

table.BlueTable {
	padding : 0;
	border : 1;
	background-color : #F4F0FF;	
	font-size: x-small;
}
tr.BlueHeader {
	background-color : #F4F0FF;	
	font-size: x-small;
}
td.BlueRow1, tr.BlueRow1 {
	background-color : #C4F0FF;	
	font-size: x-small;
}
td.BlueRow2, tr.BlueRow2 {
	background-color : #A4D0FF;	
	font-size: x-small;
}
td.BlueRow3, tr.BlueRow3 {
	background-color : #D4E0FF;	
	font-size: x-small;
}
td.BlueRow4, tr.BlueRow4 {
	background-color : #B4C0FF;	
	font-size: x-small;
}


table.BlueTable_small {
	padding : 0;
	border : 1;
	background-color : #F4F0FF;	
	font-size: 8pt;
}
tr.BlueHeader_small {
	background-color : #F4F0FF;	
	font-size: 8pt;
}
td.BlueRow1_small, tr.BlueRow1_small {
	background-color : #C4F0FF;	
	font-size: 8pt;
}
td.BlueRow2_small, tr.BlueRow2_small {
	background-color : #A4D0FF;	
	font-size: 8pt;
}
td.BlueRow3_small, tr.BlueRow3_small {
	background-color : #D4E0FF;	
	font-size: 8pt;
}
td.BlueRow4_small, tr.BlueRow4_small {
	background-color : #B4C0FF;	
	font-size: 8pt;
}


table.RedTable {
	padding : 0;
	border : 1;
	background-color : #FF0000;	
	font-size: x-small;
}
tr.RedHeader {
	background-color : #FF7777;	
	font-size: x-small;
}
tr.RedRow1, td.RedRow1 {
	background-color : #FFBBBB;	
	font-size: x-small;
}
tr.RedRow2, td.RedRow2 {
	background-color : #FFEEEE;	
	font-size: x-small;
}

table.GreenTable {
	padding : 0;
	border : 1;
	background-color : #00FF00;	
	font-size: x-small;
}
tr.GreenHeader {
	background-color : #22FF22;	
	font-size: x-small;
}
tr.GreenRow1, td.GreenRow1 {
	background-color : #CCFFCC;	
	font-size: x-small;
}
tr.GreenRow2, td.GreenRow2 {
	background-color : #99FF99;	
	font-size: x-small;
}

tr.OrangeRow, td.OrangeRow {
	background-color : #ffaa00;	
	font-size: x-small;
}

tr.GreyRow, td.GreyRow {
	background-color : #CCCCCC;	
	font-size: x-small;
}

.form { 
	margin-top: 0; 
	margin-bottom: 0; 
}

.formsmall { 
	margin-top: 0; 
	margin-bottom: 0; 
	font-size: 9px; 
}

SELECT.formsmall { 
	font-size: 9px; 
}

INPUT.formsmall { 
	font-size: 9px; 
	width: 65px;
}

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	margin: 0; 
	padding: 0; 
	background-color:#FFFFFF;
	scrollbar-face-color:#8080FF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#DDDDFF;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
}
iframe{
	background-color:#FFFFFF;
}
.iframestyle {
	scrollbar-face-color:#0000FF;
	scrollbar-arrow-color:#FF0000;
	scrollbar-track-color:#DD0000;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
}

.Top {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color: Yellow;
	background-color : #4470A2;
	height: 24;
}

.Bottom {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color: White;
	background-color: White;
	text-align: center;
}

A {
	text-decoration: none;
	color: #4470A2;
}

A:hover {
	text-decoration: underline;
}

A:link {
	color: Blue; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: x-small;
}

A:visited {
	color: Blue; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: x-small;
}

a.LinkRemoved {
	color: #8888ff; 
	background-color: none;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: x-small;
	text-decoration: line-through;
}
a.LinkRemovedRed {
	color: #FF0000; 
	background-color: none;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: x-small;
	text-decoration: line-through;
}
a.LinkRemovedRed :hover{
	color: #FF5050; 
}

a.LinkRed {
	color: #FF0000; 
	background-color: none;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
}
a.LinkRed :hover{
	color: #FF0000; 
}

a.Content {
	color: Blue; 
	background-color: none;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: x-small;
}

a.ContentSmall {
	color: Blue; 
	background-color: none;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	font-size: xx-small;
}

.Content {
	border-color: black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}

body.Content {
	border: solid 1px #75939F;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}

.ContentSmall {
	border-color: black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

table.Content {
	/*border: solid 2px darkblue;*/
	vertical-align: middle;
}
td.Content {
	background-color : none;
	border:0;
}

H1.Content {
	font-size: small;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
}

.m0l0iout {
	text-align: left;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	text-align: left;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-align: left;
	text-decoration : none;
	border : 0;
	background: #4470A2;
}
.m0l0oover, .m0l0oover:hover {
	text-align: left;
	text-decoration : none;
	border : 0;
	background: #4470A2;
}


/* level 1 inner */
.m0l1iout {
	text-align: left;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #000000;
}
.m0l1iover, .m0l1iover:hover  {
	text-align: left;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-align: left;
	text-decoration : none;
	border : 1px solid #000000;
	background: #A5C3CF;
}
.m0l1oover, .m0l1oover:hover {
	text-align: left;
	text-decoration : none;
	border : 1px solid #000000;
	background: #D5F3FF;
}

/* level 2 inner */
.m0l2iover {
	text-align: left;
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-align: left;
	text-decoration : none;
	border : 1px solid #000000;
	background: #85A3AF;
}
.m0l2oover {
	text-align: left;
	text-decoration : none;
	border : 1px solid #000000;
	background: #D5F3FF;
}


TABLE.MeetingHint {
	font-family: Arial, Helvetica, sans-serif;
	font-size : xx-small;
	border: 1px solid black;
	background-color: #B5D3DF;
}

TABLE.PersonHint {
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
	border: 1px solid black;
	background-color: #B5D3DF;
}

TABLE.Calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 550px;
}

TABLE.CalendarSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}

TABLE.VerticalCalendarSize1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 30px;
	background-image: url('images/calbackground.gif'); 
}

TABLE.VerticalCalendarSize2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 30px;
	background-image: url('images/calbackground2.gif'); 
}

TABLE.VerticalCalendarSize3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 30px;
	background-image: url('images/calbackground3.gif'); 
}

TABLE.HorizontalCalendarSize1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 30px;
	background-image: url('images/calbackgroundstyle2.gif'); 
}

TABLE.HorizontalCalendarSize2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 30px;
	background-image: url('images/calbackground2style2.gif'); 
}

TABLE.HorizontalCalendarSize3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 30px;
	background-image: url('images/calbackground3style2.gif'); 
}

TABLE.CalTimeLine2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-collapse: collapse;
	border: 0px solid none;
}

TABLE.CalTimeLineVertical {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-collapse: collapse;
	border: 0px solid none;
}

DIV.VerticalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	writing-mode: tb-rl;
	filter: flipv fliph;
}	

TABLE.CalFree2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid none;
}

TABLE.CalTimeLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* links */
ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 80%;
}
ul.tabs li {
	position: relative;
	float: left;
	width: 11em;
	margin: 0;
	padding: 0 2px 0 0;
}
ul.tabs a {
	display: block;
	width: 9em;
	padding: .2em;
	border: 1px solid #00F;
	border-top-width: 2px;
	text-decoration: none;
}
ul.tabs a, ul.tabs a:link, ul.tabs a:visited {
	background: #EEF;
	color: #00F;
}
ul.tabs a.active, ul.tabs a:link.active, ul.tabs a:visited.active {
	background: #FFF;
	color: #00F;
	font-weight: bold;
}
ul.tabs a.active {
	position: relative;
	top: 1px;
}

/* panels */
div.tabs {
	padding: .5em;
}
div.tabs div.tabs {
	padding: 0;
}
div.tabs div.tabs div {
	clear: left;
	padding: .5em;
	border: 1px solid #00F;
}




/* 1100.CustomerDetails */

div.1100_Page, h1.1100_Page {
	font-size: 16px;
	color: darkblue;
	font-weight: 600;
}

TD.1100_PropertyName, TD.1200_PropertyName {
	font-size: 10px;
	color: darkblue;
}

TD.1100_PropertyValue {
	font-size: 12px;
	color: black;
	font-weight: 600;
}

TD.1100_PropertyName_NotSelected {
	font-size: 11px;
	color: black;
	font-weight: normal;
	font-style: italic;
}


/* 1200.AddCustomer */

DIV.1200 {
	font-size: 16px;
	color: darkblue;
	font-weight: 500;
}

H1.1200 {
	font-size: 16px;
	color: darkblue;
	font-weight: 500;
}

H3.1200 {
	font-size: 12px;
	color: darkblue;
	font-weight: 500;
}

/* 5100.DioctionaryData */

TABLE.ContentBorder {
	border: solid 1px #B5D3DF;
	vertical-align: middle;
	font-size : x-small;
	border-spacing: 0px;
	vertical-align: top;
}

select.FixedWidth {
	width: 150px;
}


font.Red {
	color: #DD1111;
	font-weight: bold;
}

font.Green {
	color: #007711;
	font-weight: bold;
}

font.Blue {
	color: #3677EA;
	font-weight: bold;
}



.dynCalendar_header{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.dynCalendar_dayname {
	background-color: #D5F3FF;
	border: 1px solid #c0c0c0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
}

.dynCalendar_day {
	background-color: #B5D3DF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
    cursor: hand;
    cursor: pointer;
}

.dynCalendar_day_over {
	background-color: #95B3BF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
    cursor: hand;
    cursor: pointer;
}

.dynCalendar_day_selected {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
    cursor: hand;
    cursor: pointer;
}

.dynCalendar_day_selected_over {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
    cursor: hand;
    cursor: pointer;
}

.dynCalendar_day_disabled {
	background-color: #D5F3FF;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 8pt;
}

.dynCalendar {
	background-color: #D5F3FF;
	border: 2px outset white;
}


/* styles for bus templates presentation */

table.GreyTable_small {
	padding : 0;
	border : 1;
	background-color : #EEEEEE;	
	font-size: 8pt;
}
tr.GreyHeader_small {
	background-color : #F0F0F0;	
	font-size: 8pt;
}
td.GreyRow1_small, tr.GreyRow1_small {
	background-color : #D0D0D0;	
	font-size: 8pt;
}

td.GreyRow1, tr.GreyRow1 {
	background-color : #D0D0D0;	

}

td.GreyCellRed {
	background-color: #B71616; 
	color: #FFFFFF;
	font-size: 8pt;
}

td.GreyCellLightRed {
	background-color: #FB4133; 
	color: #FFFFFF;
	font-size: 8pt;
}

td.GreyCellGreen {
	background-color: #0D7700; 
	color: #FFFFFF;
	font-size: 8pt;
}

td.GreyCellLightGreen {
	background-color: #4EAC3B; 
	color: #FFFFFF;
	font-size: 8pt;
}


td.GreyCellBlue {
	background-color: #7799FF; 
	color: #FFFFFF;
	font-size: 8pt;
}

td.GreyCellYellow {
	background-color: #f9df4b; 
	font-size: 8pt;
}

td.GreyCellGrey {

}

td.GreyRow2_small, tr.GreyRow2_small {
	background-color : #F0F0F0;	
	font-size: 8pt;
}

tr.dynSelect {
	background-color : #C4F0FF;	
}

tr.dynSelected {
	background-color : #B4C0FF;	
}
td.dynSelectNavigation {
	background-color : #F4F0FF;	
}

td.aaa {
	background-color : #A4D0FF;	
	font-size: x-small;
}
td.aaa {
	background-color : #B4C0FF;	

