﻿/*
  color palette:
  
  #FFFFFF
  #EEEEEE
  #AAAAAA
  #777777
  #000000
  
*/


/*********************/
/* MasterPage.master */
/*********************/

td, a, p, .h, h1, h2, h3, div, form
{
    padding: 0;
    margin: 0;
}

body
{
    font-family: "Cambria", "Georgia", "Bitstream Vera Serif", serif;
    background: #EEEEEE;
    margin: 0;
    padding: 0 20px;
}

body, body a
{
    color: #000000;
}

.PrintTemplate, .PrintTemplate a
{
    background: #FFFFFF;
    color: #000000;
}

a, a:link, a:visited, a:active
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.Container
{
    margin: 0 auto;
}

.ContentPanel
{
    background: #AAAAAA;
}

.ContentPanel, .ContentPanel a
{
    color: #000000;
}

.ContentPanel .BorderBottomLeft
{
    background: url("img/content-corner-bl.gif") no-repeat bottom left;
}

.ContentPanel .BorderBottomRight
{
    background: url("img/content-corner-br.gif") no-repeat bottom right;
}

.ContentPanel .BorderTopLeft
{
    background: url("img/content-corner-tl.gif") no-repeat top left;
}

.ContentPanel .BorderTopRight
{
    background: url("img/content-corner-tr.gif") no-repeat top right;
}

.ContentPanel .BorderContent
{
    font-size: 13px;
    padding: 5px 10px;
    min-height: 400px;
}

/* header */

.Header
{
    margin-bottom: 7px;
    width: 100%;
}

.TitlePanel
{
    position: relative;
    height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}

