﻿body 
{
	background-color:#394555;
	font-family: arial,helvetica,sans-serif;
	color: #666666;
	text-align: left;
	font-size: 11px;
	margin:0px;
}

#contents
{
	width:100%;
	height:100%;
	border-style:solid;
	border-width:1px;
	padding:0px;
	margin:0px;
	display:block;
}

/*#printerMargins
{
	border:solid 1px black;
	display:none;
}

#printerMargins input
{
	width:30px;
}*/

div.row
{
    float:left;
    margin:5px;
}

div.row select
{
    width:120px;
}

/*div.rowTitle
{
    padding:5px;
    width:80px;
    float:left;
}*/

div.toolbar
{
	border-style:solid;
	border-width:0px;
	height:30px;
	width:100%;
	padding:0px;
	margin:0px;
	display:none;
	visibility:hidden;	
}

body.touch div.toolbar {
    height: 60px;
}

#toolbar #tools {
    background: #b9c6d6; /* Old browsers */
    background: -moz-linear-gradient(top,  #b9c6d6 0%, #b1bfd0 50%, #788ca6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9c6d6), color-stop(50%,#b1bfd0), color-stop(100%,#788ca6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b9c6d6 0%,#b1bfd0 50%,#788ca6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b9c6d6 0%,#b1bfd0 50%,#788ca6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b9c6d6 0%,#b1bfd0 50%,#788ca6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b9c6d6 0%,#b1bfd0 50%,#788ca6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c6d6', endColorstr='#788ca6',GradientType=0 ); /* IE6-9 */
    border: 1px solid;
    border-radius:4px;
    display: inline-block;
}

img.wlBtn
{
    padding: 4px;
	margin: 1px;
	cursor: pointer;
}

body.touch img.wlBtn {
    width: 42x;
    height: 42px;
}

img.wlBtn:hover, img.wlBtnDown:hover
{
	border:1px solid #FFB16C;
    background: #ffefc7; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffefc7 0%, #ffd67f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffefc7), color-stop(100%,#ffd67f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffefc7 0%,#ffd67f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffefc7 0%,#ffd67f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffefc7 0%,#ffd67f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffefc7 0%,#ffd67f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefc7', endColorstr='#ffd67f',GradientType=0 ); /* IE6-9 */

    padding: 2px;
	cursor:pointer;
}

img.wlBtnDown
{
    border:1px solid #A44802;
    background: #FEC768;
    padding: 2px;
	margin: 1px;
	cursor:pointer;
}

body.touch img.wlBtnDown {
    width: 45px;
    height: 45px;
}

img.wlBtn:hover
{
	border:1px solid #999999;
	padding:3px;
	cursor:pointer;
}

#navpanel
{

	float:left;
	width:24px;
	height:100%;
	border-right:1px solid #999999;
	padding:0px;
	margin:0px;
	overflow:hidden;
	display:none;
	visibility:hidden;
}

body.touch #navpanel {
    width: 54px;
}

#tabpanel  
{
    position:absolute;
	background-color:#394555;
	border-right:1px solid #999999;
    top:0px;
    left:25px;
	width:200px;
	height:100%;
	padding:0px;
	padding-right:8px;
	z-index:100;
	overflow:hidden;
	visibility:hidden;

}

body.touch #tabpanel {
    left: 50px;
}

#grabbar
{
    position:absolute;
	float:right;
	cursor:col-resize;
	height:98%;
	width:16px;
}

#statusbar
{
	border-style:solid;
	border-width:0px;
	margin-top:0px;
	height:24px;
	width:100%;
	background-color:#394555;
	float:left;
	display:none;
	visibility:hidden;
}

body.touch #statusbar {
    height: 48px;
    font-size: 22px;
    font-weight: bold;
}

#status
{
	font-family: arial,helvetica,sans-serif;
	color: #CCC;
	text-align: left;
	font-size: 11px;
	margin:3px;
}

body.touch #status {
    font-size: 22px;
    font-weight: bold;
}

