﻿body
{
	background-image: url('../imgs/bg.jpg');
	background-repeat: repeat-x;
	background-color: rgb(113, 113, 113);
	font-family: Tohoma, Calibri, Arial, Helvetica, sans-serif;
}
h1
{
	font-size: 25px;
	font-style: italic;
}
#content
{
	margin-left: auto;
	margin-right: auto;
	width: 1001px;
	min-height: 1000px;
	background-color: #FFFFFF;
}

#divMenu
{
	width: 200px;
	height: 100%;
	background-color: #57B7DF;
}
#divMenu tr 
{
	height: 53px;
}
#divMenu tr:hover
{ 
	background-image: url('../imgs/menu/item-hover.png');
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100;
}
.modalPopup
{
    border: 5px solid #CCCCCC;
    padding: 10px;
    display: block;
    background-color: #FFFFFF;
    z-index: 999;
}
