
#nav
{
left:0px;
top:0px;
right: 0px;
background-color: #f4f4f4;
}

body {
	position: relative;
}

#currentUser 
{ 
	position: absolute; 
	right:0;
	margin-top: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 0.8em;
}


.btn-toolbar {
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
}

.btn-group + .btn-group {
  margin-left: 0px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
}

hr {
margin: 0;
border: 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #ffffff;
}


input,
textarea,
.uneditable-input {
  width: 100%;
}

select {
  width: 100%;
}


.nav-list {
  padding-left: 30px;
  line-height:40px;
}

.nav-list > li > a {
  padding: 3px 15px 10px;
}


table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}


.panel 
{
	background-color: #f0f0f0;
	padding: 8px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

.white-panel 
{
	background-color: #ffffff;
	padding: 8px;
	border: 1px solid #cccccc;
	border-radius: 4px;
}


.input-table {
  width: 100%;
  margin-bottom: 20px;
}

.input-table th,
.input-table td {
  padding-right: 20px;
  line-height: 20px;
  text-align: left;
  vertical-align: center;
}


.input-table th {
  font-weight: bold;
}

.input-table thead th {
  vertical-align: bottom;
}

.input-table caption + thead tr:first-child th,
.input-table caption + thead tr:first-child td,
.input-table colgroup + thead tr:first-child th,
.input-table colgroup + thead tr:first-child td,
.input-table thead:first-child tr:first-child th,
.input-table thead:first-child tr:first-child td {
  border-top: 0;
}

.input-table .table {
  background-color: #ffffff;
}


.output-table {
  width: 100%;
  margin-bottom: 20px;
}

.output-table th{
  padding-right: 20px;
  line-height: 20px;
  text-align: left;
  font-weight: bold;
}


.output-table td {
  padding-right: 20px;
  line-height: 20px;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

.output-table thead th {
  vertical-align: bottom;
}

.output_table caption + thead tr:first-child th,
.output_table caption + thead tr:first-child td,
.output_table colgroup + thead tr:first-child th,
.output_table colgroup + thead tr:first-child td,
.output_table thead:first-child tr:first-child th,
.output_table thead:first-child tr:first-child td {
  border-top: 0;
}

.output_table .table {
  background-color: #DDffff;
}


.created-modified 
{ 
	text-align:center;
	width:100%;
	margin-top: 40px;
	font-weight: bold;
	font-size: 0.8em;
}


.popup-timestamp 
{ 
	position: absolute;
	font-weight: bold;
	font-size: 0.8em;
}


.title-selected 
{ 
	font-weight: bold;
	font-size: 1.2em;
}


.title-expanded 
{ 
	font-weight: bold;
}


ul.spacious-list > li,
ol.spacious-list > li
{
	padding-top:6px;
}


ul.condensed > li,
ol.condensed > li {
  padding-right: 2px;
  padding-left: 2px;
}

.session-plans
{
	margin: -1px 0 5px 0;
}


.accordion-inner {
padding: 0px 5px 0px 15px;
}


.input-vcenter {
margin-bottom: 5px;
margin-top: 5px;
}


.handle 
{ 
	cursor:move; 
}

a:hover {
cursor:pointer;
}



h6
{
	margin:0;
}

.nav-tabs > .selectable-active > a,
.nav-tabs > .selectable-active > a:hover {
  /*color: #555555; 
  cursor: default;
  background-color: #ffffff;*/
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}


.img-circle {
  width: 100%;
  height: 100%;
}


th.header
{
    cursor: pointer; 
	background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 	
}


th.headerSortUp { 
    background-image: url(../img/sort_desc.jpg); 
} 

th.headerSortDown { 
    background-image: url(../img/sort_asc.jpg); 
} 

.lesspadding td{
	padding:2px
}

button.disabled  
{
	opacity:.4;
}


div.constrained-header-size
{
	max-height:25px;
	overflow: hidden;
}

div.actlikelink {
  color: #0088cc;
  cursor:pointer;
  border-style:solid;
  border-color:#c0c0c0;
}


div.actlikelink:hover
{
  color: #005580;
  text-decoration: underline;
  border-color:#a0a0a0;
}
