﻿/*----------------------------------------------------------
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: White;
    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: 30px;
}

.menuItemTop
{
    background: #eee;
    font-weight: bold;
    padding: 8px;
    line-height: 12px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
}


.menuItemTop_selected
{
    color: #C62224;
    font-weight: bold;
    padding: 8px;
    line-height: 12px;
    background-color: White;
    border: 1px solid #aaa;
    border-bottom: 1px solid #fff;
}

.menuItem, .menuItemMO
{
	border-bottom: solid 1px #DDD;
	border-left: solid 1px #DDD;
	border-right: solid 1px #DDD;
	background-color:White;
}

.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;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

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: Silver;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: Silver;
    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: White;
    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;
}
*/

.Button, .ConfirmMarkup .Button, .DisabledButton, .FixedWidthButton
{
    background-color: #f1f1f1;
    color: #9b0307;
    text-shadow: 0px 1px 0px #eee;
    outline: none;
    border-color: #bbb #888 #666;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 24px;
    font-weight: bold;
    background-image: url(/Images/Buttonbg.gif);
    font-size: inherit;
    width: 100px;
    text-align: center;
    padding: 0px 10px 0px 10px;
}

.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: Gray;
}

.IEMarkClass .Button
{
    min-width: auto;
}

#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 Gray;
    display: none;
    position: absolute;
    z-index: 99;
    background-color: White;
    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: Red;
}

#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;
}

.button2
{
    height: 20px;
    width: 50px;
    border: #c0bfbb 1px solid;
    color: #9b0307;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 11px;
    background-color: #FFFFFF;
}
/*------ From Customer 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 Customer contacts form.*/