﻿

.TableStyle 
{
	background-color:Olive;	
	font-family:Verdana;
	font-size:10px;
	width:400px;
}

.DefaultRow
{
	background-color:Olive;
}


.HighlightRow 
{
	background-color:Yellow;
}
	.message_style
{
    border-color: #33CCFF;
    margin-top: 0pt;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: #DFFFFF;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
}
	
.explanation_note
{
 
border: 1px solid #dd3c10;
    padding: 10px;
    margin-top: 0pt;

    margin-right: 10px;

    margin-bottom: 10px;

    margin-left: 10px;

    background-color: #ffebe8;

    background-image: none;

    background-repeat: repeat;

    background-attachment: scroll;

    background-x-position: 0%;

    background-y-position: 0%;
    font-weight: 700;
}	
	.message_style
{
    border-color: #33CCFF;
    margin-top: 0pt;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    background-color: #DFFFFF;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-x-position: 0%;
    background-y-position: 0%;
}
	
.explanation_note
{
 
border: 1px solid #dd3c10;
    padding: 10px;
    margin-top: 0pt;

    margin-right: 10px;

    margin-bottom: 10px;

    margin-left: 10px;

    background-color: #ffebe8;

    background-image: none;

    background-repeat: repeat;

    background-attachment: scroll;

    background-x-position: 0%;

    background-y-position: 0%;
    font-weight: 700;
}	
/*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;
	width:250px;
}	