body{
	font-size: 12px;
	background-color:#fff;
	padding:0px;
	margin:0px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}
a {	color: #105CB6; outline: none; }
a:visited { color: #2E6AB1; }
a:hover, a:focus { color: #003; }
a:active { color: #000; }
#login th {
        font-size: 14px;
        font-weight: bold;
        background-color: #99abb5;
		background-image: url(/hub/templates/default/images/keys.gif);
		background-repeat: no-repeat;
		background-position: left;
}
#login table{
	border: 1px solid black;
}
.buttonText {
	border: 1px solid #000;
	padding: 1px;
	font-weight: bold;
	font-size: 80%;
}
.buttonText a {
	color: #000000;
	text-decoration: none;
}
td {
	color: #444444;
	font-size: 11px;
	padding: 5px;
}
table .data {

	}
.odd {
	background-color: #ffffff;
	}
.even {
	background-color: #f2f2f2;
	}
.header {
	background-color: #f2f2f2;
}
#content th {
	background-color: #EDEDED;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding-left: 5px;
	height: 25px;
}
#content tr:hover {
	background-color:#FFFFCC;
}
#content tfoot, #content tfoot tr:hover {
	background-color: #EDEDED;
}
.sortable:hover {
	background-color:#FFFFCC;
	cursor: move;
}
#content td {
	border-bottom: 1px solid #EDEDED;
	}

#container {
width:100%;
background-color:#fff;
color:#333;

line-height:130%;
margin:0px;
}

#top {
	color: #fff;
	min-height: 40px;
	position: relative;
}

#top h1 {
padding-left: 8px;

}

/** Report Header **/
#reportHeader {
	text-align: center;
}
#reportHeader h2 {
	font-size: 90%;
}
#reportHeader h3 {
	font-size: 80%;
}

/** main body section **/
#body {
/*margin-left: 225px;*/
/*margin-right: 225px;*/
}
/** body content **/
#content {
margin-left: 20px;
margin-right: 20px;
padding: 10px;
}

#content h2 {
margin:0 0 .5em;
}

#items, #paginate {
	text-align: right;
	display: block;
}

#addbutton {
	padding: 4px;
	text-align: left;
}

hr {
      color: #999;
      height: 1px;
	}

/** Breadcrumb **/

#breadcrumb {
	background: #FFF19A url(images/menu-back-current.gif) 0 100%;
	font-size:10px;
	height:20px;
	border-bottom:1px solid #999;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.alert {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #F8FFBC;
	margin-bottom: 5px;

}

.closed {
	padding: 10px;
	background-color: #edebd4;
	font-weight: bold;
	margin-bottom: 10px;
	}


/** Footer **/
#footer {
	font-size: 85%;
	color: #999;
	clear: both;
	background: #fff;
	padding: 0 0 40px 15px;
	border-top: 1px solid #999;
}

#footer a {
text-decoration:none;
}



/** right navigation **/
#rightnav {
float:right;
width:200px;
border-left:1px solid gray;
margin:0;
padding:1em;
}




/** left navigation **/
#leftnav {
float:left;
width:200px;
margin:0;
padding:1em;
}


/** left blocks **/
.leftblock {
	border: 1px dotted #EEE8DD;
	}
/*
.leftblock:hover {
	border: 1px solid #000000;
	background-color: #EEE8DD;
	}
*/
.leftblock legend {
	border: 1px solid #F4F1EA;
	background-color: #FFFFFF;
	}

/** Drop Down Menu **/
#mainMenu {
	width: 100%;
	background-color: #EFEBDE;
	}

/** Shade Tabs **/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border-top: 1px solid gray;
width: 98%;
margin-bottom: 1em; padding: 10px;
}

/** Autocomplete **/
    div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
    }

/** Date Chooser **/
.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #aaa;
    color: black;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}
.select-free {
	 position:absolute;
	 z-index:10;
	 cursor:pointer;
	 overflow:hidden;
	 width:33em;
}
.select-free iframe {
	 display:none;
	 display/**/:block;
	 position:absolute;
	 top:0;
	 left:0;
	 z-index:-1;
	 filter:mask();
	 width:3000px;
	 height:3000px
}

/* Tab Select */
.tabselector {
  width: 100%;
  border-bottom: 1px solid #D6E2FF;
  padding-left: 20px
}

.tab-unselected {
  display: inline;
  padding: 0 7px 0 7px;
  background: #f0f0f0;
  border: 1px solid #D6E2FF;
  border-bottom: 0;
  color: #c0c0c0;
}

.tab-selected {
  display: inline;
  padding: 0 7px 1px 7px;
  background: #ffffff;
  border: 1px solid #D6E2FF;
  border-bottom: 0;
  color: #A5CEFC;
}

.tab-unselected a {
  padding: 3px;
  color: #c0c0c0;
}

.tab-selected a {
  padding: 3px;
}

.panes {
  width: 100%;
  padding-left: 10px;
}

.pane-selected {
  list-style-type: none;
  display: block;
}

.pane-unselected {
  list-style-type: none;
  display: none;
}

input, textarea, select {
	border: 1px solid #000;
	}
#paginateBottom {
	text-align: right;
	}
a.info{

    color:#000;
    text-decoration:none
    }

a.info:hover{background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #000;
    background-color: #fff;
}

.widget {
	border: 1px solid #eee;
}
.widget legend {
	font-weight: bold;
	
}