/* main styles */
body {
	margin:0;
	padding:0;
	background:#BBD9EE;
  	color:#000;
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
	}
form {
	margin:0;
	padding:0
	}
img {border:none;}
a {color:#060606;text-decoration: none}
a:hover {text-decoration: underline}
input {vertical-align:middle}
.floatleft {float:left !important}
.floatright {float:right !important}
.clear {clear:both !important}
.bold {font-weight:bold !important}
.normal {font-weight:normal !important}
.block {display:block !important}
input.text,
select,
textarea {
	font-family:arial,sans-serif;
	color:#333;
	font-size:12px;
	vertical-align:middle;
	}
input.text {
	padding:1px 0 0 4px;
	height:14px;
	font-weight:normal;
	}
/* main container */
#main {
	width:992px;
	margin:0 auto;
	}
/* header */
#header {
	position:relative;
	width:992px;
	height:46px;
//	background:url(../img/bg-header.gif) no-repeat left bottom;
	}
/* site logo */
a.logo {
	position:absolute;
	top:5px;
	left:20px;
	}
	
/* header tabs */
#top-navigation {
	position:absolute;
	top:0px;
	left:20px;
	margin:0;
	padding:0;
	list-style:none;
	}
#top-navigation li {
	float:left;
	margin:0 3px 0 0;
	height:34px;
	background:url(../img/tab.gif) repeat-x top;
	}
#top-navigation li a {
	float:left;
	display:block;
	height:20px;
	line-height:19px;
	color:#606060;
	padding:4px 0 0 0;
	}
#top-navigation li span {
	float:left;
	background:url(../img/tab-left.gif) no-repeat left top;
	}
#top-navigation li span span {
	background:url(../img/tab-right.gif) no-repeat right top;
	padding:13px 10px 0 10px;
	}
#top-navigation li.active {
	padding:0;
	height:38px;
	background:url(../img/tab-active.gif) repeat-x top;
	margin-right:2px;
	}
#top-navigation li.active span {
	background:url(../img/tab-active-left.gif) no-repeat left top;
	height:38px;
	}
#top-navigation li.active span span {
	background:url(../img/tab-active-right.gif) no-repeat right top;
	height:27px;
	padding:7px 10px 0 10px;
	line-height:19px;
	color:#606060;
	font-weight: bold;
	}
	
/* middle */
#middle {
	float:left;
	width:967px;
	padding:0 13px 0 12px;
	}
/* left column */
#left-column {
	float:left;
	padding:1px 14px 0 12px;
	width:151px;
	}
/* right column */
#right-column {
	float:right;
	padding:0 9px 0 0;
	width:133px;
	}
/* center column */
#center-column {
	float:left;
	width:614px;
	background:url(../img/bg-center-column-4.png) no-repeat left top;
	min-height:584px;
	padding:12px 16px 0 13px;
	opacity: 1.0;
	}	
#center-column-2 {
	float:left;
	width:747px;
	background:url(../img/bg-center-column-2.jpg) no-repeat left top;
	min-height:584px;
	padding:12px 16px 0 13px;
	}
* html #center-column {height:584px;}

/* footer */
#footer {
	float:left;
	width:100%;
	background:url(../img/bg-footer.gif) no-repeat;
	height:15px;
	}
	
/* left column styles */
#left-column a {color:#3E3E3E;}
#left-column h3 {
	font-size:11px;
	margin:0;
	color:#fff;
	background:url(../img/bg-left-header.gif) no-repeat left top;
	height:25px;
	line-height:23px;
	padding:0 0 0 9px;
	}
ul.nav {
	margin:0 0 11px 0;
	border-bottom:2px solid #FF9600;
	background:#ECEFE7;
	list-style:none;
	padding:0 2px;
	}
ul.nav li {
	cursor: pointer;
	padding:4px 4px 6px 5px;
	background:url(../img/bg-dotted.gif) repeat-x bottom;
	}
ul.nav a {
	padding:0 0 0 12px;
	background:url(../img/arrow.gif) no-repeat 0 4px;
	}
ul.nav a:hover {
	font-weight:bold;
	}
	
ul.nav a.active {
	font-weight:bold;
	}
	
#left-column ul li.active {font-weight:bold;}

ul.nav li.last {background:none;}

#left-column .link {
	display:block;
	width:142px;
	height:25px;
	background:url(../img/bg-left-link.gif);
	margin:0 0 4px 0;
	font-weight:bold;
	padding:0 0 0 9px;
	line-height:25px;
	color:#60635A;
	}
	
/* center column styles */
.top-bar {
	float:left;
	width:603px;
	padding:0 0 0 0px;
	margin:0 0 4px 0;
	}
/* text page header */
.top-bar h1 {
	font:20px/21px verdana,sans-serif;
	color:#43729F;
	margin:0 0 4px 0;
	}
