﻿label{
	float:left;
	line-height:20px;
	padding:top:2px;
	width:160px;
	display:block;
}

.clearAll{
	clear:both;
}

.validationError
{
    font-weight:bold;
}
.success
{
    color:#FF0033;
    font-weight:bold;
}
.error
{
    color:Red;
    font-weight:bold;
    
}
.tableHeader
{
    font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 10px;
    line-height: 17px;
    font-weight:bold;
}
.tableRow
{
    font-family: Calibri,Arial, Helvetica, sans-serif;
	font-size: 10px;
    line-height: 17px;
}

.selectedRow:hover
{
    background-color:Silver;
        
}

.buttonOld {
          /* button styles */
		  background-color: #4682B4;
          -webkit-border-radius: 10px 9px; -moz-border-radius: 10px 9px; border-radius: 10px 9px;
          border: 0px;
          margin: 5px;
		  padding: 4px 10px 2px 10px;
		  min-width: 100px;
		  
		  /*text styles */
          color: white;
          font-family: helvetica, arial, sans-serif;
          font-size: 11px;
          font-weight: bold;
          letter-spacing: 0px;
          word-spacing: 0px;
          text-align: center;
          text-shadow: 0px 0px 0px black;
          
          /*interaction */
		  cursor: pointer;
}

.button{
    font-family: Arial, Helvetica, sans-serif;
    text-align:left;
	font-weight: bold;
	margin-top:3px;
	color: #FF0033;
	text-decoration: none;
	border-style:none;
	min-width:100px;
	background-color:Transparent;
	cursor: pointer;
	cursor:hand;
	padding-left:0;
	left:-100px;
	white-space:nowrap;
}
.loginbutton{
    font-family: Arial, Helvetica, sans-serif;
    text-align:right;
    font-weight: bold;
    float:right;
    padding-right:0;
	color: #FF0033;
	text-decoration: none;
	border-style:none;
	min-width:100px;
	background-color:Transparent;
	cursor: pointer;
	cursor:hand;

}

.selectedNode {
     font-weight:bold;
     text-transform:uppercase;
     line-height:20px;
}
.tree 
{
    
    line-height:20px;
}

input{    
    margin-top:3px;
}
textarea{
    margin-top:3px;

}


p li{
    padding-left:10px;
}

DIV.ProgressBar { width: 100px; padding: 0; border: 1px solid black; margin-right: 1em; height:.75em; margin-left:1em; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
DIV.ProgressBar DIV { background-color: Green; font-size: 1pt; height:100%; float:left; }
SPAN.asyncUploader OBJECT { position: relative; top: 5px; left: 10px; }

.long 
{
    width:200px;
    
}
