
/* This is the CSS for the Mpathix engineering database. */

/* $Id: engdb.css,v 1.31 2004/10/25 13:04:17 dmagda Exp $ */

/* sometimes we want something on the screen but not on papaer */
@media print
{
  .noprint
  {
    display: none;
    margin: 0px 0px 0px 0px;
  }
  body
  {
    background: #fff;
  }
  a
  {
    text-decoration: none;
    color: #000;
  }
}

/* sometimes we want something on paper, but not on the screen */
@media screen
{
  .onlyprint
  {
    display: none;
  }
  .noprint
  {
    margin: 0px 0px 0px 0px;
  }
}

#page
{
  /*width: 1056px;*/
  width: 1112px;
  /* border: 1px solid blue; */
}

td.center
{
  text-align: right;
}

.sortable td
{
  vertical-align: middle;
}

.sortable th
{
  cursor: pointer;
}

.sortable th:hover
{
  text-decoration: underline;
}

.predef
{
  color: grey;
}

a:hover
{
  color: #ffbf00;
}

a:link
{
  color: #65038e;
}

a:hover
{
  color: #ffbf00;
}

div.selbox
{
  font-size: 10px;
  border: 1px solid gray;
}

.top_menu a {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 5px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  z-index: 50;
}

.top_menu a:hover, .top_menu a:active {
  background: #ffffff;
  color: #789797;
  border-top: 1px solid #789797;
  border-bottom: 1px solid #789797;
}

div.menu {
  border: 1px solid #000000;
}

a.menu {
  display: block;
  padding: 3px;
  color: #000000;
  background: white;
  text-decoration: none;
}

a.menu:hover, a.menu:active {
  background: #dde1e1;
  padding: 2px 3px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-decoration: none;
}

a.menu_over {
  display: block;
  background: #dde1e1;
  padding: 2px 3px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  color: #000000;
  text-decoration: none;
}



div.submenu {
  position: relative;
  white-space: nowrap;
  border: 1px solid gray;
  z-index: 100;
}

a.submenu:hover, a.submenu:active {
  padding: 3px;
  background: #dde1e1;
  z-index: 100;
  text-decoration: none;
  color: #000000;
}

a.submenu_over, a.submenu_over:hover, a.submenu_over:active {
  display: block;
  padding: 3px;
  background: #dde1e1;
  z-index: 100;
  text-decoration: none;
  color: #000000;
}

a.submenu {
  display: block;
  padding: 3px;
  background: white;
  z-index: 100;
  text-decoration: none;
  color: #454545;
}





body
{
  font: 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
  color: #333333;
  margin: 0px 0px 0px 0px;
}

/* DEBUGGING
div
{
    border: solid 1px #f00;
}
*/

textarea,
select,
input
{
  font: 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
}

div.navtable,
div.leftcontent,
div.centercontent
{
  margin: 0px 0px 0px 0px;
}

div.leftcontent
{
  margin-right: 2px;

}

div#leftcontent
{
  float: left;
  width: 144px;
	text-align: left;
	background: #ffffff;
	vertical-align: top;
}

#leftcontent ul
{
	list-style-image: url( "/images/dot.gif" );
	margin: 0;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}

div.leftdots
{
    background-repeat: repeat-y;
    background-position: left;
}

table
{
  font: 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
}

ul.yellow
{
  list-style-image: url("images/dot.gif");
  margin-top: 0px;
  margin-left: 22px;
}

ul.mpathixdot
{
  list-style-image: url("images/dot.gif");
  margin-top: 0px;
  list-style-type: none;
  margin-left: 10px;
}

head:first-child+body ul.mpathixdot
{
  margin-left: -20px;
}

head:first-child+body ul.yellow
{
  margin-left: -38px;
}

ul.normal
{
  list-style-image: none;
  list-style-type: none;
  margin-left: 10px;
}

head:first-child+body ul.normal
{
  margin-left: -30px;
}


/* three column layout without tables */
/* http://glish.com/css/7.asp */
/*
#leftcontent
{
    position: absolute;
    top: 100px;
    left:10px;
    width: 115px; /* ie5win fudge begins */
    /*
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 116px;
}

*/
#leftcontent a:link,
#leftcontent a:visited,
#leftcontent a:hover
{
  font: 10px Verdana, Geneva, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #333333;
}

#leftcontent a:hover
{
  color: #789797;
}

html>body #left
{
    width: 145px; /* ie5win fudge ends */
}

/*
body>#leftcontent
{
  margin-left: 18px;
}
*/

#centercontent div.h2
{
  width: 893px;
}

