﻿/******************************************************************************/
/*                 (c) 2013 Wagner Engineering - wagnr.dk                     */
/******************************************************************************/

/* Controls Directly */
body
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 12pt;
	background-position: left top;
	background-image: url('../../images/weBackgroundV.png');
	background-repeat: repeat-x;
}

button
{
	font-size: 7pt;
	margin-bottom: 5px;
	width: 50pt;
	color: white;
	font-family: Verdana, Arial;
	height: 40pt;
	background-color: #2f3b6e;
	text-align: center;
}

fieldset
{
	border: 1px solid #000066;
}
legend
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000066;
}


a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

hr
{
	border: 1px solid #6600CC;
}



/* Header & Footer  */
.PageHeader
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 22pt;
	font-weight: 600;
	font-variant: normal;
	color: #000066;
	text-align: left;
	vertical-align: top;
}

.PageFooter
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: 600;
	font-variant: normal;
	color: #000066;
	text-align: center;
}
.PageFooter:hover
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: 500;
	font-variant: normal;
	color: #000066;
	text-decoration: underline;
}

.PageHeaderLeft
{
  font-weight: normal;
  font-size: 8pt;
  vertical-align: top;
  color: #000066;
  border-top-style: none;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  border-right-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: left;
  border-bottom-style: none;
}
.PageHeaderCenter
{
	font-size: 20pt;
	vertical-align: top;
	color: #000066;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
}
.PageHeaderRight
{
  font-size: 8pt;
  vertical-align: top;
  color: #000066;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: right;
  text-decoration: none;
}

.PaddingLeft
{
	padding-left: 10px;
}
.PaddingRight
{
	padding-right: 10px;
}


/* FrontPage */
.FrontPageBody
{
}

.FrontPagePanel
{
	background-color: #999999;
	text-align: center;
}
.FrontPageInformation
{
	border: 1px inset blue;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	font-weight: normal;
	font-size: 10pt;
	float: left;
	text-transform: none;
	cursor: auto;
	color: navy;
	font-style: normal;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	background-color: lightyellow;
	text-align: justify;
	text-decoration: none;
	vertical-align: top;
}

.MainPanelTable
{
	background-color: #336699;
}
.MainCell
{
	vertical-align: top;
	padding-top: 5px;
}


/* Labels */
.Label
{
  font-size: 8pt;
  background: none transparent scroll repeat 0% 0%;
  color: black;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  text-align: left;
}
.LabelHeader
{
  font-size: 10pt;
  background: none transparent scroll repeat 0% 0%;
  color: darkblue;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  text-align: center;
}
.LabelArea
{
  border-right: blue 1px solid;
  border-top: blue 1px solid;
  font-weight: normal;
  font-size: 8pt;
  overflow: auto;
  border-left: blue 1px solid;
  color: darkblue;
  border-bottom: blue 1px solid;
  font-family: 'Courier New' , Courier, Monospace;
  position: static;
  background-color: whitesmoke;
  text-align: left;
}


/* Text on Forms */
.FormTextInformation
{
	border-right: gray 1px inset;
	padding-right: 4px;
	border-top: gray 1px inset;
	padding-left: 4px;
	font-weight: normal;
	font-size: 7pt;
	float: left;
	padding-bottom: 4px;
	text-transform: none;
	border-left: gray 1px inset;
	cursor: auto;
	color: #333333;
	padding-top: 4px;
	border-bottom: gray 1px inset;
	font-style: normal;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	background-color: lightyellow;
	text-align: justify;
	text-decoration: none;
	vertical-align: top;
}