/* orange button */
.top-bar a.button {
	float:right;
	display:block;
	width:75px;
	height:35px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:27px;
	background:url(../img/bg-orange-button.gif) no-repeat;
	}
	
/* bar with select */
.select-bar {
	clear:both;
	border-top:2px solid #f70;
	border-bottom:2px solid #f70;
	padding:5px 0 3px 0;
	margin:0 0 17px 0;
	}
.select-bar select {width:145px;margin:0 2px;}

/* table container */
div.table {
	float:left;
	position:relative;
	width:614px;
	margin:0 0 37px 0;
	}
table.listing {
	border-bottom:1px solid #9097A9;
	width:613px;
	padding:0;
	margin:0;
	border:1px solid #9097A9;
	}
table.listing th {
	border-top:0 !important;
	}
table.listing th.full {border-left:0;border-right:0 !important;text-align:left;text-transform:uppercase;}
div.table img.left {
	position:absolute;
	top:0;
	left:0;
	}
div.table img.right {
	position:absolute;
	top:0;
	right:1px;
	}
/* table styles */
table.listing td,
table.listing th {
	border:1px solid #fff;
	text-align:center;
	}	
table.listing th {
	background:#9097A9;
	color:#fff;
	padding:5px;
	}
table.listing td {
	background:#D8D8D8;
	color:#333;
	padding:3px 5px;
	white-space:normal;
	overflow:hidden;
	}
table.listing .bg td {
	background:#ECECEC;
	}
table.listing .white td {
	background:#fff;
	}	