#centercontent
{
    float: left;
    border-left: 1px dotted #cbd7d7;

/*    border-left-width: 1px;
    border-left-style: dotted;
    border-left-style: none;
    border-left-color: #cbd7d7; */
    /*
    voice-family: "\"}\"";
    voice-family: inherit;
    */
 /*   margin-left: 146px;
    margin-bottom: 0px;
    /*margin-right:79px;*/
  padding: 0px 0px 10px 3px;
  width: 906px;
  min-height: 500px;
}

#centertext
{
    margin-left: 10px;
}

#rightcontent
{
    position: absolute;
    top: 100px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-left-color: #cbd7d7;
}

#footer
{
    clear: both;
    margin-top: 0px;
    font-size: 9px;
    width: 1053px;
    border-top: 1px dotted #cbd7d7;
    padding-top: 3px;
/*  Can't use this because IE is bad at CSS
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #cbd7d7; */
}

#footer a
{
    color: #333333;
    text-decoration: none;
}

#footer a:hover
{
    color: #789797;
    text-decoration: underline;
}
/* end three colum  code */

/* Doesn't work with IE/Win (but does with IE/Mac)
input[disabled], button[disabled],
textarea[disabled], select[disabled]
{
    background: #d0d0d0;
}
*/

a.mpathixlink
{
  text-decoration: none;
  font-weight: bold;
}

a.mpathixlink:hover
{

}

a.button
{
	display: table-cell;
	border: 1px solid #301437;
	background: #ffffff;/*url("/images/tabrightJ.gif") no-repeat left -3px;*/
	padding: 3px;
	text-decoration: none;
	float: right;
	margin-right: 20px;
}

a.button:hover, a.button_nofloat:hover
{
	text-decoration: underline;
	/*background-position: left -42px;*/
	background: #65038e;
	color: #ffbf00;
}


a.button_nofloat
{
	display: table-cell;
	border: 1px solid #301437;
	background: url("/images/tabrightJ.gif") no-repeat left -3px;
	padding: 3px;
	text-decoration: none;
}


div.ridge
{
  border-width: 1px;
  border-style: solid;
  width: 600px;
  border-color: #a0a0ff;
}

div.float
{
  float: left;
  border: 1px dashed;
}

div.float p
{
  text-align: center;
}

div.spacer
{
  clear: both;
}

div.whitebox
{
  background-color: #ffffff;
  width: 50%;
}

span.sans
{
  font-family: Helvetical, Arial, sans-serif;
/*  color: #c0c0c0; */
}

/* ********************************************************* */
/* CLASSes for lining up labels & fields in various displays */
/* ********************************************************* */

div.row
{
  clear: both;
  padding-top: 10px;
  width: 824px;
}

div.row div.label
{
/*  float: left; */
  width: 220px;
  text-align: left;
/*  color: #a4a4a4; */
  font-weight: bold;
}


div.row div.form
{
/*  float: right; */
  width: 600px;
  text-align: left;
  border: 1px solid #cccccc;
}

div.row span.label1
{
  color: #a4a4a4;
}

div.row span.form1
{
/*
  place holder only
*/
}

/* these are for new event / trouble ticket ******* */
div.newevent
{
 clear: both;
 padding-top: 10px;
 width: 80ex;
}

div.newevent span.label
{
  float: left;
  width: 20%;
  text-align: right;
}

div.newevent span.form
{
  float: right;
  width: 78%;
  text-align: left;
}


/* these are for RMAs ***************************** */
div.rma
{
 clear: both;
 padding-top: 10px;
 width: 100%;
}

div.rma span.label
{
  float: left;
  width: 21%;
  text-align: right;
}

div.rma span.form
{
  float: right;
  width: 78%;
  text-align: left;
}

table.search
{
  margin-left: -3px;
}

table.search th
{
  text-align: left;
  padding: 3px;
}

table.search td
{
  padding: 3px;
}

/* for the search page **************************** */
div.search
{
 clear: both;
 padding-top: 10px;
 width: 80ex;
}

div.search span.label
{
  float: left;
  width: 21%;
  text-align: right;
}

div.search span.form
{
  float: right;
  width: 77%;
  text-align: left;
}

/* for new technical bulletins ******************** */
div.ntb
{
 clear: both;
 padding-top: 10px;
 width: 80ex;
}

div.ntb span.label
{
  float: left;
  width: 21%;
  text-align: right;
}

div.ntb span.form
{
  float: right;
  width: 77%;
  text-align: left;
}


/* ********************************************************* */
/* CLASSes for allowing alternate colour rows in tables      */
/* ********************************************************* */

/* represents every even row of a HTML table */
.rows .e
{
   background-color: #e9e9e9;
}

.rows th
{
  background-color: #cccccc;
}

