@charset "utf-8";
/* CSS Document */

body {
	font: 62.5% Arial, sans-serif;
	color: #000000;
	background-image:url(../background/bggrafit.jpg);
	background-attachment: fixed;
	scroll-x:off;
	overflow:hidden;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.debugbox {
	background-color:#FFE0E0;
	position:fixed;
	display:block;
	z-index:1000;
	bottom:0px;
	right:0px;
	max-height:50vh;
	overflow-y:scroll;
}

.formbox {
	border:#909090 thin solid;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(183,183,183,1) 50%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(50%,rgba(183,183,183,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(183,183,183,1) 50%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding: 2px;
	width: 99.5%;
}

a {
	text-decoration: none;
	color: #303030;
}

img {
	vertical-align:middle;
	border:none;
}

input {
	border: 1px solid #C0C0C0;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-box-shadow: 1px 1px 2px #606060;
	-webkit-box-shadow: 1px 1px 2px #606060;
	box-shadow: 1px 1px 2px #606060;
	outline: 0;
	-webkit-appearance: none;
	padding-left:2px;
}

input:focus {
	border-color: #33A033;
	background-color: #90FFFF;
	color:#000000;
	background-image: url(../img/leftarrow.png);
	background-repeat: no-repeat;
	background-position: right;
}

input[type="image"] {
	vertical-align:middle;
	border:none;
	-moz-border-radius:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border-radius:0px;
}

input[type="checkbox"] {
	height: 15px;
	background-image: none;
	-webkit-appearance: checkbox;
}

input[readonly] {
	background-color:#FDFFB8;
	background-image: url(../img/objectlocked.png);
	background-repeat: no-repeat;
	background-position: right;
}

.noboldfont {
	font-weight: initial !important;
}

.frmselclass {
	max-width: 28ch;
}

.input-euro {
     position: relative;
 }
 .input-euro.left input {
     padding-left:18px;
 }
 .input-euro.right input {
     padding-right:18px;
     text-align:end; 
 }

 .input-euro:before {
     position: absolute;
     top: 0;
     content:"€";
 }
 .input-euro.left:before {
     left: 5px;
 }
 .input-euro.right:before {
     right: 5px;
 }

.brh {
	display:block;
	margin-top:2px;
	line-height:2px;
}

.barraover:hover {
	background-color:#FFFF90;
}

.errbox {
	background:#FFFFFF;
	background-color:#FFFFFF;
	color:#000
}

a:hover {
	text-decoration: none;
}

h1 {
	font:30px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding:30px 0 0 0;
	margin: 0;
}

h2 {
	font:15px Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	margin-bottom: 0;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000000;
	-webkit-box-shadow: 3px 3px 4px #000000;
	box-shadow: 3px 3px 4px #000000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.lightshadow {
	-webkit-box-shadow: 10px 10px 8px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 8px -4px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 8px -4px rgba(0,0,0,0.5);
}

.shadowred {
	-moz-box-shadow: 3px 3px 4px #FF0000;
	-webkit-box-shadow: 3px 3px 4px #FF0000;
	box-shadow: 3px 3px 4px #FF0000;
	border:#FF0000 thin solid;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#FF0000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#FF0000');
}

.boxshadow {
	background-color: #FFFFFF;
	-moz-box-shadow: 3px 3px 4px #000000;
	-webkit-box-shadow: 3px 3px 4px #000000;
	box-shadow: 3px 3px 4px #000000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.boxshadowredbg {
	background-color: #F0F0F0;
	-moz-box-shadow: 3px 3px 4px #000000;
	-webkit-box-shadow: 3px 3px 4px #000000;
	box-shadow: 3px 3px 4px #000000;
	border:#FF0000 medium solid;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.cambox {
	background-color:#C0C0C0;
	padding:5px;
	margin:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.cambox:hover {
	background-color:#E0E0E0;
}

.list {
	margin: 0 auto;
	width: 33%;
	padding: 10px;
	background-color: #FFFFFF;
}

#event_row {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

#event_row_last {
	padding-bottom: 5px;
}

#header, #calendar, #main, #footer {
	margin: 0 auto;
	margin-bottom: 15px;
	/*width: 90%; *A*
	width:98%; */
	overflow: hidden;
	z-index:3;
}

