<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font: 12px/170% Verdana, sans-serif;
  color: #494949;
}
body.overflow-hide {
  overflow: hidden;
}
input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  height: 30px;
  line-height: 32px;
  /* 20120607 - Added */
  float:left;
  border-left: 5px solid #5F9910;
  padding-left: 5px;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

/*ul li.leaf a, */ul li.expanded a, ul li.collapsed a {
  display: block;
}
ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  /*margin: 1em 0;*/
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
  text-align: center;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}
th {
  text-align: center;
}
tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #ffb;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
	display: none;  /* remove this line if use this element */
/*
  min-height: 1em;
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
*/
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  background: #FDFFF5 url(images/body.png) repeat-x 50% 0;	/* #FFF */
}

#wrapper #container {
  margin: 0 auto;
  padding:0 5px; /* 20120607 - Added */
  /*padding: 0 20px;*/
  /*max-width: 1270px; */
}
/* 20120606 - Edited */
/*
#wrapper #container #header {
  height: 80px;
  position: relative;
}
*/

/*******/
/* 20120606 - Added */
#wrapper #container #header {
  height: 100px;
  position: relative;
}
/*******/
#wrapper #container #header #logo-floater {
  position: absolute;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  /*margin-top: 10px;*/ /* 20110606 - Edited */
  /*padding-top: 14px;
  padding-right: 20px;*/ /* LTR */
  float: left; /* LTR */
}

#header .bar-User-Profile {
  /*margin-top: 15px;*/ /* 20110606 - Edited */
  margin-top: 5px;
  position: absolute;
  right: 5px;
}
#header .bar-User-Profile a{
  /* color: #8fbc19; */ /* 20110606 - Edited */
  color: #FFF;
}