table.listing .first {border-left:0px solid #9097A9;text-align:center;}
table.listing .last {border-right:0px solid #9097A9;}

table.listing th.first {background:#9097A9 url(../img/bg-th-left.gif) no-repeat left top;border-left:0;}
table.listing th.last {background:#9097A9 url(../img/bg-th-right.gif) no-repeat right top;border-right:0;}
table.listing th {white-space:nowrap;}

table.listing .style1 {font-weight:normal;color:#000000;}
table.listing .style2 {font-weight:normal;padding-left:16px;}
table.listing .style3 {padding-left:25px;}
table.listing .style4 {padding-left:35px;}
table.form .last {padding:1px 0 1px 5px;text-align:left;}
table.form th,
table.form td {padding-left:10px;}
table.form input.text {width:262px}

/* table select */
div.table .select {
	float:right;
	margin:2px 1px 0 0;
	/* width:176px; */
	height: 22px;
	padding: 2px;
	background:#9097A9;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	color:#fff;
	}
div.table .select strong {
	float:left;
	padding:5px 0 0 5px;
	}	
div.table .select select {
	float:left;
	width:64px;
	margin:2px 3px 0 0;
	text-align:right;

	}
	
/* table search */
div.table .search {
	float:left;
	margin:2px 0 0 1px;
	width:350px;
	height:25px;
	background:#9097A9 url(../img/bg-select-2.gif);
	color:#fff;
	}
div.table .search strong {
	float:left;
	padding:5px 0 0 5px;
	}	
div.table .search input {
	float:right;
	width:218px;
	height:15px;
	margin:2px 3px 0 0;
	text-align:left;	
	}
	
div.table .search button {
	float:right;
	width:60px;
	margin:4px 3px 0 0;
	}
	
/* table newunit */
div.table .newunit {
	float:left;
	margin:2px 0 0 1px;
	width:410px;
	height:25px;
	border: 0px solid red;
	color:#fff;
	}
div.table .newunit strong {
	float:left;
	padding:5px 0 0 5px;
	}	
div.table .newunit input {
	float:right;
	width:88px;
	height:15px;
	margin:2px 3px 0 0;
	text-align:left;	
	}
	
div.table .newunit button {
	float:right;
	width:60px;
	margin:4px 3px 0 0;
	}
	
/* right column header */
#right-column .h {
	float:left;
	background:#7E878A;
	border:1px solid #B8B8B8;
	border-bottom:0;
	padding:3px 10px;
	color:#fff;
	text-transform:uppercase;
	}
/* right column box */
#right-column .box {
	float:left;
	width:130px;
	padding:5px 0px 5px 0px;
	border:1px solid #B8B8B8;
	background:#EBEBEB;
	margin:0 0 15px 0;
	}
	
/* right column buttons */
.buttons {
	clear:both;
	text-align:center;
	padding:30px 0 15px 0;
	}
.buttons input {margin:0 0 6px 0;}

button::-moz-focus-inner { border: 0; }
button.shiny-blue {
  background-color: #759ae9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #759ae9), color-stop(50%, #376fe0), color-stop(50%, #1a5ad9), color-stop(100%, #2463de));
  background-image: -webkit-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -moz-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -ms-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: -o-linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  background-image: linear-gradient(top, #759ae9 0%, #376fe0 50%, #1a5ad9 50%, #2463de 100%);
  border-top: 1px solid #1f58cc;
  border-right: 1px solid #1b4db3;
  border-bottom: 1px solid #174299;
  border-left: 1px solid #1b4db3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  -moz-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
  color: #fff;
  font: bold 10px "helvetica neue", helvetica, arial, sans-serif;
  padding: 0px 5px 2px 5px;
  line-height: 10px;
  text-shadow: 0 -1px 1px #1a5ad9;
  cursor: pointer;
  height: 13px;  }
  button.shiny-blue:hover {
    background-color: #5d89e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d89e8), color-stop(50%, #2261e0), color-stop(50%, #044bd9), color-stop(100%, #0d53de));
    background-image: -webkit-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -moz-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -ms-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: -o-linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    background-image: linear-gradient(top, #5d89e8 0%, #2261e0 50%, #044bd9 50%, #0d53de 100%);
    cursor: pointer; }
  button.shiny-blue:active {
    border-top: 1px solid #1b4db3;
    border-right: 1px solid #174299;
    border-bottom: 1px solid #133780;
    border-left: 1px solid #174299;
    -webkit-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee; }	
	
button.shiny-green {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px 0 #96ca6d;
  -moz-box-shadow: inset 0 0 2px 0 #96ca6d;
  box-shadow: inset 0 0 2px 0 #96ca6d;
  color: #fff;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  padding: 0px 5px 0px 5px;
  text-shadow: 0 -1px 0 #4c9021;
  cursor: pointer;
  width: 150px; }
  button.shiny-green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    cursor: pointer; }
  button.shiny-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }
	
button.shiny-gold {
  background-color: #fbe810;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbe810), color-stop(100%, #fbf151));
  background-image: -webkit-linear-gradient(top, #fbe810, #fbf151);
  background-image: -moz-linear-gradient(top, #fbe810, #fbf151);
  background-image: -ms-linear-gradient(top, #fbe810, #fbf151);
  background-image: -o-linear-gradient(top, #fbe810, #fbf151);
  background-image: linear-gradient(top, #fbe810, #fbf151);
  border: 1px solid #fbf151;
  border-bottom: 1px solid #e1d405;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px 0 #e1d405;
  -moz-box-shadow: inset 0 0 2px 0 #e1d405;
  box-shadow: inset 0 0 2px 0 #e1d405;
  color: #333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  padding: 0px 5px 0px 5px;
  text-shadow: 0 -1px 0 #c9b10e;
  cursor: pointer;
  width: 150px; }
  button.shiny-gold:hover {
    background-color: #f3d611;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3d611), color-stop(100%, #dbc906));
    background-image: -webkit-linear-gradient(top, #f3d611, #dbc906);
    background-image: -moz-linear-gradient(top, #f3d611, #dbc906);
    background-image: -ms-linear-gradient(top, #f3d611, #dbc906);
    background-image: -o-linear-gradient(top, #f3d611, #dbc906);
    background-image: linear-gradient(top, #f3d611, #dbc906);
    cursor: pointer; }
  button.shiny-gold:active {
    border: 1px solid #bcad03;
    border-bottom: 1px solid #dbb003;
    -webkit-box-shadow: inset 0 0 8px 4px #caab02, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #caab02, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #caab02, 0 1px 0 0 #eeeeee; }
	
label {
text-align: right;
display: block;
float: left;
width: 160px;
margin-right: 1em;
margin-top: 4px;
}

div.matrix div {
clear: left;
width: 100%;
background-color: lightyellow;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #999999;
}

div.matrix > div > div  {
clear: none;
float: left;
width: 26%;
}

div.matrix > div > div ~ div  {
clear: none;
float: right;
width: 73%;
background-color: lightblue;
border-width: 0px 0px 1px 1px;
border-style: solid;
border-color: #999999;
padding-left: 4px;
}

/* ---------------------------- */ 

.calendar-box {
	display:none;
	background-color:#fff;
	border:1px solid #444;
	position:absolute;
	width:250px;
	padding: 0 5px;
}
.calendar-box select.calendar-month {
	width:90px;
}
.calendar-box select.calendar-year {
	width:70px;
}
.calendar-box .calendar-cancel {
	width:100%;
}
.calendar-box table td {
	width:14%;
}
.calendar-box .calendar-title {
	text-align:center;
}
.calendar-box a {
	text-decoration:none;
}
.calendar-box .today a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#ffe9c6;
} 
.calendar-box .selected a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#c9ff8b;
}

.select > button { 
float: left;
font-weight: bold;
}

.clickable {
	color: #0d53de !important;
	cursor: pointer;
	text-decoration: underline;
}

.clickable:hover {
	color: #447ae6;
}

.hidden { display: none !important; }

.btn-back {
	width: 50px !important;
	border-radius: 5px !important;
}