.TitlePanel h1
{
    position: absolute;
    font-size: 26px;
    bottom: 0;
    left: 0;
    height: 45px;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.TitlePanel .LogoImage
{
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 10px;
    z-index: 999;
}

.TitlePanel .CustomerLogoImage
{
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px;
}

.MenuPanel
{
    background: #777777;
    position: relative;
    margin: 0;
}

.MenuPanel, .MenuPanel a
{
    color: #FFFFFF;
}

.MenuPanel .BorderBottomLeft
{
    background: url("img/menu-corner-bl.gif") no-repeat bottom left;
}

.MenuPanel .BorderBottomRight
{
    background: url("img/menu-corner-br.gif") no-repeat bottom right;
}

.MenuPanel .BorderTopLeft
{
    background: url("img/menu-corner-tl.gif") no-repeat top left;
}

.MenuPanel .BorderTopRight
{
    background: url("img/menu-corner-tr.gif") no-repeat top right;
}

.MenuPanel .BorderContent
{
    position: relative;
    height: 16px;
    font-size: 13px;
    padding: 5px 10px;
    text-align: center;
}

.MenuPanel .LinkPanel
{
    position: absolute;
    top: 5px;
    left: 10px;
    background: #777777;
}

.MenuPanel .LangPanel
{
    position: absolute;
    top: 5px;
    right: 10px;
}

.MenuPanel .LangPanel input
{
    margin: 0 0 0 4px;
    padding: 0;
}

.MenuPanel .SaveDesktop
{
	padding: 0px;
}

.MenuPanel *
{
    vertical-align: top;
}

/* footer */

.Footer
{
    font-size: 11px;
    padding: 25px 0 25px 10px;
}


/************/
/* asp:Menu */
/************/

.AspNet-Menu
{
    z-index: 1;
}

.AspNet-Menu li
{
    width: 0;
    white-space: nowrap;
}

.AspNet-Menu > li
{
    width: auto;
}

.AspNet-Menu ul > li
{
    width: 100%;
}

.AspNet-Menu li a,
.AspNet-Menu li span
{
    padding: 5px;
}

.AspNet-Menu li:hover,
.AspNet-Menu li.AspNet-Menu-Hover,
.AspNet-Menu li:hover a,
.AspNet-Menu li.AspNet-Menu-Hover a
{
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
}

.AspNet-Menu ul
{
    border: solid 1px #000000;
    left: 0;
    top: 100%;
    z-index: 1;
}

.AspNet-Menu ul,
.AspNet-Menu li:hover ul li a,
.AspNet-Menu li.AspNet-Menu-Hover ul li a
{
    background: #FFFFFF;
    color: #000000;
}

.AspNet-Menu li:hover ul li:hover,
.AspNet-Menu li.AspNet-Menu-Hover ul li.AspNet-Menu-Hover,
.AspNet-Menu li:hover ul li:hover a,
.AspNet-Menu li.AspNet-Menu-Hover ul li.AspNet-Menu-Hover a
{
    background: #AAAAAA;
    color: #FFFFFF;
}


/**************/
/* Login.aspx */
/**************/

.LoginPanel
{
    margin: 0 auto;
}


/****************/
/* Contact.aspx */
/****************/

.ContactPanel
{
    margin: 20px auto;
    text-align: center;
}


/****************/
/* Default.aspx */
/****************/

.AddContentPanel
{
    padding: 5px 5px 0 0;
    border-bottom: 1px solid #000000;
}

.SettingsButton
{
    float: right;
    padding: 5px 0 5px 5px;
}

.contents
{
    margin-top: 20px;
}

#contents_wrapper
{
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

#tab_container
{
    height: 30px;
    margin-left: 20px;
}

#widget_area
{
    overflow: auto;
    width: 100%;
}

/* tab common styles */
ul.tabs
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

li.tab
{
    float: left;
    margin: 0 10px 0 0;
    height: 30px;
}

li.tab div.tab_wrapper
{
    padding: 5px 20px 5px 15px;
}

li.tab a
{
    font-size: 10pt;
    margin: 5px 5px 0 50px;
}

li.tab span
{
    font-size: 10pt;
    margin: 5px 5px 0 50px;
    font-weight: bold;
    color: silver;
}

/* active tab */
li.activetab
{
    padding-left: 5px;
    background: url(content_corners.gif) no-repeat top left;
}

li.activetab div.tab_wrapper
{
    background: url(content_corners.gif) no-repeat top right;
}

li.activetab a
{
    color: green;
    font-weight: bold;
}

/* inactive tab */
li.inactivetab
{
    padding-left: 5px;
    background: #C6DFE9 url(inactivetab_corners.gif) no-repeat top left;
}

li.inactivetab div.tab_wrapper
{
    background: url(inactivetab_corners.gif) no-repeat top right;
}

li.inactivetab a
{
    color: green;
}

/* new tab */
li.newtab
{
    float: left;
    padding-top: 10px;
}

#onpage_menu_wrapper
{
    overflow: auto;
    width: 100%;
}

#onpage_menu_bar
{
    padding: 5px;
    margin: 5px 15px 10px 15px;
    height: auto !important;
    min-height: 15px;
    height: 15px;
    border-bottom: 1px solid #EFEFEF;
}

#onpage_menu_bar
{
    padding: 5px;
    margin: 5px 15px 0px 15px;
    height: auto !important;
    min-height: 15px;
    height: 15px;
    border-bottom: solid 1px #EFEFEF;
    border-bottom: solid 1px fuchsia;
}

.ChangePageSettingsPanel
{
    padding: 8px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #000000;
    background: #EEEEEE;
}

.onpage_menu_panel_column
{
}

.onpage_menu_panel_column h1
{
    font-size: 16px;
    color: black;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: solid 1px black;
    margin-bottom: 15px;
}

.onpage_menu_panel_column p
{
    padding: 5px;
    font-size: 13px;
}

/* Widgets */

.widget_holder
{
    min-height: 20px;
}

.Widget
{
    padding: 1px;
    margin: 0 0 8px;
}

.Widget.Hover
{
    background: #777777;
}

.WidgetHeader
{
    position: relative;
    background: #000000;
    color: #FFFFFF;
    cursor: move;
    height: 16px;
    padding: 4px;
    padding-bottom: 8px;
}

.WidgetTitle
{
    padding-right: 4px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    text-align: left;
}

.WidgetButtonContainer
{
    width: 16px;
    height: 16px;
    overflow: hidden;
    vertical-align: top;
}

.WidgetButton
{
    display: block;
    width: 16px;
    height: 16px;
    background: url("img/widget-icons.png");
}

.WidgetClose
{
    background-position: 0 0;
}

.WidgetClose:hover
{
    background-position: 0 -16px;
}

.WidgetEdit
{
    background-position: -16px 0;
}

.WidgetEdit:hover
{
    background-position: -16px -16px;
}

.WidgetEditClose
{
    background-position: -32px 0;
}

.WidgetEditClose:hover
{
    background-position: -32px -16px;
}

.WidgetCollapse
{
    background-position: -48px 0;
}

.WidgetCollapse:hover
{
    background-position: -48px -16px;
}

.WidgetExpand
{
    background-position: -64px 0;
}

.WidgetExpand:hover
{
    background-position: -64px -16px;
}

.WidgetMaximize
{
    background-position: -80px 0;
}

.WidgetMaximize:hover
{
    background-position: -80px -16px;
}

.WidgetRestore
{
    background-position: -96px 0;
}

.WidgetRestore:hover
{
    background-position: -96px -16px;
}

.WidgetHelp
{
    background-position: -112px 0;
}

.WidgetHelp:hover
{
    background-position: -112px -16px;
}

.WidgetLog
{
    background-position: -128px 0;
}

.WidgetLog:hover
{
    background-position: -128px -16px;
}

.WidgetJob
{
    background-position: -144px 0;
}

.WidgetJob:hover
{
    background-position: -144px -16px;
}

.WidgetMail
{
    background-position: -160px 0;
}

.WidgetMail:hover
{
    background-position: -160px -16px;
}

.WidgetDownload
{
    background-position: -176px 0;
}

.WidgetDownload:hover
{
    background-position: -176px -16px;
}

.WidgetBody
{
    background: #EEEEEE;
    padding: 6px;
    overflow: auto;
}

.WidgetDropCue
{
    border: 1px dotted #808080;
    display: none;
    margin-bottom: 20px;
    min-height: 100px;
}

.WidgetDropCueHeader
{
    position: relative;
    background: #777777;
    color: #FFFFFF;
    height: 16px;
    padding: 4px;
    padding-bottom: 8px;
}

.WidgetDropCueBody
{
    background: url("img/widget-dropcue.png") no-repeat center;
}

.column
{
    width: 33%;
    vertical-align: top;
}

.table_fixed
{
    table-layout: fixed;
    clear: both;
}

.ErrorPanel
{
    border: 1px dotted #FF0000;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 4px 8px;
    color: #FF0000;
}

.InfoPanel
{
    border: 1px dotted #008000;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 4px 8px;
    color: #008000;
}

.NotifyInfoPanel
{
    border: 1px dotted #008000;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 2px 4px;
    color: #008000;
}

.TimePanel
{
    background-color: #EAEBEC;
    text-align: center;
}

.LoginPanel td
{
    text-align: center !important;
}

.LoginPanel td.LoginLabel
{
    text-align: left !important;
}

.LoginPanel .LoginButton
{
    margin: 8px;
}


/*************************/
/* eCalendarControl.ascx */
/*************************/

.CalendarDays
{
    color: #D8D8D8;
}

.CalendarCurrentMonth
{
    color: #808080;
    text-align: center;
    border-style: none;
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent;
    width: 20px;
}

.CalendarDaysWithValues
{
    color: green;
    font-weight: bold;
    text-align: center;
    border-style: none;
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent;
    width: 20px;
}

.CalendarButton
{
    border-style: none;
    width: 20px;
    padding-left: 2px;
    padding-right: 2px;
}

.CalendarCurrentDay
{
    background-color: #FFFF00;
}

.CalendarMonthButton
{
    color: #808080;
    text-align: center;
    border-style: none;
    background-color: transparent;
    width: 35px;
}

.CalendarMonthsWithValues
{
    color: #008000;
    font-weight: bold;
    text-align: center;
    border-style: none;
    background-color: transparent;
    width: 35px;
}

.SortArrow
{
    margin-left: 4px;
}

/* Layout */
.LayoutButton
{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("img/layout-icons.png");
}

.Layout1
{
    background-position: 0 0;
}

.Layout2
{
    background-position: -32px 0;
}

.Layout3
{
    background-position: -64px 0;
}

.Layout4
{
    background-position: -96px 0;
}

.Layout5
{
    background-position: -128px 0;
}

.Layout1Active
{
    background-position: 0 32px;
}

.Layout2Active
{
    background-position: -32px 32px;
}

.Layout3Active
{
    background-position: -64px 32px;
}

.Layout4Active
{
    background-position: -96px 32px;
}

.Layout5Active
{
    background-position: -128px 32px;
}

/*******************/
/* DevicePopUpMenu */
/*******************/

.PopupControl
{
    background-color: white;
    border: 1px solid black;
    text-align: left;
    font-size: 10pt;
    position: absolute;
}

.PopupControl a
{
    display: block;
    text-decoration: none;
    width: 100%;
    padding: 2px 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.PopupControl ul.AspNet-Menu li
{
    clear: left;
}

.PopupControl ul.AspNet-Menu.static,
.PopupControl .AspNet-Menu-Vertical
{
    float: none !important;
}

.PopupControl .AspNet-Menu li
{
    border: none;
}

.PopupControl .AspNet-Menu li span
{
    padding: 2px 4px;
    cursor: default;
    font-weight: normal;
}

.PopupControl .AspNet-Menu li a
{
    padding: 2px 4px;
}

.PopupControl a:hover,
.PopupControl .AspNet-Menu li:hover
{
    background: #AAAAAA;
    color: #FFFFFF;
    border: none;
}

.PopupControl .AspNet-Menu ul
{
    border: solid 1px #000000;
    left: 0;
    top: 100%;
}

.PopupControl .AspNet-Menu ul,
.PopupControl .AspNet-Menu li:hover ul li a,
.PopupControl .AspNet-Menu li.AspNet-Menu-Hover ul li a
{
    background: #FFFFFF;
    background: rgba(255,255,255,1);
    color: #000000;
    font-weight: normal;
}

.PopupControl .AspNet-Menu li:hover ul li:hover,
.PopupControl .AspNet-Menu li.AspNet-Menu-Hover ul li.AspNet-Menu-Hover,
.PopupControl .AspNet-Menu li:hover ul li:hover a,
.PopupControl .AspNet-Menu li.AspNet-Menu-Hover ul li.AspNet-Menu-Hover a
{
    background: #AAAAAA;
    color: #FFFFFF;
    cursor: pointer;
}

.PopupControl .AspNet-Menu-Link,
.PopupControl .AspNet-Menu li:hover a
{
    cursor: default;
    background: #FFFFFF;
    color: #000000;
}

/*******************/
/*  InfoNewsPanel  */
/*******************/

.InfoNewsPanel
{
    vertical-align: middle;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.InfoNewsText
{
    padding-left: 2px;
    margin-left: 2px;
    vertical-align: top;
    line-height: 36px;
}

.InfoNewsClickPanel
{
    cursor: pointer;
    height: 36px;
    padding: 2px 8px;
}