.FormTextLeft
{
  font-weight: normal;
  font-size: 8pt;
  float: left;
  text-transform: none;
  cursor: auto;
	color: #333333;
  font-style: normal;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: left;
  text-decoration: none;
}
.FormTextCenter
{
  font-weight: normal;
  font-size: 8pt;
  float: none;
  text-transform: none;
  cursor: auto;
	color: #333333;
  font-style: normal;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: center;
}
.FormTextRight
{
  font-weight: normal;
  font-size: 8pt;
  float: right;
  text-transform: none;
  cursor: auto;
	color: #333333;
  font-style: normal;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: right;
}
.FormTextSmallLeft
{
	font-weight: normal;
	font-size: 7pt;
	color: #333333;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	background-color: transparent;
	text-align: left;
}
.FormTextSmallRight
{
  font-weight: normal;
  font-size: 7pt;
	color: #333333;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: right;
}

/* TextBox*/
.Textbox
{
  border-right: blue 1px solid;
  border-top: blue 1px solid;
  font-weight: normal;
  font-size: 8pt;
  border-left: blue 1px solid;
  color: black;
  border-bottom: blue 1px solid;
  font-family: 'Courier New' , Courier, Monospace;
  background-color: white;
  text-align: left;
}
.TextboxUppercase
{
  border-right: blue 1px solid;
  border-top: blue 1px solid;
  font-weight: normal;
  font-size: 8pt;
  text-transform: uppercase;
  border-left: blue 1px solid;
  color: black;
  border-bottom: blue 1px solid;
  font-family: 'Courier New' , Courier, Monospace;
  background-color: white;
  text-align: left;
}
.TextboxReadOnly
{
  border-right: blue 1px solid;
  border-top: blue 1px solid;
  border-bottom: blue 1px solid;
  border-left: blue 1px solid;
  font-weight: normal;
  font-size: 8pt;
  color: gray;
  font-family: 'Courier New' , Courier, Monospace;
  background-color: gainsboro;
  text-align: left;
}


/* Checkbox, Radio, List ... */
.CheckBox
{
	border-color: blue;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	background-color: transparent;
	text-align: left;
}

.Radio
{
  font-weight: normal;
  font-size: 8pt;
  color: black;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: left;
}

.ListBox
{
  border-right: lightblue 1px solid;
  border-top: lightblue 1px solid;
  font-weight: normal;
  font-size: 8pt; 
  border-left: lightblue 1px solid;
  color: black;
  border-bottom: lightblue 1px solid;
  font-family: 'Courier New' , Courier, Monospace;
  background-color: white;
  text-align: left;
}


/* Buttons */

.LinkButton1:link
{
  font-size: 12pt;
  color: darkblue;
	cursor: hand;
}	
.LinkButton1:visited
{
  font-size: 12pt;
  color: darkblue;
	cursor: hand;
}	
.LinkButton1:active
{
  font-size: 12pt;
  color: darkblue;
	cursor: hand;
}	
.LinkButton1:hover
{
	font-size: 12pt;
	color: darkblue;
	text-decoration: underline;
	cursor: hand;
}


.LinkButton2:link
{
  font-size: 10pt;
  color: darkblue;
	cursor: hand;
}	
.LinkButton2:visited
{
  font-size: 10pt;
  color: darkblue;
	cursor: hand;
}	
.LinkButton2:active
{
  font-size: 10pt;
  color: darkblue;
	cursor: hand;
}	
.LinkButton2:hover
{
	font-size: 10pt;
	color: darkblue;
	text-decoration: underline;
	cursor: hand;
}


.LinkButton3:link
{
  font-size: 08pt;
  color: darkblue;
	cursor: hand;
}	
.LinkButton3:visited
{
  font-size: 08pt;
  color: darkblue;
	cursor: hand;
}	
.LinkButton3:active
{
  font-size: 08pt;
  color: darkblue;
	cursor: hand;
}	
.LinkButton3:hover
{
	font-size: 08pt;
	color: darkblue;
	text-decoration: underline;
	cursor: hand;
}


