﻿/*=====================

         Menu

=====================*/


.menuheadingcontainer {
     text-transform:uppercase;
     font-size:14px;
     line-height:18px;
     padding:6px 10px 8px 10px;
     letter-spacing:0.1em;
     font-weight:bold;
     font-family:"Trebuchet MS", Verdana, Arial;
    /*color in theme css*/
    /*background-color in theme css*/
}

.menuheadingcontainer a:link,
.menuheadingcontainer a:visited,
.menuheadingcontainer a:hover,
.menuheadingcontainer a:active {
     text-decoration:none;
    /*color in theme css*/
}

.menulist {
     margin:0 0 0 0;
     padding:0;
}

.menulist li {
     background-repeat:repeat-y;
     background-position:left;
     list-style-type:none;
     padding:8px 5px 6px 10px;
     margin:0;
     font-size:11px;
     border-bottom-style:solid;
     border-bottom-width:1px;
     line-height:14px;
     font-family:"Trebuchet MS", Verdana, Arial;
     font-weight:bold; 
    /*background-image in theme css*/
    /*color in theme css*/
    /*border-bottom-color in theme css*/
}

.menulist li:hover,
.menulist li:active {
     background-repeat:repeat-y;
     background-position:left top;
    /*background-image in theme css*/
}
.menulist li ul li:hover,
.menulist li ul li:active {
     background-image:none;
    /*background-color in theme css*/
}
.menulist li ul {
     width: 179px;
     background-repeat:repeat-y;
     background-position:left;
     margin:6px -5px -6px -5px;
     padding:0 0 10px 0;
     border-top-style:solid;
     border-top-width:1px;
    /*background-image in theme css*/
    /*border-top-color in theme css*/
}

.menulist li ul li {
     list-style-type:none;
     border-left:none;
     padding:7px 10px 0px 11px;
     margin:0 0 0 10px;
     font-size:10px;
     text-transform:uppercase;
     border-bottom:none;
     line-height:14px;
     text-transform:none;
     background-image:none;
    /*color in theme css*/
    /*background-color in theme css*/
}

.menulist li a:link,
.menulist li a:visited,
.menulist li a:hover,
.menulist li a:active {
     text-decoration:none;
    /*color in theme css*/
}

.menulist li ul li ul {
     width: 148px;
     border:none;
     background-image:none;
     background-color:transparent;
     padding:3px 0 0px 10px;
     margin-bottom:0;
     margin-left:0;
}

.menulist li ul li ul li {
     border:none;
     background-image:none;
     background-color:transparent;
     padding:3px 10px 3px 0;
}

.menulist li ul li ul li:hover {
     background-color:transparent;
}

.menulist li ul li ul li a:hover,
.menulist li ul li ul li a:active {
     text-decoration:underline;
}

.menulist li ul li ul li ul {
     width: 133px;
     padding-right: 0px;
     margin-bottom:0;
     padding-bottom:0;
     padding-left:5px;
     margin-left:0;
}
.menulist li ul li ul li ul li {
     padding-right: 10px;
}
.menulist li ul li ul li ul li ul {
     width: 118px;
     padding-right: 0px;
     margin-bottom:0;
     padding-bottom:0;
     padding-left:5px;
     margin-left:0;
}
.menulist li ul li ul li ul li ul li {
     padding-right: 10px;
}



/*=====================

  Highlight Controls

=====================*/

.highlightRowContainer {
	clear:both;
}

.highlightcontainer-horizontal {
    margin:0 -8px 20px -8px;
    clear:both;
    display:block;
    float:left;
    cursor: pointer;
}

.highlightcontainer-horizontal .highlightphoto {
    padding:7px;
    width:260px;
    height:153px;
    margin:-4px -4px 0px -4px;
    background-repeat:no-repeat;
    /*background-image in theme css*/
}

.highlightcontainer-horizontal .highlight {
    width:252px;
    float:left;
    padding:0 8px;
}

.highlightcontainer-horizontal .highlighttext h1 {
    font-size:11px;
    text-transform:uppercase;
    border-bottom-style:solid;
    border-bottom-width:1px;
    margin:-9px 0 0 0;
    padding:0 0 3px 0;
    line-height:14px;
    /*color in theme css*/
    /*border-bottom-color in theme css*/
}

.highlightcontainer-horizontal .highlighttext h1 a {
    text-decoration:none;
}

.highlightcontainer-horizontal .highlighttext p {
    font-size:11px;
    line-height:18px;
    margin:10px 0 0 0;
    padding:0;
    /*color in theme css*/
}

.highlightcontainer-vertical {
    padding:0;
    margin:0;
    cursor:pointer;
}

.highlightcontainer-vertical .highlight {
    margin: 0 0 20px 0;
    padding:0;
    float:left;
    width:100%;
}
                
.highlightcontainer-vertical .highlightphoto {
    float: left;
    width: 100px;
    height: 100px;
    padding: 7px 20px 7px 7px;
    margin: -4px 0 -4px -4px;
    background-repeat: no-repeat;
    /*background-image in theme css*/
}
.highlightcontainer-vertical .highlightphoto img {
    width: 100px;
    height: 100px;
    margin:0;
    padding:0;
}
.highlightcontainer-vertical .highlighttext {
    margin: 0 0 0 123px;
    padding:0;
}
.highlightcontainer-vertical .highlighttext h1 {
    margin: 0 0 5px 0;
    padding:0;
}
.highlightcontainer-vertical .highlighttext p {
    margin:5px 0 0 0;
    padding:0;
    font-size:11px;
    line-height:18px;
}


/*=====================

    Event Viewer

=====================*/

.EventViewer ul li {
    list-style-type: none;
    margin: 0;
    padding:0;
}

.EventViewer ul {
    list-style-type: none;
    margin-left: 0;
}

.EventViewer .EventTitle {
    margin-bottom: 15px;
}

.EventViewer .EventType {
    font-family: "Trebuchet MS", Verdana, Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    margin-bottom:10px;
    display:block;
}

.EventViewer .EventDescription {
    margin-top:15px;
    font-size:11px;
    line-height:18px;
}

/*=====================

    AJAX Masked Edit

=====================*/

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.validatorCalloutHighlight 
{
    background-color: #ffffcc; 
}