/* 20120606 - Edited */
/*
#top-menu , #top-menu &gt; div, #top-menu &gt; div &gt; div{
  min-height: 35px;
}
#top-menu {

  margin-bottom: 15px;
}

#top-menu &gt; div.block {
  background:url("images/side-top-menu.png") no-repeat left 0 transparent;  	
}
#top-menu &gt; div &gt; div {
  background: url("images/side-top-menu.png") no-repeat scroll right -44px transparent; 
  margin: 0;
}
#top-menu  ul li.leaf {
 background: url("images/divider-li.png") repeat-y scroll right 0px transparent;
 float: left;
 display: inline-block;
 padding: 5px 25px 0;
 margin: 0px;
 height: 33px;
}
#top-menu  ul li.leaf.first {
  padding-left: 0px;
}
*/
/*********************/
/* 20120606 - Added */
#top-menu , #top-menu &gt; div, #top-menu &gt; div &gt; div{
  min-height: 25px;
}
#top-menu {
	margin-bottom: 5px;
	/*background-color:#EFFFB0;*/
}
ul.block-menu-crdmainmenu {
  /*background:url("images/bg-top-menu.png") repeat-x left 0 #FFF; */ 
  margin: 0px 10px;
  padding: 0px;
  /*height: 42px;*/
}
#crdmainmenu {
	position: absolute;
	bottom: 0;
	left: 0;
}
#crdmainmenu  ul li.leaf {
	background: url("images/divider-li.png") repeat-y scroll right 0px transparent;
	float: left;
	display: inline;
	padding:8px 1px 0;
	/*padding: 5px 25px 0;*/
	margin: 0px;
	height: 10px;
}
#crdmainmenu ul li.noleaf{
	background:none;
	float:left;
	display:inline;
	padding:0 15px 0 15px;
	margin:0;
	height:25px;
	width:80px;
}
ul li.noleaf a{
	display:block;
}
ul.block-menu-crdsubmenu {
	padding: 0 5px 5px;
	margin:0;
	background: url(images/icon-arrow.png) no-repeat center left transparent;
}
ul.block-menu-crdsubmenu li{
	/*background: url("images/divider-li.png") repeat-y scroll right 0px transparent;*/
	/*height: 20px;
    width: 150px;*/
	height: 30px;
	padding:0;
	display: inline;
	margin:0;
	background:none;
}
a.link-sub-menu{
	padding:2px 10px 4px 35px;	/*0 0 4px 26px;*/
	margin-left:20px;
	color:#737373;
	font-weight:bold;
	text-decoration:none;
        border-radius: 15px;
}
a.link-sub-menu label{
	cursor:pointer;
}
a.link-roadinventory{
	background:url("images/icon-roadinventory.png") no-repeat 11px 3px /*2px -14px /*1px -16px*/ transparent;
}
a.link-roadinventory:hover, a.link-roadinventory.selected{
	background:url("images/icon-roadinventory.png") no-repeat 11px -14px #53463C;
	color:#FFF;
	/*border-bottom:3px solid #53463C;*/
}
a.link-bridge{
	background:url("images/icon-bridge.png") no-repeat 11px 3px /*1px -16px*/ transparent;
}
a.link-bridge:hover, a.link-bridge.selected{
	background:url("images/icon-bridge.png") no-repeat 11px -14px #D0355F /*#FF006C*/;
	color:#FFF;
	/*border-bottom:3px solid #FF006C;*/
}
a.link-history{
	background:url("images/icon-history.png") no-repeat 11px 3px /*1px -16px*/ transparent;
}
a.link-history:hover, a.link-history.selected{
	background:url("images/icon-history.png") no-repeat 11px -14px #FF7800;
	color:#FFF;
	/*border-bottom:3px solid #FF7800;*/
}
a.link-strategy{
	background:url("images/icon-strategy.png") no-repeat 11px 3px /*1px -16px*/ transparent;
}
a.link-strategy:hover, a.link-strategy.selected{
	background:url("images/icon-strategy.png") no-repeat 11px -14px #005EA7;
	color:#FFF;
	/*border-bottom:3px solid #005EA7;*/
}
a.link-approve{
	background:url("images/icon-approve.png") no-repeat 11px 3px /*1px -16px*/ transparent;
}
a.link-approve:hover, a.link-approve.selected{
	background:url("images/icon-approve.png") no-repeat 11px -14px #4C7400;
	color:#FFF;
	/*border-bottom:3px solid #4C7400;*/
}
a.link-register{
	background:url("images/icon-register.png") no-repeat 11px 3px /*1px -16px*/ transparent;
}
a.link-register:hover, a.link-register.selected{
	background:url("images/icon-register.png") no-repeat 11px -14px #984200;
	color:#FFF;
	/*border-bottom:3px solid #984200;*/
}
a.link-bridge_approve{
	background:url("images/icon-approve.png") no-repeat 11px 3px /*1px -16px*/ transparent;
}
a.link-bridge_approve:hover, a.link-bridge_approve.selected{
	background:url("images/icon-approve.png") no-repeat 11px -14px #006666;
	color:#FFF;
	/*border-bottom:3px solid #FF006C;*/
}
a.link-index{
	background:url("images/icon-history.png") no-repeat 11px 3px /*1px -16px*/ transparent;
}
a.link-index:hover, a.link-index.selected{
	background:url("images/icon-history.png") no-repeat 11px -14px #C95E00;
	color:#FFF;
	/*border-bottom:3px solid #FF006C;*/
}
/*********************/
.link-main-menu {
    /*height: 30px;*/
    text-indent: -9999px;
    /*width: 80px;*/ /* 20110607 - Removed */
}
#crdmainmenu ul li.noleaf:hover, #crdmainmenu ul li.noleaf.selected{
	background:url("images/main-menu-hover.png") repeat-x left 0 transparent;
}
a.link-home {
  background:url("images/nav-home.png") no-repeat center center transparent;	
}
a.link-road {
  background:url("images/nav-road.png") no-repeat center center transparent;	
}
a.link-report {
  background:url("images/nav-report.png") no-repeat center center transparent;	
}
a.link-manage {
  background:url("images/nav-manage.png") no-repeat center center transparent;	
}
a.link-forum{
  background:url("images/nav-forum.png") no-repeat center center transparent;	
}
/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 60px 0 5em;
  width: 210px;
  float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}
