﻿/************************************************
menu style
***********************************************/
.ListControl_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: dimgray 1px solid;
    height: 25px;
}
.ListControl_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.ListControl_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.ListControl_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}
.ListControl_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}
.ListControl_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}



.toolbar
{
         font-size: 12px;
         font-family: Tahoma, Arial, Helvetica;
         font-weight:normal;
         padding: 6px;
         filter: progid:DXImageTransform.Microsoft.Gradient  (gradientType=0,startColorStr=#ffffff,endColorStr=lightblue);
}
        
         
.LinkFolder
{
	
	margin:1.5em 0 0 0;
	font:normal 1.3em arial;
	color:#8b2;
	clear:left;
}

.LinkFile
{
	margin:1.5em 0 0 0;
	font:normal 1em arial;
	clear:left;
}

a.LinkFile
{
	color: #06c;
	border-bottom: 1px solid #ccc;
	font-size: xx-small;
}
a.LinkFile:visited { color:#ff9900 }
a.LinkFile:visited:hover { border-color:#ff9900 }
a.LinkFile:hover { border-color:#06c }
a.LinkFile[href^="http://"] {
	padding-right:13px;
	background:url(ex.gif) right 0 repeat-y;
}
a.LinkFile[href^="http://"]:visited:hover, cite a:visited:hover { background-position:right 100px }
a.LinkFolder[href^="http://"]:hover, cite a:hover { background-position:right 200px }
a.LinkFile img { border:0 }
#antiintro img, #related img {
	float:left;
	margin:0.5em 1em 0.5em 0;
}



a.LinkFolder
{
	color: #06c;
	border-bottom: 1px solid #ccc;
}
a.LinkFolder:visited { color:#96c }
a.LinkFolder:visited:hover { border-color:#96c }
a.LinkFolder:hover { border-color:#06c }
a.LinkFolder[href^="http://"] {
	padding-right:13px;
	background:url(ex.gif) right 0 repeat-y;
}
a.LinkFolder[href^="http://"]:visited:hover, cite a:visited:hover { background-position:right 100px }
a.LinkFolder[href^="http://"]:hover, cite a:hover { background-position:right 200px }
a.LinkFolder img { border:0 }
#antiintro img, #related img {
	float:left;
	margin:0.5em 1em 0.5em 0;
}

.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #03277C;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
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;
}
/****************************************************
***************New Style*****************************
****************************************************/
a.EdelLinks {
	color:#06c;
	border-bottom:1px solid #ccc;
}
a.EdelLinks:visited { color:#96c }
a.EdelLinks:visited:hover { border-color:#96c }
a.EdelLinks:hover { border-color:#06c }
a.EdelLinks[href^="http://"] {
	padding-right:13px;
	background:url(ex.gif) right 0 repeat-y;
}
a.EdelLinks[href^="http://"]:visited:hover, cite a:visited:hover { background-position:right 100px }
a.EdelLinks[href^="http://"]:hover, cite a:hover { background-position:right 200px }
a.EdelLinks img { border:0 }
#antiintro img, #related img {
	float:left;
	margin:0.5em 1em 0.5em 0;
}

.EdelContentName
{
	color: #8b2;
	background: #fff;
	text-decoration: none;
	font: 1.2em arial;
}
.EdelContentComment
{
	background: #fff;
	text-decoration: none;
	font: 1em arial;
}
.EdelContentDate
{
	background: #fff;
	text-decoration: none;
	font: bold 0.9em arial;
}
