/*** Generic ***/

body
{
    padding: 0;
    margin: 0;
    min-width: 800px;
    background-color: #FFFFFF;
    background: url(../../Images/In/Background.png) repeat-x;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 0.8em;
}

.ClearSplitter
{
    float: none;
    clear: both;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.HorizontalSplitterBig
{
    background: #F4B411;
    height: 4px;
}

.HorizontalSplitter
{
    background: #F4B411;
    height: 2px;
}

.Header
{
    margin: 0 0 2px 0;
    height: 20px;
    padding-top: 2px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border: 1px solid #E78F08;
    background: #F6A828 url(../../Images/In/HeaderBackground.png) repeat-x scroll 50% 50%;
}

.Validator
{
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background-image: url(../../Images/In/Error.png);
    position: absolute;
}

.CommandButton
{
    width: 100px;
}

.CommandButtonLong
{
    width: 120px;
}

.FullHeight
{
    height: 100%;
}

.Hidden
{
    display: none;
}

/*** Calendar and Clock ***/

.CalendarDate
{
    width: 70px;
    text-align: center;
}

.CalendarMinutes
{
    width: 20px;
    text-align: center;
}

/*** Color Picker ***/

.ColorPicker
{
}

.ColorPicker .Table
{
	margin-top: 2px;
	margin-bottom: 0;
    border: solid 1px #2353B2;
    background-color: rgb(68, 68, 68);
}

.ColorPicker .Table td
{
    width: 15px;
    height: 10px;
    padding: 0;
}

/*** Context Menu ***/

.ContextMenu
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(../../Images/In/DropDownBackground.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 0px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 11px 4px 33px;
	white-space: nowrap;
}

.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 10px 3px 32px;
}

.ContextMenuTarget
{
    padding: 2px;
}

.ContextMenu .Splitter
{
    padding: 0px;
    height: 1px;
    margin: 0px 0px 0px 25px;
    background-color: #868686;
}

/*** Objects Activate ***/

.ObjectsActivate
{
    width: 100%;
}

.ObjectsActivate td
{
    padding: 2px;
}

.ObjectsActivate .SelectedItem
{
    background: #EEEEEE url(../../Images/In/ModalDialogBackground.png) repeat-x scroll 50% top;
}

/*** Modal Dialog ***/

.ModalDialog
{
    border: 1px solid #DDDDDD;
    color: #333333;
    padding: 2px;
    background: #EEEEEE url(../../Images/In/ModalDialogBackground.png) repeat-x scroll 50% top;
}

.ModalDialog .Splitter
{
    height: 2px;
}

.ModalDialog .FormView
{
    width: 100%;
}

.ModalDialog .Table
{
    width: 100%;
}

.ModalDialog .Table td
{
    padding: 2px;
}

.ModalDialog .Table td .TextBox
{
    width: 256px;
}

.ModalDialog .Table .NoPadding
{
    padding: 0px;
}

.ModalDialog .Table .Top
{
    padding-top: 0;
}

.ModalDialog .Table .Left
{
    width: 50%;
    text-align: right;
    border-right: solid 1px #DDDDDD;
    border-collapse: collapse;
    font-weight: bold;
}

.ModalDialog .Table span.Left
{
    text-align: right;
    font-weight: bold;
    border: none;
}

.ModalDialog .Table .Right
{
    width: 50%;
    text-align: left;
}

.ModalDialog .Table .Middle
{
    width: 100%;
    text-align: center;
}

.ModalDialog .Table .Controls
{
    text-align: center;
    border-top: solid 1px #DDDDDD;
    padding-bottom: 0px;
}

.ModalDialog .Table .Controls input
{
    width: 100px;
}

