﻿/* HelpPopUp*/

#Canvas
{
	height:300px;
	width: 400px;
}

#NoStyle
{
	display: block;
}
.NoStyle
{
	
}

#Header
{
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%; 
	background-color: rgb(233,213,213); 
}

#ContentBody
{
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%; 
	background-color: rgb(233,213,213); 
	border-top-color: rgb(150,122,122);
	border-top-width: 1px;
	border-bottom-style: dashed;
}

/* IFrame Control */
#iframeControl
{
	
	background: transparent url(./images/body.gif) repeat-x scroll 0% 20px;
	background-color:rgb(245,245,245);
	width: 300px;
	height: 150px;
	border: solid 1px #AFAFAF;
}

.iframeControl
{
	background-color:rgb(245,245,245);
	background: transparent url(./images/body.gif) repeat-x scroll 0% 0px;

}



#iframeControlHeader
{
	background:transparent url(images/head.png);
	background-attachment: scroll;
	background-repeat: repeat-x;

	color: rgb(240,240,240);
}

#iframeControlDiv
{
	width:100%;
	height:130px; 
	
	border-width: 0px;
	border-style:none;

	
	-moz-box-sizing:border-box;
	overflow:auto;
}

.iframeClose A
{
	color:rgb(230,230,230);
	
	font-size: 10pt; 
	line-height: 12pt;
}

.iframeContentDiv
{
	background-color:#505367;
	
}


.iframeHeading
{
	font-size: 9pt;
	font-family: Verdana;
	float:left;
	width: 70%;
	background:transparent url(images/head.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	height:20px;
}

.iframeClose
{
	background:transparent url(images/head.png);
    background-repeat: repeat-x;
    font-size: 10pt;
    font-weight:lighter;
	float: right;
	width: 30%;
	text-align: right;
	height:20px;
}


/* Menu Items */
#MenuStripOuting
{
	
}
#SectionsDiv
{
	
}

.MenuItemLink
{
	
}
.MenuItemDiv
{
 
}

/* Content Section */
.HelpDiv 
{
	background: rgb(255,255,255);
}



#PopUpHeader
{
	border-bottom-color: #505367;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 5px;
	
	padding-top: 3px;
	padding-bottom: 3px;
	
	font-size: 11px;
}

#PopupCanvas
{
	padding-left:10px;
	width: 270px;
	font-size: 9px;
}



/* Help Button */
.HelpButton
{
	vertical-align:middle;
}

/*Hover Menu*/
.popupMenu 
{
	clear:both;
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	width: 200px;
	height:auto;
	border: solid 2px black;	
	padding: 5px;
	position: relative;
	font-family: Verdana;
	font-size: x-small;
	font-style:normal;
	font-weight:normal;
}