<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, form {
    font-family: Arial,Verdana,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 15px;
    background: none repeat scroll 0 0 #FFFFFF;
    background-image: url(/images/MainBackground.png);
    color: #000000;
    height: 100%;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: Arial,Verdana,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
}

h2 {
    font-family: Arial,Verdana,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: bold;
    font-size: 15px;
}

.ImageLeft {
    display: inline;
    float: left;
}

.ImageRight {
    display: inline;
    float: right;
}

#QuickSearch {
    float: right;
}

#StepStone {
    float: left;
}

#StepStone a {
    text-decoration: none;   
}

/* Base Page */

#Sizer {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#Top {
    border: 1px #000000 solid;
    background-image: url(/images/MainBackgroundTile.png);
    margin: 0 10px 0 16px; 
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -moz-min-width: 1000px;
    -ms-min-width: 1000px;
    -o-min-width: 1000px;
    -webkit-min-width: 1000px;
    text-align: center;
}

#Navigation {
    float: left;
    width: 257px;
    border: 1px #000000 solid;
    -ms-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    /*background-color: #B6C2B4;*/
    background-image: url(/images/NavigationCorner.png), url(/images/MainBackgroundTile.png);
    background-position: bottom left, center center;
    background-repeat: no-repeat, repeat;
    margin: 0 0 0 16px; 
    height: auto !important;
    min-height: 70%;
}

#Content {
    margin: 0 10px 0 275px;
    border: 1px #000000 solid;
    -ms-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
    /*height: auto !important;
    height: 97%;
    min-height: 97%;*/
    /*background-color: #B6C2B4;*/
    background-image: url(/images/MainBackgroundTile.png);
}

#Banner {
    /*background-image: url(/images/Banner.png);
    background-position: center left;
    background-repeat: no-repeat;*/
}

#Login {
    /*border: 1px #000000 solid;*/
}

.LoginField {
    float: left;
    -moz-min-width: 70px;
    -ms-min-width: 70px;
    -o-min-width: 70px;
    -webkit-min-width: 70px;
    min-width: 70px;
}

.LoginField input[type=text], input[type=password] {
    width: 130px;
}

.ContentArea  a {
   color: black; 
}

.Spacer {
    height: 10px;
}

.DivClearer {
    clear: both;
}

div#IgorWelcomesYou {
    width: 800px;
    margin-left: auto ;
    margin-right: auto ;
    padding-top: 50px;
}

.CenterText {
    text-align: center;
}

.ImageCaption {
    font-size: 10px;
    text-align: right;
    margin-right: 60px;
    color: grey;
}

.UploadImageCaption {
    font-size: 10px;
}

.ImageCaption a:link { color: grey; text-decoration: none;  }
.ImageCaption a:visited { color: grey; text-decoration: none; }
.ImageCaption a:hover { color: grey; text-decoration: none;  } 
.ImageCaption a:focus { color: grey; text-decoration: none; }
.ImageCaption a:active { color: grey; text-decoration: none; }

/* Navigation Area */

#NavigationMenu {
    /*background-image: url(MenuBackground.png);
    background-repeat: no-repeat;
    background-position: center center;*/
    padding: 10px 0 10px 5px;
    cursor: default;
    font-weight: bold;
}

#NavigationMenu div {
    margin: 1px 0 0;
    background-image: url(/images/ContentBackgroundTile.png);
    background-repeat: repeat;
    width: 245px;
    height: 21px;
    -ms-border-radius: 10px 0;
    border-radius: 10px 0;
}

#NavigationMenu div:hover {
    /*background-image: url(/images/MenuRavenLeft.png), url(/images/MenuRavenRight.png), url(/images/ContentBackgroundTile.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: left center, right center;*/
    background-image: url(/images/ContentBackgroundTile.png);
     background-repeat: repeat;
}

#NavigationMenu .Selected {
    background-image: url(/images/MenuRavenLeft.png), url(/images/MenuRavenRight.png), url(/images/ContentBackgroundTile.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: left center, right center;
}

.MenuItem a { color: black; text-decoration: none;  }

.Level0 {
    margin-left: 30px;
}

.Level1 {
    margin-left: 40px;
}

.Level2 {
    margin-left: 50px;
}

.NavigationDevider {
    margin: 0 0 0 4px;
    display: block;
}

/* Content Area */

.ContentArea {
    /*background-image: url(MenuItemBackground.png), url(MainBackground.png);
    background-repeat: repeat, no-repeat;
    background-position: center center, 70% 50%;
    background-attachment: fixed, fixed;*/
    background-image: url(/images/ContentBackgroundTile.png);
    background-repeat: repeat;
    margin: 11px 10px 10px;
    padding: 10px;
    -ms-border-radius: 10px 0;
    border-radius: 10px 0;
    min-height: 23px;
}

.LastUpdate {
    display: block;
    text-align: right;
    font-size: 9px;
    margin-top: 10px;
}

.HttpPageContent {
    margin-right: 10px;
    width: 500px;
    min-height: 300px;
}

.HttpPageMeta {
    margin-right: 10px;
    width: 500px;
}

.HttpPageTitle {
    margin-right: 10px;
    width: 500px;
}

#MenuAdministration legend {
    border: 1px solid white;
    background-color: white;
}

#MenuAdministrationAddTopButton {
    margin-left: 11px;
    padding-bottom: 5px;
}

#MenuAdministrationAddSubButton {
    margin-left: 11px;
    padding-top: 5px;
}

.ControlItem {
    float: left;
    padding-right: 7px;   
}

/* Image upload */
#ImageList table {
    margin: 15px 0 0;
    border: 1px solid black;
    border-collapse: collapse;
}

#ImageList th, #ImageList td {
    border: 1px solid black;
    border-collapse: collapse;
}

.ControlLine {
    padding: 1px 0 1px 5px;
}

#ImageUploadControlWidth input[type=text], #ImageUploadControlHeight input[type=text]{
    width: 40px;
}

#ImageUploadControlTitle input[type=text], #ImageUploadControlCopyright input[type=text], #ImageUploadControlDescription input[type=text] {
    width: 180px;
}

.ControlLine .ControlLineText {
    margin: 0 0 0 5px;
}

/* Downloads */

.UploadFileCopyright {
    display: block;
    font-size: 10px;
}

.UploadFileDescription {
    display: block;
}

/* Link Area */

.LinkCategory {
   margin: 10px 0 0 25px;
}

.LinkCategoryItem textarea {
    width: 99%;
}

.LinkCategoryItem legend {
    border: 1px solid black;
    padding: 3px 5px;
}

.LinkCategoryItem fieldset {
    padding: 5px 0 5px 10px;
    margin: 5px 0;
    border: 1px solid black;
}

.LinkCategoryDescription {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid black;
    width: 99%;
}

.LinkUrl {
    padding: 10px 0 0;
}

.LinkUrlInactive {
    padding: 10px 0 0;
    background-color: red;
}

.NewLink {
    border-top: 1px solid black;
    padding-top: 20px;
    margin-top: 20px;
}

.NewLinkUrl input[type=text], .NewLinkDescription textarea {
    margin-right: 15px;
    width: 400px;
}

.NewLinkCategory select {
    margin-right: 15px;
    width: 406px;
}

.NewLinkTip {
    margin-top: 20px;
}

/*  Search  */
.SearchResult {
    display: block;
}</pre></body></html>