body{
  margin: 0;
  /*background-color: #FCFCF8;*/
}

.bodycontent
{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
 /* border: 1px solid yellow;*/
}
p{
  margin: 0px;
  padding: 0px;
}

textarea{
  overflow-y: scroll;
}



h1
{
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36pt;
  font-style: italic;

}
h2
{
  text-align: left;
  font-size: 28pt;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 10px;
}

h3
{
  text-align: center;
  margin: 5px;
  padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-style: bold;
  color: black;

}
h4
{
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size:small;
  color: #342F38;
}

th
{
  background-color: #483D8B;
  color: white;
  /*padding: 5px; */

}
td
{
  /*background-color: #F4F4E6;*/
  vertical-align: top;
}

td.unviewed
{
  background-color: #DBE5FF;
}

td.viewed
{
  background-color: #F5F8FF;
}

td.completed
{
  background-color: #D1FFDA;
}


td.msguserinfo
{
  /*background-color: #E0E7FF;*/
  border: 1px solid gray;
  border-radius: 4px;
  font-weight: bold;
}

td.firstcolumn{
  background-color: #F5F8FF;
}

.msgusertext
{
  /*background-color: #F5F7FF;*/
  border: 1px solid gray;
  border-radius: 4px;
  margin: 5px;

 /* border-bottom: 1px solid silver; */
  padding: 0px;
}

td.urgentviewed
{
  background-color: #FFE5E5;
}

td.urgentunviewed
{
  background-color: #FFBDBD;
}

.msgUserName
{
  font-weight: bold;
  font-size: large;
  background-color: #09057A;
  color: white;
  text-align: center;
  /*margin-left: -2px;
  margin-top: -2px;
  margin-right: -2px;*/

  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-bottom: 5px;
}

.msgPrivateUserName
{
  font-weight: bold;
  font-size: large;
  background-color: #7A4516;
  color: white;
  text-align: center;
  /*margin-left: -2px;
  margin-top: -2px;
  margin-right: -2px;*/

  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  margin-bottom: 5px;

}

.msgFooter
{
  background-color: #D9DEDE;
  /*font-size: medium;*/
  /*margin-left: -2px;
  margin-right: -2px;
  margin-bottom: -2px; */
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;

}

a{
  color: #2946C7;
  font-weight: bold;
  text-decoration: none;
}
a:hover{
  color: #B51215;
}
a.small
{
  font-weight: normal;
  font-size: medium;
}
a.smallconfirm
{
  font-weight: normal;
  font-size: medium;
}

a.filedownload
{
  font-weight: bold;
  font-size: smaller;
  color: #E91C1F;
}
a.filedownload:hover
{
  color: #D60000;
}

.startjob
{
  color: #009434;
  font-size: smaller;
  font-weight: bold;
}
.endjob
{
  background-color: #DB7500;
  color: #FFFFFF;
  font-size: smaller;
  font-weight: bold;
}

.startjob:hover
{
  color: #004719;
  font-weight: bold;
}
.endjob:hover
{
  color: #8B2C09;
  font-weight: bold;
}

.startnodeposit
{
  color: #A9A9A9;
  font-size: smaller;
  font-weight: bold;
}

.startnofiles
{
  color: #A9A9A9;
  font-weight: bold;
}

.startnodeposit:hover
{
  color: #6B6B6B;
  font-weight: bold;
}

.endnodeposit
{
  color: #6C6C6C;
  font-size: smaller;
  font-weight: bold;
}

.endnodeposit:hover
{
  color: #404040;
  font-weight: bold;
}

.havefiles{
  color: #F1F9F2;
  background-color: #13AA27;
  padding-left: 2px;
  padding-right: 2px;
  font-size: smaller;
  font-weight: bold;
}

.havefiles:hover{
  color: #0E2010;
  font-weight: bold;
}

.startproduction{
  color: #F5F8FF;
  background-color: #C930D9;
  padding-left: 2px;
  padding-right: 2px;
  font-size: smaller;
  font-weight: bold;
}

.startproduction:hover{
  color: #F4D6FF;
  font-weight: bold;
}

.endproduction{
  color: #E8EFFD;
  background-color: #5347D7;
  padding-left: 2px;
  padding-right: 2px;
  font-size: smaller;
  font-weight: bold;
}

.endproduction:hover{
  color: #D1D3E0;
  font-weight: bold;
}

.latejob{
  color: white;
  background-color: #CC0000;
  padding-left: 2px;
  padding-right: 2px;
  font-size: smaller;
  font-weight: bold;
}

.latejobpercent{
  color: white;
  background-color: #CC0000;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
}

.unfinishedpercent{
  color: #545454;
  background-color: #E3E3E3;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
}

.latejob:hover{
  color: #FFF5F5;
  background-color: #AD0000;
}

a.urgent{
  font-size: smaller;
  color: #EB211A;
}

a.selected{
  color: #EB211A;
  font-weight: bold;
}

a.urgent:hover{
  color: #B21510;
}