h1, h2, h3, h4, h5, h6
{
  font: 11px Verdana, Geneva, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

h1
{
  font-size: 20px;
  background: url("images/secondary_header_tile.gif") repeat-x bottom;
  margin-top: 0px;
  margin-left: -3px;
  padding: 5px 5px 10px 15px;
}

h2
{
  font-size: 14px;
  font-weight: bold;
  background: url("images/secondary_header_tile.gif") repeat-x bottom;
  margin-top: 0px;
  margin-left: -3px;
  padding: 5px 0px 10px 15px;
}

h3
{
  font-size: 12px;
  font-weight: bold;
  color: #789797;
}

h3.ticket, h3.underline
{
  border-bottom: 1px solid #789797;
}

h4, h5, h6
{
  color: #789797;
  width: 892px;
}

dt
{
  font-weight: bold;
}

#leftcontent ul.report, ul.report
{
  list-style-type: disc;
  list-style-image: none;
  margin-left: 0px;
  padding-top: 5px;
  padding-left: 15px;
}

.report_div
{
  float: left;
  margin: 3px;
}

.report_table
{
  font-size: 9px;
 /* width: 760px; */
 margin-bottom: 5px;
}

.report_table .title
{
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  border-bottom: 1px solid purple;
}

.report_table .head
{
  border-bottom: 1px solid purple;
  padding: 3px;
}

.report_table .dummy /*tr th*/
{
  border-bottom: 1px solid purple;
  padding: 3px;
}

div.help
{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	text-align: left;
	white-space: normal;
	width: 150px;
	border: 1px solid #000000;
	position: absolute;
	visibility: hidden;
	z-index: 200;
	background: #f0f0ff;
	color: #666666;
}

div.help_inner
{
	font-size: 10px;
	padding: 5px;
}

div.addProjectElement
{
	padding: 5px;
	margin: 0px;
	font-size: 10px;
	text-align: left;
	white-space: normal;
	border: 1px solid #000000;
	position: absolute;
	visibility: hidden;
	z-index: 200;
	background: #F8F8FF;
}

div.addProjectElementInner
{
	font-size: 10px;
	padding: 5px;
}

.top
{
  vertical-align: top;
}

.left
{
  text-align: left;
}

img.graph
{
  border-top: 1px solid purple;
  background: #789797;
}

div.tprefix
{
  display: block;
  float: left;
  width: 74px;
  color: black;
}


/* ********************************************************* */
/* CLASSes for the 'goto field' in various editing places    */
/* ********************************************************* */

/* XXX: the scrolling does not occur in IE (5.x or 6) */
.subnav
{
  padding: 5px;
  border: 1px dashed;
  background-color: #eee;
  font-size: xx-small;
  position: absolute;
  top: 10.5em; right: 10px;
  margin-top: 0;
}

.subnav[class]
{
  position: fixed;
}

.mpathixtable th
{
  min-width: 100px;
  background-color: #cccccc;
}

.mpathixtable td
{
  text-align: center;
  vertical-align: middle;
}


/******
 * This stylesheet is part of the Calendar Date Picker Script, downloaded from http://start.excudo.net
 *
 * See calendar_date_picker.js for license details
 *
 * Author: Martijn Korse
 * Website: http://devshed.excudo.net
 *
 * Date: 2006-09-07 07:53:21
 ***/
#calendar {
	width: 200px;
	font-family: ms sans serif, sans serif;
	font-size: 7pt;
	}

#calendarTable {
	border-style: outset;
	border-width: 2px;
	border-color: black;
	background-color: #EEE;
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	}
#calendarTable TD {
	text-align: center;
	font-size: 7pt;
	width: 19px;
	}
#calendarTableHead TR {
	background-color: white;
	}
#calendarTableDays TR {
	background-color: #C3D4E7;
	}
#selectMonth, #selectYear {
	font-family: ms sans serif, sans serif;
	font-size: 7pt;
	border-width: 0px;
	border-style: none;
	}

#calendarTable A {
	color: blue;
	text-decoration: none;
	font-size: 11pt;
	font-family: "courier new";
	}
#calendarTable A:hover {
	color: red;
	text-decoration: none;
	}
.normalDay {
	border: 1px dotted black;
	cursor: pointer;
	}
.hlDay {
	border: 1px dotted black;
	background-color: #FFF;
	color: red;
	cursor: pointer;
	}
.toDay {
	border: 1px solid #E70;
	background-color: #FD8;
	color: #E70;
	font-weight: bold;
	cursor: pointer;
	}
.choosenDay {
	border: 1px solid green;
	background-color: #A8FAA8;
	color: green;
	font-weight: bold;
	cursor: pointer;
	}
.excludedDay {
	border-color: #AAA;
	color: #AAA;
}