.Button1
{
	clear: both;
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	cursor: auto;
	color: white;
	font-family: Verdana, Arial;
	background-color: #2f3b6e;
	text-align: center;
}
.Button2
{
  clear: both;
  font-weight: bold;
  font-size: 7pt;
  text-transform: capitalize;
  cursor: auto;
  color: white;
  font-family: Verdana, Arial;
  background-color: #2f3b6e;
  text-align: center;
}
.Button3
{
  clear: both;
  font-weight: normal;
  font-size: 7pt;
  text-transform: capitalize;
  cursor: auto;
  color: white;
  font-family: Verdana, Arial;
  background-color: #2f3b6e;
  text-align: center;
}
.Button4
{
  clear: both;
  font-weight: bold;
  font-size: 6pt;
  text-transform: capitalize;
  cursor: auto;
  color: white;
  font-family: Verdana, Arial;
  background-color: #2f3b6e;
  text-align: center;
}

.ButtonRed1
{
	clear: both;
	font-weight: bold;
	font-size: 8pt;
	text-transform: capitalize;
	cursor: auto;
	color: Red;
	font-family: Verdana, Arial;
	background-color: #2f3b6e;
	text-align: center;
}
.ButtonRed2
{
  clear: both;
  font-weight: bold;
  font-size: 7pt;
  text-transform: capitalize;
  cursor: auto;
  color: Red;
  font-family: Verdana, Arial;
  background-color: #2f3b6e;
  text-align: center;
}
.ButtonRed3
{
  clear: both;
  font-weight: normal;
  font-size: 7pt;
  text-transform: capitalize;
  cursor: auto;
  color: Red;
  font-family: Verdana, Arial;
  background-color: #2f3b6e;
  text-align: center;
}
.ButtonRed4
{
  clear: both;
  font-weight: bold;
  font-size: 6pt;
  text-transform: capitalize;
  cursor: auto;
  color: Red;
  font-family: Verdana, Arial;
  background-color: #2f3b6e;
  text-align: center;
}


.ButtonImageType
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 7pt;
	border-left: gray 1px solid;
	width: 35pt;
	color: blue;
	border-bottom: gray 1px solid;
	font-family: Verdana, Arial;
	height: 35pt;
	background-color: #C0C0C0;
}
.ButtonImageTypeTextRight
{
	font-weight: normal;
	font-size: 7pt;
	color: #333333;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	background-color: transparent;
	text-align: right;
}
.ButtonImageTypeTextCenter
{
	font-weight: normal;
	font-size: 7pt;
	color: #333333;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	background-color: transparent;
	text-align: center;
}

.ButtonFileUpload
{
	clear: both;
	font-weight: normal;
	font-size: 6pt;
	text-transform: capitalize;
	cursor: auto;
	color: #000000;
	font-family: Verdana, Arial;
	background-color: #FFFFCC;
	text-align: left;
}



/* DataGrid */
.DataGridTitle
{
  font-weight: bold;
  font-size: 10pt;
  color: white;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: darkgray;
  text-align: center;
}
.DataGrid
{
	border: 1px solid #000000;
	font-weight: normal;
	font-size: 12pt;
	vertical-align: top;
	color: blue;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	background-color: #333333;
}
.DataGridHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: #f5f5f5;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	background-color: #336699;
	text-align: center;
}
.DataGridItem
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: medium none;
	color: black;
	border-top-style: none;
	padding-top: 0px;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	border-right-style: none;
  background-color: #ebebeb;
	border-bottom-style: none;
}
.DataGridItemAlternating
{
  padding-right: 0px;
  padding-left: 0px;
  font-weight: normal;
  font-size: 8pt;
  padding-bottom: 0px;
  margin: 0px;
  border-left: medium none;
  color: black;
  border-top-style: none;
  padding-top: 0px;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
	background-color: #999999;
  border-right-style: none;
  border-bottom-style: none;
}
.DataGridFooter
{
  border-right: medium none;
  border-top: medium none;
  font-weight: bold;
  font-size: 8pt;
  border-left: medium none;
  color: Navy;
  border-bottom: medium none;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: #336699;
}
.DataGridSubTitle
{
  font-weight: bold;
  font-size: 8pt;
  color: white;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: steelblue;
  text-align: center;
}
.DataGridSub
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  font-weight: normal;
  font-size: 7pt;
  vertical-align: middle;
  border-left: black 1px solid;
  color: white;
  border-bottom: black 1px solid;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: steelblue;
}
.DataGridSubHeader
{
  font-weight: bold;
  font-size: 7pt;
  color: yellow;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: steelblue;
  text-align: center;
}
.DataGridSubItem
{
  padding-right: 0px;
  padding-left: 0px;
  font-weight: normal;
  font-size: 7pt;
  padding-bottom: 0px;
  margin: 0px;
  border-left: medium none;
  color: black;
  border-top-style: none;
  padding-top: 0px;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  border-right-style: none;
  background-color: lightblue;
  border-bottom-style: none;
}
.DataGridSubItemAlternating
{
  padding-right: 0px;
  padding-left: 0px;
  font-weight: normal;
  font-size: 7pt;
  padding-bottom: 0px;
  margin: 0px;
  border-left: medium none;
  color: black;
  border-top-style: none;
  padding-top: 0px;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  border-right-style: none;
  background-color: skyblue;
  border-bottom-style: none;
}
.DataGridSubFooter
{
  border-right: medium none;
  border-top: medium none;
  font-weight: bold;
  font-size: 7pt;
  border-left: medium none;
  color: red;
  border-bottom: medium none;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: turquoise;
}


