﻿body {
	background-image:	url(Images/Background.jpg);
	background-repeat:	repeat-x;
	background-color:	white;

	margin:			    0px;
	padding:		    0px;

	text-align:		    center;
}

img 
{
    border:             0px;
    vertical-align:     middle;
}

a:link {
    color:              #0000BB;
    text-decoration:    none;
}

a:visited {
    color:              #0000BB;
    text-decoration:    none;
}

a:hover {
    color:              #6666FF;
    text-decoration:    underline;
}

.page {
	margin:			    0 auto;

	width:			    900px;
}

.linkbutton {
    padding-right:      6px;
    padding-bottom:     4px;
}

.content {
	background-image:	url(Images/Content.png);
	background-repeat:	repeat-y;

	position:		    relative;

	padding:		    0px 40px 0px 40px;

	text-align:		    justify;

	width:			    820px;
}

.printpage {
    background-color:   White;
    
	margin:			    0 auto;
}

.printcontent {
	position:		    relative;

	padding:		    10px;

	text-align:		    justify;
}

.box {
	padding:		    10px;
	float:			    left;
}

.errortext 
{
    color:              red;
    font-weight:        bold;
}

.text {
	font-family:		Arial, Verdana, Tahoma;
	font-size:		    11px;
}

.smallertext {
    font-size:          9px;
}

.title {
	font-size:		    14px;
	font-weight:		bold;
}

.copyrights {
    font-family:        Tahoma;
    font-size:          9px;
}

.bigredtext {
	color:			    red;

	font-size:          16px;
	font-weight:		bold;
}

.divider {
    background-color:   #FF8888;

    height:             1px;
}

.favicon {
    background-color:   white;

    border:             solid 1px gray;

    padding:            1px;
}

.button {
    padding:            2px;
}

.loading {
    position:           absolute;

    left:               0px;
    top:                0px;

    display:            none;
}

.loadingnotify {
    background-color:   white;
    border:             solid 1px #AAAAAA;

    padding:            20px;
    
    position:           absolute;

    left:               20px;
    top:                10px;
    
    white-space:        nowrap;
}

.menucategory {
    background-color:   #7D7D7D;
    color:              #FFFFFF;

    font-weight:        bold;
    font-size:          13px;
}