body
{
    background-position: right top;
    margin: 0px;
    background-color: #000000;
    background-image: url('../../Images/topRightHorn.jpg');
    background-repeat: no-repeat;
}


body, td
{
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
}

#highlightDiv
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 366px;
    background-image: url('../../Images/leftGradient.jpg');
    background-position: left top;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Verdana ,helvetica,sans-serif;
    color: #063F00;
    letter-spacing: 1px;
}
h1 {font-size:22px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:14px;}

#menuDiv
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 35px;
    background-image: url(/Images/menuBackground.gif);
    background-repeat: repeat-x;
    z-index: 10;   
}

#titleDiv
{
    position: relative;
    margin-top: 50px;
    margin-left: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
}

#wrapper
{
    position: relative;
    margin-top: 25px;
}
#borderDiv
{
    width: 960px;
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 25px; 
    padding: 15px;
    background-image: url('../../Images/contentBackground.png');
}

#contentDiv
{
    background-color: #FFFFFF;
    padding: 15px;
    background-image:none;
    background-image: url('../../Images/rightBackground.jpg');
    background-position:top right;
    background-repeat: no-repeat;
}

#copyrightDiv
{
    position: relative;
    color: #FFFFFF;
    text-align: center;
}
blockquote {font-family:verdana,helvetica,sans-serif; color:#004A66; font-size:16px; font-style:italic; font-weight:bold; border-top:1px dashed #CCC; border-bottom:1px dashed #CCC; margin:10px; padding:30px 10px 30px 10px; text-align:center; background-color:#EEE; margin-left:0px; }

/* styles for rounded corners */
b.rtop, b.rbottom{display:block;background: #D8D8D8}
b.rtop b, b.rbottom b{display:block;height: 1px; overflow: hidden; background: #004A66}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/**********************************/
.grid-pager
{
	background: #bbbbbb;
	border-top: solid 1 black;
}

.grid
{
	border: solid 2px Black;

}

.grid-header
{
	text-decoration: none;
	font-weight: normal;
 
}
.grid-header th
{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: Black;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	padding: 1 1 1 4;
	border-bottom-style: outset;
	border-right-style: outset;
	border-width: 1px;	
	background-color: #cccccc;
	background-image: url('../../Images/entitygridviewBackground.gif');
}
.grid-header a
{
 color: Black;
  	text-decoration: none;	
}
.literal
{
	font-size: 12px;
	font-family: Tahoma;
}
.ModalBackground
{
	background-color:#333333;
	opacity:0.5;
	-moz-opacity: 0.5; 
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.popup 
{
	width:600px;  
	height:600px; 
	overflow:scroll; 
	padding:10px; 
	background-color:White;
	border-style:solid;  
	border-color:Black;  
	border-width:1px;
	vertical-align: top;  
	text-align:left; 
}

.rsApt.appointment .rsAptInner
{
    cursor: pointer;
}