.noscript {
	z-index:10000;
	color:#000000;
	background:#F3F7FF url(../images/noscript.png) 8px center no-repeat;
	border:1px solid #8EB8F6;
	padding:5px 0 5px 30px;
}

.button {
	display:inline-block;
	margin:2px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	color:#222222;
	font-weight:bold;
	font-size:10px;
	padding:6px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	text-align:center;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}


.button img {
	vertical-align: middle;
}

.button span {
	padding-left: 5px;
}

.toolbar {
	background: #F7F7F7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#F7F7F7');
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F7F7F7));
	background: -moz-linear-gradient(top, #FEFEFE, #F7F7F7);
	border-bottom: 1px solid #CCCCCC;
}

ul.toolbar {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.toolbar li {
	display:inline-block;
}

.toolbar-zone {
	display: inline-block;
	background-color: transparent;
	border-color: #eee;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	margin: 2px 0 2px 0;
	padding: 2px;
	background: #FAFAFA;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FAFAFA');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAFAFA));
	background: -moz-linear-gradient(top, #FFFFFF, #FAFAFA);
}

.toolbar-button {
	display: inline-block;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	margin: 2px 0 2px 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.toolbar-button.disabled {
	color:#888888;
}

.toolbar-button.mini {
	margin:0;
	padding:1px 2px;
}

.toolbar-button:hover {
	background-color: #DCE8F9;
	border: 1px solid #7FA1E6;
	color:#000000;
	text-decoration: none;
}

.toolbar-button.disabled:hover {
	background-color: #eee;
	border: 1px solid #ddd;
	color:#888888;
}

.toolbar-button.disabled img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
	
.toolbar-button.pressed {
	background-color: #eee;
	border: 1px solid #bbb;
	color:#555555;
}

.toolbar-button img {
	vertical-align: middle;
}

.toolbar-button span {
	margin: 0 5px 0 5px;
}



.pager {
	margin: 0;
	padding: 2px 0 2px 5px;
	text-align: left;
	float: left;
}

.pager a {
	color: #000;
	text-decoration: none;
}

.FirstArrow,.PreviousArrow,.NextArrow,.LastArrow {
	vertical-align: middle;
}

#tooltip {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	background: #FFFFE7 url(../images/icons/lightbulb.png) 5px center no-repeat;
	padding: 5px 10px 5px 30px;
	z-index:1000;
	color:#000000;
	font-size:8pt;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);   
	-o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}

.listbox {
	color:black;
	background-color:white;
	padding:0;
	margin:0;
}

.listbox .item {
	padding:5px 10px;
	line-height:18px;
	cursor:default;
}

.listbox .item img {
	vertical-align: middle;
}

.listbox .item.level2 {
	padding:2px 5px 2px 25px;
}

.listbox .item:hover {
	background-color:#eeeeee;
}

.listbox .item.selected {
	background-color:#dddddd;
}


.dependencyConstraint,.dependencyLink {
	padding: 2px 25px 0 10px;
	margin: 0 2px 10px 0;
	background: #F7F7F7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#F7F7F7');
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F7F7F7));
	background: -moz-linear-gradient(top, #FEFEFE, #F7F7F7);
	height: 36px;
	border:1px solid #ccc;
}

.dependencyConstraint {
	float: left;
}

.dependencyLink {
	float: right;
}

.dependencyConstraint .entities {
	padding: 2px 0 2px 0;
}

.dependencyConstraint .entities a {
	color: #000;
	text-decoration: none;
}

.dependencyConstraint .entity a {
	color: #3990BD;
	text-decoration: none;
}

.dependencyLink .link {
	padding: 5px 0 0 0;
}

.dependencyLink .link img {
	vertical-align: middle;
}

.dependencyLink .link a {
	color: #000;
	text-decoration: none;
}

.dependencyLink .link span {
	padding: 0 0 0 5px;
}


.box {
	border:1px solid #ccc;
}

.box .title {
	background-color:#fff;
	font-size:20px;
	padding: 5px;
}

.box .title img {
	vertical-align: middle;
}

.box .title .label {
	font-weight: bold;
}

.box .content {
	background-color:#fcfcfc;
	overflow: hidden;
}

.box .section {
	background-color: #727272;
	padding: 5px;
	font-size: 14pt;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	color: #eee;
	overflow: hidden;
}

.box .status {
	background: #dedede;
	border-top: 1px solid #CCCCCC;
	padding: 2px 5px;
	overflow: hidden;
}

.popinboxBackground {
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:5;
}

.popinbox {
	background-color:white;
	border-radius:8px;
	position:relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.popinbox .title {
	background-color:white;
	border-bottom:1px solid #F1EEE3;
	height:38px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	border-radius:8px 8px 0 0;
}

.popinbox .title .label {
	display:block;
	color:black;
	font-size:14px;
	font-weight:bold;
	padding:10px 15px;
}

.popinbox .content {
	background-color:white;
	border-bottom:1px solid #E5E1D5;
	position:absolute;
	top:39px;
	right:0;
	left:0;
	bottom:51px;
}

.popinbox .actions {
	border-top:1px solid #FEFDFC;
	background-color:#F6F3E9;
	height:42px;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	border-radius:0 0 8px 8px;
	text-align:right;
	padding:8px 10px 0 10px;
}