﻿html, body
{
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE, #5e6367 #84A6CE */
	width: 100%;
	background-color: #5e6367 ;
	height: 100%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	font-size: 11px;

}
/*.x-border-box, .x-border-box * {
			box-sizing:content-box !important;
	-moz-box-sizing:content-box !important; 
	-webkit-box-sizing:content-box !important; 
}*/
#container
{
	min-height: 100%;
	position: relative;
	background: #369;
}
#body
{
	padding: 10px;
	padding-bottom: 60px; /* Height of the footer */
}
#fixed
{
	margin: 0 auto;
	width: 1024px; /* you can use px, em or % */
	text-align: left;
	padding-bottom: 60px; /* Height of the footer */
	padding-top: 5px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;

}
a
{
	color: black;
}
a:hover
{
	color: gray;
	text-decoration: none;
}
h1, h2, h3, h4
{
	margin: .5em 0 .1em 0;
	padding: 0;
}
h1
{
	font-size: 24px;
	font-weight: bold;
}
h2
{
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-size: 14px;
		color: #555;
	font-weight: bold;
}
h4
{
	font-size: 11px;
	font-weight: bolder;
}
.LargeText
{
	font-weight: bold;
	font-size: 16px;
}
.result
{
	font-weight: bold;
}
.medium
{
	font-size: small;
	font-weight: bold;
	padding-top: .8em;
	padding-bottom: .2em;
}
.small
{
	font-size: smaller;
	padding-top: .8em;
	padding-bottom: .2em;
}

.Heading1
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal ;
	bottom: 2px;
	padding-left: 5px;
	color: #424242;
	-webkit-text-shadow: 0px 2px 3px #ddd;
	-moz-text-shadow: 0px 2px 3px #ddd;
	text-shadow: 0px 2px 3px #ddd;
}
p
{
	margin: .4em 0 .8em 0;
	padding: 0;
}

.selectedimg
{
	-moz-box-shadow: 0px 0px 2px 2px #84A6CE;
	-webkit-box-shadow: 0px 0px 2px 2px #84A6CE;
	box-shadow: 0px 0px 2px 2px #84A6CE;
}
.hidden
{
	visibility: hidden;
	display: none;
}
#MainImage
{
	position: relative;
	height: 525px; 
	padding-left: 8px;
}
#MainImage #ErrorOver
{
	position: absolute;
	top: 200px;
	left: 115px;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	color: White;
	width: 300px;
	/*visibility: hidden;  	background-color:#FFFFE1; 	border: solid 1px #000000; */
	background-color: #282828;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
}
#mainimage .Overlay
{
	position: relative;
	top: 240px;
	width: 212px;
	margin: auto;
	padding: 15px;
	vertical-align: middle;
	text-align: center;
	color: White; /*visibility: hidden;  	background-color:#FFFFE1; 	border: solid 1px #000000; */
}
.center
{
	text-align: center;
}
/* Header styles */
#header
{
	clear: both;
	float: left;
	width: 100%;
}

