﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    min-width: 320px;
}
@font-face {
    font-family: 'neuhaus-regular';
    src: url('/fonts/Neuhaus-Regular.woff') format('woff');
}

header,
footer,
nav,
section {
    display: block;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.topbanner
{
    font-family: 'neuhaus-regular', sans-serif;
    border-style: none none solid none;
    border-width: 0 0 2px 0;
    border-color: #474747;
    float: none;
    right: 0;
    top: 0;
    height: 48px;
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    background: #0f0f36;
    background: linear-gradient(90deg,rgba(15, 15, 54, 1) 0%, rgba(67, 35, 130, 1) 39%, rgba(17, 7, 31, 1) 100%);
}
.topbanner h1 { 
    
    display: block;
    color: white;
    font-size: 28px;
    width: 150px;
    height: 35px;
    margin: 0;
    float: left;
}

.topbanner h6 {
    display: block;
    width: 150px;
    float: left;
    color: white;
    margin: 0;
    clear: left;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;

}

#RightFooterLinks
{
    text-align: right;
}

pre
{
    overflow: hidden;
}


/* TAB MENU   
----------------------------------------------------------*/
.mainmenu {
	position: relative;
	height: 100%;
    @media only screen and (min-width: 800px) {
        float: left;
        width: 150px;
        border-right: #F5F5F5 1px solid;
    }
    @media only screen and (max-width: 800px) {
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: #F5F5F5 1px solid;
    }

    color: #999999;
}

@media only screen and (min-width: 800px) {
    .SmallScreenOnly {
        display: none;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
	#MainNav {
		zoom: 0.65;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
	#MainNav {
		zoom: 0.75;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	#MainNav {
		zoom: 0.9;
	}
}


@media only screen and (max-width: 800px) {
    .SmallScreenOnly {
        display: inline;
    }

	.content {
		margin-left: 0 !important;
        font-size: 14px;
	}

	#MainNav {
		zoom: 0.50;
	}
}

@media only screen and (max-width: 500px) {
	.LargeScreenOnly {
		display: none !important;
	}

	.SmallScreenOnly {
		display: inline;
	}

	.content {
		margin-left: 0 !important;
		font-size: 14px;
	}

	#MainNav {
		zoom: 0.48;
	}
}

@media only screen and (max-width: 450px) {
	.LargeScreenOnly {
		display: none !important;
	}

	.SmallScreenOnly {
		display: inline;
	}

	.content {
		margin-left: 0 !important;
		font-size: 14px;
	}

	#MainNav {
		zoom: 0.35;
	}

	.topbanner {
		zoom: 0.6;
	}
}

.mainmenu ul
{
    list-style: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
    @media only screen and (max-width: 799px) {
        display: inline-block;
        line-height: 2em;
        margin-block-end: 0;
    }
}

.menuoption
{
    border-style: none;
    cursor: default;
    @media only screen and (max-width: 799px) {
        display: inline-block;
    }
    @media only screen and (min-width: 800px) {
        display: block;
    }
}
.menuoption a {
	text-align: left;
	vertical-align: middle;
    padding: 0.5em 0.25em 0.5em 0.25em;
    @media only screen and (min-width: 800px) {
        display: block;
        padding: 0.7em 0.7em 0.7em 1.4em;
    }
	cursor: pointer;
    text-decoration: none;
    color: #151515;
}
.menuoption a:hover
{
    background-color: #f5f5f5;
    cursor: pointer;
    text-decoration: underline;
}

@media only screen and (max-width: 799px) {
    #rssbtn {
        display: block;
        width: 88px;
    }
    #rssbtn img {
        display: block;
    }
    #rssbtn a {
        padding: 0 0 0 0;
    }
}

/* Metro style list of blocks                       */

.MetroStyle
{
    text-align: center;
}


    .MetroStyle ul {
        list-style: none;
        box-sizing: content-box;
    }

    .MetroStyle li {
        width: 120px;
        height: 120px;
        /* To make the gap between cells the same as horizontal in a vertical arrangement, not sure why but it needs the extra 2px, and works best if it's all on one side. */
        margin: 6px 2px 2px;
        background-color: #76B9B7;
        list-style: none;
        display: inline-block;
        vertical-align: top;
        font-size: 28px;
        color: White;
        box-sizing: content-box;
    }

        .MetroStyle li a {
            text-align: right;
            display: block;
            padding: 8px;
            height: 104px;
            cursor: pointer;
            text-decoration: none;
            color: White;
            zoom: 1;
            box-sizing: content-box;
        }

            .MetroStyle li a:hover {
                background-color: #3DC634;
            }

