﻿/* Modal CSS */
#simplemodal-overlay
{
	background: #000;
}

#simplemodal-container
{
	background: #fff;
	border: 2px solid #555;
	
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#simplemodal-container a.modalCloseImg 
{
	background-image: url('images/close.png');
	background-color: Transparent;
	width: 36px;
	height: 36px;
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1000;
}

div.modal-box
{
	padding: 20px 25px 0;
	display: none;
	text-align: center;
}

div.modal-box p
{
	margin-top: 10px;
}

#redemptionView
{
	
}

#awardView
{
	padding-left: 5px; 
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    height: 95%;
}
.simplemodal-container,
#simplemodal-container{}
#recogInfoOverflow
{
	overflow: auto;
}
#statusView
{
	padding-left:5px;
    padding-right:5px;
    padding-top:5px;
}

#awardView .content table, 
#awardView .content table tbody tr, 
#awardView .content table tbody tr th, 
#awardView .content table tbody tr td {
    text-align: left;
}
