/* remove default browser position, margins and padding */
* {
position: relative;
margin: 0;
padding: 0;
word-wrap: break-word;
}

/* -- Standard HTML Elements -- */
body {
    font: 75% Arial, Verdana;
    margin: 10px 10px 0px 10px;
}
input {
    font: 100% Arial, Verdana;
    width: 200px;
}
input.wide {
    width: 400px;
}
textarea {
    font: 100% Arial, Verdana;
    width: 250px;
	height: 40px;
}
textarea.wide {
    width: 400px;
    height: 80px;
}

p {
    padding: 10px;
}
p.dataItem {
    padding-top: 0; padding-bottom: 0;
    margin-top: 0; margin-bottom: 0;
    text-indent: 45px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: transparent;
    border-bottom: 1px solid;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
    border-bottom: none;
    font-weight: bold;
}

h3 {
    font-size: 125%;
    border-bottom: none;
    font-weight: bold;
}

h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

.underlined_heading {
	border-bottom: thin solid;
}

a {
    text-decoration: none;
    font-weight: normal;
}
a img {
    border: none;
    z-index: 1;
}
a:hover {
    text-decoration: underline;
}


/* -- Page Layout Blocks -- */

/* search panel */
#search {
    margin: 10px 10px 10px 0px;
    float: right;
    width: 26em;
}

.searchTextField{
	border: 1px solid;
	z-index: 1;
}
.searchTextField:focus {
	border: 2px solid;
}
.searchButton{
	height: 20px;
}

/* site banner */
#site_banner {
    margin: 10px 0px 10px 10px;
    min-height: 90px;
    background-repeat: no-repeat;
}

#site_banner span {
    position: absolute;
    top: 35px;
    left: 110px;
    right: 0px;
    border-bottom: thick solid;
}

/* menu bar and login/logout bar */
#toolbar_div {
    width: 100%;
    line-height: 1.6em;
    list-style: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
#toolbar_div li {
    display: inline;
}
#toolbar_div li a {
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
}
.float_right {
    float: right;
}
.no_image {
    background-image: none ! important;
}
.left_image {
	background: url('../images/menu_div2.png') no-repeat left;
}

/* buttons */
#buttonwrapper {
	display: block;
	clear: both;
	margin: 10px 10px 10px 10px;
}
#buttonwrapper a, #buttonwrapper_right a, button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    border: thin solid;
    cursor: pointer;
    font: 100% Arial, Verdana;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px 6px 7px; /* Links */
   	z-index: 1;
}
#buttonwrapper_right a, #buttonwrapper_right button {
	float: right;
}
button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
.remove_file_btn {
    width: auto;
    margin-right: 10px;
    border: none;
    text-indent: -1000em;
    background: no-repeat center top;
}
button[type] {
    padding:5px 10px 5px 7px; /* Firefox */
}
*:first-child+html button[type] {
    padding:4px 10px 3px 7px; /* IE7 */
}

/* title pane */
#title_pane {
    margin-left: 20px;
    padding-top: 20px;
}

/* content pane */
#content_pane {
	margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
    border: 1px solid;
  	min-width: 750px;
    min-height: 600px;
  	max-height: none;
  	overflow: auto;
}

/* auxiliary and main pane */
#aux {
	margin: 10px 0px 10px 10px;
    padding-top: 10px;
    padding-left: 10px;
    border: 1px solid;
    width: 15%;
    min-width: 130px;
    min-height: 300px;
    float: left;
}

#main {
	margin: 10px 0 0 20px;
    padding-top: 10px;
    padding-left: 10px;
    border: none;
    width: 75%;
    float: left;
    min-height: 600px;
  	max-height: none;
  	overflow: auto;
}

/* standard form field layout */
fieldset {
	margin: 1em 0 1em 0;
	border: none;
}
.fieldset_with_border {
	border: thin solid;
}
fieldset legend {   
	margin-left: 1em;   
	padding: 0 0.5em 0 0.5em;
	font-weight: bold;  
}
fieldset .dont_display {   
	display: none;   
}
fieldset ol, #hierarchy ol {
	padding: 1em 1em 0 1em;   
	list-style: none;  
}
fieldset li, #hierarchy li {   
	padding-bottom: 1em;  
	list-style: none;
}
fieldset li label {
	display: block;
}