#OLzoomoutline
{
    background:transparent;
    border:orange 2px dashed;
    position:absolute;
    z-index:99;
}

select
{
	font-size: 11px;
}

button
{
	height:24px;
	width:24px;
	padding:0px;
	margin:0px;
 
}

button.btntoolsContext
{
	height:20px;
	width:44px;
	padding:0px;
	margin:0px;
	font-size: 9px;
}

#tabBar
{
	position:relative;
	float:left;
	width:25px;
}

body.touch #tabBar {
    width: 60px;
}

#tPin
{
	position:relative;
    text-align: center;
    float: right;
	z-index:3;
    width: 21px;
    height: 18px;
    background: #bbcadc; /* Old browsers */
    background: -moz-linear-gradient(left,  #bbcadc 0%, #9eb3cb 39%, #b6c6d8 44%, #c8d4e1 49%, #dde3ea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bbcadc), color-stop(39%,#9eb3cb), color-stop(44%,#b6c6d8), color-stop(49%,#c8d4e1), color-stop(100%,#dde3ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #bbcadc 0%,#9eb3cb 39%,#b6c6d8 44%,#c8d4e1 49%,#dde3ea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #bbcadc 0%,#9eb3cb 39%,#b6c6d8 44%,#c8d4e1 49%,#dde3ea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #bbcadc 0%,#9eb3cb 39%,#b6c6d8 44%,#c8d4e1 49%,#dde3ea 100%); /* IE10+ */
    background: linear-gradient(to right,  #bbcadc 0%,#9eb3cb 39%,#b6c6d8 44%,#c8d4e1 49%,#dde3ea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbcadc', endColorstr='#dde3ea',GradientType=1 ); /* IE6-9 */
    border: 1px solid #000;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: 5px;
    cursor: pointer;
}

body.touch #tPin img {
    width: 42px;
    height: 36px;
}

body.touch #tPin {
    width: 42px;
    height: 36px;
}

#tPin:hover
{
    background: #ffefc7; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffefc7 0%, #ffd67f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffefc7), color-stop(100%,#ffd67f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffefc7 0%,#ffd67f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffefc7 0%,#ffd67f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffefc7 0%,#ffd67f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffefc7 0%,#ffd67f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefc7', endColorstr='#ffd67f',GradientType=0 ); /* IE6-9 */
}

