﻿@font-face {
	font-family: "AgendaRegular";
	src: url("fonts/agenda-medium-webfont.ttf");
	font-weight:normal;
}

@font-face {
	font-family: "AgendaBold";
	src: url("fonts/agenda-bold.ttf");
}


body 
{
	font-size: 1.2em;
    width:1000px;
    margin:auto;
}
input[type=text], input[type=password]
{
    width: 300px;
    border: 1px solid #bbbbbb;
    font-size: 0.9em;
    padding: 2px;
}
.login-table
{
    margin: 0 25px 0 25px;
    font-family:AgendaRegular;
}

.login-table span
{
    font-size:1.3em;
}

.login-table td
{
    padding: 10px;
    text-align: right;
}
        
.login-container
{
    width: 547px;
    margin:10% auto 0 auto;
    text-align: left;
    border-radius: 15px;
    box-shadow: 3px 3px 10px #666666;
    font-size: 0.9em;
}
.login-container-header
{
    background: #ffffff url("../content/images/grey-gradient.gif") repeat-x bottom;
    color: #ff6600;
    font-weight: bold;
    border: 1px solid #bbbbbb;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-collapse: collapse;
    padding: 4px 0 4px 10px;
    font-size:2em;
}
.login-container-contents
{
    padding: 20px;
    border: 1px solid #bbbbbb;
    border-collapse: collapse;
    background-color: White;
}
.login-container-footer
{
    background-image: url("../content/images/bottom-border.png");
    height: 93px;
    border: 1px solid #bbbbbb;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.login-button
{
    border: 1px solid #A64200;
    background: #FFA366 url("../content/images/orange-nav-gradient.gif") repeat-x bottom;
    border-radius: 10px;
    padding: 10px;
    color: White;
    font-size: 1.2em;
    letter-spacing:0.05em;
    font-family: AgendaBold;
}

.login-button:hover
{
    background: #ff6600 none;
}
.login-button img
{
    vertical-align: bottom;
}

.small-text
{
    font-size:0.8em;
}

/*needed to change the colour of the UI dialog popup*/

.ui-dialog
{
    padding:0;
}

.ui-dialog .ui-dialog-title
{
    color:#ff6600;
    font-family: AgendaRegular;
}

.ui-dialog .ui-dialog-titlebar 
{
    background: #ffffff url("../content/images/grey-gradient.gif") repeat-x bottom;
    border:none;
}

.ui-widget-content .ui-icon 
{
    background-image:url("../content/images/ui-icons_222222_256x240.png") !important;
}