.dr-rich-tool-tip{
	border-color: #659E3F;
	background-color: #F4FFE5;
	color: #000000;
	font-family: 'Lucida Grande', Lucida Grande, Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.dr-table-cell rich-table-cell{
	white-space:nowrap;
}

.firstResult{
	color: #FFFFFF;
}

#middle{
	width: 100%;
	display: block;
}

/*.prop{
	width: 500px;
}*/

#gmessages{
	/*left: 210px;
	top: 5px;
	height:20px;
	position: absolute;*/
}

#userLogged{
	left: 0px;
	top: 2px;
	height:20px;
	width: 200px;
	position: absolute;
}

a:active, a:link, a:visited {
	color: #0D5798;    
}
a:hover {
	color: #8CAFCD;
}

input {
	border: 1px solid #7F9DB9;
	font-size: 12px;
	background: #FFFFFF;
	color: black;
}

input[type='submit'], input[type='button'] {
	background: #4477AA;
	color: white;
	margin: 5px;
	border-color: gray;
}

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

.tableControl {
	text-align: right;
}

.footer {
	text-align: center;
	font-size: 10px;
	/*left: 200px;*/
	width: 100%;
	clear:both;
	display: block;
}

.bodyarea {
	width:700px;
	text-align: left;
	font-size: 10px;
	top: 30px;
	left: 210px;
	position: absolute;
}
.rich-table {
    /*width:100%;*/
}

.menu {	
	padding: 0px;
	width:200px; 
	top:30px; 
	position: absolute;
}

.columnHeader:hover
{
    color: #FF6600;
}

.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F0F8FF;
	font-size: 12px;
}

.name {
	vertical-align: middle;
	font-weight: bold;
	width: 115px;
	float: left;
	/*padding: 5px;*/
	margin-top: 3px;
	margin-left: 5px;
	/*clear: left;*/
	font-size: 12px;
	color: #DD7625;
}
.name2 {
	vertical-align: middle;
	font-weight: bold;
	width: 230px;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	font-size: 12px;
	color: #DD7625;
}
.name3 {
	vertical-align: top;
	text-align:left;
	font-weight: bold;
	width: 20px;
	padding: 5px;
	margin-top: 3px;
	float: left;
}

.name_wide {
	vertical-align: middle;
	font-weight: bold;
	/*width: 170px;*/
	float: left;
	/*padding: 5px;*/
	margin-top: 3px;
	/*clear: left;*/
	font-size: 12px;
	color: #DD7625;
}

.name_right_normal {
	vertical-align: middle;
	text-align:left;
	font-weight: normal;
	/*width: 20px;*/
	padding: 5px;
	margin-top: 3px;
	/*float: right;*/
}

.name_top {
	font-weight: bold;
	width: 115px;
	padding: 5px;
	margin-top: 3px;
	font-size: 12px;
	clear: both;
}

.value {
	/*float: left;*/
	padding: 0px;
	vertical-align: middle;
	line-height: 16px;
}

.value_block {
	display: block;
	padding: 5px;
	vertical-align: middle;
	line-height: 16px;
	/*color: #000000;
	font-family: 'Lucida Grande', Lucida Grande, Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;*/
}

.error {
	margin-left: 20px;
	margin-top: 5px;
	float: left;
	padding: 5px;
	border: 1px solid red;
}

.error_right {
	margin-left: 20px;
	margin-top: 5px;
	/*float: left;*/
	padding: 5px;
	border: 1px solid red;
}

.errors {
	color: red;
}
.errors input {
	border: 1px solid red;
}
.errors textarea {
	border: 1px solid red;
}
.required {
	color: red;
	padding-left: 2px;
}

/* date picker style */
div.seam-date 
{
  margin-top: 5px;
  border: 1px solid #AAAAAA;
  background-color: #FFFFFF;  
  color: #505050;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

table.seam-date td {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 12px; 
}

.seam-date-monthNames
{
  width: 70px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 12px;
  cursor: pointer;	
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

a.seam-date-monthNameLink, a.seam-date-monthNameLink:visited
{
  text-align: center;
  display: block;
  color: #555555;  
}

a.seam-date-monthNameLink:hover
{ 
  background-color: #CCCCCC;
  color: red;  
}

.seam-date-years
{
  height: 10em;
  overflow: auto;
  width: 60px;
  border: 1px solid #dddddd;
  border-right: 3px solid #444444;
  border-bottom: 3px solid #444444;
  background-color: #ffffff; 
  font-size: 12px;
  cursor: pointer;	
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

a.seam-date-yearLink, a.seam-date-yearLink:visited
{
  text-align: center;
  display: block;
  color: #555555;    
}

a.seam-date-yearLink:hover
{
  background-color: #CCCCCC;
  color: red;    
}  

tr.seam-date-header
{
  padding: 2px 0px 2px 0px;
}
  
td.seam-date-header
{
  padding: 0px 8px 0px 8px;
  text-align: center;
  color: gray;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;  
}

td.seam-date-header-prevMonth
{
  background-image: url("../img/cal-prev.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-left: 2px;
}

td.seam-date-header-nextMonth
{
  background-image: url("../img/cal-next.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 2px 0px 2px;
  width: 17px;
  height: 16px;
  margin-right: 2px;
}

tr.seam-date-headerDays
{
  color: white;
  font-weight: normal;
}

tr.seam-date-headerDays > td
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  color: white;
  text-align: center;
  width: 26px;   
}

tr.seam-date-footer
{
  background-color: white; 
  color: #505050;
  font-weight: bold;
}

tr.seam-date-footer > td
{
  text-align: center;
}

td.seam-date-inMonth
{
  background-color: white; 
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-outMonth
{
  background-color: white; 
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-selected
{
  background-color: #CCCCCC;        
  border: 1px solid #AAAAAA; 
  color: black;
  font-weight: normal;
}

td.seam-date-dayOff-inMonth
{
  background-color: #efefef;
  color: black;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}
#menuitem{
	font-weight:normal;
	border:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

td.seam-date-dayOff-outMonth
{
  background-color: #efefef;
  color: #999999;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #ece9d8;
}

td.seam-date-hover 
{
  background-color: #CCCCCC;
  border: 1px solid #AAAAAA;
  cursor: pointer;
  color: red;
}