﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #b6b7bc;
    font-size: 1em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #3b8dbd;
}

a:hover
{
    color: rgb(116,177,118);
}

a:active
{
    color: #3b8dbd;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

div
{
    z-index: 9999;
}

/* HEADINGS   
----------------------------------------------------------*/

.tableHeading
{
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-size: 1.5em;
    font-weight: 600;
}

.legendAvailable
{
    width: 14px;
    height: 14px;
    border: solid 1px #666666;
    background-color: #FF6600;
}

.legendFilled
{
    width: 14px;
    height: 14px;
    border: solid 1px #666666;
    background-color: rgb(116,177,118);
    margin-left: 6px;
}

h1, h2, h3, h4, h5, h6
{
    color: #666666;
    text-transform: none;
    margin-bottom: 0px;
}

h1
{
    font-size: x-large;
    color: #3b8dbd;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: solid 1px #448ed4;
    font-family: Verdana;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: x-large;
    color: darkorange;
    padding-bottom: 0px;
    font-family: Verdana;
    padding: 0;margin:0;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px darkorange;
}

/* 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;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 98%;
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: gainsboro;
    width: 100%;

}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #666666;
    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
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/*
	#NavigationMenu img.icon { border-style:none;vertical-align:middle; }
	#NavigationMenu img.separator { border-style:none;display:block; }
	#NavigationMenu img.horizontal-separator { border-style:none;vertical-align:middle; }
	#NavigationMenu ul { list-style:none;margin:0;padding:0;width:auto; }
	#NavigationMenu ul.dynamic { z-index:1; }
	#NavigationMenu a { text-decoration:none;white-space:nowrap;display:block; }
	#NavigationMenu a.static { padding-left:0.15em;padding-right:0.15em; }
	#NavigationMenu a.popout { background-image:url("/WebResource.axd?d=3EiAaXl-XX7bUD6_EHqaw0z1a8mT6vtnPLFtN-W3uvDbTKz3xVyuo0Wtifi6iWtfiM-dE2k8ck3bsyTroPloV_dh2ZPpA1LblPFVh2ApzGI1&t=634773918900000000");background-repeat:no-repeat;background-position:right center;padding-right:14px; }
	/* ]]> 

	*/

/* TAB MENU   
----------------------------------------------------------*/


div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 0px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 4px;
    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;
    padding: 4px 30px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    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: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.headerImage {
	float: right;
}
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
	padding-top: 24px;
    color: #666666;
}


.loginDisplay a:link
{
    color: #034af3;
}

.loginDisplay a:visited
{
    color: #034af3;
}

