@charset "UTF-8";
/* higgyb.com divs css*/


/* canvas tag *****************************/
div#canvas {
  width: 1020px;
	position: relative;
	left: 50%;
	margin-left: -505px;
	top: 0px;
}


/* content tag *****************************/
div#content {
  color: #000000;
	background-color: #FFFFFF;
	outline-color: #000000;
	outline-style: solid;
	outline-width: 1px;
  width: 960px;
	position: relative;
	left: 20px;
	padding: 10px;
}


/* display tags *****************************/
div#display {
  color: #000000;
	background-color: #FFFFFF;
  width: 960px;
	text-align: justify;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
div#display-main {
	width: 710px;
	float: left;
	text-align: justify;
}
div#display-main-column {
  width: 345px;
	float: left;
	text-align: justify;
}
div#display-main-host {
  width: 700px;
	padding: 5px;
	outline-style: solid;
	outline-width: 1px;
	outline-color: #CCCCCC;
}
div#display-main-left {
	width: 440px;
	float: left;
	text-align: justify;
}
div#display-main-right {
	width: 240px;
	height: 135px;
	background-color: #EEEEEE;
	float: left;
	text-align: justify;
}

div#display-side {
	width: 240px;
	float: left;
	text-align: justify;
}
div#display-side-header {
  width: 230px;
	height: 14px;
	outline-style: solid;
	outline-width: 1px;
	outline-color: #CCCCCC;
	background-color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
}
div#display-side-body {
  width: 230px;
	outline-style: solid;
	outline-width: 1px;
	outline-color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 10px;
}
div#display-side-dot {
	height: 16px;
	width: 17px;
	background-image: url(http://higgyb.com/assets/png/list_dot.png);
	background-repeat: no-repeat;
	float: left;
}
div#display-side-empty {
	height: 16px;
	width: 21px;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
}
div#display-side-label {
  height: 16px;
	width: 213px;
	float: left;
}


/* error display ****************************/
div#error-label {
	width: 90px;
	text-align: left;
	float: left;
}
div#error-value {
	width: 620px;
	text-align: left;
	float: left;
}


/* footer tag ******************************/
div#footer {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 980px;
	height: 30px;
	position: relative;
	left: 20px;
}


/* header tags *****************************/
div#header {
  width: 980px;
	height: 50px;
	color: #000000;
	position: relative;
	left: 20px;
	text-align: left;
}
div#header-logo {
  float: left;
	text-align: left;
	width: 830px;
	height: 50px;
}
div#header-icon {
  float: left;
	height: 28px;
	width: 30px;
	position: relative;
	top: 8px;
	text-align: right;
}


/* horizontal spacer tag *********************/
div#hspacer-10 {
	width: 10px;
	float: left;
	text-align: justify;
}
div#hspacer-20 {
	width: 20px;
	float: left;
	text-align: justify;
}

/* showcase tag ***************************/
div#showcase {
  color: #FFFFFF;
	background-color: #111111;
  width: 960px;
	height: 540px;
	overflow: hidden;
	padding: 0px;
}


/* vertical spacer tags *********************/
div#vspacer-5 {
  width: 100%;
  height: 5px;
	position: relative;
}
div#vspacer-10 {
  width: 100%;
  height: 10px;
	position: relative;
}
div#vspacer-20 {
  width: 100%;
  height: 20px;
	position: relative;
}