/* Signon */
.TableSignon
{
	padding: 4px;
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	font-weight: normal;
	font-size: 8pt;
	margin: 4px;
	border-left: dimgray 1px solid;
	color: black;
	border-bottom: dimgray 1px solid;
	background-color: #f5f5f5;
	text-align: center;
}

.TableBlank
{
  border-width: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0px;
}


.TableSeek
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 2px;
	margin: 0px;
	border-left: dimgray 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: #FFFFE0;
	text-align: left;
}

.TableUC
{
  border-right: dimgray 1px solid;
  padding-right: 2px;
  border-top: dimgray 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 8pt;
  padding-bottom: 2px;
  margin: 0px;
  border-left: dimgray 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: dimgray 1px solid;
  background-color: transparent;
  text-align: left;
}

.TableEditArea
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	border-left: dimgray 1px solid;
	color: #A9A9A9;
}

.TableViewArea
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	border-left: dimgray 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	color: #A9A9A9;
	background-color: #FFFFF0;
	text-align: left;
}

.TableHeader
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	border-left: darkgray 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-weight: normal;
	font-size: 11pt;
	margin: 0px;
	color: white;
	background-color: #999999;
	text-align: center;
}
.TableHeaderSub
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 10pt;
	margin: 0px;
	color: white;
	background-color: #5F9EA0;
	text-align: center;
}
.TableHeaderSmall
{
  font-weight: normal;
  font-size: 8pt;
  margin: 0px;
  color: #FFFFFF;
  background-color: #808080;
  text-align: center;
}

.TableLightBorder
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	color: #A9A9A9;
	background-color: transparent;
}

.TableBorder
{
	border-right: dimgray 1px solid;
	padding-right: 2px;
	border-top: dimgray 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 2px;
	margin: 0px;
	border-left: dimgray 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: dimgray 1px solid;
	background-color: #FFFFE0;
	text-align: left;
}

.TableCellLineTop
{
  border-top: dimgray 1px solid;
  background-color: transparent;
}
.TableCellLineBottom
{
  border-bottom: dimgray 1px solid;
  background-color: transparent;
}
.TableCellLineTopBottom
{
  border-top: dimgray 1px solid;
  border-bottom: dimgray 1px solid;
  background-color: transparent;
}
.TableCellLineFacit
{
  border-top: dimgray 1px solid;
  border-bottom: dimgray 2px double;
  background-color: transparent;
}