#calendar, #main {
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px 5px 5px 5px;
	border-top: 1px solid rgb(204, 204, 204);
	z-index:3;
}

#calendar_wrap {
	width: 98%;
	margin-left: 10px;
	margin-bottom: 6px;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
}

#calendar_wrap .title_bar {
	font-weight: bold;
	color: #1C1C1C;
	text-align: center;
	border:1px solid #FFFFFF;
	margin-bottom:15px;
	margin-top:10px;
}

#calendar_wrap .title_bar .previous {
	float: left;
	display: block;
	width: 25px;
	height: 20px;
	background: url(../img/prevmes.gif) left top no-repeat;
	margin-top:10px;
	margin-left:10px;
}

#calendar_wrap .title_bar .next {
	float: right;
	display: block;
	width: 25px;
	height: 20px;
	background: url(../img/proxmes.gif) right top no-repeat;
	margin-top:10px;
	margin-right:10px;
}

#calendar_wrap .title_bar .month {
	width: 92%;
	margin:10px auto;
	padding-bottom:0 !important;
	padding-bottom:10px;
	font-size: 24px;
}

#calendar_wrap .title_bar h2 {
	font-size: 16px;
}

.cal_day {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 128px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #CCCCCC;
}

.cal_mark {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 128px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #FFAAAA;
}


.menuit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	vertical-align: middle;
	text-align: center;
}

.avisored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A00000;
}

.avisogreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005000;
}

.hyperlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #309F30;
	text-decoration: underline;
}

.letraspequenas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.letraspaginas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.textnormalleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:left;
}

.tableheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.cal_day .day_heading {
	position: relative;
	float: left;
	width: 40px;
	height: 16px;
	padding: 6px;
	text-transform: capitalize;
	font: 14px Arial;
	color: #FFFFFF;
}
.cal_day .day_count {
	position: relative;
	float: right;
	width: 64px;
	text-align: right;
	height: 16px;
	padding: 6px;
	font: 11px Arial, sans-serif;
	color: #FFFFFF;
}

.cal_day .day_number {
	width: 100%;
	font: 52px Arial;
	font-weight: bold;
	color: #2b2b2b;
	height:95px;
	text-align: center;
	z-index:3;
	clear:left;
}

.cal_day .day_number_today {
	width: 100%;
	font: 52px Arial;
	font-weight: bold;
	height:95px;
	text-align: center;
	z-index:3;
	clear:left;
	color: #08c;
}

span.event {
	width:55px;
	margin-top: -1px;
	padding:2px 0 !important;
	padding:1px 0 1px;
	display:inline-block;
	text-align:center;
	background-color: #000;
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
}

#footer {
	text-align: right;
	font-size: 10px;
}


.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.smltitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}


.tablenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
}

.tablenumberred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
	text-align: right;
}

.titulored{
	color: #FF0000;	
}

.titulogreen{
	color: #006600;
}


.dotcell{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #777;
}

.solcell{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #777;
}

.topdotcell {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #777;
}
.lightcellred{
	background-color:#FFE0E0;
}
.lightcellred:hover{
	background-color:#FFFFE0;
}
.lightcellgreen{
	background-color:#E0FFE0;
}
.lightcellgreen:hover{
	background-color:#A0FFA0;
}
.lightcell{
	background-color:#E0E0E0;
}
.lightcell:hover{
	background-color:#FFFFFF;
}
.lightcell0{
	background-color:#E0E0E0;
}
.lightcell0:hover{
	background-color:#FFFF90;
}
.lightcell1{
	background-color:#F0F0F0;
}
.lightcell1:hover{
	background-color:#F0F090;
}
.lightcellyellow{
	background-color:#FFFFE0;
}
.lightcellyellow:hover{
	background-color:#FFFFA0;
}
.smallbutton {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 0px;
	height: 10px;
	width: 12px;
}