.loginDisplay a:hover
{
    color: navy;
	text-decoration: underline;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.tableWeekCommittee
{
    width: 100%;
}

.tableWeek
{
    width: 100%;
}
.tableWeek td
{
    vertical-align: top;
    border: solid 1px #ccc;
}


.tableWeekAlt
{
    width: 350px;
}

.tableWeekAlt td
{
    vertical-align: top;
    border: solid 1px #ccc;
}

.treeview
{
    
	
}

.tableWeekFT
{
    padding-top: 10px;
    width: 250px;
}
.tableWeekFT td
{
    vertical-align: top;
    border: solid 1px #ccc;
}

.treeviewCommittees
{
    width: 320px;
	
}

.tableFTAssignment
{
    width: 400px;
}
.tableFTAssignment td
{
    vertical-align: top;
    border: solid 1px #ccc;
}


.tableFTAssignmentAlt
{
    width: 350px;
}

.tableFTAssignmentAlt td
{
    vertical-align: top;
    border: solid 1px #ccc;
}

.tooltipManager {
	z-index: 500000;
}
.treeviewContextMenu {
	z-index: 5000000 !important;
}
.parentNode
{
    font-weight: bold;
}

.node-family
{
    width: 186px;
    height: 35px;
    background: transparent url('/Images/Family.png');
}

.node-family .familyName
{
    margin-left: 37px;
    display: block;
}
.node-family .details
{
    margin-left: 37px;
    display: block;
}
.columnHeader
{
    font-size: 1.5em;
    background: rgb(242,245,246); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
    background: linear-gradient(-45deg,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #448ed4;
    color: #666;
    text-align: center;
    margin-bottom: 4px;
}
.columnHeaderAlt
{
    font-size: 1.2em;
    background: rgb(96,108,136); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(96,108,136,1) 25%, rgba(63,76,107,1) 83%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(25%,rgba(96,108,136,1)), color-stop(83%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(96,108,136,1) 25%,rgba(63,76,107,1) 83%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(96,108,136,1) 25%,rgba(63,76,107,1) 83%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(96,108,136,1) 25%,rgba(63,76,107,1) 83%); /* IE10+ */
background: linear-gradient(-45deg,  rgba(96,108,136,1) 25%,rgba(63,76,107,1) 83%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    border: 1px solid #666666;
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
    padding-right: 6px;
    padding-left: 6px;
}
.contactCard
{
    margin-top: 2px;
    margin-left: 20px;
    padding-left: 10px;
    border: solid 1px #cccccc;
    float: left;
    width: 95%;
    padding-right: 20px;
    background:#f2f5f6;
    

}
.contactCard .familyName
{
    display: block;
    font-size: x-large;
    font-variant: small-caps;
    font-weight: bold;
}
.contactCard td
{
    /* padding-right: 10px;*/
}

.contactCard table
{
    width: 100%;
}

.contactCard td
{
    padding-right: 20px;
}

.tdAlt
{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

    width: 100px;
}

.dropZone
{
    border: dashed 2px #666666;
    width: 60px;
    height: 30px;
    font-size: large;
    text-align: center;
    cursor: hand;
}

.hideSkiplink > a
{
    display: none;
}

.tableNormal
{
}
.tableNormal td
{
    padding-top: 6px;
    padding-right: 6px;
}

.multiPage
{
    border: solid 1px rgb(116, 114, 82);
    margin-top: -1px;
    padding: 8px;
    
}

.radTab
{
    
    border-bottom: #fff;
}

a, button
{
    margin: 0;
}
button::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
.button
{
    font: normal 18px sans-serif;
    text-decoration: none;
    padding: 2px 12px 3px 12px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 8px;
}
a.button
{
    display: inline-block;
    padding: 3px 14px 4px 14px;
}
.button span
{
    position: relative;
}

.style1
{
    /*
    color: #fff;
    border: 1px solid #96cbf8;
    background: #448ed4;
    background: -moz-linear-gradient(top, #70b6f2, #448ed4 50%, #1a62db 51%, #3f8de1);
    background: -webkit-gradient(linear, left top, left bottom, from(#70b6f2), color-stop(50%, #448ed4), color-stop(51%, #1a62db), to(#3f8de1));
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: #777 0 0 0 1px;
    -webkit-box-shadow: #777 0 0 0 1px;
    text-shadow: rgba(0,0,0,.4) 0 -1px 0;
        */
    -webkit-appearance: none;
            -webkit-background-clip: border-box;
            -webkit-background-origin: padding-box;
            -webkit-background-size: auto;
            -webkit-box-shadow: rgba(120, 200, 230, 0.498039) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.14902) 0px 1px 0px 0px;
            -webkit-font-smoothing: auto;
            -webkit-rtl-ordering: logical;
            -webkit-user-select: none;
            -webkit-writing-mode: horizontal-tb;
            align-items: flex-start;
            background-attachment: scroll;
            background-clip: border-box;
            background-color: #3b8dbd;
            background-image: none;
            background-origin: padding-box;
            background-size: auto;
            border-bottom-color: rgb(0, 116, 162);
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-image-outset: 0px;
            border-image-repeat: stretch;
            border-image-slice: 100%;
            border-image-source: none;
            border-image-width: 1;
            border-left-color: rgb(0, 116, 162);
            border-left-style: solid;
            border-left-width: 1px;
            border-right-color: rgb(0, 116, 162);
            border-right-style: solid;
            border-right-width: 1px;
            border-top-color: rgb(0, 116, 162);
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            border-top-style: solid;
            border-top-width: 1px;
            box-shadow: rgba(120, 200, 230, 0.498039) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.14902) 0px 1px 0px 0px;
            box-sizing: border-box;
            color: rgb(255, 255, 255);
            cursor: pointer;
            display: inline-block;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            font-weight: normal;
            height: 28px;
            letter-spacing: normal;
            line-height: 26px;
            margin-bottom: 0px;
            margin-left: 0px;
            margin-right: 0px;
            margin-top: 6px;
            padding-bottom: 1px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 0px;
            text-align: center;
            text-decoration: none;
            text-indent: 0px;
            text-shadow: none;
            text-transform: none;
            vertical-align: baseline;
            white-space: nowrap;
            
            word-spacing: 0px;
            writing-mode: lr-tb;
}

.style1:hover, .style1:focus
{
   
}
.style1:hover .gradient, .style1:focus .gradient
{
   
}
button.style1:hover .gradient, button.style1:focus .gradient
{
   
}

