/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using
 keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
body 
{
    font:13px arial,helvetica,clean,sans-serif;
}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}

h1 { font-size: 150%; }
h3 { font-size: 135%; margin-bottom: 10px; }

a:link, a:visited, a:active 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

.modalbackground
{
    background-color: #cfddf0;
    opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#cfddf0,endColorStr=#88b0e4) alpha(opacity=80);
}

div.popup 
{
    border: 1px solid Black;
    background-color: White;
    /* min-width: 350px; max-width: 550px; */
    min-height: 100px; max-height: 500px;
    padding: 10px 10px 10px 10px;
    overflow: auto;
}
