
html {
	overflow-y: scroll;
}

body {
   //background: url("../img/texture.png") repeat-x;
   background-color: #9d9fa2 !important;
   //background-color: #FFFFFF !important;
   //background-color: #19799f !important;
}

body, body .dr-table-cell, input[type=submit], input[type=button], input[type=text], input[type=password], textarea {	
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 12px;
}

body, body .dr-table-cell{
	margin-left: 25px !important;
	margin-right: 25px !important;
	//background-color: #9d9fa2 !important;
	background-color: #FFFFFF !important;

}

a img {
	border: none;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

p {
    margin-top: 10px;
}

th {
	background-color: #19799f !important;
}

.attachmentContainer input[type=image]{
	position: relative;
    top: 4px;
}

.filterForm input[type=submit], .filterForm input[type=button] {
	background: url("../img/botones/azul-left.png") no-repeat scroll left center, url("../img/botones/azul-right.png") no-repeat scroll right center transparent;
	color: #ffffff;
	font-size: 11px;
        margin-left: 8px;
        margin-bottom: 5px;
        margin-top: 10px;
}

input[type=submit], input[type=button] {
	//background: url("../img/botones/gris-left.png") no-repeat scroll left center, url("../img/botones/gris-right.png") no-repeat scroll right center transparent;
    //border: medium none;
    color: #1f4e7b;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 15px;
    padding: 8px;
    //height: 23px;
    height: auto;
	//min-width:50px;
	min-width:auto;
    //width: auto;
	width: auto;
	display: inline-block;
	
}

input[type=button][disabled]
{
	background-color: #A5A5A5;
}

input[type=text], input[type=password], textarea {
	font-size: 12px;
	padding-left: 3px;	
}

body .dr-stglpnl, body .dr-pnl {
    border-color: #1c6fa5;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {	
	color:#016D8F;
	margin-right:2px;
	padding:2px;
	text-decoration:none;
}

.tableControl .buttonAction {	
	border: none;
	margin-left: 8px;
	position: relative;
	top: 2px;
}

.tableControl {
	background:none;
	border:none;
	
	height:25px;
	left:12px;
	
	text-align:right;
	
	width:auto;
	font-size: 11px;
	color: #016d8f;
	clear: both;
	/*
	position:relative;
	float:right;
	top:20px;*/
	
}

.tableControl span, .navigatorPages .currentPage{
	font-weight: bold;
}


.tableControl .navigatorPages {
	color: #016D8F;
	display: inline;
	margin: 0px 5px;
	position: relative;
	top:-1px;
}
.tableControl .navigatorPages select{
	position: relative;
	top:2px;	
}

.footer {
	background: url("../img/fondo-footer.png") repeat-x ;
    color: #2E2E2E;
    font-size: 12px;
    height: 20px;
    padding-left: 25px;
    padding-top: 20px;
    text-align: left;
    margin-top: 25px;
    font-weight: bold;
}

.rich-table {
	width: 100%;
}

.margin-table {
	margin-left: 10px;
	margin-right: 10px;
}

.columnHeader:hover {
	color: #FF6600;
}


.infomsg{
	color: #3d3d3d;
	background-image: url("../img/iconos/msgwarn.png");
	background-position: left;
	background-repeat: no-repeat;
	
	margin-bottom: 10px;
	height: 25px;
	border: 1px solid #f3a90a;
	background-color: #fde8b6;
	padding: 5px 5px 5px 20px;
	clear: both;
}

.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 12px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	background-image: url(../img/iconos/msginfo.png);
}

.message li.errormsg {
	background-image: url(../img/iconos/msgerror.png);
}

.message li.warnmsg {
	background-image: url(../img/iconos/msgwarn.png);
}

.login_box{
	width: 425px;
}

.login_box .name{
	width: 100px;
}

.prop{
	margin-left: 20px;}

.name {
	vertical-align: top;
	width: 185px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
	color: #016d8f;
	font-size: 12px;
	text-align: right;
}

span.search_filter_label label {
	vertical-align: top;
	width: 200px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
	font-size: 12px;
	text-align: right;
}

.search_filter_value {
	float: left;
	padding: 5px;
	margin-top:3px;
	font-size: 12px;
	color: #2e2e2e;
	text-align: left;
}

span.search_filter_value select{
    width: 225px;
}

span.search_filter_value input[type="text"]{
    width: 215px;
}
.value {
	float: left;
	padding: 5px;
	margin-top:3px;
	font-size: 12px;
	color: #2e2e2e;
	text-align: left;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: red;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea {
	border: 1px solid red !important;
}

.clear_div{
	font-size: 11px;
	clear: both;
	margin-top: 5px;
}

.required {
	color: red;
	padding-left: 2px;
	
}

.rich-stglpanel-body {
	overflow: auto;
} 

/* the specificity here is necessary to override the defaults */
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}


select {
	font-size: 12px;
}

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
	margin: 5px 0 5px 5px;
}



.actionButtons {
	padding-left: 1px;
	clear: both;	
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 1.2em;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: left;
	width: 5em;
	white-space: nowrap;
	padding-left: 10px;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}


/* MSP v 2 */




