﻿/* EquipmentMaintenance.css
 *
 * Contains only CSS definitions for a particular page
 *  Ex: .MyStyle or #MyElementId
 *  NOT: Body, Fieldset, Table, etc.
 *
 * Notes:
 *     - Please use pt for font-sizes instead of px.
 *       For more info, go to http://www.bigbaer.com/css_tutorials/css_font_size.htm
 *
 *
 */
#AtlasGrid .maintGrid
{
	overflow: auto;
	height: 125px;
}

/* Contains the Equipment Grid */
#CtlGridPanel
{
	overflow: auto; 
	height: 100%; 
	width: 100%;
	background-color: White;
}

#AtlasGrid .GridExpandCollapseButton
{
    cursor: pointer;
    border: solid 1px gray;
    text-align: center;
    width: 13px;
    display: block;
    height: 15px;
    line-height: 15px;
    text-decoration: none;
    vertical-align: middle;
    color: black;
}

#AtlasGrid .GridExpandButton
{
    width: 11px;
    height: 11px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    background-image: url(~/Images/Icons/AdvancedIcon_Hidden.gif);
    background-repeat: no-repeat;
}

#AtlasGrid .GridCollapseButton
{
    width: 11px;
    height: 11px;
    line-height: 0px;
    cursor: pointer;
    text-align: center;
    display: block;
    text-decoration: none;
    vertical-align: middle;
    background-image: url(~/Images/Icons/AdvancedIcon_Shown.gif);
    background-repeat: no-repeat;
}

#EquipmentCopyDialog .table
{
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
}

#EquipmentCopyDialog .thead
{
	background-color: #006699;
	border-color: #C0C0C0;
	color: White;
	font-weight: bold;
}

#EquipmentCopyDialog td
{
	padding: 0px 2px 0px 2px;
}

#EquipmentCopyDialog th
{
    background-color: #006699; 
    color: white; 
    position: relative; 
    top: expression(this.scrollTop);
    z-index: 10; 
}
#EquipmentCopyDialog .header
{
    background-color:#E2DED6;
    padding:3px;
    width:100%;
    border-style:solid;
    border-width:1px;
    border-color:#CCCCCC;
}

#EquipmentCopyDialog .CopySplitPanel
{
	width: 98%;
	overflow: auto;
	/*border: solid 1px red;*/
}

div#CopySplitPanel .HeaderPanel
{
	cursor: pointer; 
	vertical-align: middle;
    color:#2A6BA3;
    height: 20px;
	background-color:#DFE4E8;
}

div#CopySplitPanel .ContentPanel
{
	padding: 0px 0px 0px 0px;
	width: 300px;
}

div#CopySplitPanel .HeaderPanelWrapper
{
	cursor: pointer; 
	vertical-align: middle;
	padding: 0px; 
	margin-top: 1px;
}

div#CopySplitPanel .thead
{
	color: White;
	background-color: #5D7B9D;
	font-weight: bold;
}
	
/*appearance of equipment entity control*/
#EquipmentEntity th
{
    background-color: #006699; 
    color: white; 
    position: relative; 
    top: expression(this.scrollTop);
    z-index: 10; 
}

#EquipmentEntity .itemTemplate
{
	background-color: Transparent;		
}

#EquipmentEntity .altItemTemplate
{
	background-color: #E2DED6;	
}

/* Main Menu System Stuff */
div#EquipmentDetails .HeaderPanel
{
	cursor: pointer; 
	vertical-align: middle;
    color:#2A6BA3;
	background-color:#DFE4E8;
}

div#EquipmentDetails .ContentPanel
{
	padding: 0px 0px 0px 0px;
	border: none 0px;
}

div#EquipmentDetails .HeaderPanelWrapper
{
	cursor: default; 
	vertical-align: middle;
	width: 100%; 
	padding: 0px; 
	margin-top: 1px;
}

div#EquipmentDetails .thead
{
	color: White;
	background-color: #5D7B9D;
	font-weight: bold;
}

div#EquipmentDetails .itemTemplate
{
	color: White;
	background-color: #284775;
}

div#EquipmentDetails .altItemTemplate
{
	color: #333333;
	background-color: #F7F6F3;
}

div#EquipmentFinancials .HeaderPanel
{
	cursor: pointer; 
	vertical-align: middle;
    color:#2A6BA3;
	background-color:#DFE4E8;
}

div#EquipmentFinancials .ContentPanel
{
	padding: 0px 0px 0px 0px;
}

div#EquipmentFinancials .HeaderPanelWrapper
{
	cursor: pointer; 
	vertical-align: middle;
	width: 100%; 
	padding: 0px; 
	margin-top: 1px;
}

div#EquipmentFinancials .thead
{
	color: White;
	background-color: #5D7B9D;
	font-weight: bold;
}

div#EquipmentFinancials .itemTemplate
{
	color: White;
	background-color: #284775;
}

div#EquipmentFinancials .altItemTemplate
{
	color: #333333;
	background-color: #F7F6F3;
}

div#EquipmentDescription .HeaderPanel
{
	cursor: pointer; 
	vertical-align: middle;
    color:#2A6BA3;
	background-color:#DFE4E8;
}

div#EquipmentDescription .ContentPanel
{
	padding: 0px 0px 0px 0px;
}

div#EquipmentDescription .HeaderPanelWrapper
{
	cursor: pointer; 
	vertical-align: middle;
	width: 100%; 
	padding: 0px; 
	margin-top: 1px;
}

div#EquipmentDescription .thead
{
	color: White;
	background-color: #5D7B9D;
	font-weight: bold;
}

div#EquipmentDescription .itemTemplate
{
	color: White;
	background-color: #284775;
}

div#EquipmentDescription .altItemTemplate
{
	color: #333333;
	background-color: #F7F6F3;
}

.popupPanelAtlas
{
	top: -1500; 
	left: -1500;
	background-color: #FFF0A0; 
	position: absolute;
	text-align: left; 
	border: solid 1px black;
	z-index: 1000;
}

div#EquipmentLocations tr.lselect
{
    background-color:#DFE4E8; 
}

div#EquipmentLocations .lselect .title
{
    font-size: 9pt;
    text-decoration: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

div#EquipmentLocations .HeaderPanelWrapper
{
	cursor: pointer; 
	vertical-align: middle;
	width: 100%; 
	padding: 0px; 
	margin-top: 1px;
}

div#EquipmentLocations .HeaderPanel
{
	cursor: pointer; 
	vertical-align: middle;
    color:#2A6BA3;
	background-color:#DFE4E8;
}