/* ###### Global Reset ###### */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ###### Style ###### */

body {}
#canvas {
	margin: 10px auto;
	/*background-color: white;
	position: relative;*/
     /*left:470px;*/ 
     left:250px;
     top:135px; 
     overflow:auto;
     z-index:10;
}
#canvaswrapper {
    margin: 20px auto;
	background-color: white;
	position: absolute;
     /*left:470px;*/ 
     left:350px;
     top:250px; 
     z-index:9;
     overflow:auto; width:1060px; height:1000px
}
#canvaswrappershort {
    margin: -70px auto;
    background-color: white;
    position: absolute; /*left:470px;*/
    left: 350px;
    top: 250px;
    z-index: 9;
    overflow: auto;
    width: 1060px;
    height: 1000px;
}
div.tile {
	position: absolute;
}
form {
    padding: 20px;
    margin: 10px auto;
    width: 180px;
    
}
div.popup {
	height:200px;
	width:480px;
	margin-left:0px;
	background-color:aliceblue;
	border-radius:20px;	
	border-style:ridge;
	padding:10px;
	border-color:aliceblue;
	border-width:thin;
	z-index:30;
    overflow:hidden;
	text-wrap:normal;
    color:#383838;
}
    div.popup td {
    vertical-align: top;
    padding: .5em .4em .3em 0em;
}
div.popupform {
    float: left;
    /*margin-left: 10px;*/
    border-width: 1px;
    border-style: dotted;
    border-color: silver;
    font-family: Tahoma, Geneva, sans-serif;
    text-wrap: normal;
    color: black;
    overflow: visible;
}
#popupTitle  {  text-wrap:normal;
  }
.samplefont { color:navy !important;
              background-color: transparent;
}

 div.sample-block {
    border: thin solid silver;
    border-radius: 3px;
    float: left;
    margin-left: 25px;
    padding: 3px;
    overflow: hidden;
    z-index: 900;
    background-color: aliceblue;
    vertical-align: top;
     box-shadow: 5px 5px 25px dimgray !important;

}
div.bullseye {
    background-position: center center;
    background-image: url('images/bullseye.png');
    background-repeat: no-repeat;
    z-index:805;
}
.bordered {
    border: medium dashed lime;
}
.not-bordered { border:none;
}