﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: white;
    /*font-size: .80em;*/
    /* font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; */
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.NoWrap
{
    white-space: nowrap;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /* font-variant: small-caps; */
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    text-decoration: none;
    color: #666666;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
    color: #666666;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
    text-decoration: underline;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

::placeholder {
    color: grey;
    opacity: 0.4;
}

/****************** Navigation Menu **********************/
.TopNavigationMenu
{
    line-height: 17px;
    height: 17px;
    width: 100%;
    font-size: 14px;
    background-color: darkblue;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: fixed;
    z-index: 100;
    white-space: nowrap;
    overflow: hidden;
}

.TopNavigationMenu ul
{
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px;
    position: relative;
}

.TopNavigationMenu ul li
{
    padding: 0px 5px 0px 5px;
    float: left;
}

.TopNavigationMenu ul li a, .TopNavigationMenuRight a, .MemberSearchPopup a, #divFavouritesPopup ul li a, #divFavouritesPopup a
{
    color: #ededed;
    text-decoration: none;
}

.TopNavigationMenu ul li a:hover, .TopNavigationMenuRight a:hover, .MemberSearchPopup a:hover, #divFavouritesPopup ul li a:hover
{
    text-decoration: none;
    color: White;
}

.TopNavigationMenuRight
{
    float:right;
    margin-right: 30px;
}

.TopNavigationMenuRight a img
{
    border: none;
}

.TopNavigationMenuRight ul
{
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px;
    position: relative;
}

.TopNavigationMenuRight ul li
{
    padding: 0px 5px 0px 5px;
    float: left;
}

.MemberSearchPopup
{
    display: none;
    position: fixed;
    min-width: 240px;
    color: #ededed;
    padding: 4px 4px 4px 4px;
    background-color: darkblue;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    z-index: 101;
    right: 30px;
    top: 15px;
}

#divFavouritesPopup
{
    display: none;
    position: fixed;
    min-width: 240px;
    color: #ededed;
    padding: 4px 4px 4px 4px;
    background-color: darkblue;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 0 0 15px #999;
    z-index: 101;
    right: 0px;
    top: 15px;
}

#divFavouritesPopup h3
{
    color: White;
    font-size: 12pt;
    font-weight: bolder;
    padding: 0px;
    margin: 0px;
}

#divFavouritesPopup ul
{
    list-style: none;
    padding: 0 0 0 5px;
}

#headingPageTitle
{
    font-variant: small-caps;
}

#CalendarLeftColumn fieldset, #ResultsLeftColumn fieldset
{
    font-size: 0.8em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page {
    width: 100%;
    background-color: #ffffff;
    margin: 0px auto 0px auto;
    /* border: 1px solid #496077; */
    padding: 18px 0 0 0;
}
/*
@media all and (max-width: 800px)
{
    .page
    {
        width: 800px;
    }
}
*/
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #2aade3;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
	clear: both;
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
	font-size: 8pt;
}

	.footer p
	{
		margin: 0px 0px 0px 0px;
		font-size: 8pt;
	}

	.footer a
	{
		color: #435766;
	}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: rgb(0, 101, 181);
    width:100%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 370px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    /*font-size: 1.1em;*/
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.MoreInfo a
{
    text-decoration: none;
}

.NoBorder img
{
    border: none;
}

.RequiredField
{
	font-size: 10pt;
	color: red;
	vertical-align: text-top;
}

.AddAnAdditionalItem
{
	text-decoration:none;
	color: green;
	font-weight: bold;
}

.SelectedItem:hover
{
    background-color: #efefef;
}

.RenewalNotificationBox
{
	background-color: #A6D9FD; 
	padding: 5px;
	border: 1px solid black;
	border-radius: 5px;
	text-align: center;
}

/* Quick Ranking */
.QuickRankingContainer
{
    background-color: #A6D9FD;
    width: 60px;
    height: 15px;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
}

.QuickRankingContainer span
{
    background-color: #4D89F9;
    float: left;
    height: 15px;
}

/***********************************************************
Profile Popup
************************************************************/

.ProfilePopup
{
    position: absolute;
    border:solid 1px #d3d3d3;
	box-shadow:0 0 15px #999; 
	border-radius:5px;
	margin-bottom:15px;
	background-color:#fff;
	color:#807E7E;
	display: none;
	min-width: 260px;
	height: 80px;
	padding: 0;
    background-repeat:no-repeat;
    background-position: left top;
    background-size: cover;
}

.ProfilePopup:hover
{
    display:block;
	overflow: hidden;
}

.ProfilePopupProfileImage
{
    float: left;
    display: block;
    margin: 10px 10px 10px 10px;
    padding: 0;
    border: 1px solid white;
    width: 59px;
    height: 59px;
    background-repeat:no-repeat;
    background-position: left top;
    background-size: cover;
}

.ProfilePopupProfile
{
    float:left;
    display: block;
    min-width: 135px;
    height: 54px;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    background-color: White;
    color: Black;
    border-radius: 5px;
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
    font-size: 10pt;
}

.ProfilePopupProfile ul
{
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/*********************************************/
.CheckList
{
	border: 1px solid #efefef;
	padding: 2px 2px 2px 2px;
	min-width: 100px;
	float: right;
}

	.CheckList H4
	{
		margin: 0px 0px 0px 0px;
	}

	.CheckList ol
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}

@media all and (max-width: 600px)
{
	.CheckList
	{
		float: none;
		width: 100%;
		clear: both;
	}

		.CheckList H4
		{
			text-align:center;
			font-size: 12pt;
		}

		.CheckList ol li
		{
			padding: 5px 5px 5px 5px;
			text-align: center;
			font-size: 12pt;
		}

	.title h1
	{
		font-size: 1.5em;
	}

	.loginDisplay
	{
		font-size: 0.8em;
	}
}


/*********************Help********************/
.HelpHover
{
	background-image: url(/images/HelpHover.gif);
	width: 13px;
	height: 14px;
	background-position: center;
	float:left;
}


/*********************************************************************
Only print the Navigation line once
*********************************************************************/
@media print
{
	.page
	{
		padding-top: 0px;
	}

	.TopNavigationMenu
	{
		position: relative;
	}

    .loginDisplay
    {
        display: none;
    }

    .NoPrint
    {
        display: none;
    }
}





/*********************************************************************
Smaller Screen Sizes
*********************************************************************/

/* 480px wide devices */
@media all and (max-width: 480px)
{
    body
    {
        font-size: 0.8em;
    }

    .TopNavigationMenu ul
    {
        padding: 0px 0px 0px 2px;
    }
    
   .TopNavigationMenuRight
    {
        margin-right: 2px;
    }
}