/* 'widths' sub menu 
#layoutdims
{
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}*/
/* column container */
.colmask
{
	position: relative; /* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
	margin-top: 5px;
	font-size: 11px; /* 	background-color: #E0EAF3; 	 	background: -moz-linear-gradient(top,#E0EAF3, #84A6CE);  	background: -webkit-gradient(linear, left top, left bottom, from(#E0EAF3), to(#84A6CE)); 	background: linear-gradient(#E0EAF3, #84A6CE); 	-pie-background: linear-gradient(#E0EAF3, #84A6CE); 	behavior: url(js/pie/PIE.htc);*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/* common column settings */
.colright, .colmid, .colleft
{
	float: left;
	width: 100%; /* width of page */
	position: relative;
}
.col1, .col2, .col3
{
	float: left;
	position: relative;
	padding: 0em 0 .5em 0; /* no left and right padding on columns, we just make them narrower instead  					only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}
/* 3 Column settings */
.threecol
{
	/* right column background colour*/
	background-color: #f3f3f3; /* 	 	background: -moz-linear-gradient(top,#c6c6c6, #f3f3f3); 	background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#f3f3f3)); 	background: linear-gradient(#c6c6c6, #f3f3f3); 	-pie-background: linear-gradient(#E0EAF3, #84A6CE); 	behavior: url(js/pie/PIE.htc); */
	-moz-box-shadow: 0 0 5px #333333;
-webkit-box-shadow: 0 0 5px #333333;
box-shadow: 0 0  5px #333333;
background: rgb(246,246,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
}
.threecol .colmid
{
	right: 23%; /* width of the right column */ /* center column background colour */ /* background: url(../roadway/images/grey_Stripe.jpg);*/
	/*background-color: #fff;*/

}
.threecol .colleft
{
	right: 55%; /* width of the middle column */
	 background-color: #f3f3f3; /*left column background colour  	background-color: #fff;*/
	

background: rgb(246,246,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */

}
.threecol .col1
{
	width: 55%; /* width of center column content (column width minus padding on either side) */
	left: 100%; /* 100% plus left padding of center column */
	 box-shadow:inset 0 0 15px rgba(237,237,237,1);
}
.threecol .col2
{
	width: 20%; /* Width of left column content (column width minus padding on either side) */
	left: 24%; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		color: #555;
}
.threecol .col3
{
	width: 20%; /* Width of right column content (column width minus padding on either side) */
	left: 81%; /* Please make note of the brackets here: 					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
#row
{
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	height: 100%;
	overflow: hidden; /* This chops off any overhanging divs */ /* Left column background colour */
	font-size: 11px;
}
#rowstuff
{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
}
#rowstuff #Delete
{
	float: right;
	position: relative;
	right: 5px;
	top: 35px;
}
#mainimage
{
	padding-top: 25px;
}
/* Footer styles */
#footer
{
	clear: both;
	float: left;
	width: 100%;
	left: 10%;
}
#footer p
{
	padding: 5px;
	margin: 0;
	font-size: 10px;
	color: White;
}
.Settings
{
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}
.error
{
	text-align: center;
	color: Red;
	font-weight: bold;
	padding-top: 8px;
}
.popuppanel
{

	background: white;

			-moz-box-shadow: 0 0 5px #333333;
-webkit-box-shadow: 0 0 5px #333333;
box-shadow: 0 0  5px #333333;
border: solid 1px Gray;
}
.popuppanel p
{
	color:Gray;
	text-align: center;
}
.popuppanel img
{
	float: left;
	padding: 2px;
	cursor: pointer;
}
.Shade1
{
	background-color: #5a718c;
}
.Shade2
{
	background-color: #7290b2;
}
.Shade3
{
	background-color: #8bb0d9;
}
.Shade4
{
	background-color: #a4cdff;
}
.Shade1b
{
	background-color: #ffbe00;
}
.Shade2b
{
	background-color: #ffd10f;
}
.Shade3b
{
	background-color: #ffde20;
}
.Shade4b
{
	background-color: #ffec64;
}
/************ text box styles *********/
.InputBox
{
	border: solid 1px #D0D0D0;
	color: #555;
	text-align: right;
	padding-right: 3px;
		padding-top: 2px;
			padding-bottom: 2px;
				width: 50px;
	font-size: 11px;
	font-weight: bolder;
	width: 50px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.DrpBox
{
	width :100%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: left;
	font-size: 11px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

.Message
{
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}
#countdown
{
	width: 100%;
	text-align: center;
	color: Gray;
}
/************ update box *********/
#Update
{
	position: absolute;
	top: 300px;
	left: 50px;
	padding-left: 0px;
	vertical-align: bottom;
	width: 300px;
	height: 60px;
	visibility: hidden; /* 	background-color:#FFFFE1; 	border: solid 1px #000000; */
	background-color: #282828;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
	visibility: hidden;
}

.Error
{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color: White;
}

/************ MenuBar / ToolBar Stuffs *********/
.toolbar
{
background: rgb(246,246,246); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 2px;
	padding-right: 1px; /* Mozilla: */
	vertical-align: top;
	font-size: 11px;
	color: black;
	font-family: Verdana, Tahoma,Helvetica;
	overflow: hidden;
		-moz-box-shadow: 0 0 5px #333333;
-webkit-box-shadow: 0 0 5px #333333;
box-shadow: 0 0  5px #333333;
}


.barseperator
{
	float: left;
	padding: 1px 0px 1px 1px;
	border: 0px solid #8FA5C9;
	vertical-align: middle;
	background: #8FA5C9;
	margin: 1px 8px 1px 8px;
}
.button
{
	float: left;
	padding: 1px 8px 1px 8px;
	border: 1px solid transparent;
	text-align: center;
}
.button:visited
{
	float: left;
	border: 0px solid #f1c43f;
}
.button:hover
{
	border: 1px solid #f1c43f;
	cursor: pointer;
	background: #fdeeb3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button:active
{
	border: 1px solid #f1c43f;
	cursor: pointer;
	background: #f1c43f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button:focus
{
	border: 1px solid #53A7E9;
	cursor: pointer;
	background: #f1c43f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.divImg
{
	height: 100%;
	padding-right: 1px;
	float: left;
	display: block;
}
.divTxt
{
	height: 100%;
	display: block;
}

.Logo
{
	display: inline;
	float: right;
	padding: 12px 8px 1px 8px;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	padding:3px;
	background-color: #f3f3f3;
		font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;

}

.modalPopup ul
{
	padding-left: 20px;
}
.modalPopup li
{
	list-style-type: disc;
	padding-bottom: 5px;
}

.modalClose
{
	position: absolute;
	top: -15px;
	right: -15px;
}

.modalBody
{
	padding:8px;
	text-align: left;
	border-top: 1px solid gray;
	background-color: #fff;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}

.DeleteButton
{
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 5px 0px 5px;
	color: #000;
	width: 60px;
	height:15px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-topright: 5px;
	border-radius: 5px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
}
#ToolUpdateProgress
{
	width: 100%;
	height: 100%;
	color: white;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	bottom: 0px;
	left: 0px;
	position: fixed;
	background-color: #282828;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /*--IE 8 Transparency--*/
}
#ToolUpdateProgress img
{
	width: 36px;
	    display: block;
    margin-left: auto;
    margin-right: auto ;
    margin-top: 25%;
    	filter: alpha(opacity=100);
	opacity:1;
}