﻿table
{
    width: 90%;
    border-top: 1px solid #e5eff8;
    border-right: 1px solid #e5eff8;
    margin: 10px 0px 5px 25px;
    border-collapse: collapse;
}

table.editForm td:first-child
{
	text-align:right;
}

table.editForm td:last-child
{
	text-align:left;
}

table.editForm input[type='text']
{
	width:93%;
}

table.editForm select
{
	width:93%;
}

table.editForm input[type='select']
{
	width:93%;
}

table.editForm input[type='password']
{
	width:93%;
}

table.editForm input[type='submit']
{
	width: 100px;
	margin-right: 5px;
}

td.last
{
	text-align:left;
	vertical-align: middle;
}

td.last span
{
    float:left;
}

td.last input
{
     float:left;
}

td.last select
{
    float:left;
}

td
{
    color: #678197;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    padding: .3em 1em;
    text-align: center;
}
tr.odd td
{
    background: #f7fbff;
}
tr.odd .column1
{
    background: #f4f9fe;
}
.column1 td
{
    background: #f9fcfe;
    text-align:right;
}

.column2 td
{
    text-align:left;
}


th
{
    background: #f4f9fe;
    text-align: center;
    font: bold 1.2em/2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    color: #66a3d3;
     border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
}

tfoot th
{
    background: #f4f9fe;
    text-align: center;
}
tfoot th strong
{
    font: bold 1.2em "Century Gothic" , "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    margin: .5em .5em .5em 0;
    color: #66a3d3;
}
tfoot th em
{
    color: #f03b58;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
}

.SelectedRow
{
    background-color: Yellow;
}

.jqmWindow {
    display: none;
    
    position: absolute;
    top: 17%;
    
    
   
    width: 600px;
    
    background-color:White;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}



/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.btnDiv
{
    margin-left:25px;
    border-color: Gray;
}

.btnDiv input
{
    margin: 2px;
}

#middle-middle span
{
    margin-left:25px;
    margin-right: 25px;
    display: block;
}
#middle-middle h1
{
    text-align:center;
}


.login
{
    border:none;
}

.login td
{
    border:none;
    padding: 1px;
    margin:1px;
}

.login input
{
    padding: 1px;
    margin:1px;
}

.UlGrid
{
    list-style: none;
}

.UlGrid li
{
    padding: 2px 0px;
}


.menitem 
{
	width:135px;
}

.current_page_item
{
	background-color: #008DA2;
}

.rep
{
	list-style:none;
}
.rep li
{
	margin: 2px 0px;	
}

.rep li ul
{
	margin-left:30px;
	list-style:none;
}

.rep li ul il
{
		margin: 2px 0px;	
}

.ReportSwitch
{
	float: left; margin-left: 100px; margin-top:28px;
}


.calCss div
{
	width: 280px;

}

.calCss div body
{
	border: none;
}

.calCss div table
{
	width: 80px;

}

.calCss div table td
{
	width: 10px;
}

.ajax__calendar_days td
{
	padding:2px;
	width:10px;
}