﻿html
{
    font-size: 12pt; 
    line-height: 15pt; 
    font-family: calibri,tahoma; 
    letter-spacing: 1pt;
}
body
{
    background:black;
}

table 
{
    font-size: 12pt; 
    line-height: normal; 
    font-family: calibri,tahoma; 
    letter-spacing: normal;
}

    .display
    {
    width:750px;
    background:white;
    }

.page
{
background-color:White;
border:solid 0px white;
}

.navtd
{
padding-bottom:50px;
}

.normal
{
line-height:normal;
}


.content1
    { 
   width: 600px; 
   text-align:left;
   padding-bottom:50px;
   margin-right:20px;
    }

A:link
{
    color :gray;
    text-decoration:underline;
}

A:visited
{   
    color :gray;
    text-decoration:underline;
}

A:hover
{
    color :red;  
}


A:active
{
    color :red;
}

A:link.footerlink
{
    color :gainsboro;
    text-decoration:none;
    font-size:smaller;
}

A:visited.footerlink
{   
    color :gainsboro;
    text-decoration:none;
    font-size:smaller;
}

A:hover.footerlink
{
    color :red;  
}


A:active.footerlink
{
    color :red;
}

.replybutton
{
font-family:Arial;
border:solid 0px silver;
padding:2px;
color:Gray;
background:aliceblue;
font-size:7.5pt;
padding-left:5px;
padding-right:5px;
}


.normal
{
    font-size: 9.5pt; 
    color: dimgray; 
    line-height: 16pt; 
    font-family: calibri,tahoma; 
    letter-spacing: 1pt;
}

/* tree navbars */

/* navmenu controls the overall font and appearance of tree navbars */
/* note that these classes are only applied if the default IMS skin is selected */
/* as the tree navbar skin. If anything else is selected, the tree appearance is */
/* is controlled by the style.css in the radcontrols/treeview/skins directory */
.navmenu
{
    padding-top:80px;
    padding-left: 20px;
    font-size: 11pt; 
    color: gray; 
    line-height: 18pt; 
    font-family: calibri,tahoma; 
    letter-spacing: 2pt;
}    
/* these classes control the nodes in the tree navbar */
.TreeNode 
{ 
	text-decoration: none;
	border:none;
}
.TreeNodeOver 
{
	border:solid 1px gray; 
	cursor: pointer;
	text-decoration:none;
}
.TreeNodeSelect 
{     
	background:lavender; 	
    cursor: pointer;
}
.TreeNodeDisabled
{ 
	text-decoration: none;
	cursor: default;
}
.TreeNodeEdit 
{
    border :1px gray solid;
}
.LoadingMessage
{
	background:LemonChiffon; 
	border: solid 1px;
	padding: 2px;
}
.LoadingMessageBlue
{
	color: Blue;
	padding: 2px;
}
.TreeContextItem
{ 
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#fdfdfd;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}
.TreeContextItemOver
{
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#f3f3f3;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #d4d4d4;
}
.TreeNodeEdit 
{
	border:1px gray solid;
    font-family:"Segoe UI","Trebuchet MS", verdana, Helvetica, sans-serif;
	font-size: small;
	margin-left: 3px;  
	text-align: left;
}


/* these are general page classes */
.header
{
font-size:150%;
}

.subheader
{
font-size:125%;
}

.footer
{
font-size:88%;
}

.smalltext
{
font-size:80%;
}

.condensedchars
{
letter-spacing:0pt;
}

.expandedchars
{
letter-spacing:3pt;
}

.condensedlines
{
line-height:normal;
}

.expandedlines
{
line-height:16pt;
}

.callout1
{
border-top:solid 1px black;
border-bottom:solid 1px black;
padding-top:15px;
padding-bottom:15px;
margin-top:10px;
margin-bottom:10px;
}
.callout2
{
border-top:solid 1px black;
border-bottom:solid 1px black;
padding-top:15px;
padding-bottom:15px;
margin-top:10px;
margin-bottom:10px;
font-size:125%;
font-weight:bold;
}
.callout3
{
border-top:solid 2px black;
border-bottom:solid 2px black;
padding-top:15px;
padding-bottom:15px;
margin-top:10px;
margin-bottom:10px;
color:dimgray;
}

.pagefooter
{
    height:50px;
    text-align:center;
    font-size: 9pt; 
    background-image: url(../graphics/footergraphic.gif); 
    color: lightgrey; 
    background-repeat: repeat-x; 
    font-family: tahoma; 
    letter-spacing: 2pt;
    line-height: normal;
    vertical-align:middle;
} 
 
  
.pageheader
    {
     font-size: 14.5pt; 
     color: dimgray; 
     font-family: calibri,tahoma;
     letter-spacing: 2pt;
    }
    
.popuppanel
{
    border-left-color:Gray;
    border-left-style:solid;
    border-left-width:1px;  
    border-right:solid 1px gray;
    border-bottom:solid 1px gray;
    border-top:solid 8px gray; 
    padding-right: 15px; 
    padding-left: 15px; 
    padding-top: 15px;
    z-index:20;
    background-color:white;
    left: 350px; 
    position: absolute; 
    top: 35px;
   /* height:650px; */
    width:570px;
   /* overflow:auto; */
   padding-bottom:50px;
}

.masterdetailpanel
{
    border :none;
    padding-right: 15px; 
    background-color:white;
    left: 0px; 
    position: relative; 
    top: 0px;
    width:570px;
    padding-bottom:50px;
}

/*----------------------------------------*/
/* wiki styles */
/* ---------------------------------------*/

.wikimessages
{
background-color:aliceblue;
width:100%;

}
.wikimessage
{
border-bottom:groove 2px;
padding:10px;

}
.wikimessagetext
{
line-height:normal;
letter-spacing:normal;
padding-right:10px;
width:100%;
color:Black;
}
.wikiauthor
{
text-align:right;
letter-spacing:normal;
font-style:italic;
}

.wikireplypanel
{
padding:5px;
background:silver;
text-align:center}

/*---------------------------------------*/
/* directedit styles */
/*----------------------------------------*/

.directeditbutton, A:link.directeditbutton
{
font-family : arial, Sans-Serif;
font-size:7pt;
text-decoration:none;
color:#0066FF;
margin-left:4px;
}

    