/* -- */
.TableCellLightLineTop
{
  background-color: transparent;
  border-top: dimgray 1px solid;
  border-top-style: dotted;
  border-top-color: #C0C0C0;
}
.TableCellLightLineBottom
{
  background-color: transparent;
  border-bottom: dimgray 1px solid;
  border-bottom-style: dotted;
  border-bottom-color: #C0C0C0;
}
.TableCellLightLineLeft
{
  background-color: transparent;
  border-left: dimgray 1px solid;
  border-left-style: dotted;
  border-left-color: #C0C0C0;
}
.TableCellLightLineRight
{
  background-color: transparent;
  border-right: dimgray 1px solid;
  border-right-style: dotted;
  border-right-color: #C0C0C0;
}


/* Area */
.AreaBorder
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	border-left: dimgray 1px solid;
	color: #A9A9A9;
}

.AreaSearch
{
	background-color: #FF9933;
}
.AreaSearch2
{
	background-color: #C0C0C0;
}


/* Menu */
.MenuArea
{
	width: 300px;
	background-color: darkorange;
	text-align: left;
	vertical-align: top;
}
.MenuItems
{
  font-size: 9pt;
  color: darkblue;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
}
.MenuItems:hover
{
	font-size: 9pt;
	color: darkblue;
	font-family: Verdana, Sans-Serif, Helvetica, Arial;
	text-decoration: underline;
}





/* Messages */
.MsgBlankGRID
{
  font-weight: bold;
  font-size: 8pt;
  color: lightblue;
  font-style: normal;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: transparent;
  text-align: center;
}
.MsgError
{
  font-weight: bold;
  font-size: 8pt;
  color: red;
  font-style: normal;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: lightgrey;
  text-align: center;
}
.MsgStatus
{
  font-weight: bold;
  font-size: 8pt;
  color: navy;
  font-style: normal;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: #ebebeb;
  text-align: center;
}


/* Layer */
.LayerPositionList
{
  z-index: 0;
  position: static;
}

.LayerPositionSeek
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  z-index: 50;
  position: absolute;
  left: 120px;
  top: 60px;
  background-color: lightyellow;
  width: 1%;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}


.LayerPositionEdit
{
	z-index: 100;
	position: absolute;
	left: 50px;
	top: 30px;
}

.LayerPositionEdit2
{
	z-index: 200;
	position: absolute;
	left: 15px;
	top: 15px;
}


.LayerPositionGridEdit
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  z-index: 100;
  position: absolute;
  left: 300px;
  top: 200px;
  background-color: lightyellow;
}


.LayerPositionShow
{
	z-index: 100;
	position: absolute;
	left: 50px;
	top: 30px;
}

.LayerPositionShow2
{
	z-index: 200;
	position: absolute;
	left: 15px;
	top: 15px;
}


.LayerPositionShowW450
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  z-index: 200;
  position: absolute;
  left: 30px;
  top: 25px;
  background-color: lightyellow;
  width: 450px;
}


.LayerPositionConfirm
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
  border-style: double;
  z-index: 800;
  position: absolute;
  left: 75px;
  top: 60px;
  background-color: #C0C0C0;
}

.LayerPositionMessage
{
  margin: auto;
  padding: inherit;
  border: black 1px solid;
  z-index: 900;
  position: absolute;
  left: 200px;
  top: 180px;
  background-color: #CCDBE2;
}



.LayerWindowTable
{
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  border-left: gray 1px solid;
  border-bottom: gray 1px solid;
  background-color: lemonchiffon;
}
.LayerWindowBody
{
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  border-bottom: gray 1px solid;
  border-left: gray 1px solid;
  font-size: 10pt;
  color: navy;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: lightyellow;
  text-align: left;
}

.LayerWindowHeaderRow
{
	border: 1px solid #000080;
	background-color: #000066;
}
.LayerWindowHeaderText
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	cursor: move;
}
.LayerWindowHeaderText2
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
}


.LayerFieldset
{
  background-color: lightyellow;
}

