@charset "utf-8";
/* css document */

body,td,blockquote {
	font-family: arial,helvetica,sans-serif; 
}

body {
	margin: 10px;
	font-size: 13px;
}

body.path {
	margin:0;
	font-size: 11px; 
	padding-top: 5px; 
	font-family: arial,helvetica,sans-serif; 
}


div.delLink {
	font-size: 13px;
	text-decoration:underline;
}

a {
	font-size: 13px;
}

a:hover 	{ text-decoration:none; }


a:link 	{ text-decoration:underline; }

a.path {
	font-size: 11px;
}


/* headers */
h1 {
	font-size:24px;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 6px;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

tr {  
	font-size:12px;
}


td {  
	padding: 0px 8px; 
}

tr.listHead {  
	font-size:12px;
	font-weight: bold; 
	height: 20;
}

tr.listBody {  
	font-size:13px;
}


tr.listBody td {  
	padding-top: 5px;
	padding-bottom: 5px;
}

td.frmLabel {  
	font-weight: bold; 
	font-size: 13px;
	padding: 4px; 
	height: 30px;
	max-width: 200px;
}

td.frmInput {  
	padding-top: 7px;
	padding-bottom: 7px;
}



input[type=submit], input[type=button]  {
   padding: 7px;
    border-radius: 1px;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: bold;
}

input[type=checkbox] {
	width: 16px;
	height: 16px;
}

input[type=text], input[type=password], select, textarea {
    padding: 4px;
//    margin: 4px 0;
    display: inline-block;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333;
    font-size: 1.2em;
}



.tooltip {
    	display: inline-block;
}

.tooltip .tooltiptext {
     	visibility: hidden;
    	background-color: white;
    	color: #444;
    	border-radius: 4px;
    	border: 2px solid #dc721c;
    	padding: 10px;
    	font-weight: normal;
    	font-size: 14px;
    	max-width: 200px;

    	/* Position the tooltip */
    	position: absolute;
    	z-index: 1;
}

.tooltip:hover .tooltiptext {
    	visibility: visible;
}



.loading-icon {
	position: absolute;
    	top: 0;
	left: 0;
    	width: 100%;
    	height: 100%;

	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: bottom;
    	background-size: 150px 150px;
}
