﻿
.var_page_name {
    font-size:24pt; 
    line-height: 200%;
}

.var_breadcrumbs {
    font-family:'Segoe UI Light', 'Segoe UI', Arial;
    font-size:9pt;
    color:#888888;
}

.var_breadcrumbs span:hover {
    color:#26a0da;
    cursor:pointer;
}

.var_child_page_list span {
    color:#006699;
}

.var_child_page_list span:hover {
    xcolor:#06e;
    text-decoration:underline;
    cursor:pointer;
}

.var_child_icon_list li {
    display:inline-block;
}

.var_child_icon_list li a {
    display:block;
    height:125px;
    width:115px;
    overflow:hidden;
    padding-left:3px;
    padding-right:3px; 
    xcursor:pointer;
    background-image:url(../_engine/images/default_pageicon.png);
    background-size:64px;
    background-repeat:no-repeat;
    background-position:top center;
    padding-top:68px;
    font-size:10pt;
    color:#006699;
    text-align:center;
}

/* set background image for static folder icon */
.var_child_icon_list_static li a {
    background-image:url(images/default_pageicon.png);
}


.ExpandContentsLink {
    font-size:8pt; 
    font-family:'Segoe UI', Arial; 
    cursor:pointer;
}
.CollapseContentsLink {
    font-size:8pt; 
    font-family:'Segoe UI', Arial; 
    cursor:pointer; 
    padding-left:10px
}

/* Comments */
.comment_heading {color:#64854c; font-family:'Segoe UI',Arial; font-size:11pt; font-weight:bold;}
.comment_body {font-family:'Segoe UI',Arial; color:#555555;font-size:11pt; }
.comment_time {padding-left:15px;color:#aab4b9; font-size:8pt; font-family:'Segoe UI',Arial;}
.AddCommentButton {color:#444444;padding-top:7px; padding-bottom:5px; padding-left:20px; padding-right:20px}
.PageCommentBox { width: 400px; height: 50px; padding: 5px; font-family: 'Segoe UI', Arial; color: #555555; font-size: 11pt; display: inline-block; }
.PageCommentBox_button { width: 75px; height: 50px; display: inline-block; }
/* Comments End */

/* Was This Helpful */
.WasThisHelpful_Label {font-size:12pt; padding-right:10px;}
.WasThisHelpful_Yes {background-color:#94d21e;color:white;cursor:pointer;Xwidth:40px;height:30px; font-size:12pt; padding-left:7px;padding-right:7px;}
.WasThisHelpful_No {background-color:#86939c;color:white;cursor:pointer;Xwidth:40px;height:30px;font-size:12pt; padding-left:7px;padding-right:7px;}
.WasThisHelpful_Why {font-size:12pt}
.WasHelpfulComment {width:400px;height:50px}
.WasHelpfulComment_button {xwidth:75px;height:50px}
/* Was This Helpful End */

.var_menu_node {font-size:10pt;}
.var_menu_folder {background-image:url(../_engine/images/folder.png);background-size:16px; background-repeat:no-repeat;}
.var_menu_page {background-image:url(../_engine/images/page.png);background-size:16px; background-repeat:no-repeat;}
.var_menu_level1 {padding-left:25px;font-weight:bold; }
.var_menu_level2 {padding-left:50px;background-position-x:25px;}
.var_menu_level3 {padding-left:75px;background-position-x:50px }
.var_menu_level4 {padding-left:100px;background-position-x:75px}

.topmenu .active {background-color:#eeeeee}