/********************************
 *	Faces Components Stylesheet *
 ********************************/

.form {
}

.commandLink {
}

.outputLink {
}

.link {
}

.graphicImage {
}

.outputLabel {
}

.inputText {
}

.inputText_Error {
	border-style: solid;
	border-color: #DE5C5C;
}

.inputTextarea {
}

.inputSecret {
}

.inputHidden {
}

.outputText {
}

.outputFormat {
}

.commandButton {
}

.button {
}

.message {
}

.messages {
}

.selectBooleanCheckbox {
}

.selectBooleanCheckbox_Error {
}

.selectOneRadio {
}

.selectOneRadio_Error {
}

.selectOneRadio_Disabled {
	color: GrayText;
}

.selectManyCheckbox {
}

.selectManyCheckbox_Error {
}

.selectManyCheckbox_Disabled {
	color: GrayText;
}

.selectOneListbox {
}

.selectOneListbox_Error {
}

.selectManyListbox {
}

.selectManyListbox_Error {
}

.selectOneMenu {
}

.selectOneMenu_Error {
}

.selectManyMenu {
}

.selectManyMenu_Error {
}

.panelGroup {
}

.panelGrid {
}

.dataTable {
	empty-cells:show;
}

.headerClass {
	background-color: ThreeDFace;
	color: WindowText;
	border-width: 1px;
	border-style: solid;
	border-color: ThreeDShadow;
	margin:2px;
	padding:0px;
	padding-left:4pt;
	padding-right:4pt;
	padding-bottom:2px;
	font-weight: 400;
	overflow: -moz-scrollbars-none;
}

.footerClass {
	background-color: ThreeDFace;
	color: WindowText;
	border-width: 0px;
	border-style: none;
	padding:0px;
	padding-left:4pt;
	padding-right:4pt;
	font-weight: 400;
	overflow: -moz-scrollbars-none;
}

.rowClass1 {
	background-color: window;
}

.rowClass2 {
	background-color: ThreeDFace;
}

.columnClass1 {
	background-color: window;
	margin:2px;
	padding:0px;
	padding-left:4pt;
	padding-right:4pt;
	padding-bottom:2px;
	overflow: -moz-scrollbars-none;
}

.columnClass2 {
	background-color: ThreeDFace;
	margin:2px;
	padding:0px;
	padding-left:4pt;
	padding-right:4pt;
	padding-bottom:2px;	
}


.dateInput {
	width: 100%;
}

.activeDocument {
	font-weight: bold;
}

.activeRow {
	font-weight: bold;
	background-color: green;
}

.loaderDiv {
	position:absolute;
	top:0px;
	left:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
	background-color: #000000;
	z-Index:1000;
	width: 100%;
	height: 100%;
}

.loaderContent {
	width:35%;
	height:50px;
	top:5%;
	left: 35%;
	z-index: 1000;
	position: absolute;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 15px;"
}


@-webkit-keyframes blinker { from {opacity:1.0;} to {opacity:0.0;} }
@keyframes blinker { from {opacity:1.0;} to {opacity:0.0;} }

.blink {
   text-decoration:blink;
  -webkit-animation-name:blinker;
          animation-name:blinker;  
  -webkit-animation-iteration-count:infinite;  
          animation-iteration-count:infinite;  
  -webkit-animation-timing-function:cubic-bezier(1.0,0,0,1.0);
          animation-timing-function:cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration:1s; 
          animation-duration:1s; 
}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 0px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; 
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}

.col5 {
	width: 5%;
}

.col10 {
	width: 10%;
}

.col20 {
	width: 20%;
}

.col30 {
	width: 30%;
}

.col40 {
	width: 40%;
}

.col50 {
	width: 50%;
}

.col60 {
	width: 60%;
}

.col70 {
	width: 70%;
}

.col80 {
	width: 80%;
}

.col90 {
	width: 90%;
}

.col100 {
	width: 100%;
}

.folder {
	text-align: center;
	word-wrap: break-word;
	width: 75px;
	margin: 5px;
	font-size: 12px;
	cursor: pointer;
	min-height: 75px;
	max-height: 75px;
	float: left;
}

.folder:HOVER {
	background-color: #f0f0f0;
	border: 1px solid #2c6aa0;
}

.folder a{
	text-decoration: none;
	cursor: pointer;
}

.folder a:HOVER{
	text-decoration: none;
}

.document {
	text-align: center;
	word-wrap: break-word;
	width: 60px;
	margin: 5px;
	font-size: 12px;
	cursor: pointer;
	min-height: 75px;
	max-height: 75px;
	float: left;
}

.document:HOVER {
	background-color: #f0f0f0;
	border: 1px solid #2c6aa0;
}

.document a{
	text-decoration: none;
	cursor: pointer;
}

.document a:HOVER{
	text-decoration: none;
}

.actDoc {
	color: #69aa46;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