.LayerUpdateProgress
{
  border: 1px solid #999999;
  z-index: 999;
  position: absolute;
  vertical-align: middle;
  text-align: center;
  font-family: Verdana, Sans-Serif, Helvetica, Arial;
  background-color: #FFFF99;
  top: 200px;
  left: 200px;
  width: 240px;
  height: 80px;
  color: #333399;
}


.IframePicture
{
	border: 1px solid #9966FF;
}


/* ********************************** */
/* ********  AJAX Panels  ******** */
.ItemPanel
{
	background-color: #99CCFF;
}
.ItemPanel2
{
	background-color: #A5B1C9;
}



/* ********************************** */
/* ********  AJAX settings   ******** */

.AjaxCalendar 
.ajax__calendar_container
{
  border: 1px solid dimgray;
  background-color: gainsboro;
  color: #000000;
}

.AjaxCalendar 
.ajax__calendar_footer
{
  border-top: lightblue 1px solid;
} 

.AjaxCalendar
.ajax__calendar_dayname 
{
    border-bottom:1px solid navy;
} 

.AjaxCalendar 
.ajax__calendar_day
{
  border: 1px solid lightgrey;
} 

.AjaxCalendar
.ajax__calendar_month 
{
    border:1px solid lightgrey;
} 

.AjaxCalendar
.ajax__calendar_year 
{
    border:1px solid lightgrey;
} 

.AjaxCalendar
.ajax__calendar_active 
.ajax__calendar_day 
{
    background-color:#edf9ff;
    border-color:#0066cc;
    color:#0066cc;
} 

.AjaxCalendar
.ajax__calendar_active 
.ajax__calendar_month 
{
    background-color:#edf9ff;
    border-color:#0066cc;
    color:#0066cc;
} 

.AjaxCalendar
.ajax__calendar_active 
.ajax__calendar_year 
{
    background-color:#edf9ff;
    border-color:#0066cc;
    color:#0066cc;
} 

.AjaxCalendar 
.ajax__calendar_other 
.ajax__calendar_day
{
  background-color: darkgray;
  border: 1px solid lightgrey;
  color: #646464;
} 


.AjaxCalendar 
.ajax__calendar_other 
.ajax__calendar_year
{
  background-color: darkgray;
  color: #646464;
  border: 1px solid lightgrey;
} 


.AjaxCalendar
.ajax__calendar_hover 
.ajax__calendar_day 
{
    background-color: palegoldenrod;
    border-color:#daf2fc;
    color:#0066cc;
} 

.AjaxCalendar 
.ajax__calendar_hover 
.ajax__calendar_month
{
  background-color: palegoldenrod;
  border-color: #daf2fc;
  color: #0066cc;
} 

.AjaxCalendar
.ajax__calendar_hover 
.ajax__calendar_year 
{
    background-color: palegoldenrod;
    border-color:#daf2fc;
    color:#0066cc;
} 

.AjaxCalendar
.ajax__calendar_hover 
.ajax__calendar_title 
{
    color:#0066cc;
} 


/* Today */
.AjaxCalendar 
.ajax__calendar_hover 
.ajax__calendar_today
{
  color: navy;
  background-color: yellow;
}

.AjaxCalendar 
.ajax__calendar_active 
.ajax__calendar_today
{
  color: navy;
  background-color: yellow;
}


.AjaxCalendar 
.ajax__calendar_other 
.ajax__calendar_today
{
  color: navy;
  background-color: yellow;
}



/* AJAX - Accordian */

.AjaxAccordionHeader
{
	font-weight: bold;
	font-size: 9pt;
	color: #CCCCCC;
	font-family: Verdana, Arial;
	text-align: center;
	background-color: #336699;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: pointer;
	border-color: #666699;
	vertical-align: top;
}
.AjaxAccordionHeader:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: #CCCCCC;
	font-family: Verdana, Arial;
	text-align: center;
	background-color: #336699;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: pointer;
	border-color: #666699;
	text-decoration: underline;
	vertical-align: top;
}

.AjaxAccordionContent
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Verdana, Arial;
	text-align: left;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	border-color: #666699;
}

/* ********************************** */