/* 20120606 - Removed */
/*
.block .content {
  margin: 0.5em 0;
}
*/
#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  /*background: #fff url(images/bg-content.png) repeat-x 50% 0;*/
  position: relative;
  margin: 5px;
}

#wrapper #container #center .right-corner {
  /*background: transparent url(images/bg-content-right.png) no-repeat 100% 0; */
  position: relative;
  /*left: 10px;*/
}

#wrapper #container #center .right-corner .left-corner {
  /*padding: 0 5px 0 15px;
  background: transparent url(images/bg-content-left.png) no-repeat 0 0; 
  margin-left: -10px;
  left: -10px;*/
  position: relative;
  min-height: 400px;
}
/*#wrapper #container #center .right-corner .left-corner h2, */ /* 20120607 - Removed */
div.title-leaf{
  background: url("images/title-leaf.png") no-repeat scroll 0 center transparent;
  color: #4A4F41;
  padding-left: 15px;
  float: left;
  font-weight: bold;
  font-size: 16px;
  margin: 0 15px 5px 15px ;
}
/*#wrapper #container */#footer {	/* 20120621 - Edited */
  float: none;
  clear: both;
  text-align: center;
  /*margin: 0;*/	/* 20120612 - Edited */
  margin: 10px 0 0;
  border-top: 1px dashed #CCCCCC;
  color: #898989;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}
.link_footer ul li.leaf {
	display: inline-block;
	zoom: 1;
	*display: inline;	/* for IE 7 and below */
}
.link_footer li.leaf {
  border-color: #BBBBBB;
  border-style: solid;
  border-width: 0 0 0 1px;
  color: #8D8D8D;
  padding-left: 5px;
  background-image: none;
  line-height: 10px;
}
.link_footer li.leaf.first { 
  border-left: none;
}
.link_footer a {
    color: #89B633;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 /*-26px*/ 1em;	/* 20120621 - Edited */
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
/*h2.with-tabs {
  float: left;  //LTR 
  margin: 0 2em 0 0;  //LTR 
  padding: 0;
}*/

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes &amp; comments
 */
.node {
  border-bottom: 1px solid #e9eff3;
  margin: 0 -26px 1.5em;
  padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset &gt; .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}


/**
* CRD
*/
.hide {
  display: none;
}
/* 20120607 - Removed */
/*
.link-menu-add-road {
  display: inline-block;
  font-weight: bold;
  height: 25px;
  padding-left: 15px;
}
.link-menu-add-road &gt; a {
  background: url("images/divider-li.png") no-repeat scroll right 5px transparent;
  color: #77AB14;
  display: block;
  padding-right: 15px;
  padding-top: 4px;
}*/
#tool-filter-data {
  float: left;
  margin-left:10px;
}
.icon-road-detail, .icon-help-strategy , .icon-checked-strategy {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.icon-road-detail {
  background: url("images/icon_detail.png") no-repeat scroll 0px 0px transparent;
}
.icon-help-strategy {
  background: url("images/icon-help-16.png") no-repeat scroll 0 0 transparent;
  cursor: help;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.icon-checked-strategy {
  background: url("images/icon-check-16.png") no-repeat scroll 0 0 transparent;	
  cursor: auto;
}
.under-line {
  width: 100%;
  height: 1px;
  margin: 5px 0px;
}
.edit-panel  {
  padding-left: 10px;
}
table.cursor-pointer tbody tr {
  cursor: pointer;
}
.border-left {
  border-left: 1px solid #CCCCCC;
}
.bg-color-green{
  background-color: #77ab14;
}
.title-color-green  {
  color: #77ab14;
}
.main-content {
  width: 100%;
  padding-top: 10px;
  position: relative;
}
/*#search-tools, #highway-body, */#road-content-div {
  width: 790px; /* 20120607 - Edited */
  /*padding-top: 10px;*/ /* 20120607 - Removed */
}
.arrow-down {
  background: url("images/arrow-down.png") no-repeat scroll center 0px transparent;
}
.arrow-up {
  background: url("images/arrow-up.png") no-repeat scroll center 0px transparent;
}
a.link-toggle-advanced {
  background-position: right 9px;
  margin-left: 5px;
  width: 40px;
  height: 20px;
  color: #5A624B;
}
a.link-toggle-advanced.arrow-up {
  width: 35px;
}
.inline-block {
  display: inline-block;	
}

#mapbutton {
  position: absolute;
  right: 8px;
  /*top: 3.7em;*/	/* 20110612 - Edited */
  top: 8px;
  z-index: 11;
}
a#map-maximize {
  background: url("images/icon-resize-map.png") no-repeat scroll 0px -24px transparent;
  display: inline-block;
  height: 24px;
  width: 24px;
}
.maximize {
  background: url("images/icon-resize-map.png") no-repeat scroll 0px 0px transparent !important;
  display: inline-block;
  height: 24px;
  width: 24px;
}