.ModalDialogBackground
{
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*** Body ***/

#Container
{
    position: relative;
    min-width: 780px;
    height: 100%;
}

/*** Body Top ***/

#Top
{
}

#Top table
{
    width: 100%;
    border-spacing: 0;
}

#Top table td
{
    position: relative;
}

#Top table td img
{
    vertical-align: middle;
    border: 0;
}

#Top table td a, #Top table td span
{
    position: relative;
    color: #000;
    top: 0px;
    padding: 0px 2px 0 1px;
    outline: none !important;
    -moz-outline-style: none;
}

#Top table td a:hover
{
    text-decoration: none;
}

#Top table td.TableDataLeft
{
    width: 40%;
}

#Top table td.TableDataMiddle
{
    text-align: center;
}

#Top table td.TableDataRight
{
    text-align: right;
    width: 40%;
}

#Top table td.TableDataRight ul
{
    float: right;
    list-style: none;
    margin: 0px 4px 0px 0px;
    padding: 0px;
}

#Top table td.TableDataRight ul li
{
    float: left;
    margin: 0px 0px 0px 10px;
    padding: 4px 0px 4px 0px;
}

#Top table td.TableDataRight ul li a
{
    padding: 0 2px 0 2px;
}

/*** Body Menu ***/

#Menu
{
    background: #FFFFFF;
}

#Menu #MenuTariffs
{
    background-color: #E3E4EE;
}

#Menu #MenuTariffs ul
{
    font-family: Tahoma, Verdana, sans-serif;
    list-style: none;
    margin: 0px 0px 0px 4px;
    padding: 0px;
}

#Menu #MenuTariffs ul li
{
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 4px 0px 4px 0px;
}

#Menu #MenuTariffs ul li.Selected, #Menu #MenuTariffs ul li:hover
{
    background: url(../../Images/In/Triangle.gif) no-repeat 50% 0px;
}

#Menu #MenuTariffs ul li a
{
    color: #000;
    outline: none !important;
    -moz-outline-style: none;
}

#Menu #MenuTariffs ul li.Selected a, #Menu #MenuTariffs ul li a:hover
{
    text-decoration: none;
}

#Menu #MenuMode
{
    position: relative;
    padding-bottom: 2px;
}

#Menu #MenuMode ul
{
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 2px;
}

#Menu #MenuMode ul.Separator li
{
    border-left: 1px solid #eee;
    margin-top: 10px;
    height: 40px;
}

#Menu #MenuMode ul li
{
    width: 64px;
    height: 80px;
    float: left;
    margin: 2px 2px 0px 0px;
    text-align: center;
    font-size: 11px;
}

#Menu #MenuMode ul li.Selected, #Menu #MenuMode ul li:hover
{
    background-image: url(../../Images/In/Icons/64x80/BackgroundYellow.png);
}

#Menu #MenuMode ul li a
{
    font-family: Tahoma, Verdana, sans-serif;
    color: #000000;
    text-decoration: none;
}

#Menu #MenuMode ul li a:active, #Menu #MenuMode ul li a:focus
{
    outline: none !important;
    -moz-outline-style: none;
}

#Menu #MenuMode ul li img
{
    padding: 4px 0 0 0;
    margin: 0;
    border: 0;
}

#Menu #MenuMode ul li span
{
    line-height: 130%;
}

/*** Body Area ***/

#Area
{
    float: right;
    width: 100%;
}

#Area #AreaMenu
{
    background: #E3E4EE;
    padding: 2px;
}

#Area #AreaMenu .AddressTextBoxAutoCompleteExtenderList
{
    display: none;
}

#Area #AreaMenu a img
{
    margin-top: 4px;
    vertical-align: top;
    border: 0;
}

#Area #AreaMenu .Active
{
    background-color: #9AD0F6;
}

#Area #AreaBody
{
    overflow: auto;
    padding: 2px;
}

#Area #AreaBody #MapContent
{
    width: 100%;
    height: 100%;
}

#Area #AreaBody #MapContent .Popup
{
	font-size: 11px;
}

#Area #AreaBody #MapContent .Popup .PopupHeader
{
    font-weight: bold;
    text-align: center;
	padding: 2px;
}

#Area #AreaBody #MapContent .Popup .PopupBody
{
}

#Area #AreaBody #MapContent .SmallPopup
{
    font-size: 0.7em;
    
}


#Area #AreaBody #AreaBodyLeft
{
    width: 200px;
    height: 100px;
    float: left;
    overflow: auto;
    padding: 0 2px 0 0;
    border-right: solid 1px #E78F08;
    margin-right: 2px;
}

#Area #AreaBody #AreaBodyLeft .Controls
{
    padding: 2px;
}

#Area #AreaBody #AreaBodyRight
{
    padding: 0 0 0 0;
    overflow: auto;
}

/*** Body Footer ***/

#Footer
{
    width: 100%;
    text-align: center;
    background: white;
}

#Footer .Left
{
    float: left;
    padding-left: 2px;
}

#Footer .Right
{
    float: right;
    padding-right: 2px;
}