* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
body {
	background-color: #f4f4f4;
}

h1 {
	font-size: 16px;
	margin: 0 0 16px 0;
}
h2 {
	font-size: 13px;
	margin: 0 0 10px 0;
}
ul, ol {
	margin-left: 2em;
	line-height: 20px;
}
input, textarea {
	border: 1px solid #999;
	padding: 2px;
	background-color: #f1f1f1;
}
input:focus {
	border: 1px solid #b5003b;
	background-color: #fff;
}
input.required, textarea.required {
	background-color: #e2fef2;
}
input.error, textarea.error {
	background-color: #fee2ea;
}
label {
	display: block;
	font-size: 12px;
	margin: 8px 0 2px 0;
}
fieldset {
	padding: 10px;
	margin: 0 0 12px 0;
}
legend {
	font-weight: bold;
}
iframe {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	margin: 0;
	padding: 0;
}
a.textButton {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 6px 0 24px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	color: #0033cc;
	text-decoration: none;
	margin: 2px 3px 4px 2px;
	border: 1px solid transparent;
	cursor: default;
}
a.on {
	box-shadow: 0 0 10px #666;
	-moz-box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
}
a.textButton:hover {
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
a.imageButton {
	text-indent: -999px;
	display: inline-block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	line-height: 24px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	color: #0033cc;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: default;
}
a.imageButton:hover {
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
div#mainPanel {
	height: 100%;
}
div#shader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #999;
	opacity: 0.5;
	z-index: 998;
	cursor: default;
}
.shadow {
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
.box {
	border: 1px solid #666;
	background-color: #ccc;
	position: fixed;
	visibility: hidden;
	z-index: 999;
	text-align: right;

}
.box > h1 {
	background-color: #aaa;
	padding: 0 12px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #FFF;
	border-bottom: 1px solid #666;
	text-align: left;
}
.box > div.boxContent {
	padding: 16px;
	margin: 2px;
	background-color: #fff;
	border: 1px solid #888;
	text-align: left;
	overflow: auto;
	/*max-height: 500px;*/
}
#subPanel {
	padding: 20px;
}
#menuBar {
	position: fixed;
	top: 0;
	left: 0;
	padding: 6px;
	overflow: visible;
	height: 24px;
	width: 100%;
	background-color: #f4f4f4;
	margin-top: -33px;
}
#menuBar > a.textButton, #menuBar > a.imageButton {
	margin: -1px 4px 0 0;
}
.menu {
	margin: -1px 4px 0 0;
	vertical-align: top;
	display: inline-block;
	height: 24px;
	border: 1px solid transparent;
	background-color: #f4f4f4;
	cursor: default;
	overflow: hidden;
}
.menu > h1 {
	height: 24px;
	line-height: 24px;
	padding: 0 6px 0 24px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	font-weight: normal;
}
.menu > div {
	margin: 6px 0 0 0;
	padding: 3px 0 3px 0;
}
.menu:hover {
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
}
.menu a.textButton {
	display: block;
}
div#stage {
	margin: 50px 20px 20px 20px;
	font-size: 14px;
}
div#subStage {
	padding: 10px;
}

ul#tabMenu {
	margin: 0;
	padding: 0px 3px;
	list-style-type: none;
	white-space: nowrap;
}
ul#tabMenu li {
	display: inline;
	margin: 0;
	list-style: none;
}
ul#tabMenu li a {
	display: inline-block;
	text-decoration: none;
	background-color: #DDD;
	padding: 3px 19px 3px 10px;
	margin-left: 3px;
	border: 1px solid #666;
	border-bottom: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor: pointer;
}
ul#tabMenu li a.locked {
	cursor: default;
	color: #999;
}
ul#tabMenu li a.hover, ul.tabMenu li a:hover {
	border-top: 2px solid #333;
	padding-top: 2px;
}
ul#tabMenu li a.active, ul.tabMenu li a:hover {
	position: relative;
	top: 1px;
	background-color: #f4f4f4;
	border-bottom: none;
	border-top: 2px solid #333;
	padding-top: 2px;
}
div#content {
	border: 1px solid #666;
}
table thead tr {
	background-color: #666;
}
table thead tr th {
	color: #fff;
	font-weight: bold;
}
table tbody tr:nth-child(2n) {
	background: #ccc;
}
table tbody tr:nth-child(2n+1) {
	background: #ededed;
}
td, th {
	padding: 3px;
}
span.big {
	font-weight: bold;
	font-size: 16px;
}
.sendSelected {
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}
input[type=checkbox] {
	position: relative;
    top: 2px;
}
h3 {
	margin-top: 12px;
	margin-bottom: 3px;
}