.text-search {
  background: url("images/search.png") no-repeat scroll 6px 8px #FFFFFF;
  border: 1px solid #CCCCCC;
  height: 30px;
  line-height: 2em;
  margin-top: 0px;
  padding: 0 0 0 2.3em;
  width: 650px;
  border-radius: 3px 3px 3px 3px;
}


.button, #userloginform .form-submit, #userloginform button {
  -moz-user-select: none;
  /*background-color: #8EBC18;
  background-image: -moz-linear-gradient(center top , #8EBC18, #5B970F);*/
  background-color: #0090C9;
  background-image: linear-gradient(bottom, #00709C 9%, #0090C9 55%);
	background-image: -o-linear-gradient(bottom, #00709C 9%, #0090C9 55%);
	background-image: -moz-linear-gradient(bottom, #00709C 9%, #0090C9 55%);
	background-image: -webkit-linear-gradient(bottom, #00709C 9%, #0090C9 55%);
	background-image: -ms-linear-gradient(bottom, #00709C 9%, #0090C9 55%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.09, #00709C),
		color-stop(0.55, #0090C9)
	);
  border: 1px solid #006F9C;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  /*height: 30px;
  line-height: 29px;*/
  height: 25px;
  line-height: 20px;
  margin: 3px;
  min-width: 45px;
  text-align: center;
  text-decoration: none !important;
  padding:2px 4px;
}
.button:hover, #userloginform .form-submit:hover, #userloginform button:hover {
	background-color: #006F9C;
	background-image: linear-gradient(bottom, #0090C9 9%, #00709C 55%);
	background-image: -o-linear-gradient(bottom, #0090C9 9%, #00709C 55%);
	background-image: -moz-linear-gradient(bottom, #0090C9 9%, #00709C 55%);
	background-image: -webkit-linear-gradient(bottom, #0090C9 9%, #00709C 55%);
	background-image: -ms-linear-gradient(bottom, #0090C9 9%, #00709C 55%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.09, #0090C9),
		color-stop(0.55, #00709C)
	);
}

.button-red {
  background-color: #FC9C9C;
	background-image: linear-gradient(bottom, #F46464 35%, #FC9C9C 68%);
	background-image: -o-linear-gradient(bottom, #F46464 35%, #FC9C9C 68%);
	background-image: -moz-linear-gradient(bottom, #F46464 35%, #FC9C9C 68%);
	background-image: -webkit-linear-gradient(bottom, #F46464 35%, #FC9C9C 68%);
	background-image: -ms-linear-gradient(bottom, #F46464 35%, #FC9C9C 68%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.35, #F46464),
		color-stop(0.68, #FC9C9C)
	);
  border: 1px solid #932323;
}
.button-red:hover {
  background-color: #FC9C9C;
	background-image: linear-gradient(top, #F46464 35%, #FC9C9C 68%);
	background-image: -o-linear-gradient(top, #F46464 35%, #FC9C9C 68%);
	background-image: -moz-linear-gradient(top, #F46464 35%, #FC9C9C 68%);
	background-image: -webkit-linear-gradient(top, #F46464 35%, #FC9C9C 68%);
	background-image: -ms-linear-gradient(top, #F46464 35%, #FC9C9C 68%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left top,
		color-stop(0.35, #F46464),
		color-stop(0.68, #FC9C9C)
	);
  border: 1px solid #932323;
}
img.img-thumbnail {
  width: 115px;
}
.filter-tools-dropdown {
  padding: 10px 25px;
}
/*.filter-tools-dropdown span, #filter-bridge span {
  display: inline-block; 
  margin: 0;
  padding: 5px;
}*/

#top-highway-body {
  padding: 5px 0 0;
  height: 30px;
  text-align: center;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
table tr th {
  background-color: #77AB14;
  border: medium none;
  color: #FFFFFF;
  font-weight: normal;
}
.tr-highway-odd {
  background-color: #F9FBF4;
}
.tr-highway-even {
  background-color: #E9E9E9;
}
.row-action {
  width: 26px;
  height: 22px;
  background: url("images/arrow-action.png") no-repeat scroll center 2px transparent;
  cursor: pointer;
  position: relative;
  line-height: 25px;
}
.row-action.hover {
  background-position: center -22px;
  height: 22px;
}
.hover ul.list-edited  {
  display: block;
}
ul.list-edited {
  background-color: #E9FFE5;
  border: 1px solid #548900;
  position: absolute;
  right: 26px; /*0;*/
  top: -6px; /*16px;*/
  z-index: 10;
}
.list-edited li{
  background: none repeat scroll 0 0 transparent;
  margin: 0;
  padding: 0 10px;
  width: 110px;
}
.list-edited li:hover {
  background-color: #548900;
  color: #FFFFFF;
}
table.table-noborder, table.table-noborder tbody{ border: none;}
/*table.table-border tr th, table.static-table-header tr th {border: 1px solid #548900;}*/
table.table-border tr td {border: 1px solid #D3D3D3;}
table.table-clear-padding {padding: 0px;}
table.table-clear-margin {margin: 0px;}

ul.filter-condition-tools {
  display: inline-block;
  vertical-align: middle;
  margin-bottom:5px;
}
ul.filter-condition-tools li.leaf {
  background: none repeat scroll 0 0 transparent;
  border-left: 1px dotted #444444;
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
  *display: inline;
}
ul.filter-condition-tools li.leaf.first{ 
  border-left: none;
}
ul.filter-condition-tools li.leaf.active{
  color: #77AB14;
  font-weight: bold;
}
div.images-damage{
  border: 1px solid #DDDDDD;
  padding: 15px;
  text-align: center;
  width: 140px;
  float: left;
}
/** road detail **/
.title-road {
  /*margin-left: 20px;*/ /* 20120608 - Edited */
  margin-left: 7px;
  font-weight:bold;
}
.div-color {
  width: 10px;
  height: 10px;
}
.iTooltip{
  background-color: #FFFFCC;
  border: 1px solid #FFCC66;
  color: #000000;
  display: none;
  font-size: 12px;
  margin-left: 5px;
  margin-top: -7px;
  padding: 5px;
  position: absolute;
  /*width: 200px;*/
  z-index: 10;
}
table.logtable tr th{
	background-color:#C9C9C9;
	border-color:#D3D3D3;
	color:#000;
}
/* for home page */
.content-block .content{
	clear:both;
}

.content table{
	margin-top:10px;
}
.content table tbody{
	border-top-width:0;
}
label.summary-value{
	font-weight:bold;
}

.align-right{
	text-align:right;
}
.align-left{
	text-align:left;
}
.align-center{
	text-align:center;
}
.margin-top{
	margin-top:15px;
}
.margin-bottom{
	margin-bottom:15px;
}
.margin-left{
	margin-left:15px;
}
.margin-right{
	margin-right:15px;
}

.paddings{
	padding:10px;
}

td.paddings{
	background-color:#FAFAFA;
}
table.mix-content{
	margin:0;
}
table.mix-content tbody{
	border-top-width:0;
}

table.mix-content tr td{
	vertical-align:top;
	border:1px dashed #B4D7F0;
}

table.no-border tr td{
	border-width:0;
}

.title{
	font-weight:bold;
	font-size:18px;
	color:#77AB14;
}

.title-right{
	font-weight:bold;
	font-size:18px;
	color:#383838;
}

.content-right{
	margin-left:10px;
}

.content-right .content-block{
	padding:10px;
	background-color:#E6F4FF;
}

table.table-noborder td{
	vertical-align:top;
	border:medium none;
}

/* Flot graph */
.flotLegend{
	width:auto;
}
.flotLegend td.legendColorBox,.flotLegend td.legendLabel{
	border:1px solid #FFF;
}

/* report */ 
.option{
				float:right; 
				margin:0 0 0 1em;
			}
			.xls{
				background: url("images/xls_icon.png") no-repeat scroll center center transparent;
				display:inline-block;
				height:16px;
				width:16px;
			}
			.pdf{
				background: url("images/pdf_icon.png") no-repeat scroll center center transparent;
				display:inline-block;
				height:16px;
				width:16px;
			}
			.htm{
				background: url("images/html_icon.png") no-repeat scroll center center transparent;
				display:inline-block;
				height:16px;
				width:16px;
			}
			.csv{
				background: url("images/csv_icon.png") no-repeat scroll center center transparent;
				display:inline-block;
				height:16px;
				width:16px;
			}
/* system */
table.system-menu td{
	cursor:pointer;
	border-left-color:#FFF;
	border-right-color:#FFF;
	border-top-color:#E0E0E0;
	border-bottom-color:#E0E0E0;
}
table.system-menu td:hover{
	background-color:#D7F0A8;
}
table.system-menu td.selected{
	background-color:#77AB14;
	color:#FFFFFF;
}
th.nostyle{
	border:medium none;
	background-color:transparent;
	color:#000;
	font-weight:bold;
}

td.hasborder{
	/*border:1px solid #77AB14 !important;*/
}

table.table-border tbody tr:hover, td.hasborder:hover, table.table-has-rowaction tbody tr:hover, table.table-noborder li:hover, tr.hover, td.hover{
	background-color:#EFFFB0;
}

tr.invalid{
	background-color:#FADCDC;
}
tr.selected-row, td.selected-cell{
	background-color:#D3FF8C;
}

#userloginform {
    background-color: #FFFFFF;
    border: 1px solid #D2D2D2;
    color: #000000;
    display: block;
    font-size: 11px;
    margin-top: 10px;
    padding: 15px;
    position: absolute;
    right: 10px;
    text-align: center;
    z-index: 9999;
}

#userloginform-arrow {
    background: url("images/arrow-divlogin.png") no-repeat scroll 0 3px transparent;
    height: 20px;
    position: absolute;
    right: 10px;
    top: -20px;
    width: 24px;
}

.icon{
	height:23px;
	width:23px;
	cursor:pointer;
}

.icon-add{
	background: url("images/icon-add.png") no-repeat scroll left top transparent;
}

.icon-add:hover, .icon-add.selected{
	background: url("images/icon-add.png") no-repeat scroll left bottom transparent;
	color: #5F9910;
	font-weight: bold;
}

a.icon-with-desc{
	padding-left:20px;
	height:16px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	color: #77AB14;
	line-height: 13px;
	margin-top: 5px;
}

.page-title{
	margin: 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
}

.no-margin-top{
	margin-top:0;
}

.clear{
	clear:both;
}

a.no-hover:hover{
	color:#FFF;
}

#road-content-body-div{
	overflow-x: hidden;
	overflow-y: auto;
}

/*#inventory-header{
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}*/

div.imgbutton{
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.line-link{
	background: url('images/icon-link.png') no-repeat top left transparent;
}

.line-unlink{
	background: url('images/icon-unlink.png') no-repeat top left transparent;
}

td.middle{
	text-align:center;
	vertical-align:middle;
}

td.noborder-title{
	font-weight:bold;
	width:90px;    /*width:150px;*/
  text-align: right;
}
td.noborder-title.odd{
	background-color:#E9FFC7;
}

td.noborder-title.even{
	width:150px;
	background-color:#D2FF8F;
}

#kmDiv{
	padding: 5px 0 0 5px;
}

.loading-large{
	background: url('images/ajax-loader-large.gif') no-repeat top left transparent;
	width:50px;
	height:50px;
	margin:10px auto;
}

.datepicker{
	cursor: pointer;
}

.ui-datepicker th{
	background: none;
	color: #494949;
}

.ui-datepicker-calendar tbody{
	border-top: 0 none;
}

#title-additional-left{
	float: left;
	margin-left: 10px;
}

#title-additional-right{
	float: right;
}

div.strategy-info-detail{
	margin: 5px 15px;
}

span.required{
	color:#FF0000;
}

.ui-state-error{
	clear: both;
	padding-left:5px;
	display: none;
	margin: 5px 0;
}

.title-block{
	border-bottom:1px dashed #CCCCCC;
}

.static-table-header{
	position: fixed;
}

span.search-highlight{
	background-color: #FFFF00;
}

iframe{
	border: 0 none;
	height: 100%;
	width: 100%;
}

.legend-icon{
	height:10px;
	width:10px;
	display:inline-block;
	margin:0 5px;
}

.legend-title{
	font-size:13px;
	font-weight: bold;
	text-align:center;
	margin: 0 0 5px 0;
	padding: 0;
	color: #FFF;
	background-color: #88B717;
}

#rsi_legend{
	width: 130px;
}

form input, form select, form textarea{
	margin:5px;
}
.input-short-width{
	width:100px;
}
.input-normal-width{
	width:150px;
}
.input-normal-width-percent{
	width:85%;
}
.input-long-width{
	width:200px;
}
.input-full-width{
	width:95%;
}
.input-km, .input-lane{
	width:30px;
}
.input-m{
	width:50px;
}

td.form-title{
	vertical-align:top;
	font-weight:bold;
}

table.info-table td,table.info-table th{
	padding: 7px 0;
}
table tbody{
	border-top-width:0;
}

table#roadInfoTable .form-title{
	width:130px;
}

.has-padding {
	padding:10px;
	line-height:2em;
}

.newrow{
	background: #D1FFB3;
}

#counter {
    bottom: -3px;
    position: absolute;
    right: 0;
	font: 11px Tahoma;
}

.block-counter ul{
	list-style-type: none;
}

.block-counter ul li {
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    padding: 2px 5px;
}

.block-block{
	margin-top:5px;
}

#crdTotal{
	background:url(images/counter_plate.png) no-repeat top left;
	height:70px;
	width:300px;
	position:absolute;
	top:23px;
	right:-5px;
}

#totalRoad{
	position:absolute;
	top:32px;
	left:19px;
	width:90px;
	text-align:center;
	font-size:1.7em;
	font-weight:bold;
	color: #FFD92E;
}

#totalKm{
	position:absolute;
	top:6px;
	left:175px;
	width:75px;
	color: #46BF00;
	text-align:right;
}

#totalRegistered{
	position:absolute;
	top:25px;
	left:175px;
	width:75px;
	color: #46BF00;
	text-align:right;
}

#totalBridge{
	position:absolute;
	top:43px;
	left:175px;
	width:75px;
	color: #46BF00;
	text-align:right;
}

.legend-wrapper{
	width:150px;
        bottom: 4px;
        position: absolute;
        right: 6px;
        /*text-align: center;*/
        z-index: 1;
        padding: 3px;
        margin-bottom: 14px;
        background: #ffffff; 
        border:1px solid;
}

input.disabled{
	background-color: #EBEBE4;
	border: 1px solid #7F9DB9;
}

.space-horizon{
	margin: 20px 0;
}

input.text, textarea.text{
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: 20px;
    line-height: 2em;
    margin-top: 0;
    padding: 0 0 0 1em;
}

select{
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 2px;
}

.pointer {
  cursor: pointer;
}

.icon-img {
  background: url('images/icon-img.png') no-repeat;
  width:20px;
  height:15px;
}

#bridge-form input[type="text"], #bridge-form select, #bridge-form textarea {
  width: 100%;
  margin: 5px 0;
}

#bridge-form td{
  width: 33%;
}
#info-geometry-tab td{
  width: 50px;
}
#info-slope-tab td{
  width: 50px;
}

#tablePavement td, #tableJoint td, #tableWalkway td, #tableBarrier td,#tableRoom td{
  width: auto;
  text-align: left;
}

#tableSpan td{
  width: 60px;
  text-align: center;
}
#tableApproach td, #tableSpanSupper td, #tableJointSupper td, #tablePierLower td, #tableCableLower td, #tableApproachLower td{
  width: 100%;
  text-align: left;
}
#tableBearingLower td{  /* เธเธณเธเธงเธเธเนเธญเธเธกเธฒเธเธเธงเนเธฒเธ•เธฒเธฃเธฒเธเธญเธทเนเธ */
  width: 60px;
  text-align: left;
}

