﻿body {
}
/*Hover Menu*/
.popupMenu {
	/* background-image:url('../Images/Backgrounds/MenuButtonUnselected.jpg');
	background-repeat:repeat-x;*/ 
	position:absolute;
	top:1px;
	left:1px;
	width:330px;
	visibility:hidden;
	/* background-color:white;
	opacity:.9;
	filter: alpha(opacity=90); */
}

.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}
.popupItem 
{
    text-align:left;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size:12px;
}
.popupSubHeading 
{
    text-align:left;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size:12px;
    text-decoration:underline;
   
}
#popupTitle
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    text-align:center;
    line-height:25px;
    font-size:14px;
    vertical-align:middle;
}


div.top 
{
    background:url('../Images/Rounded/tl.gif') no-repeat left bottom;
    padding:0px;
    width:100%;
}

div.top div.right {
    background:url('../Images/Rounded/tr.gif') no-repeat right bottom;
    height:14px;
    margin-left:14px;
}

div.middle {
    background:url('../Images/Rounded/l.gif') repeat-y left;
    clear:both;
    width:100%;
}

div.middle div.right {
    background:url('../Images/Rounded/r.gif') repeat-y right;
    margin-left:14px;
}

div.middle div.right div.RoundedContent {
    background:url('../Images/Rounded/bg.gif') repeat top left;
    margin-right:14px;
}

div.bottom {
    background:url('../Images/Rounded/bl.gif') no-repeat left top;
    clear:both;
    padding:0px;
    width:100%;
}

div.bottom div.right {
    background:url('../Images/Rounded/br.gif') no-repeat right top;
    height:14px;
    margin-left:14px;
}
div.RoundedContent .column1
{
    text-align:right;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size:12px;
}
div.middle div.right div.RoundedContent .column2
{
    text-align:left;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size:12px;
}
