﻿ul,div 
{
    padding: 0px;
    margin: 0px; 
}
body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 0.8em;

}

table 
{
    font-size: 1em;
    font-family: Arial;
}

#pagecontent 
{
    padding: 20px;
    padding-top: 0px;
}
#footer 
{
    width: 100%;
    position:fixed;
    bottom: 0px;
    left: 0px;
    color: #fff;
    margin-top: 10px;
    padding: 3px;
}
#footer td 
{
    color: #fff;
}

.standardtable 
{
    border: 1px solid #ccc;

}
.rowheader 
{
    color: #fff;
    font-weight: bold;
    background-color: #666;
}
.rowheader a 
{
    color: #fff;
}

.standardtable tr:nth-child(even)    { background-color:#ccc; }
.standardtable tr:nth-child(even)    { background-color:#eee; }
.standardtable td 
{
    padding: 3px;
}
/*
.pager 
{
    text-align: center;
    margin: 10px;
}
.pager span { padding: 5px; border: 1px solid #000; background-color: #fff; width: 20px; margin: 2px; }
.pager span:hover { color: #fff; background-color: #bbb; }
.pager span.a:hover { color: #fff; }
*/
h2 
{

}
h3 
{

}

.loginform 
{
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px #444444 solid;
    border-radius: 5px;
}
		
.errormessage {color: Red; font-weight: bold;}

.row 
{
    height: 30px;
}
#tabarea 
{
    float: left;
    width: 100%;
    display: inline;
}
    #tabs 
    {
        display: inline;
        width: 100%;
        list-style-type: none;
        font-family: arial, serif;
        color: #fff;
        float: left;
        height: 30px;
        z-index: 80;   
        position: relative;
    }
    #tabs > li 
    {
        display: inline;
        list-style-type: none;
        float: left;
        width: 110px;
        position: relative;
        height: 30px;
        text-align: center;
        border-right: 1px solid #888;
    }
    #tabs > li > a > span 
    {
        display: inline;
        float: left;
        height: 25px;
        padding-top: 6px;  
        width: 100%;    
    }
  
    #tabs a 
    {
        color: #fff;
        text-decoration: none;
        text-shadow: 1px 1px #000;
    }
    #tabs a:hover
    {
        text-decoration: underline;
        cursor: pointer;
    }
    
    #tabs > li > a > span.selectedtab
    {
        background-color: #999;
        color: #fff;
    }      

.ui-button {font-size: 0.8em;}
.ui-datepicker {font-size: 0.8em;}
.ui-widget-header 
{
    
}
.ui-widget-content 
{
    padding: 15px;
}
.ui-button,  .ui-button-text .ui-button{  
font-size: 12px !important; 
}
