@charset "ISO-8859-1";

/* ----------------------------------------------------------- LAYOUT ----------------------------------------------------*/
#logo {
    padding: 10px;
    float: left;
}
#wrapper {
	margin :10px 20px;
	display: block;	
	width: 1850px;
	float: none;
	padding-right: 20px;
}
#header {
	height: 35px;
    display: block;        
    float: none;
}

#content {
    display: block;        
    float: none;
}

#footer {
	/*display: block;	
	float: none;*/
    position: absolute;
    bottom: 20px;
    background-color: white;
    font-size: 14px;
}

#dashboard {
	margin: auto;
	width: 495px;
	height: 275px;
}

.vcenter {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;     
}

#ajaxload {
	background: url('img/ajax-loader.gif') no-repeat, fixed center; 
	visibility: hidden; 
	position: absolute; 
	z-index : 10; 
	height: 32px;
	width: 32px;
}

/* ----------------------------------------------------------- LOOK ----------------------------------------------------*/
body {
    background-color: #ffffff; /*#A8AAAD;*/
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;    
}

form {
	margin: auto;
    background-color: #ffffff; 
    padding: 20px;
	font-size: 12px;
	display: block; 
	border-radius: 10px; 
}

#formOrgID {
    background-color: transparent; 
	font-size: 12px;
	display: block; 
	padding: 0px;
}

.uidefault {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 12px;  
    color: #383838;     
}

.status {font-size:12px; color:#7D7D7D; padding-top: 10px;}
.error {font-size:12px; color:red; padding-top: 10px;}

h2 {
}

h3 {
}

#orgselect {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;	
	color: #383838; /*#5c9ccc;*/
	float:left;	
	font-size: 12px; 
	margin-right: 20px;	
}

#dashboardlink,
#loginlink {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;	
	margin-right: 20px; 
	color: #383838; /*#ffffff; */
	float: right;	
	font-size: 12px;  
}

#dashboardlink {
	float:left;
}


#loginbutton a {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;		
	margin-top: 0px;
	margin-right: 20px; 
	font-size: 14px;  
	color: #5c9ccc; 
}

#dashboardlink a,
#login a,
#loginlink a {
	text-decoration: underline; 
	color: #383838; /*#ffffff; */ 
}

#editracerform {
	margin-bottom: 10px;
	height: 300px;	
}

#editracerform table{
	float: left;
	width: 30%;
}

#editracerform #update {
	float: right;
	width: 10%;
	height: 100%;
	position: relative;
}

#editracerform #update a {
	position: absolute;
	right: 0px;
	bottom: 30px;
	color: #5c9ccc;
}

#editracerform #update #statusupdate {
	position: absolute;
	right: 0px;
	top: 40px;
}

#editracerform input[type=image] {
	width: 32px;
	height: 32px;
	border:none;
	position: absolute;
	right: 0px;
	top: 0px;
}

#editracerform input[type=Submit] {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#editracerform select,
#editracerform input[type=text],
#editracerform input[type=tel],
#editracerform input[type=email],
#editracerform input[type=date],
#editracerform input[type=number]   {
	width: 225px;
}

label[required],
.req {
	color: #5c9ccc;
	font-style: italic;
	font-weight: bold;
}

select[required],
input[required] {
	border: 1px solid #5c9ccc;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}


@media only screen and (max-width: 550px) {
    .clearit {
        clear: both;
    }
}    