@CHARSET "UTF-8";

html {
	height: 100%;
}

body {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height: 100%;
}

h1 {
	color:#0086C5;
	font-size:18px;
	font-weight: bold;
	
	margin-bottom: 10px;
}

body > h1 {
	padding: 10px;
}

h1 .small {
	font-size: 12px; font-weight: normal;
}

h2 {
	color:#0086C5;
	font-size:16px;
	font-weight: bold;
	
	margin-top: 16px;
	margin-bottom: 8px;
}

h3 {
	color:#0086C5;
	font-size:14px;
	font-weight: bold;
	
	margin-top: 14px;
	margin-bottom: 6px;
}

h1 .normal, h3 .normal {
	font-size: 12px;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

div#header {
	padding: 5px 10px;
	clear: both;
}

div#header h1 {
	margin-bottom: 0px;
}

.logo {
	display: block;
	margin-top: 6px;
	float: right;
}

p.version {
	margin: 0px;
	font-size: 10px;
}

div#menu {
	margin-bottom: 10px;
}

div#menubar {
	background-color:#D6D6D6;
	height: 25px;
	padding-left: 10px;
}

div#menubar li {
	list-style: none;
	display: block;
	float: left;
	height: 25px;
	margin-right: 3px;
}

div#menubar li a {
	padding-left: 20px;
	padding-right: 20px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	position: relative;
	top: 5px;
	
	background-color: #0086C5;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-decoration: none;
}

div#menubar li a:hover {
	background-color: #4f9ddc;
}

div#menubar li.active a, div#menubar li.active a:hover {
	background-color: #5B9E29;
}

.userinfo {
	font-size: 10px;
	margin-top: 5px;
}

div#content {
	padding: 10px;
}

div.msg-notice {
	margin-bottom: 10px;
}

div.msg-notice p {
	background-color: #5B9E29;
}

div.msg-warning {
	margin-bottom: 10px;
}

div.msg-warning p {
	background-color: #F3D118;
}

div.msg-error {
	margin-bottom: 10px;
}

div.msg-error p {
	background-color: #be1919;
}

div.msg-notice p, div.msg-warning p, div.msg-error p {
	padding: 4px;
	margin: 0px;
	
	color: #FFFFFF;
	font-weight: bold;
}

.dojoLayout {
	height: 80%;
}

#blockUi .dijitDialogPaneContent {
	border-top: 0px;
}

.waiting {
	margin-top: 50px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#icdSearchPane {
	padding: 5px 10px 3px 10px;
	background: #E1EBFB;
	margin-bottom: 10px;
}

#icdSearchPane input {
	font-size: 0.9em;
	padding: 2px;
}

#icdSearchPane .searchbutton {
	display: block;
	float: right;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	background: url('../images/icons/zoom.png');
}

#leftPane {
	width: 40%;
}

#icdBrowserPane {
	height: 130px;
}

#icdBrowserPane table {
	width: 100%;
}

#icdBrowserPane table td {
	padding-right: 10px;
}

#icdBrowserPane table td.bold {
	min-width: 15%;
	font-weight: bold;
	vertical-align: top;
}

#icdSelectionPane {
	overflow-y: auto;
}

#icdButtonPane {
	height: 26px;
	border: none;
	background: #E1EBFB;
}

#content .dijitTree {
	overflow: visible;
}

/* #source_selection td { */
/*     width: 425px; */
/* } */

#source_selection label {
    float: left;
    display: block;
    width: 80px;
}

#source_selection select {
    width: 320px;
}

.dijitTreeNode .dijitTreeRow.nocriteria .dijitTreeIcon {
	background-image: url('../images/spriteDivIconsMissing.gif');
}

.dijitTreeNode .dijitTreeRow .dijitLeaf {
	background-image: url('../images/spriteDivIcons.gif');
}

.dijitInputInner {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.dijitValidationIcon {
	padding-top: 2px !important;
	position: relative;
	left: -2px;
}

.buttonelement input[type="submit"], .buttonelement button {
	min-width: 85px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
}

.soria .dojoxGridCellFocus, .soria .dojoxGridCellFocus .dojoxGridCellOver {
	border: 1px dotted #a6a6a6 !important;
}

div.login label.label {
	width: 80px;
}

div.login div.buttonelement {
	margin-left: 100px;
}

label.label {
	width: 230px;
	margin-bottom: 9px;
	float: left;
	clear: both;
}

form .dimdi label.label {
	width: 420px;
}

div.element, div.buttonelement {
	margin-left: 20px;
	margin-bottom: 9px;
	float: left;
}

a.gridbutton {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

a.edituser {
	background-image: url('../images/icons/user_edit.png');
}

a.deactivateuser {
	background-image: url('../images/icons/user_green.png');
}

a.deactivateadmin {
	background-image: url('../images/icons/user_suit.png');
}

a.reactivateuser {
	background-image: url('../images/icons/lock.png');
}

a.deleteuser {
	background-image: url('../images/icons/delete.png');
}

ul.errors li {
	color: red;
	font-weight: bold;
}

.clear {
	clear: both;
}

#icdeditForm {
	padding: 20px;
}

#icdeditForm label {
	width: 150px;
	margin-bottom: 9px;
	float: left;
	clear: both;
}

#icdeditForm input,
#icdeditForm select {
	float: left;
}

#icdeditForm .btnSave {
	clear: both;
	float: left;
	margin: 15px 0 15px 150px;
}

#icdeditForm .btnDelete {
	float: left;
	margin: 15px 0;
}