﻿.resource-area
{ 
    margin: 0;
    padding: 0s;
    background: #FFFEB6;
    border: solid 1px #D2D187;
    font-size: 13px;
}

.resource-area h1 
{
    font-weight: bold;
    margin: 0;
    padding: 5px 5px 0 5px;
    font-size: 14px;
    color: #5B5B43; 
}

.resource-area hr
{
    margin: 5px 5px 5px 5px;
    padding: 0;
    color: #D2D187;
    background-color: #D2D187;
    height: 1px;
    border: none;
}

.resource-area a, .resource-area a:visited
{
    color: #5B5B43;
    text-decoration: none;
    font-weight: bold;
}
    

.screen-detail p { margin: 0 0 3px 0; padding: 0; }
.screen-content { background: #d1e0f0; padding: 0; border: solid 1px #6589ae; }
.screen-content p { margin:5px; padding:0; vertical-align: middle; }
.screen-content dd { display: inline; }

.template-area
{
    width: 100%;
    height: 107px;
    overflow: auto;
}

.template-list
{
    width: 800px;
    height: 80px;
}

.template-list input { margin: 5px; }

.modalProgressGreyBackground 
{
    background:#666666;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    width:300px; 
    height:100px;
}