﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body
{
    height: 100%;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    overflow: hidden;
}
body
{
    position: relative;
    background-color: #FFFFFF;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

.thinTitle
{
    margin: 0 0 0 10px;
    background: #fff url(/Images/VMOthin.png) no-repeat left center;
}
.thinTitle div
{
    background: url(/Images/CRANEthin.png) no-repeat right top;
    height: 52px;
    margin: 4px 10px 0 0;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#main
{
    position: relative;
    background-color: #fff;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: solid 0px #bbb;
    border-collapse: collapse;
    overflow: hidden;
    width: auto;
}

#footer
{
    position: relative;
    padding: 3px;
    margin: 0 0 0 0;
    border: solid 1px #b2b1b1;
    border-collapse: collapse;
    cursor: text;
    overflow: auto;
    height: 14px;
    background-image: url(/Images/statusBarBackground.png);
    font-size: 11px;
    color: Black;
}
.footerStatusBar .Table
{
    width: 100%;
}

.footerLogon
{
    text-align: right;
}

/* TAB MENU   
----------------------------------------------------------*/
#menucontainer
{
    margin: 4px 0 0 0;
    width: 100%;
    height: 28px;
    background-color: #EEE;
    border: solid 1px;
    border-color: #CCC #CCC #AAA;
}

.menuItemTop
{
    background: #eee;
    font-weight: bold;
    padding: 8px;
    line-height: 12px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    border-top: none;
}


.menuItemTop_selected
{
    color: #C62224;
    font-weight: bold;
    padding: 8px;
    line-height: 12px;
    background-color: #FFFFFF;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    border-top: none;
}

.menuItem, .menuItemMO
{
	border-bottom: solid 1px #DDD;
	border-left: solid 1px #DDD;
	border-right: solid 1px #DDD;
	background-color:#FFFFFF;
}

.menuItemMO
{
	background-color:#EEE;
	color:#C62224;
	font-weight:bold;
}

.menuItemChildren
{
	border-top: solid 1px #DDD;
	width:220px;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    /*width: 200px;*/
    border: 1px solid #CCC;
}

input[type="password"]
{
    /*width: 200px;*/
    border: 1px solid #CCC;
}

.IEinputPassword
{
    width:149px;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: #FF0000;
}

div#title
{
    display: block;
    text-align: left;
}

#logindisplay
{
    display: block;
    text-align: right; /*margin:10px;*/
}

#logindisplay a:link
{
    color: #666;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #C0C0C0;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #C0C0C0;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* This style overrides styles for modal popup window header.*/
div.titlebar
{
    border-left: solid 1px #afaeae;
    border-bottom: solid 1px #afaeae;
    border-right: none 0px;
    border-top: none 0px;
    color: #FFFFFF;
    width: 16px;
    height: 16px;
    position: absolute;
    float: left;
    background-image: url(/Images/HLHeaderBackground.png);
    z-index: 100;
}

/*
.Button, .ConfirmMarkup .Button, .DisabledButton, .FixedWidthButton
{
    color: #9b0307;
    border: #c0bfbb 1px solid;
    height: 24px;
    font-weight: bold;
    background-image: url(/Images/Buttonbg.gif);
    font-size: inherit;
    width: 100px;
    text-align: center;
    padding: 0px 10px 0px 10px;
}
*/

.notIE7MarkClass .Button
{
    text-align: center;
    text-shadow: 0px 1px 0px #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
    min-width: 122px;
}
.IE8MarkClass .Button
{
    min-width: 100px;
}

.notIE7MarkClass .GridButton
{
    text-align: center;
    text-shadow: 0px 1px 0px #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
}

.notIE7MarkClass .DisabledButton 
{
    text-align: center;
    text-shadow: 0px 1px 0px #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    outline: none;
    min-width: 122px;
}
.IE8MarkClass .DisabledButton
{
    min-width: 100px;
}
.Button, .ConfirmMarkup .Button, .DisabledButton, .FixedWidthButton
{
    padding: 0px 10px 0px 10px;
    background-color: #f1f1f1;
    color: #9b0307;
    border-color: #bbb #888 #666;
    border-width: 1px;
    border-style: solid;
    height: 24px;
    background-image: url(/Images/Buttonbg.gif);
    /*width: expression(title = (offsetWidth > '100' ? offsetWidth : "100px"));*/
    width: expression(scrollWidth > '100' ? scrollWidth : "122px");
    font-weight: bold;
}

.GridButton
{
    padding: 0px 0px 0px 0px;
    background-color: #f1f1f1;
    color: #9b0307;
    border-color: #bbb #888 #666;
    border-width: 1px;
    border-style: solid;
    height: 26px;
    background-image: url(/Images/Buttonbg.gif);
    width: expression(scrollWidth > '100' ? scrollWidth : "122px");
    font-weight: bold;
    font-size: 11px;
}

.Button:hover
{
    color: #b11;
    background-position: 0 5px;
}

.Button:active
{
    color: #9b0307;
    background-position: 0 -24px;
    text-shadow: 0px -1px 0px #eee;
}

.Button::-moz-focus-inner, .ConfirmMarkup .Button::-moz-focus-inner, .DisabledButton::-moz-focus-inner, .FixedWidthButton::-moz-focus-inner
{
    border: 0;
    outline: none;
}

.Button:focus
{
    border-color: #666 #555 #444;
    outline: none;
}

.DisabledButton 
{
    color: #808080;
}

#ClientDateTimeDiv
{
    margin-left: 50px;
    float: left;
}

.resizehandler
{
    height: 2px;
    background-color: #aaa;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #777;
    cursor: n-resize;
    z-index: 4;
    width: 100%;
    position: relative;
}

#topContent, #singleContent
{
    margin: 0 2px 0 2px;
    padding: 0 0 0 0;
}

#bottomContent
{
    margin: 0 2px 0 2px;
    padding: 2px 0 2px 0;
}

#topContent, #bottomContent, #EqpTabCtrlDiv
{
    position: relative;
}

#SWC_Info
{
    width: 400px;
    border: Solid 1px #808080;
    display: none;
    position: absolute;
    z-index: 99;
    background-color: #FFFFFF;
    left: 30%;
    top: 20%;
    padding: 10px;
    vertical-align: top;
    font-size: 11px;
    overflow: auto;
}


#SWC_C_Info
{
    padding: 10px;
    vertical-align: top;
    font-size: 11px;
}

#showForm
{
    display: none;
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 103;
    left: 0px;
    top: 0px;
}

#row_settings_dialog
{
    padding: 10px;
}

#row_settings_dialog_table
{
    width: 100%;
    border-width: 0px;
    border-collapse: collapse;
}

#row_settings_dialog_table td
{
    text-align: left;
    border-collapse: collapse;
    border-width: 0px;
}


.TreeMainDiv
{
    display: none;
    height: auto;
}

#grid_equipments_div .Grid .tbody .tbodyIn
{
    z-index: 5;
}

#statusLabel, #errorText
{
    font-weight: bold;
}
#errorText
{
    color: #FF0000;
}

#DexTextDiv
{
    overflow: auto;
}

.minimizerTitle
{
    height: 16px;
    background-image: url(/Images/GridLabelBackground.png);
    border: 1px solid #AFAEAE;
    color: #9B0307;
    font-weight: bold;
    white-space: nowrap;
    font-size: 11px;
    padding-top: 2px;
    padding-left: 2px;
    width: 100%;
}
.minimizerRoot
{
    margin: 1px 2px 1px 2px;
}
.ieFileUploaderButton
{
    height: 20px;
    width: 50px;
    border: #c0bfbb 1px solid;
    color: #9b0307;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
    background-color: #FFFFFF;
    margin-left:2px;
}

.fileUploaderButton
{
    width: 50px;
    border: #c0bfbb 1px solid;
    color: #9b0307;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
    background-color: #FFFFFF;
    margin-left:2px;
}
/*------ From Contacts form. TODO: get rid of custom form.*/
.formEdit
{
    width: 270px;
}

#SWC_Contact_table td
{
    text-align: left;
    border-collapse: collapse;
    border-width: 0px;
}
/*------ END: From Contacts form.*/

/*.ConfirmMarkup .Button
{
	min-width:100px;
}*/


.OpenedWindowTreeButtonsDiv
{
	width:44px;
	height:26px;
}

.OpenedWindowTreeNodeSelected
{
    font-weight: bold;
    background-color: #F7F6C0;
    cursor: pointer;
	padding-left:2px;
	padding-right:2px;
	white-space:nowrap;
}

.OpenedWindowContainer
{
    background-color: #FFFFFF;
    border: 1px solid #706D6D;
    float: left;
    margin-left: 1px !important;
    padding-right: 2px;
    position: relative;
    height:100%;
    width:200px;
}

.closePaneheader 
{
    background-color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    height: 14px;
    padding: 0;
}

.panelheader {
    letter-spacing: 1px;
    padding: 2px 0 3px;
    white-space: nowrap;
    background-color: #FFFFFF;
    border: 1px solid #AFAEAE;
    color: #727272;
    font-weight: bold;
    /*background-image: url("../Images/OWHeaderBackground.png");*/
}

.divItemLeftOpenedWindows {
    background-color: #FFFFFF;
    height:100%;
}

.OWTreeBody {
    padding-left: 5px;
    height:auto;
}


.VMOContextMenuItem, .VMOContextMenuItemMO
{
	background-color: #f8f8f8;
	height: 20px;
	border-top: solid 1px #e5e5e5;
}

.VMOContextMenuItemMO
{
	background-color: #ffffff;
	color: #9b0307;
	font-weight: bold;
}

.VerticalResizerClass
{
	z-index: 22;
	right: 0px;
	top: 0px;
	font-size: 1pt;
	width: 2px;
	cursor: e-resize;
	position: absolute;
	height: 100%;
	background-color: #aaa;
	border: solid white;
	border-width: 0px 0px 0px 0px;
}

.divListItemsPane
{
	position: relative;
	float: left;
	width: 17px;
	border-left: #e5e5e5 1px solid;
	border-right: #b2b1b1 1px solid;
	background-color: #FFFFFF;
	height: 100%;
	margin-left: 1px;
	margin-right: 1px;
	display: none;
}

#presetSelector
{
    padding: 9px;
    border-bottom: 1px solid gray
}

#presetDescription
{
    margin: 5px;
    font-weight: bold;
    width: inherit;
    overflow: hidden;
}

.creditCardProcessorLabel
{
    margin: 5px;
}

.creditCardProcessorValue
{
    font-weight: bold;
}

.creditCardProcessorParent
{
    border-bottom: solid 1px black;
}

/****** Exceptions********/
.ExceptionsForm
{
    /*just markup class for form.*/
}

.ExceptionsForm td.FirstCell
{
    width: 150px;
}

.ExceptionsForm td.SecondCell
{
    width: 300px;
}

.ExceptionsForm .AddParamString
{
    width: 296px;
}