.MetroStyle #HomeBlock
{
    background-color: #216292;
    background-image: url('/Graphics/HomeButton.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.MetroStyle #AboutBlock
{
    background-color: #2780A1;
    
}


.MetroStyle #ContactBlock
{
    background-color: #5EA6B3;
    background-image: url('/Graphics/ContactButton.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}


.MetroStyle #SearchBlock
{
    background-color: #69ADB8;
    background-image: url('/Graphics/SearchButton.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.MetroStyle #LinksBlock
{
    background-color: #87BDC7;
    background-image: url('/Graphics/LinksButton.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.MetroStyle #RssBlock {
    background-color: #FFA221;
    background-image: url('/Graphics/MetroRSSFeed.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.MetroStyle #SystemBlock
{
    background-color: #000000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

.LoginControl {
    display: block;
    position: relative;
    border-radius: 5px;
    border: solid 2px #232323;
    background-color: #000000;
    float: right;
    padding: 2px;
    top: -40px;
    right: 10px;
    margin-right: 5px;
    font-size: 12px;
}

.LoginControl a {
    text-decoration: none;
    color: #aaaaaa;
}

.LoginControl a:hover {
    text-decoration: underline;
    color: #aaaaaa;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

a
{
	color: #0033CC;
}
a:hover
{
	color: #0066CC;
}
P
{
	color: #000000;
	text-align: left;
	word-spacing: 0.1em;
	vertical-align: top;
}

.userdetails
{
    text-align: right;
}
.content
{
    margin-left: 155px;
    display: block;
    bottom: 5px;
    color: #000000;
    vertical-align: top;
    padding: 6px 8px 5px 8px;
}

#HeaderSearchForm {
    color: #555;
    padding: 2px;
    border: 1px solid currentColor;
    border-radius: 5px;
    display: flex;
    margin: 8px 10px 10px 150px;
    width: 225px;
}

#SearchTextField {
    background-color: #191919;
    color: #FFFFFF;
    border: none;
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    cursor: text;
    float: left;
}
#SearchTextField::placeholder {
    color: #bbb;
}

header button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.3;
}

header button[type="submit"]:focus,
header input[type="search"]:focus {
    box-shadow: 0 0 3px 0 #1183d6;
    border-color: #1183d6;
    outline: none;
}

header > button[type="submit"]:hover {
    opacity: 1;
}

.nocss
{
	visibility: hidden;
	display: none;
}
h1, h2, .sectiontitle {
    border-style: none;
    border-width: 0 0 1px 0;
    border-color: #EEEEEE;
    color: #383883;
    text-align: left;
    letter-spacing: 0.04em;
    vertical-align: top;
    padding-bottom: 0;
    margin-bottom: 8px;
}

.article h2 {
    margin-left: 10px;
}


h1
{
	font-size: larger;
}

h2
{
    font-size: medium;
    color: #999999;
}

.quickupdate
{
	background-color: #F2FECD;
	border-style: solid;
	border-width: 1px;
}

.LinkList
{
	margin-bottom: 0;
	margin-top: 0;
}

.currentmenuoption
{
	background-color: #99FFCC;
}

.file
{
	margin: 10px 3px 10px 3px;
	cursor: default;
	display: block;
}
.file a, .file a:active
{
	width: 220px;
	display: inline-block;
	cursor: pointer;
	padding: 0.5em 0.3em 0.5em 0.3em;
	border: 1px solid #F5F5F5;
}
.DeleteButton
{
	display: inline-block;
}
.filesize
{
	margin-left: 10px;
	display: inline-block;
	width: 70px;
	font-size: smaller;
}
.file a:hover
{
	border: 1px solid #C0C0C0;
	cursor: pointer;
	background-color: #e8e8e8;
}
.article
{
    font-style: normal;
    font-weight: normal;
    width: 100%;
    color: #000000; /* border: 1px solid #EBEBEB; 
	/*background-color: #FCFCFC;*/
    border: 1px dotted #D2D2D2;
    vertical-align: top;
    margin-bottom: 8px;
    background-color: #F5F5F5;
    overflow-x: auto;
}
.comment
{
	font-size: small;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: #F3F3F3;
    margin: 5px 5px 5px 15px;
}
.commentBody
{
	padding: 5px;
	font-size: small;
	width: 100%;
	color: #000000;
	border: 1px solid #EBEBEB;
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 4px;
}

h1 a
{
	text-decoration: none;
}
h1 a:link
{
	color: #333333;
}
h1 a:hover
{
	color: #333333;
}
h2 a
{
	text-decoration: none;
}
h2 a:link
{
	color: #333333;
}
h2 a:hover
{
	color: #333333;
}

h3, .newsinfo
{
	color: #09C;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 0;
	font-weight: lighter;
}
h3
{
	font-size: small;
}
.news
{
	color: #000000;
	vertical-align: top;
	padding: 0 20px 0 20px;
}
.copyright
{
    width: 100%;
    font-size: 8.5pt;
    color: #000000;
    text-align: center;
    vertical-align: top;
    border: none;
    padding-top: 20px;
    padding-bottom: 50px;
}
.border
{
	padding: 5px;
	border: 1px solid #F5F5F5;
	background-color: #FCFCFC;
}
.csharpcode, .csharpcode pre {
    border: 1px dotted #D2D2D2;
    font-size: small;
    color: black;
    font-family: Consolas, "Courier New", Courier, monospace;
    background-color: #ffffff; /*white-space: pre;*/
}
.csharpcode pre { margin: 0; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #800000; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0;
}
.csharpcode .lnum { color: #606060; }
.navbar
{
	margin: 0 0;
	padding: 0;
	display:block;
	float: right;
}
.navbar ul
{
	float: none;
	margin: 0 auto;
	max-width: 1100px;
	min-width: 950px;
}
.navbar li a
{
	border: solid #F5F5F5;
	border-width: 0 1px 1px 0;
	display: block;
	float: left;
	font-size: 114%;
	padding: 8px 8px;
	text-decoration: none;
	white-space: nowrap;
}
.navbar li .active
{
	color: white;
	font-weight: bold;
}
.RSSFeedReminder
{
	border: 1px solid #EEE;
	margin: 25px 25px 25px 25px;
	padding: 25px 0 25px 0;
	text-align: center;
	vertical-align: middle;
	min-height: 51px;
}
.FeedIcon
{
	float: left;
	display: block;
	border: none;
}
.OlderButton
{
	float: right;
}
.rightcorner
{
	float: right;
	right: 0;
}

#BottomBar
{
    border-style: solid none none none;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #EBEBEB;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

.CommentSubject
{
    color: #666666;
}

.Author
{
    color: #666666;
}

.CommentHeader
{
    font-size: larger;
}

.CommentBody
{
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}