a.editEvent{
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #1D5590;
}

a.LateEvent{
  font-family: Arial, Helvetica, sans-serif;
  color: #E91C1F;
  font-style: italic;
}
a.LateEvent:hover{
  color: #B21510;
}

tr
{
  vertical-align: top;
}

table.invTable{
  border-left:1px solid #999;
  margin-left: 0px;
  margin-right: 0px
}

th.invoice-head
{
  background:#AFBAEF;
  font-weight:bold;
  text-align:center;
  padding:3px;
  border-bottom:1px solid #999;
  border-top:1px solid #999;
  border-right:1px solid #999;
}

td.invCell{
  padding:1px;
  border-bottom:1px solid #999;
  border-right:1px solid #999;
  line-height: 1;
  background-color: white;
}

.fullwidth{
  width: 100%;
  height: 25px;
  border: 0;
  resize: none;
}

#discussion
{
  width: 600px;
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
}

.loginscreen
{
  width: 300px;
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #E4EFF9;*/
  background-color: #EEEEEE;
  text-align: left;
  border: 1px solid black;

}

.textbox
{
  width: 280px;
}

.errortext{
  font-weight: bold;
  color: #EB211A;
  margin: 0;
}

.leftside{
  position: absolute;
  top: 100px;
  left: 10px;
  width: 150px;
  padding: 8px;

  /*background-color: #F7F7F7;
  border: 1px solid black;
  border-radius: 10px; */
  margin: 20px 10px 10px 10px;

  }

.navbutton{
  text-decoration: none;
  color: black;
  font-size: 14pt;
  font-weight: bold;
  box-shadow: 0px  0px 3px #656565;
  /*font-family: "Arial, Helvetica, sans-serif";*/
  text-align: center;
  padding: 4px;
  margin: 6px;
  background-color: #E9ECFC;
  border-radius: 5px;
}

.smallbutton{
  text-decoration: none;
  color: black;
  font-size: 10pt;
  font-weight: bold;
  box-shadow: 0px  0px 3px #656565;
  /*font-family: "Arial, Helvetica, sans-serif";*/
  text-align: center;
  padding: 3px;
  margin: 4px;
  background-color: #E9ECFC;
  border-radius: 5px;
}

.smallbutton:hover{

  background-color: #CCD8FA;
  color: black;
}


.navhilite{
  text-decoration: none;
  color: black;
  font-size: 16pt;
  box-shadow: 0px  0px 7px #656565;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  padding: 4px;
  margin: 6px;
  background-color: #FCE6DA;

}

.navhilite:hover{
  color: black;
  background-color: #FAD2BD;
}


.navbuttonselected{
  text-decoration: none;
  color: black;
  font-size: 16pt;
  box-shadow: 0px  0px 5px #656565;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  padding: 3px;
  margin: 6px;
  background-color: #B3B5EA;
}

.navbutton:hover{

  background-color: #CCD8FA;
  color: black;
}

.userlink{
  text-decoration: none;
  text-align: center;
  color: black;
  font-size: 12pt;
  box-shadow: 0px 0px 3px #656565;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  padding: 2px;
  margin: 3px;
  /*width: 250px;*/
}

.userlinksel{
  text-decoration: none;
  text-align: center;
  color: black;
  font-size: 12pt;
  box-shadow: 0px 0px 3px #656565;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  padding: 2px;
  margin: 3px;
  background-color: #BEBEBE
}

.userlink:hover{
  background-color: #D2D2D2;

}

.removelink{
  color: red;
  font-weight: bold;
  font-size: smaller;

}
.removelink:hover{
  box-shadow: 1px 1px 3px 1px #F58F8A;
}

legend{
  font-weight: bold;
}

fieldset{
  margin: 8px;
  padding: 8px 20px 20px 8px;
  border: 1px solid black;
  /*background-color: #DCDCDC; */

}

.leftlistview{
  float: left;
  padding: 5px;
  margin: 4px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: medium;
  word-wrap: normal;
/*  background-color: #D0D0D0;*/
 /* border: 1px solid;*/
}

.focused
{
  font-size: 13pt;
  font-weight: bold;
	padding: 3px;
  color: white;
	/*margin: 2px 5px 0 0px;*/
  border-radius: 4px 4px 0 0;
	background: #5347D7;

}

.unfocused
{
  font-size: 13pt;
  font-weight: bold;
	padding: 0px;
	margin: 2px 5px 0 0px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
  border-radius: 4px 4px 0 0;
	background: #C2C2C2;

}

div.editarea{
  background-color: #D0D0D0;
  width: 80%;
  padding: 8px;
  border-top: 4px solid #B2B2B2;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  border-left: 1px solid #454545;
  margin-top: 0;
  float: right;
  /*margin-left: 180px;*/
  margin-right: 5px;
}

