body {
	font-size: 12px;
}

a:active, a:link, a:visited {
	color:black;
	text-decoration:none;
}
a:hover {
	color: #8CAFCD;
}

input, textarea {
	border: 1px solid #BBBBBB;
	font-size: 10px;
	background: #F0F8FF;
	color: black;
}

input[type=submit], input[type=button]
{
	font-size: 11px;
	font-weight: bold;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}


.tableControl, .actionButtons {
	width: 100%;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.tableControl a {
	padding-left: 15px;
}

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 10px;
	top:300px;
	position: relative;
}

.rich-table {
    width:100%;
}

h1 {
	color:#5F9EEC;
	font-family: Arial,sans-serif;
	font-size: 1.6em;
	margin-top: 0;
}
h3 {
	color:#5F9EEC;
	font-family: Arial,sans-serif;
}
body {
	margin: 0px;
	font-family: Arial,sans-serif;
}

.body {
	 padding: 30px;
}
.columnHeader:hover
{
    color: #FF6600;
}
/*
.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF; 
	font-size: 14px;
}*/
.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 14px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	color:blue;
	background-image: url(../img/msginfo.png);
}

.message li.errormsg {
	color:red;
	background-image: url(../img/msgerror.png);
}

.message li.warnmsg {
	color:#F36F23;
	background-image: url(../img/msgwarn.png);
}

.message {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}
.name {
	vertical-align: top;
	font-weight: bold;
	width: 115px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}
.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}
.errors {
	color: red;
	vertical-align: middle;
}
img.errors {
	padding-right: 5px;
}
.errors input {
	border: 1px solid red;
}
.errors textarea {
	border: 1px solid red;
}

.required {
	color: red;
	padding-left: 2px;
}

.rich-stglpanel-body {
   overflow: auto;
} 

.barsearch {
	height:14px;
	width:100px;
}

.barsearchbutton {
	border-width:1px;
	background-color:#{a4jSkin.generalBackgroundColor};
}

/* ... datatable ... */

.rich-table-column, .rich-table-header,rich-table-header-continue {
	text-align:left;
}
.rich-table-footer,rich-table-footer-continue {
	text-align: center;
	background-color:#F2F2F2;
	max-height:20px;
}
.datatable-odd-row {
	
	background-color:#EDEFF4;
}	
.datatable-even-row {
    background-color: white;
}
.datatable-active-row {
    background-color: #FFEBDA;
}    
.paging-maxresult-select {
	font-size:x-small;
	height:16px;
	border-width:1px
}
.paging-arrows {
	font-size:medium;
	font-weight:bold;
}

/* ... DefectList ... */

.defectlist_body_div {
	position:fixed;
	top:155px;
	left:0;
	right:0;
	bottom:0px;
	overflow:auto;
	border-top: 1px solid #C0C1C0;
}
* html .defectlist_body_div {
	position:absolute;
	top:158px;
	left:0;
	right:0;
	width:100%;
	height:100%;
	overflow-x: hidden;
	overflow-y:auto !important;
	border-top: 1px solid #C0C1C0;
}

.defectlist_footer_panel_attachments {
	position:absolute;
	left:0;
	min-height:150px;
	max-height:150px;
	height:150px;
	width:49%;
	overflow:auto;
}
.defectlist_footer_panel_upload {
	position:absolute;
	right:0;
	height:150px;
	width:49%
}

.defectlist_footer_panel {
	z-index:100;
	position:fixed;
	bottom:0;
	left:0px;
	width:100%;
	max-height:200px;
	min-height:200px;
	height:200px;
	overflow:auto;
}

/* ... useradmin ... */

* html .useradmin_footer_panel {
	position:absolute;
   	bottom:0;
	left:0;
	width:100%;
	height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	overflow:auto;
}
.useradmin_footer_panel {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	max-height:200px;
	min-height:200px;
	height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	overflow:auto;
}
* html .useradmin_body_div {
	position:absolute;
	top:129px;
	left:0;
	right:0px;
	width:100%;
	height:100%;
	overflow-x: hidden;
	overflow-y:auto !important;
	border-top: 1px solid #C0C1C0;
}

.useradmin_body_div {
	position:fixed;
	top:125px;
	left:0;
	right:0;
	bottom:0px;
	overflow:auto;
	border-top: 1px solid #C0C1C0;
}

/* ... projectadmin ... */

.projectadmin_body_div {
	position:fixed;
	top:125px;
	left:0;
	right:0;
	overflow:auto;
	bottom:0;
	border-top: 1px solid #C0C1C0;
}
* html .projectadmin_body_div {
	position:absolute;
	left:0;
	right:0;
	width:100%;
	height:100%;
	overflow-x: hidden;
	overflow-y:auto !important;
	bottom:0;
	border-top: 1px solid #C0C1C0;
}

/* ... selectmenu IE hack ... */

* html .select-free .bd{border:solid 0px #aaaaaa;padding:0px;}

* html .select-free
{
	bottom:0;
	left:0;
	right:0px;
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	width:100%;/*must have for any value*/;
	height:200px;	
}

* html .select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	right:0px;
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
	overflow:hidden;
}

#globalStatusDiv {
  position: fixed;
  top: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  width: 90px;
  margin-left: -50px;
  height: 50px;
  line-height: 25px;
  background-color: #FFF;
  padding: 12px 15px 2px 10px;
  color: #BBB;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-color:  #BBB;
  z-index: 10000;
  border: 2px solid #BBB;
}

#globalStatusDiv img {
  vertical-align: middle;
}
.snippet {
	background-image:none;
	background-color:#000000;
	border-color:#000000;
	color:#000000;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
	background-position:left top;
	background-repeat:repeat-x;
	border-style:none;
	border-width:0px;
	cursor:pointer;
	padding:0px;
}
.rich-inplace-view {
	border-bottom-style: groove;
	background-color: transparent;
}
.rich-inplace-select-view {
	border-bottom-style: groove;
	background-color: transparent;
}
.menu-button {
	border:0 none !important;
	margin:0 0 0 0  !important;
}
.rich-toolbar-item {
	padding:5px 0px 5px 5px;
}
.rich-table-cell {
	padding:5px;
	border-bottom: 0px;
	border-right: 1px solid #C0C1C0;
}
.rich-table {
	border-bottom:1px solid #C0C0C0;
}

.box { 
	right:30px;
	height:30px; 
	background: #EDEFF4;
}
.box h1, .box p {
	margin: 0 10px;
}
.box h1 {
	font-size:150%; color:#5F9EEC; 
}
.box .top, .box .bottom{
	display:block;
	background: #ffffff;
}
.box .top b, .box .bottom b
{
  display:block;
  height: 1px; 
  overflow: hidden; 
  background: #EDEFF4;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}