* {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

body {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

img {
	border: 0;
	vertical-align: middle;
}

object {
	display: none;
	height: 0;
}

/* Top */
div#top {
	min-height: 80px;
	line-height: 80px;
}

span.backendHeader {
	font-size: 14px;
	font-weight: bold;
}

/* is shown in IE */
div.ajaxFlow {
	display: none;
}

/* Menu */
div.menuContainer {
	background-color: #333;
	background-image: url('/img/background-menu.png');
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}

div.menuContainer * {
	text-align: left;
}

div.menuContainer a.support {
	color: white;
	text-decoration: none;
}

/* Clickpath */
ul#clickPath {
	display: none;
}

ul.horizontal.clickpath {
	background-color: #EEE;
	border: 1px dotted black;
	height: 25px;
	margin: 0;
	padding: 0;
}

ul.horizontal.clickpath li {
	background-image: url('/img/bullet_arrow_right.png');
	background-position: center left;
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	line-height: 25px;
	list-style: none;
	margin-right: 4px;
	padding-left: 20px;
	vertical-align: middle;
}

ul.horizontal.clickpath li a {
	color: black;
	text-decoration: none;
}

/* Content */
div.contentContainer {
	background-color: #808080;
}

div.globalActions {
	float: left;
	border: 1px solid #333;
}

div.globalActions div.title {
	background-color: #333;
	background-image: url('/img/background-menu-button.png');
	color: white;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 20px 0 10px;
	vertical-align: middle;
}

div.globalActions div.actions a {
	background-color: white;
	border-bottom: 1px dotted #333;
	color: #333;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	text-decoration: none;
	vertical-align: middle;
	min-width: 150px;
}

div.globalActions div.actions a:last-child {
	border: 0;
}

div.globalActions div.actions a:hover {
	background-color: #EEE;
}

div.globalActions div.actions span img {
	margin-top: -4px;
}

div.globalActions div.actions {
	display: block;
}

div.globalContent {
	float: left;
	margin-left: 10px;
}

div.globalContent.tree {
	background-image: url('/img/background-menu-button.png');
	background-repeat: repeat-x;
	border: 1px solid #333;
	padding: 20px 10px 0 0;
}

/* Table lists */
table.list {
	border-bottom: 1px solid #333;
	border-collapse: collapse;
}

table.list thead tr,table.list tbody tr {
	height: 25px;
}

table.list tbody tr.c0 {
	background-color: white;
}

table.list tbody tr.c1 {
	background-color: #EEE;
}

table.list thead tr th,table.list tbody tr td {
	padding-right: 30px;
	white-space: nowrap;
}

table.list thead tr th a {
	padding: 0 20px 0 10px;
}

table.list thead tr th a.currentOrderByAsc {
	background-image: url('/img/bullet_arrow_down.png');
	background-repeat: no-repeat;
	background-position: center right;
}

table.list thead tr th a.currentOrderByDesc {
	background-image: url('/img/bullet_arrow_up.png');
	background-repeat: no-repeat;
	background-position: center right;
}

table.list tbody tr td {
	padding-left: 5px;
}

table.list thead tr.header th,table.list thead tr.filter th {
	color: white;
}

table.list thead tr.header th {
	background-color: #333;
	background-image: url('/img/background-menu-button.png');
}

table.list thead tr.filter th {
	padding-left: 5px;
	background-color: #555;
}

table.list thead tr.header th a,table.list thead tr.filter th a {
	color: white;
	text-decoration: none;
}

/* Page numbers */
ul.dataNavigation {
	background-color: #EEE;
	border: 1px dotted black;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 50px 0 50px;
	height: 25px;
}

ul.dataNavigation li {
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	list-style: none;
	margin-right: 5px;
	padding: 0 10px 0 10px;
	vertical-align: middle;
}

