/* Base & reset styles */
body { 
font-size: 100%; 
}

h1, h2, h3, h4, h5, h6, h7 {  
  padding-bottom: 0.5em;
}

p { 
font-size: 0.75em;
line-height: 1.4em;
padding-top: 0.5em;
}

p a { 
font-size: 100%; 
text-decoration: underline;
color: #005473;
}

p a:hover { 
background-color: #005474;
color: white;
text-decoration: none;
}

* { 
 color: #333; 
 font-family: Verdana, sans-serif; 
 text-decoration: none;
 padding: 0;
 margin: 0;
}

/* margin: 0; 
   padding: 0; */ 

/* Styles for layout */
body { background: #fff url(/gfx/decore-line.png) repeat-x 0 5.7em;}
#container, #colophone div { 
width: 1000px; 
margin-right: auto;
}

#container { position: relative; }
#header a { border-left: solid 1px #a00; }
#header img { vertical-align: middle; }
#colophone img { float: left; }
#colophone {  
 clear: both; 
 background: #f5f5f5 url(/gfx/footer-bg.png) repeat-x; 
}

/* Margins & paddings*/
#container, #colophone div { margin: 1em auto; }
#header { margin-bottom: 1.2em; }
#header a { padding: 0.7em 0.8em 0.9em 0.8em; }
#header img { margin: 0 0.6em; }
#content { padding: 1em; }
#colophone div { padding: 2.5em 0 4em 2.875em; }
#colophone img#uib { margin: 0 2.4375em 2em;}

/* Typography */
#header { font-size: 1.25em; }
a { font-size: 0.95em; }
ul {margin: 0.5em; padding: 0.5em}
a:hover { text-decoration: underline; }
#colophone p { font-size: 0.625em; }

#login_logout {
position: absolute;
top: 3px;
right: 4px;
font-size: 0.75em;
}

#lang {
position: absolute;
top: 2em;
right: 4px;
font-size: 0.75em;
}

#showallform, #filter { 
font-size: 0.75em;
}

#displaypanel_comment {
text-align: left;
}

#comment {
position: absolute;
right: 4px;
}

/* overload jquery.css */
.ui-tabs .ui-tabs-panel { 
padding: 0.4em 0.3em;
} 

.ui-widget { 
font-size: 1em;
}

#tabs li a { 
font-size: 0.82em;
font-weight: bold;
}

.ui-tabs-panel table { 
width: 100%
}

.smarty-table { 
width: 100%
}

.smarty-table-tabs td { 
}

.uib-table-indent td:first-child { 
padding: 0em 0em 0em 1em;                   
}

.uib-table th,tr,td { 
padding: 0;
border: 0;
}

.uib-table td.hover,tr.hover { 
background-color: #eeeeee;
}

.uib-table a:hover { 
text-decoration: none;
}

.uib-table a { 
display: block;             
padding: 0.25em 0em 0.25em 0.50em;
font-size: 0.75em;
}

.uib-table th {
padding: 0.25em 0.25em 0.25em 0.25em;
background-color: lightgray;
font-size: 0.82em;
font-weight: bold;
}

.uib-note { 
border: 1px dashed #900;
padding: 1.5em 1.5em 0px 1.5em;
margin: 1em auto 1em auto;
}

.uib-form-table td { 
vertical-align: bottom;
}

.uib-font-size { 
font-size: 0.75em;
line-height: 1.4em;
}

.uib-font-size2 { 
font-size: 0.82em;
line-height: 1.4em;
}

.emphasis { 
color: #C30000;
}

.uib-table2 td { 
padding: 0 0.25em 0 0.25em;
font-size: 0.75em;
}

.wait {
	cursor: wait;
}

/* draggable */
#item-pool {
	font-size: 0.75em;
	border: 1px solid black;
	padding: 10px;
	margin: 10px;
	height: 150px;
	width: 100px;
	float: right;
}

.container {
	border: 1px solid black;
	padding: 5px;
	margin: 5px;
	height: 40px;
	width: 200px;
}

.item {
	border: 1px solid black;
	background-color: #ccc;
	padding: 5px;
	margin: 5px;
	cursor: move;
	float: left;
}