/* hierarchy display */
.parent, .current, .child {
    width: auto;
    border: none;
    padding-right: 20px;
    text-indent: -1000em;
    background: no-repeat left top;
}
.bold {
    font-weight: bold;
}


/* form - radio button or check box group */
.radioGroup {
	margin: 0;
	border: none;       
}     
.radioGroup legend {       
	margin-left: 0;       
	font-weight: normal;   
}
.radioGroup ol {
	padding: 0;
}
.radioGroup li {
	padding: 0.5em 0 0 1em;
}
.radioGroup label {       
	display: inline;       
}

 /* login page */
#login {
	float: left;
}
#login label {
	display: inline;
	width: 5em;
	margin-right: 1em;
	float: left;
	text-align: left;
}
#login #rememberMe {
	display: inline;
	margin-right: 1em;
	float: left;
}
#login #rememberMeLabel {
	width:20em;
}

/* administration - create user page elements */
#admin_left_pane {
	float: left;
}

#admin_right_pane {
	float: left;
	padding-left: 50px;
}

/* administration - list users page */
#userFilter li{   
	padding: 0 0 1em 1em;  
	display: inline-block;
	min-width: 20em;
}
#userFilter #label{ 
	min-width: 5em;
}

/* tables */
table {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	empty-cells: show;
}

/* bordered table layout */
table.tableborder {
	border-left: thin solid;
	border-right: thin solid;
}
table.tableborder thead, table.tableborder tfoot {
	border-left-style: hidden;
	border-right-style: hidden;
}

/* sort-able table layout */
table.tablesorter thead tr th {
	border-bottom: thick solid;
	padding: 4px;
}
table.tablesorter tfoot tr td {
	border-top: thick solid;
	padding: 4px;
}
table.tablesorter thead tr .header {
    background: no-repeat center right;
    cursor: pointer;
}
table.tablesorter tbody tr td {
	padding: 4px;
	vertical-align: top;
	border-bottom: thin solid !important; 
}

table.tablesorter thead tr .headerSortUp {
	background-image: url('../images/bullet_arrow_up.png');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('../images/bullet_arrow_down.png');
}
table.tablesorter tfoot {    
    text-align: center; 
}
table.tablesorter tfoot .first {
	cursor: pointer;
}
table.tablesorter tfoot .first, 
table.tablesorter tfoot .prev, 
table.tablesorter tfoot .next, 
table.tablesorter tfoot .last {
	margin-right: 10px;
	cursor: pointer;
}
table.tablesorter tfoot .pagedisplay {
	padding: 0 5px 0 5px;
	text-align: center;
}

/* jquery auto-complete */
.ac_results {
	padding: 0px;
	border: 1px solid;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
    list-style: none outside none;
    padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: 100% Arial, Verdana;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
    background: no-repeat;
}
/* jquery auto-complete - end */

/* jquery text litmiter */
.limiterBox {
    border: 1px solid;
    padding: 3px 6px;
    font-size:10px;
}

.allow_space {
    padding-right: 50px;
    width: 90%;
    float: left;
}
.stylized {
    list-style-type: square;
    left: 50px;
    right: 10px;
}
.stylized li {
    padding-bottom: 5px;
}


/* jquery treeview */
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li {
	margin: 0;
	padding: 3px 0px 3px 16px;
}
.treeview .hover {
    cursor: pointer;
}
.treeview li {
    background: 0 0 no-repeat;
}
.treeview li.collapsable, .treeview li.expandable {
    background-position: 0 -176px;
}
.treeview .expandable-hitarea {
    background-position: -80px -3px;
}
.treeview li.last {
    background-position: 0 -1766px;
}
.treeview li.lastCollapsable {
    background-position: 0 -111px;
}
.treeview li.lastExpandable {
    background-position: -32px -67px;
}
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
    background-position: 0;
}
.filetree li {
    padding: 3px 0 2px 16px;
}
.filetree li.expandable {
    background: 0 0 no-repeat;
}
.project, .predicate, .data, .file {
    width: auto;
    border: none;
    padding-right: 20px;
    text-indent: -1000em;
    background: no-repeat left top;
}
/* jquery treeview - end */