ul.dataNavigation li a {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

/* Buttons */
p.buttons {
	clear: left;
}

button.button,button.refreshBtn,button.filterBtn {
	background-color: #EEE;
	border: solid 1px #CCC;
	height: 25px;
}

button.refreshBtn,button.filterBtn {
	margin: 1px 0 1px 0;
}

a.action {
	text-decoration: none;
}

/* Forms */
div.group fieldset {
	background-color: #EEE;
	border: 1px solid #333;
	margin: 0 0 10px 0;
	padding: 10px;
	width: 930px;
}

div.group fieldset legend {
	padding: 0;
}

div.group fieldset legend span {
	background-color: #333;
	color: white;
	display: block;
	margin: 0;
	padding: 2px 5px 2px 5px;
	width: 150px;
}

div.field {
	border-bottom: 1px solid #CCC;
	overflow: auto;
	padding-bottom: 3px;
	padding-top: 3px;
}

div.field:last-child {
	border-bottom: 0;
}

div.field dl {
	margin: 0;
}

div.field dl dt {
	float: left;
	line-height: 25px;
	min-height: 25px;
	margin: 0;
	overflow: auto;
	vertical-align: middle;
	width: 250px;
}

div.field dl dd {
	float: left;
	min-height: 25px;
	line-height: 25px;
	overflow: auto;
	vertical-align: middle;
}

div.field dl dd div {
	float: left;
}

div.field dl dd div.error {
	border: solid 1px red;
	background-color: #FAA;
	float: none;
	padding: 0 3px 0 3px;
}

div.group_collection {
	background-color: #808080;
	border: 1px solid #333;
	float: left;
	margin-bottom: 10px;
}

div.group_collection div.tabs {
	height: 25px;
	padding: 5px 5px 0 5px;
}

div.group_collection div.tabs div.tab,div.group_collection div.tabs div.tab span
	{
	background: url('/module/theme/tab.png') no-repeat;
}

div.group_collection div.tabs div.tab {
	background-position: 100% -100px;
	float: left;
	height: 25px;
	padding-right: 18px;
}

div.group_collection div.tabs div.tab span {
	cursor: pointer;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 18px 0 10px;
	vertical-align: middle;
}

div.group_collection div.tabs div.tab.selected,div.group_collection div.tabs div.tab:hover
	{
	background-position: 100% -150px;
}

div.group_collection div.tabs div.tab.selected span,div.group_collection div.tabs div.tab:hover span
	{
	background-position: 0 -50px;
}

div.group_collection div.content {
	background-color: white;
	padding: 10px 10px 0 10px;
	overflow: auto;
}

div.group_collection>div.content>div.group {
	display: none;
}

div.group.oneLine {
	border-bottom: 1px solid #CCC;
	overflow: auto;
}

div.group.oneLine div.field {
	border: 0;
	float: left;
	padding: 0;
}

div.group.oneLine div.field dl dd {
	display: none;
}

span.formHelp {
	background-color: white;
	border: 1px dashed #333;
	float: left;
	margin: -10px 0 0 10px;
	padding: 10px;
	width: 250px;
}

/* Login form */
div.loginForm {
	padding: 10px;
}

div.loginForm a {
	color: black;
}

div.loginForm p.error {
	color: red;
}

div.loginForm fieldset {
	border: 0;
	border-top: 1px solid #111;
	margin: 0 10px 30px 0;
	padding: 10px;
	width: 600px;
}

div.loginForm fieldset.logIn {
	border-left: 5px solid #006A9C;
}

div.loginForm fieldset.forgotPassword {
	border-left: 5px solid #52B643;
}

div.loginForm fieldset.register {
	border-left: 5px solid #52B643;
}

div.loginForm legend {
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	padding: 0;
}

div.loginForm legend span {
	background-color: #333;
	background-image: url('/img/background-menu.png');
	color: white;
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0 5px 0 5px;
	vertical-align: middle;
	width: 150px;
}

/* Hidden iframe */
iframe.invisible {
	display: none;
}

/* Autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: 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: menu;
	font-size: 12px;
	/* 
    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: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #EEE;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/*UI ProgressBar */
.ui-progressbar {
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	background: white;
	border: 1px solid #333;
	position: relative;
	height: 4px;
}

.ui-progressbar-bar {
	overflow: hidden;
	z-index: 2;
	position: relative;
	height: 4px;
}

.ui-progressbar-bar-0 {
	background: #f00;
}

.ui-progressbar-bar-25 {
	background: #c06;
}

.ui-progressbar-bar-50 {
	background: #f60;
}

.ui-progressbar-bar-75 {
	background: #3c0;
}

.ui-progressbar-bar-100 {
	background: #3f0;
}

div.testCase {
	
}

div.testCase div.progressbar {
	background-color: white;
	border: 1px solid black;
	height: 10px;
	width: 500px;
}

div.testCase div.progressbar div.bar {
	background-color: green;
	height: 10px;
	width: 0;
}

div.modalWindow {
	background-image: url('/img/background-modal-window.png');
	left: 0;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}

div.modalWindow div.AjaxContainerContent {
	background-color: white;
	border: 1px solid black;
	margin: 20px auto 0 auto;
	padding: 20px;
	width: 800px;
}


/* validation styling */
input.error {
	border:2px solid red;
}