#bridge-form td.noborder-title {
  color: #609b10;
}

#bridge-history-table td {
  width: 25%;
}
#bridge-other-table td {
  width: 25%;
}
.number, .numplus, .integer {
  text-align: right;
}

.center, td.center {
  text-align: center;
}

#section-wrapper input, #section-wrapper select, #pier-wrapper input, #pier-wrapper select {
  margin:0;
}

.bridge-section {
  padding: 10px;
  border: 1px dashed #a67920;
  background-color: #ffee9b;
}

.bridge-pier {
  padding: 10px;
  border: 1px dashed #a6a620;
  background-color: #ffff9b;
  
}

.col-upstream {
  background-color: #e4e666;
}
.col-downstream {
  background-color: #50b657;
}
.col-upstream-head {
  background-color: #7c7e05;
  color: #fff !important;
  font-weight: bold;
}
.col-downstream-head {
  background-color: #04630a;
  color: #fff !important;
  font-weight: bold;
}

.relative {
  position: relative;
}
.has_direction{
  display: none;
}
.label-corner {
  color: #609B10;
  font-size: 12px;
  font-weight: bold;
  left: 10px;
  position: absolute;
  top: 0;
}

.td-content {
  margin-left: 15px;
  padding-top: 20px;
}

#bridge-structure-section-table &gt; tbody &gt; tr &gt; td {
  width: 50%;
}

.bridge-section td button, .bridge-pier td button {
  width: 20px;
  min-width: 20px;
}

/*#section-wrapper .bridge-section td, #pier-wrapper .bridge-pier td {
  width: 25%;
}*/

#condition-content .update {
	float: right;
  margin: 2em 0 1em 0;
}
.disabled {
  pointer-events:none; 
  opacity:0.6;      
}
.info-button:hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);

}
button:disabled, button:disabled:hover {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  background-image: linear-gradient(bottom, #cccccc 9%, #cccccc 55%);
	background-image: -o-linear-gradient(bottom, #cccccc 9%, #cccccc 55%);
	background-image: -moz-linear-gradient(bottom, #cccccc 9%, #cccccc 55%);
	background-image: -webkit-linear-gradient(bottom, #cccccc 9%, #cccccc 55%);
	background-image: -ms-linear-gradient(bottom, #cccccc 9%, #cccccc 55%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.09, #cccccc),
		color-stop(0.55, #cccccc)
	);
}

.add-member{
   border:1px solid #007ABF;
   color:#007ABF;
   border-radius:3px;
   font-size:12px !important;
}
.add-member:hover {
  background-color: #CDEDFF;
}
</pre></body></html>