﻿.MasterHeader
{
    font-family: Verdana, Arial;
	background-color:#feedc8;
    height: 50px;
    background-image: url("../Images/logo_background.gif");
    background-repeat: repeat-x;
}

.body
{
    font-family: Verdana, Arial;
	font-size:10px;
}

.bodystatement
{
    font-family: Verdana, Arial;
	font-size:11px;
	font-color:#996600;
}

.Background
{
    background-image: url("../Images/bg_white.gif");
    background-repeat:no-repeat;
    background-position:center;
}

.NoticeWindow
{
	border: solid 1px black;
}

.NoticeTitle
{
	font-family: Verdana, Arial;
	background: url("../Images/Notice_Title.gif");
	background-color: Black;
	color: White;
	font-weight: bold;
	text-decoration: underline;
	cursor:default;
}

.NoticeTitle TD
{
	font-family: Verdana, Arial;
	border:solid 2px black;
	height:20px;
}

.NoticeHeader
{
	font-family: Verdana, Arial;
	border:dashed 5px black;
}

.NoticeHeader TD
{
	border-bottom: dashed 1px black;
}

.NoticeBody
{
    background-color:silver;
}

/*Modal Popup*/
.ModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.ModalPopup
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

.ModalPopupHeader
{
    background-color: Black;
    color:Red;
}

.OrangeText10
{
    font-family: Verdana, Arial;
	font-size:10px;
	font-color:#ff6633;
}