﻿* {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

body {

	background: #314D6B url(images/img01.jpg) no-repeat center top;
	color: #A0A0A0;
}

#menu {
	width: 1500px;
	background: url(images/img02.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;	
	list-style: none;
}

#menu li {
	display: inline;
}

/* Rounded gridviews style */
.rounded-grid
{
	font-size: 0.85em;
	border: solid 1px #7f7f7f;
    border-collapse: collapse;
    color: #333333;
}

.rounded-grid th
{
	background-color: #ffffff;
	background-image: url('./Images/GridViewHeader.jpg');
	background-repeat: repeat-x;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000000;
    padding: 4px 10px 4px 10px;
    vertical-align: bottom;
    text-align:left;
}  

.rounded-grid th a
{
	color: #333333 !important;
	/*color: #F21C0A;*/
    font-weight: bold;
	text-decoration: none;
	display: block;
}

.rounded-grid td
{
	background-color: #ffffff;
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #bbd9ee;

}

.rounded-grid td a
{	
	color: #F21C0A;
}

.modal-background
{
	background-color: Gray; filter: alpha(opacity=40); opacity: 0.1; margin-left:10%; margin-right:-90%
}

.modal-popup
{
	border: solid 1px Gray; background-color: White; position:absolute; right:10%; margin-left:10%; margin-top:5%;
	text-align:center; 
	 
}