.tTab
{
    background: #bbcadc; /* Old browsers */
    background: -moz-linear-gradient(left,  #bbcadc 0%, #9eb3cb 39%, #b6c6d8 44%, #c8d4e1 49%, #dde3ea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bbcadc), color-stop(39%,#9eb3cb), color-stop(44%,#b6c6d8), color-stop(49%,#c8d4e1), color-stop(100%,#dde3ea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #bbcadc 0%,#9eb3cb 39%,#b6c6d8 44%,#c8d4e1 49%,#dde3ea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #bbcadc 0%,#9eb3cb 39%,#b6c6d8 44%,#c8d4e1 49%,#dde3ea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #bbcadc 0%,#9eb3cb 39%,#b6c6d8 44%,#c8d4e1 49%,#dde3ea 100%); /* IE10+ */
    background: linear-gradient(to right,  #bbcadc 0%,#9eb3cb 39%,#b6c6d8 44%,#c8d4e1 49%,#dde3ea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbcadc', endColorstr='#dde3ea',GradientType=1 ); /* IE6-9 */
    float: right;
    font-size: 12px;
    color: #000;
    padding: 5px 0 12px 0;
    width: 18px;
    border: 1px solid #000;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: 2px;
    cursor: pointer;
}

body.touch .tTab {
    width: 36px;
    font-size: 24px;
}

.tTab:hover
{
    background: #fffffc; /* Old browsers */
    background: -moz-linear-gradient(left,  #fffffc 0%, #fff5d7 6%, #ffe9ae 41%, #ffdc7e 47%, #ffd563 53%, #ffde87 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fffffc), color-stop(6%,#fff5d7), color-stop(41%,#ffe9ae), color-stop(47%,#ffdc7e), color-stop(53%,#ffd563), color-stop(100%,#ffde87)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #fffffc 0%,#fff5d7 6%,#ffe9ae 41%,#ffdc7e 47%,#ffd563 53%,#ffde87 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #fffffc 0%,#fff5d7 6%,#ffe9ae 41%,#ffdc7e 47%,#ffd563 53%,#ffde87 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #fffffc 0%,#fff5d7 6%,#ffe9ae 41%,#ffdc7e 47%,#ffd563 53%,#ffde87 100%); /* IE10+ */
    background: linear-gradient(to right,  #fffffc 0%,#fff5d7 6%,#ffe9ae 41%,#ffdc7e 47%,#ffd563 53%,#ffde87 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffc', endColorstr='#ffde87',GradientType=1 ); /* IE6-9 */

}

.tText
{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#tFiles
{
    height: 18px;
}

body.touch #tFiles
{
    height: 36px;
}

#tViews
{
	height: 22px;
}

body.touch #tViews
{
    height: 44px;
}

#tLayers
{
	height: 28px;
}

body.touch #tLayers
{
    height: 56px;
}

#filestab
{
	
	border-style:solid;
	border-width:1px;
	margin-top:3px;
	margin-left:2px;
	margin-bottom:3px;
	height:100%;
	width:100%;
	padding:0px;
	visibility: hidden;
    display: none;
	overflow:hidden;
}

#viewstab
{
	background-color:#ffffff;	
	border-style:solid;
	border-width:1px;
	margin-top:3px;
	margin-left:2px;
	margin-bottom:3px;
	height:100%;
	width:100%;
	padding:0px;
	padding-top:5px;
	visibility: hidden;
    display: none;
	overflow:auto;
}

#layertab
{
	background-color:#ffffff;	
	border-style:solid;
	border-width:1px;
	margin-top:3px;
	margin-left:2px;
	margin-bottom:3px;
	height:100%;
	width:100%;
	padding:0px;
	padding-top:5px;
	visibility: hidden;
    display: none;
	overflow:auto;
}

#fileframe 
{
	height:100%;
	width:100%;
	overflow:hidden;
	
}

button.more
{
   width:44px;
}

#OverLookFrame
{
    	position:relative;
	overflow:hidden;

}

#OverLook
{
    	position:relative;
    	background:black;
    	top:0px;
    	left:0px;
	border-style:solid;
	border-width:1px;
	padding:0px;
	overflow:hidden;
}

#pin
{
	float:right;
	cursor:pointer;
}

#maindrawing
{
	float:left;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	z-index:1;
	visibility:hidden;
    border-bottom: 1px solid #000;
}

#weblook
{
	float:left;
    background-color:black;
	width:100%;
	height:100%;
	border-width:0px;
	margin-top:0px;
	margin-left:0px;
	overflow:hidden;
}

div.windowTools
{
    position:absolute;
	z-index:100;
	padding:3px;
	margin:3px;
	border:1px solid #999999;
}

body.touch div.windowTools img {
    width: 40px;
    height: 40px;
}

img.wtBtn
{
	padding:2px;
	cursor:pointer;
}
img.wtBtn:hover
{
	border:1px solid #999999;
	padding:1px;
	cursor:pointer;
}


#toolsContext
{
   	position:absolute;
	z-index:100;
	width:200px;
	padding:0px;
	margin:0px;
	border:4px solid #5491DA;
	background-color:#ffffff;
	overflow:hidden;
	visibility:hidden;
}

#toolsContextInner
{
	text-align:left;
	background-color:#ffffff;
	overflow:auto;
	
}

img.close
{
    cursor: pointer;
    margin: 3px;
    float: right;
    width:13px;
    height:13px;
}

div.titlebar
{
	background:#5491DA;
	height:24px;
	width:100%;
}

div.title
{
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	margin:3px;
	width:70%;
	float:left;
}


/*div.tipPrintUserSelection
{
    margin:5px;
    font-size:16px;
    background-color:lightyellow;

}*/