.tinybordertable {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.readonly {
	color: #FFFFFF;
	background-color: #700000;
}

.bugwalk {
	position:absolute;
	top:0px;
	right:0px;
	z-index:4;
}

#headerbg {
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.98) 50%, rgba(209,209,209,0.98) 51%, rgba(254,254,254,0.96) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,0.98)), color-stop(51%, rgba(209,209,209,0.98)), color-stop(100%, rgba(254,254,254,0.96)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.98) 50%, rgba(209,209,209,0.98) 51%, rgba(254,254,254,0.96) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.98) 50%, rgba(209,209,209,0.98) 51%, rgba(254,254,254,0.96) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,0.98) 50%, rgba(209,209,209,0.98) 51%, rgba(254,254,254,0.96) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,0.98) 50%, rgba(209,209,209,0.98) 51%, rgba(254,254,254,0.96) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	position:absolute;
	top:0px;
	left:0px;
	height:50px;
	width:100%;
	padding-left:5px;
	padding-right:5px;
}

#corpoinner {
	position:absolute;
	top:52px;
	left:0px;
	/*width:110%; *A* */
	width:100%;
	overflow-y: auto;
	overflow-x: hidden;
	bottom:0px;
}

#corposlot {
	/*margin-right:8%;*A* */
}

.video {
	position: fixed;
	top: 50%; left: 50%;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

.menumark {
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}

td, th {
    border: 0px solid black;
}

table {
    border-collapse: collapse;
}

.boxleft {
	float:left;
}

.boxright {
	float:right;
	padding-right:5px;
}

.boxclear {
	clear:both;
}

.boxinline {
	display:inline-block;
}

.textonormal {
	font-size: 12px;
	font-weight: normal;
}

.redtext {
	color:#E00000;
}

.fotosblock {
	height: 70px;
	width: 60px;
	float:left;
	margin-left: 5px;
	margin-top: 5px;
}

.fotosblock img {
	height: 68px;
	width: 100%;
}

.boxgreen {
	background-color:#D0FFD0;
	padding-left:10px;
	padding-right:10px;
	border:#60C060 thin solid;
}
.tr45hg {
	height: 133px;
	white-space: nowrap;
	padding-top:40px;
	padding-right:5px;
}

.tr45hg > div {
	transform:
	translate(21px, 53px)
	rotate(315deg);
	width: 26px;
}
.tr45hg > div > span {
	border-bottom: 1px solid #707070;
	padding: -2px 10px;
}

.tr45cen {
	border:#000000 thin solid;
}
.tr45alu {
	border:#3F3F3F thin solid;
}
.tr45hl {
	background-color:rgba(255,128,0,0.2);
	border: #FF0000 thin solid;
	padding-right: 10px;
}
.hideldr {
	display:none;
}
.showldr {
	display:inherit;
}
.marinleft {
	margin-left:2px;
}
.notasneg {
	background-color:rgba(255,0,0,0.2);
}
.notaspos {
	background-color:rgba(0,255,0,0.2);
}
.notasgray {
	background-color:rgba(250,250,250,0.2);
}
.meioblocol {
	float:left;
	width:14px;
	cursor:default;
}
.meioblocor {
	float:left;
	width:14px;
	cursor:default;
	border-left:#333 thin solid;
}
.borderd {
	border-bottom:#333 thin solid;
}
.legenda {
}
.planopaap {

}
.planopaapbox {
	height:20px;
	width:30px;
	border:#000000 thin solid;
}
.tr90hg {
	white-space: nowrap;
	height:200px;
	border-left:#A0A0A0 thin solid;
	border-right:#A0A0A0 thin solid;
	overflow:hidden;
}
.tr90hg > div {
	transform:
	translate(15px,95px) rotate(270deg);
	width: 0px;
}
.tr90hg > div > span {
}
.tr90hl {
	color:#FF0000;
}
.tr90hgc0 {
	background-color:#E0E0FF;
}
.tr90hgc1 {
	background-color:#F0F0FF;
}
.linegray {
	background-color:#C0C0C0;
}
.cursorlink {
	cursor:pointer;
}
.cursorcross {
	cursor:crosshair;
}
.cursorpointer {
	cursor:pointer;
}
.medidabox {
	border:#000000 thin solid;
	background-color:rbga(255,255,255,0.5);
	height:20px;
	width:30px;
	cursor:default;
}
.height2px{
	display:block;
	margin-top:2px;
	line-height:2px;
}
.processolabel {
	background-color: rgba(0,0,255,0.1);
	width:50px;
	float: left;
	text-align: right;
	padding-right: 5px;
	margin-right: 5px;
}
.processonome {
	min-width: 200px;
	float: left;
}
.whitebackgr {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-top: -10px;
	margin-left: 10px;
}

.fotoshadow {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);	
}

