@charset "UTF-8";
/* CSS Document */

body {
	background: #CCCCCC;
	margin: 0px;
}

a:text
{
	color: #CCCCCC;
}
a:link
{
	color: #660000;
	text-decoration: none;
}
a:visited
{
	color: #660000;
	text-decoration: none;
}
a:hover
{
	color: #666666;
	text-decoration: none;
}
a:active
{
	color: #666666;
	text-decoration: none;
}

a.vault:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
a.vault:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
a.vault:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-decoration: underline;
}
a.vault:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCCCCC;
	text-decoration: underline;
}

.stdXSmall
{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.stdXSmallBold
{
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.stdSmall
{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.stdSmallBold
{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.stdMed
{
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.stdMedBold
{
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.dhtmlwindow{
position: absolute;
border: 1px solid #666666;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #666666;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #666666;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #333333;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}