/********Calendar Styles***********/
table.calendar
{
  border-left:1px solid #999;
  margin-left: 0px;
  margin-right: 0px;
}
tr.calendar-row	{

}
/*td.calendar-day	{ min-height:180px; font-size:11px; position:relative; } * html div.calendar-day { height:280px; }*/
/*td.calendar-day:hover
{
  background:#F2F4F8;
} */

td.calendar-day-np
{
   background:#E0E0E0;
   padding:5px; border-bottom:1px solid #999; border-right:1px solid #999;
}
td.calendar-day-head
{
  /*background:#AFBAEF; */
  background:#583EEA;
  color: white;
  font-weight:bold;
  text-align:center;
  /*width: 14%; */
  padding:5px;
  border-bottom:1px solid #999;
  border-top:1px solid #999;
  border-right:1px solid #999;
}
div.day-number
{
  background:#7E7288;
  padding:5px;
  color:#fff;
  font-weight:bold;
  float:right;
  margin:-5px -5px 0 0;
  width:20px;
  text-align:center;
}
div.today
{
  background:#AD141C;
  padding:5px;
  color:#fff;
  font-weight:bold;
  font-size: larger;
  float:right;
  margin:-5px -5px 0 0;
  width:30px;
  text-align:center;
}

td.calendar-day
{
  padding:5px;
  border-bottom:1px solid #999;
  border-right:1px solid #999;
  line-height: 1;
}

td.calendar-drop
{
  background-color: #D1FFDA;
}

li.focused
{
  font-size: 14pt;
	padding: 0;
	float: left;
	margin: 0 5px 0 5px;
	display: inline;
  background-color: #09057A;
  color: white;

  border-radius: 4px 4px 0 0;
}

li.unfocused
{
  font-size: 14pt;
	padding: 0;
	float: left;
	margin: 0 5px 0 5px;
	display: inline;
  border-radius: 4px 4px 0 0;
	background: #949494;
}

#tabnav li:hover {
  border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background: #09057A;
}

#tabnav a {
	padding: 0 5px 0 5px;
	text-decoration: none;
  color: white;
  line-height: 1.5;
}

#tabnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
  color: #09057A;
  font-weight : bold;
	float: left;
	width: 100%;
	border-bottom: 4px solid #09057A;
}

#contact_types{
  float: left;
  padding: 3px;
  margin: 3px;
  width: 185px;
  min-width: 185px;
  border: 1px solid black;
  background-color: #FCFAF2;
  line-height: 1.5;
}

#install_items{
  float: left;
  padding: 3px;
  margin: 3px;
  width: 350px;
  min-width: 350px;
  border: 1px solid black;
  background-color: #FCFAF2;
  line-height: 1.5;
}

#install_report{
  padding: 3px;
  margin-left: 370px;
  margin-right: 10px;
  margin-top: 42px;
  min-width: 400px;
  border: 1px solid black;
  background-color: #FCFAF2;
  line-height: 1.5;
}

#contact_details
{
  padding: 3px;
  margin-left: 10px;
  float: left;
  width: 300px;
  border: 1px solid green;

  background-color: #E6E9FA;
}

#contact_projects
{
  padding: 3px;
  margin-left: 10px;
  float: left;
  width: 300px;
  border: 1px solid green;

  background-color: #E6E9FA;
}

#addcontact{
  float: left;
  border: 1px solid red;
  width: 250px;
}

#customWidget {
  position: relative;
  height: 36px;
}

div.roundbox{
  display: inline-block;
  vertical-align: top;
  border: 1px solid silver;
  border-radius: 5px; margin: 5px
}

ul.attachments{
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  border-bottom: none;
  text-align: left;
}

.attachments li{
  display: inline;
  margin-left: 5px;
  margin-bottom: 5px;
}

.attachments a.privateButton
{
  display: inline-block;
  border: 2px solid silver;
  padding: 5px 15px 5px 15px;
  /*background-color: #FFF3E7;*/
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  margin-bottom: 5px;

  background-image: linear-gradient(to bottom, white, #F5DCC6);
}

.attachments a{
  display: inline-block;
  border: 2px solid silver;
  padding: 5px 15px 5px 15px;
  /*background-color: #FFF3E7;*/
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  margin-bottom: 5px;

  background-image: linear-gradient(to bottom, white, #DCDCDC);
}

.attachments a:hover{
  border: 2px solid #8B4513;
}

a.linkbutton
{
  display: inline-block;
  border: 2px solid silver;
  padding: 5px 5px 5px 5px;
  /*background-color: #FFF3E7;*/
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  background-image: linear-gradient(to bottom, white, #DCDCDC);
}
a.linkbutton:hover{
  border: 2px solid #8B4513;
}

a.skinnybutton
{
  display: inline-block;
  font-size: smaller;
  border: 2px solid silver;
  padding: 3px 3px 3px 3px;
  /*background-color: #FFF3E7;*/
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  margin-bottom: 3px;
  margin-top: 3px;
  margin-left: 3px;
  background-image: linear-gradient(to bottom, white, #DCDCDC);
}
a.skinnybutton:hover{
  border: 2px solid #8B4513;
}