.invalidotxt {
    border: 2px solid red;
}
.validotxt {
    border: inherit;
}

.displayoff {
	visibility:hidden;
	display:none;
}

.thinbordertable {
    border-collapse: collapse;
}

.thinbordertable td, th {
    border: 1px solid black;
}

.altponto {
	background:rgba(255,100,0,0.5);
}

.editponto {
	background:rgba(100,100,255,0.2);
}

.thinshaddow {
	-webkit-box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 10px -7px rgba(0,0,0,0.75);
}

.redbg {
	background: rgba(248,80,50,1);
	background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0.39) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(231,56,39,0.39)));
	background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0.39) 100%);
	background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0.39) 100%);
	background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(231,56,39,0.39) 100%);
	background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(231,56,39,0.39) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );
}
.greenbg {
	background: rgba(69,247,52,1);
	background: -moz-linear-gradient(top, rgba(69,247,52,1) 0%, rgba(23,128,51,0.39) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,247,52,1)), color-stop(100%, rgba(23,128,51,0.39)));
	background: -webkit-linear-gradient(top, rgba(69,247,52,1) 0%, rgba(23,128,51,0.39) 100%);
	background: -o-linear-gradient(top, rgba(69,247,52,1) 0%, rgba(23,128,51,0.39) 100%);
	background: -ms-linear-gradient(top, rgba(69,247,52,1) 0%, rgba(23,128,51,0.39) 100%);
	background: linear-gradient(to bottom, rgba(69,247,52,1) 0%, rgba(23,128,51,0.39) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45f734', endColorstr='#178033', GradientType=0 );
}
.yellowbg {
	background: rgba(255,255,0,1);
	background: -moz-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,243,5,0.39) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,0,1)), color-stop(100%, rgba(255,243,5,0.39)));
	background: -webkit-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,243,5,0.39) 100%);
	background: -o-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,243,5,0.39) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,0,1) 0%, rgba(255,243,5,0.39) 100%);
	background: linear-gradient(to bottom, rgba(255,255,0,1) 0%, rgba(255,243,5,0.39) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#fff305', GradientType=0 );
}
.hoverlight {
	border:#F0F0F0 thin dotted;
	margin-left:15px;
	float:left;
}
.hoverlight:hover {
	background:rgba(255,200,0,0.2);
}
.estcard {
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	-webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);	
}

.rightalign {
	text-align:right;
}

.rightalign:focus {
	background-image: url(../img/smallarighttr.png);
	background-position: left;
	background-repeat: no-repeat;
}

.thinbr {
	display: block;
	margin-top: 4px;
}

.greenborder{
	border:thin solid #00FF00;
}

.priobox {
	border: thin solid #808080;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: inherit;
}
.bordored {
	border: solid thick #FF0000 !important;
}
.noborderr {
	border-right:none !important;
}
.noborderl { 
	border-left:none !important;
}
