﻿body 
{
    background-color:#fff;
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    color: #595959;
}
input
{
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
input[type="text"]
{ 
  /*
    background-color:#efece3;
    border: 1px solid #ccc;
  */
}

br 
{
    clear:both;
}

th 
{
    color: #000;
}

a, a:link, a:visited 
{
    color: #E66A1E;
    text-decoration: underline;
}

a:hover, a:active 
{
    color: #E66A1E;
    text-decoration: none;
}



#wrapper 
{
    background-image:url(../images/bg.jpg); 
    background-repeat: no-repeat;
    width:744px; 
    height:498px; 
    margin-left:auto; 
    margin-right:auto;
    padding: 30px;
}

#content 
{
    padding: 78px 94px 60px;
}

#login-table 
{
    padding: 45px 46px 0px 65px;
}

.login-box 
{
	font-size: 20px;
    width: 350px;
    height: 25px;
    border: 1px solid #777;

}

.login-notice 
{
    color:#4b669b;
    text-align:center;
    font-size: 14px;
}
#footer 
{
    font-size: 12px;
    margin-left: 25px;
    width: 650px;
    text-align:center;
}

/** Buttons **/
.admin_button, .standard_button 
{
    color: #fff;
    font-weight: bold;
    font-size:14px;
    background-image: url(../images/buttons/btn_orange.jpg);
    background-repeat: no-repeat;
    background-position:center;
	background-color: #E66A1E;
    height: 33px;
    width: 103px;
    text-align:center;
    padding-bottom: 2px;
}

.admin_button 
{
    float: right;
}

a.admin_button  
{
    color: #fff;
    font-weight: bold;
    font-size:14px;
    line-height:33px;
    text-decoration: none;
}



/*****************/

.statuscolor
{
    color: #f00;
    padding: 5px;
}

/****************/
.top-nav-item  
{
    font-family: "Gills Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-left:-4px;
    padding: 7px 15px;
    line-height:36px;
    border-right: 1px solid #AE9E95;
    background-image:url(../images/bg-top-nav.jpg); 
    background-repeat: repeat-x;  
    background-position: top;
}
.top-nav-item-first  
{
    font-family: "Gills Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-image:url(../images/top-nav-item-first.jpg); 
    background-repeat: repeat-x;  
    background-position: left;
    padding: 7px 15px;
    line-height:36px;
    border-right: 1px solid #AE9E95;
}

.top-nav-item-last  
{
    font-family: "Gills Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-left:-4px;
    background-image:url(../images/top-nav-item-last.jpg); 
    background-repeat: repeat-x;  
    background-position: right;
    padding: 7px 15px;
    line-height:36px;
}


a.top-nav-item:link,  a.top-nav-item:visited, 
a.top-nav-item-first-highlight:link, a.top-nav-item-first-highlight:visited,
a.top-nav-item-first:link, a.top-nav-item-first:visited,
a.top-nav-item-last:link, a.top-nav-item-last:visited,
a.top-nav-item-highlight:link, a.top-nav-item-highlight:visited, 
a.top-nav-item-last-highlight:link, a.top-nav-item-last-highlight:visited
{
    color: #fff;
    text-decoration: none;
}

a.top-nav-item:hover, a.top-nav-item:active, 
a.top-nav-item-highlight:hover, a.top-nav-item-highlight:active 
{
    color: #000;
    text-decoration: none;
    background-image:url(../images/top-nav-hover.jpg); 
    background-repeat: repeat-x;  
    background-position: top;
}

a.top-nav-item-first-highlight:hover, a.top-nav-item-first-highlight:active,
a.top-nav-item-first:hover, a.top-nav-item-first:active
{
    color: #000;
    text-decoration: none;
    background-image:url(../images/top-nav-item-first-hover.jpg); 
    background-repeat: repeat-x;  
    background-position: left;
}

a.top-nav-item-last:hover, a.top-nav-item-last:active,
a.top-nav-item-last-highlight:hover, a.top-nav-item-last-highlight:active
{
    color: #000;
    text-decoration: none;
    background-image:url(../images/top-nav-item-last-hover.jpg); 
    background-repeat: repeat-x;  
    background-position: right;
}



.top-nav-item-highlight
{
    font-family: "Gills Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-right: 1px solid #AE9E95;
    padding: 7px 15px;
    margin-left:-4px; 
    line-height:36px;
    background-image:url(../images/top-nav-hover.jpg); 
    background-repeat: repeat-x;  
    background-position: top;
}

.top-nav-item-first-highlight
{
    font-family: "Gills Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-right: 1px solid #AE9E95; 
    margin: 0px;
    padding: 7px 15px;
    margin-left:-4px; 
    line-height:36px;
    background-image:url(../images/top-nav-item-first-hover.jpg); 
    background-repeat: repeat-x;  
    background-position: left;
}

.top-nav-item-last-highlight
{
    font-family: "Gills Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 7px 15px;
    margin-left:-4px; 
    line-height:36px;
    background-image:url(../images/top-nav-item-last-hover.jpg); 
    background-repeat: repeat-x;  
    background-position: right;
}

/**********************/
