﻿
#weatherTabMenu
{
	position: absolute;
	width: auto;
	top: 0px;
	left: 0px;
	z-index: 4;
	visibility: hidden;
    box-shadow: 0px 5px 5px 3px #888888;
}

#otherTabMenu
{
	position: absolute;
	width: auto;
	top: 0px;
	left: 0px;
	z-index: 4;
	visibility: hidden;
    box-shadow: 0px 5px 5px 3px #888888;
}

.mainBackground
{
    background-image: url("../images/bg.gif");
    background-repeat: repeat;
    width: 97%;
}

@font-face 
{
	font-family: 'Font_Aquiline';
	src: url('../aquiline/fonts/Aquiline.eot');
	src: local('☺'), url('../fonts/aquiline/Aquiline.woff') format('woff'), url('../fonts/aquiline/Aquiline.ttf') format('truetype'), url('../fonts/aquiline/Aquiline.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

ul
{
    list-style: none outside none;
    padding-left: 15px;
}


.wlk
{
}

    .wlk .title
    {
        float: left;
        font-family: Garamond, sans-serif;
        font-size: 24pt;
        color: black;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

.title
{
    float: left;
    font-family: 'Font_Aquiline';
    font-size: 48pt;
    color: whitesmoke;
    width: 100%;
    text-align: center;
    margin-top: -50px;
    display: block;
    text-decoration: none;
}

    .title:hover
    {
        text-decoration: none;
    }

.subTitle
{
    float: left;
    font-size: 20pt;
    font-variant: small-caps;
    padding-top: 10px;
    color: black;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.outterDiv
{
    position: absolute;
    /*top: 20px;*/
    left: 50%;
    width: 1px;
    overflow: visible;
}

.fullRow
{
    float: left;
    width: 100%;
}

.clear
{
    clear: both;
}

.row
{
    float: left;
    width: 1020px;
    margin-left: -510px;
    margin-bottom: 0;
    
}

.tabRow
{
    float: left;
    width: 1020px;
    margin-left: -510px;
    margin-bottom: -5px;
    
}

.innerRow
{
    position: relative;
    float: left;
    width: 100%;
    padding: 5px;
}

.leftColumn
{
    float: left;
    width: 200px;
    padding: 5px;
}

.rightColumn
{
    float: left;
    width: 750px;
    padding: 5px;
}

.leftLinks
{
    display: block;
    border: solid 1px black;
    border-radius: 5px;
    color: black;
    text-decoration: none;
    padding: 5px;
    margin-top: 5px;
}

.leftLinks:hover
{
    background-color: #AFAFAF;
    color: #005CB8;
}

.mainpageContent
{
    background-color: #DBDBDB;
    border-radius: 5px;
    margin-bottom: 20px;
}

.softwarePageTitle
{
    float: left;
    font-family: Garamond, sans-serif;
    font-size: 30pt;
    color: black;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.softwareContent
{
    float: left;
    width: 100%;
    padding-left: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.centerDiv
{
    width: 100%;
    float: left;
    text-align: center;
}

a.contact
{
    color: blue;
    text-decoration: none;
}

    a.contact:hover
    {
        text-decoration: underline;
    }

.cwopImageDiv
{
    float: left;
    width: 145px;
    height: 144px;
}

.cwopDescriptionDiv
{
    float: left;
    width: 855px;
    padding: 5px;
    margin-top: -15px;
}

.mainPageCWOPDiv
{
    float: left;
    margin-top: 50px;
    text-align: left;
}

.cwopScreenShotDiv
{
    float: left;
    width: 100%;
    text-align: center;
}

.cwopScreenShot
{
    margin: 10px;
    border: solid 1px transparent;
    box-shadow: 0px 0px 5px 3px #888888;
    border-radius: 5px;
}

.cwopColumns
{
    float: left;
    width: 49%;
    padding: 5px;
}

.halfLeftColumn
{
    float: left;
    width: 49%;
    padding-right: 5px;
    padding-top: 45px;
    text-align: right;
}

.halfRightColumn
{
    float: left;
    width: 49%;
    padding: 5px;
    text-align: left;
}

.qrDiv
{
    width: 170px;
    height: 170px;
    background-color: white;
    box-shadow: 0px 0px 5px 3px #888888;
    border-radius: 5px;
    padding: 3px;
}

.permissionsTitle
{
    float: left;
    font-size: 12pt;
    font-weight: bold;
    color: black;
    width: 100%;
    margin-left: 30px;
    margin-top: 5px;
}

.permissionsDescription
{
    float: left;
    font-size: 10pt;
    color: #575757;
    width: 100%;
    margin-left: 35px;
}

.dividerLine
{
    float: left;
    width: 190px;
    margin-left: 5px;
    border-bottom: groove 2px gray;
}

.menuTitle
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12pt;
    margin-bottom: -5px;
}

.tabsList
{
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

.tabs
{
    position: relative;
    float: left;
}

.subMenu
{
    position: absolute;
    top: 98%;
    left: -10px;
    z-index: 1000;
}

.subMenuItem
{
    width: 215px;
	font-family: Sans-Serif;
	display: block;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
}

#weatherSubMenu
{
    display: none;
}

#weatherTab:hover #weatherSubMenu
{
    display: block;
}

#otherTabSubMenu
{
    display: none;
}

#otherTab:hover #otherTabSubMenu
{
    display: block;
}



.floatLeft
{
    float: left;
}

.noBorder
{
    border-width: 0px;
}

a.activeTab
{
    border-bottom-color: #dbdbdb !important;
    color: #297B9F !important;
}

.inactiveTab
{
    color: gray;
}

a.tabs
{
    float: left;
    display: block;
    width: 130px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 3px;
    background-color: #DBDBDB;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14pt;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px gray;
}

a.tabDropTriangle
{
    background-image: url("../Images/triangle.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 110px 16px;
}

a.tabDropTriangleInactive
{
    background-image: url("../Images/triangle-gray.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 110px 16px;
}

a.tabMenu
{
	color: black;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 200px;
	padding-left: 15px;
	background-color: #AFAFAF;
}

a.tabMenu:hover
{
	color: white;
	background-color: #506173;
}

.tabMenuText
{
    width: 215px;
	font-family: Sans-Serif;
	display: block;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	border-left: solid 1px gray;
}

.tabMenuBorderTop
{
    border-top: solid 1px gray;
    
}

footer 
{
    clear: both;
    font-size: .8em;
    height: 30px;
    position: fixed;
    bottom: 0;
    padding-left: 10px;
    width: 97%;
    background-color: transparent;
    color: white;
}

.WLKDiscription 
{
    font-family: Times New Roman;
    font-size: 12pt;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.RedText
{
    color: red;
}

.greenText
{
    color: forestgreen;
}

a.wlk
{
    text-decoration: none;
}

a.wlk:hover
{
    text-decoration: underline;
}

.contactDescriptionText
{
    font-family: sans-serif;
    font-size: 15pt;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    color: black;
    margin-bottom: 10px;
}

.contactTitle
{
    font-family: sans-serif;
    float: left;
    font-size: 25pt;
    color: black;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.emailForm
{
    font-family: sans-serif;
	position: relative;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

.emailForm .label
{
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 5px;
}

.emailForm .field
{
    float: left;
    width: 640px;
    text-align: left;
}

.emailBox
{
	width: 200px;
    border: solid 1px gray;
    border-radius: 5px;
    height: 18px;
    padding-left: 3px;
    padding-right: 3px;
}

.errorLabel
{
	color: Red;
	position: relative;
	float: left;
	text-align: left;
}

.emailBodyBox
{
    width: 600px;
    border: solid 1px gray;
    border-radius: 5px;
    padding: 3px;
}

.sendButton
{
    border: solid 1px gray;
    border-radius: 5px;
    padding: 3px;
}

    .sendButton:hover
    {
        background-color: #AFAFAF;
        color: #005CB8;
        cursor: pointer;
    }

.emailSubmitButtonDiv
{
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.loaderDiv
{
    position: absolute;
    left: 0;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url("../Images/largeLoader.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50%;
}
