/* 
    Document   : index
    Created on : 2009年9月9日, 下午03:10:03
    Author     : ken_tam
    Description:
        Purpose of the stylesheet follows.
*/

body
{
    background-color : #d3e6f5;
    color:#000000;
}

h3
{
    color: #2271a0;
    font-size: 1em;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

.time-pick
{
    display:none;
}

.blue
{
    color:blue;
}

.time
{
    width:50%;
    font-size:smaller;
}

.notice
{
    font-size:smaller;
}

div#Loading
{
    display:none;
}

div#message
{
    font-weight:bold;    
}

div.Display_Form
{
    width : 100%;
    /*height: 8em;*/
}

div#Display_Form
{
    /*height: 25em;*/
    overflow : auto;
}

div#Table_Display
{
    padding-top:2em;
}

div#FloatPad
{
    min-height: 7em;
}

div#Footer_Panel
{
    height: 6em;
    position:fixed;
    z-index:2;
    bottom:2px;
    width: 100%;
    background-color : #d3e6f5;
    display: block;
    padding-bottom: 0.5em;
    /*
    position: relative;
    height:2em;
    clear:both;
    margin-top: -2em;
    */
}
* {margin:0;padding:0;}
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 1em;}  /* must be same height as the footer */
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


div.Display_Form table td
{
    border:teal 1px solid;
}

div.Display_Form table tbody td
{
    background-color:white;
}

div.Display_Form table tr.header td
{
    background-color:lime;
}

div.Display_Form table tr.datarow_even td
{
    background-color:silver;
}

div.Display_Form table tr.datarow_odd td
{
    background-color:white;
}

div.dp_div
{
    border:maroon 2px solid;
    margin-left:2em;
}

div.dp_div>div.title
{
    text-align:left;
    background-color:orange;
}

div.dp_div>div.buttons
{
    text-align:center;
}

div.dp_div>div
{
    clear:both;
    display:block;    
}
/* Creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(lib/date_16x16.gif) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}