﻿/*CONTACT*/
.MailFormTxtWidth
{
    width:200px;
}
.ContactButton
{
    width:100px;
}

/*MASTERPAGE*/
.languageButton
{
    font-size:x-small;
}
/*MENU*/
.staticMenuItemStyle
{
    font-size: large;
}
.dynamicMenuItemStyle
{
    font-size: Medium;
    background-color: #D5D6D7;
    width: 150px;
    left: 10px;
    z-index:100;
}
.dynamicHoverStyle
{
    font-size: Medium;
    background-color: #064a67;
    color:Silver;
    width: 150px;
    z-index:100;
}
.dynamicMenuStyle
{
    z-index:100;
}
/*SITE WIDE ITEMS*/
body
{
    background-image: url('/App_Themes/Main/images/bg.png');
    font-family: Calibri, Verdana, Arial;
    font-size: medium;
    color: Black;
}
h3
{
    font-family: Calibri, Verdana, Arial;
    font-size: x-large;
    color: #064a67;
}
h4
{
    font-family: Calibri, Verdana, Arial;
    font-size:larger;
    color: #064a67;
    margin-top:-8px;
}
a:link, a:hover, a:visited
{
    font-family: Calibri, Verdana, Arial;
    color: Black;
}
a:active
{
    font-family: Calibri, Verdana, Arial;
    color: #064a67;
}

#bgRight
{
    background-image: url('/App_Themes/Main/images/bgRight.png');
    z-index: -4;
    background-repeat: no-repeat;
    height: 800px;
    width: 800px;
    right: 0px;
    top: 0px;
    position: absolute;
}
#bgLeft
{
    background-image: url('/App_Themes/Main/images/bgLeft.png');
    z-index: -3;
    background-repeat: no-repeat;
    height: 800px;
    width: 800px;
    left: 0px;
    top: 0px;
    position: absolute;
}
#container
{
    width: 1000px;
    top: 10px;
    margin-right: auto;
    margin-left: auto;
}
#content
{
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 600px;
    width: 997px;
    background-color: #dbdbdb;
    border-color: #064a67;
    border-width: 2px;
    border-style: solid; 
    filter: alpha(opacity=85); /* CSS3 standard */
    opacity: 0.85;/* for IE */
}
#contentholder
{
    width: 977px;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    background-image: url('/App_Themes/Main/images/header.png');
    position: relative;
    top: 0px;
    width: 1000px;
    height: 110px;
}
#menubar
{
    position: absolute;
    top: 85px;
    width: 760px;
    height: 30px;
    right: 0px;
}
#languagePicker
{
    position: absolute;
    top: 60px;
    height: 30px;
    right: 5px;
}
#menufiller
{
    position: absolute;
    top: 80px;
    width: 200px;
    background-color: White;
    left: 0px;
    height: 30px;
}
#footer
{
    background-image: url('/App_Themes/Main/images/footer.png');
    width: 1001px;
    height: 50px;
    font-family: Calibri Verdana Arial;
    font-size: x-small;
    text-align: center;
}

.FlatButtonStyle
{
    border-style:solid;
    border-color:#064a67;
}

.NavSpacer
{
    margin-right:5px;
}

.TenPixelMargin
{
    margin-bottom:10px;
    margin-left:10px;
    margin-right:10px;
    margin-top:10px;
}

.SmallDateTime
{
    font-size:x-small;
}

/*ADMIN*/
#LoginWindow
{
    width:400px;
    height:250px;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
    background-color: #dbdbdb;
    border-color: #064a67;
    border-width: 2px;
    border-style: solid; 
}

/*GENERAL STYLING*/
.BoxBorder
{
    margin-left:auto;
    margin-right:auto;
    background-color: #dbdbdb;
    border-color: #064a67;
    border-width: 2px;
    border-style: solid; 
}

.modalBackground
{
    background-color:Silver;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;    
}

.popup
{
	border-style:solid;
	border-width:1px;
	border-color:#064a67;
	background-color:#f4f4f4;
	margin:0 auto;
}