.applicationtitlelabel
{
font-size:130%;
font-weight:bold;
line-height:50px;
}
/* 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-left: 0px;
    font-size: 11pt; 
    line-height: 18pt; 
    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:"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;
line-height:normal;
}
.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;
line-height:normal;
}
.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;
line-height:normal;
}

.popuppanel
{

    border-left-color:#999999;
    border-left-style:solid;
    border-left-width:1px;  
    border-right:solid 1px #999999;
    border-bottom:solid 1px #999999;
    border-top:solid 8px #999999; 
    padding-right: 25px; 
    padding-left: 25px; 
    background-color:white;
    padding-bottom: 25px; 
    padding-top: 25px; 
    z-index:20;
    position:absolute;
    top:50px;
    left:150px;
    width:600px;
    color:Black;
    

}

.editpanel
{

    border-left-color:#999999;
    border-left-style:solid;
    border-left-width:1px;  
    border-right:solid 1px #999999;
    border-bottom:solid 1px #999999;
    border-top:solid 8px #999999; 
    padding-right: 25px; 
    padding-left: 25px; 
    background-color:white;
    color:Black;
    padding-bottom: 25px; 
    padding-top: 25px; 
    z-index:20;
    position:absolute;
    top:50px;
    left:150px;
    width:600px;
    

}

.largeeditpanel
{

    border-left-color:#999999;
    border-left-style:solid;
    border-left-width:1px;  
    border-right:solid 1px #999999;
    border-bottom:solid 1px #999999;
    border-top:solid 8px #999999; 
    padding-right: 25px; 
    padding-left: 25px; 
    background-color:white;
    color:Black;
    padding-bottom: 25px; 
    padding-top: 25px; 
    z-index:20;
    position:absolute;
    top:50px;
    left:150px;
    width:600px;
    

}

  
.pageheader
    {
        font-size: 14.5pt; 
        color: dimgray; 
        font-family: calibri,tahoma;
        letter-spacing: 2pt;
    }

/*----------------------------------------*/
/* 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%;
}
.wikiauthor
{
text-align:right;
letter-spacing:normal;
font-style:italic;
}

.wikireplypanel
{
padding:5px;
background:silver;
text-align:center}


/*----------------------------------*/
/* user defined styles */
.mycustomestyle
{
}
