﻿.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.modalPanel
{
	width: 500px;
	background-color: white;
	border: solid 1px orange;
}

table.modalHeader
{
	border-collapse: collapse;
	background: url(/O2LMS/images/layout/gradient_titlebar.jpg) repeat-x;
	width: 100%;
	height: 25px;
}

div.modalMessage
{
	width: 95%; padding-top: 25px;
}

div.modalNavigator
{
	width: 100%; padding-top: 25px; padding-bottom: 10px; text-align: right;
}

a.modalCloseX:link, a.modalCloseX:active, a.modalCloseX:visited
{
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    color: #dddddd;
}

a.modalCloseX:hover
{
    color: #9bb3b3;
}


