﻿
p{
  margin:0;
}
p + p{
  margin-top:10px;
}

.primDiv
{
	/*position: absolute;*/
	position: relative;
	left: 0px;
	right: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*min-width: 520px;
    max-width: 740px;*/
	margin-top: 6px;
}

.pagedefault
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.lableColumn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	white-space: nowrap;
	padding-right: 3px;
	width: 16%;
}

.lableBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	white-space: nowrap;
	padding-right: 3px;
}

.textColumn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	white-space: nowrap;
	padding-left: 3px /*width: 120px;*/;
	width: 17%;
}

.lableTime
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	white-space: nowrap;
	padding-right: 3px;
	width: 12%;
}

.textTime
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	white-space: nowrap;
	padding-left: 3px /*width: 120px;*/;
	width: 13%;
}

.textAreas
{
	width: 615px;
}

.href
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.navLog
{
	margin-left: auto;
	margin-right: auto;
	min-width: 520px;
	max-width: 740px;
	margin-top: 6px;
	font-family: Courier New, monospace;
	font-size: 12px;
	background-color: #eee;
	padding: 6px;
	box-shadow: 3px 3px 10px 3px #ccc;
	-moz-box-shadow: 3px 3px 10px 3px #ccc;
	-webkit-box-shadow: 3px 3px 10px 3px #ccc;
	/*border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
}

body
{
	margin: 0px;
	padding: 0px;
}

.pnlHeaderDiv
{
	color: #fff;
	/*font-weight: bold;*/
	background-color: #6699CC;
	height: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	/*border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;*/
}

.pnlShadow
{
	/*border: solid 1px #bbb;*/
	margin-top: 6px;
	box-shadow: 3px 3px 10px 3px #ccc;
	-moz-box-shadow: 3px 3px 10px 3px #ccc;
	-webkit-box-shadow: 3px 3px 10px 3px #ccc;
	/*border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
}

.pnlThinShadow
{
	/*border: solid 1px #bbb;
    -moz-box-shadow: 3px 3px 3px #ddd;
    -webkit-box-shadow: 3px 3px 3px #ddd;
    box-shadow: 3px 3px 3px #ddd;*/
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	box-shadow: 0px 0px 5px #aaa;
}

#nav-bar ul
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 411px;
	height: 31px;
}

	#nav-bar ul li
	{
		display: inline;
		line-height: 32px;
	}

		#nav-bar ul li a
		{
			display: inline;
			float: left;
			padding: 0 10px;
			color: #EDEDED;
			text-decoration: none;
			height: 32px;
			border-right: solid 1px #666666;
			background-color: #333333;
		}

			#nav-bar ul li a:hover
			{
				color: #eeeeee;
				background-color: #777777;
			}

		#nav-bar ul li#selected a
		{
			/* this changes color of the menu item of current page */
			color: #333333;
			background-color: White;
			border-right: solid 1px #ffffff;
		}

.AutoExtender
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: solid 1px #006699;
	background-color: White;
	list-style-type: none;
	cursor: pointer;
}

.AutoExtenderList
{
	list-style-type: none;
}

.AutoExtenderHighlight
{
	list-style-type: none;
}
/* This style will style all of "common buttons" */
input[type="button"], input[type="submit"], button
{
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	border: 0;
    margin: 3px;
	padding: 6px 15px;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
    -webkit-appearance:none
	/*margin-bottom: 12px;*/
}

.redButton
{
    background: #F2555D;
	color: #FFF;
}

.blueButton
{
	background: #6495ED;
	color: #FFF;
}

.greenButton
{
	background: #3CB371;
	color: #FFF;
}

.grayButton
{
	background: #CCC;
	color: #000;
}

.dutyTable
{
	font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
	font-size: small;
	text-align: left;
	margin: 0 auto;
	border-color: #B5C7DE;
	border-style: Solid;
	border-width: 1px; 
	border-collapse:collapse;
}

.dutyCells
{
	/*border-style: dotted;
	border-width: 0px;
	border-spacing: 0px;*/
	/*text-align: left;*/
	padding-left: 12px;
	padding-right: 12px;
}

 .dutyRowH
{
	/*border-style: dotted;
	border-width: 0px;
	border-spacing: 0px;*/
	/*text-align: left;
	padding-left: 12px;
	padding-right: 12px;*/
	color: white;
	background-color: darkblue;
}

.dutyRow0
{
	/*border-style: dotted;
	border-width: 0px;
	border-spacing: 0px;*/
	/*text-align: left;
	padding-left: 12px;
	padding-right: 12px;*/
	background-color: white;
}

.dutyRow1
{
	/*border-style: dotted;
	border-width: 0px;
	border-spacing: 0px;*/
	/*text-align: left;
	padding-left: 12px;
	padding-right: 12px;*/
	background-color: lightgrey;
}
