html
{
    padding: 0px;
    margin: 0px;
}
body
{
    margin: auto;
    font-family: 'Trebuchet MS', Arial, Sans-Serif;
    font-size: 14px;
    color: #000000;
    cursor: default;
    background-image: url('../images/background.gif');
    background-repeat: repeat;
    background-color: #e9e2d6;
    padding: 0px;
}
body.default
{
    margin: auto;
    font-family: 'Trebuchet MS', Arial, Sans-Serif;
    font-size: 12px;
    color: #000000;
    cursor: default;
    background-image: none;
    background-color: #FFFFFF;
}
table
{
    /*margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;*/
    width: 100%;
}
h1.notfound
{
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 30px;
}
p.notfound
{
	padding-left: 20px;
	padding-bottom: 10px;
}
a
{
	color: #790000;
}
a:disabled
{
	color: #000000;
}
div.text
{
	overflow: hidden;
	height: 13px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	top: -14px;
	left: -1px;
	position: relative;
	margin-bottom: -10px;
}
div.shadow
{
	overflow: hidden;
	height: 13px;
	margin-top: 4px;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
a.button
{
	background: transparent url('../images/system/button_end.gif') no-repeat scroll top right;
    color: #000000;
    display: block;
    float: right;
	font-size: 10px; 
    height: 24px;
    margin: 2px 0px 2px 2px;    
    padding-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
}
a.button span
{
    background: transparent url('../images/system/button_bg.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 3px 5px 18px;
}
a.button img
{
	vertical-align: middle;
	padding: 0px 4px 2px 0px;
}
a.button:hover
{
	color: #1b1464;
	text-decoration: none;
	background-position: right;
}
a.button:hover span
{
	background-position: left;
}
a.button:active
{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span
{
    background-position: bottom left;
}
input.textbox
{
    color: #1b1464;
    font-family: Segoe UI, Tahoma;
}
