﻿@import url("layout.css");
/*body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: black;
	background-attachment: scroll;
	background-color: #90b7f1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}*/
/*#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #358;
	background-color: #fff;
}*/
#masthead {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: central;
/*	background-color: gainsboro;*/
}
#navigation {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	font-size: large;
}
#navigationLinks {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	float: left;
	font-size: large;
}
#navigationLogin {
	width: 200px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	float: right;
	font-size: large;
}
#page_content {
	position: relative;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 1024px;
	padding-top: 7px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #eee8aa;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #b22222;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 1.25em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


/* 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;
	}

.customfieldset label {
    color: white;
    background-color: #708D8F;
    border: 3px inset #663300;
    width: auto;
    height: auto;
    display: block;
}

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: 100%;
}

.searchbox {
    width: auto;
    height: auto;
    background-color: #E3E2CE;
    padding: 10px 10px 10px 10px;
}

    /*	.searchbox td {
		padding-right: 10px;
	}
*/

.RepeaterTable {
    border: groove;
    border-width: medium;
}

.RepeaterTable th, td {
    padding: 5px;
    font-weight: bold;
}

.RepeaterTable label {
    font-weight: bold;
}



/*** Menu Item Style ***/
.MenuItemStyle {
    background-color: #90b7f1;
    /*	#3f3f3f */
    float: none;
    text-decoration: none;
    font-size: larger;
    display: inline-block;
    text-align: left;
    padding: 1.5em 1.5em 1.5em 1.5em;
    margin: 1.5em 1.5em 1.5em 1.5em;
    height: auto;
    border: 0.09em solid black;
    line-height: 2.0em;
    /*	-webkit-box-shadow: 0.5em 0.5em rgba(0,0,0,0.8);*/
    /*    -o-box-shadow: 0.5em 0.5em rgba(0,0,0,0.8);*/
    /*	-moz-box-shadow: 0.5em 0.5em rgba(0,0,0,0.8);*/
    /*	box-shadow: 0.5em 0.5em rgba(0,0,0,0.8);*/
    -webkit-border-radius: 0.5em;
    /*	  -o-border-radius: 0.5em;*/
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    border-spacing: 5px;
}

    .MenuItemStyle a:link, a:visited {
        color: #a0522d;
    }

    .MenuItemStyle a:hover {
        color: #edb;
        text-decoration: underline;
        background-color: #a0522d;
    }

    .MenuItemStyle.style_bold {
        font-weight: bold;
    }

    .MenuItemStyle.style_italic {
        font-style: italic;
    }

/*	.MenuItemStyle a:link, a:visited {
		color: white;
	}

	.MenuItemStyle a:hover {
		color: red;
		text-decoration: none;
		background-color: White;
	}

	.MenuItemStyle a:active {
		color: red;
	}*/

/*AutoComplete flyout */

.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height: 200px;
    width: auto;
    text-align: left;
    list-style-type: circle;
    left: 0;
    top: 0;
    visibility: hidden;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: Yellow;
    color: black;
    padding: 1px;
    border: 0;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: White;
    color: Black;
    padding: 1px;
    border: 0;
}

.Attachments {
    background-color: #545454;
    position: absolute;
    top: 12em;
    left: 40em;
    width: 20em;
    height: .75em;
}

    .Attachments a {
        Color: White;
    }

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: opacity();
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

#fsDet {
}

    #fsDet div {
        float: left;
        width: 13em;
        padding-right: 1em;
    }

    #fsDet label {
        display: block;
        font-weight: bold;
        padding-bottom: .5em;
    }

/*** Grids ***/
.grdResults, .detailTable {
    white-space: normal;
    border: 0px;
    margin-top: 10px;
    width: 100%;
}

    .grdResults td, .detailTable td {
        padding: 4px;
        border: 0px;
        border-bottom: 1px solid #ccc;
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

    .detailTable td {
        padding: 1px 5px;
    }

    .grdResults th, .detailHeader {
        font-family: Georgia, "Times New Roman", Times, serif;
        background-color: #402C00;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        padding: 1px 4px;
        border: 0px;
        border-right: 1px solid #706140;
        border-bottom: 1px solid #999;
        text-align: left;
    }

        .grdResults th a:link {
            color: #ffffff;
            text-decoration: none;
        }

        .grdResults th a:visited {
            color: #ffffff;
            text-decoration: none;
        }

        .grdResults th a:hover {
            color: red;
            text-decoration: underline;
        }

.resultsPageNav {
    background-color: #D0CFAE;
    padding: 10px;
    font-size: 14px;
    border-bottom: 0px;
    border-top: 1px solid #333;
}

    .resultsPageNav input {
        display: block;
        margin: 5px 3px;
    }

.grdResults a:link {
    color: blue;
}

.grdResults a:visited {
    color: blue;
}

.grdResults a:hover {
    color: red;
    text-decoration: underline;
}

.grdResults ul {
    list-style-type: none;
}

.grdResults li {
    background-color: Transparent;
    float: none;
    text-decoration: none;
    text-align: left;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 0.5em 0.5em 0.5em 0.5em;
    height: auto;
    width: auto;
    border: 0em solid black;
    line-height: normal;
}

.grdResultsAlternateRow {
    background-color: AliceBlue;
}

.grdResultsSelectedRow {
    background-color: Yellow;
    font-weight: bold;
}

.grdResultsEmptyDataRow {
    color: Red;
    background-color: Yellow;
    font-weight: bold;
}

.rptRates {
    border: groove;
    border-width: medium;
    width: 100%;
    margin: 10px;
}

    .rptRates td {
        width: 25%;
        vertical-align: top;
    }

    .rptRates label {
        font-weight: normal;
        color: blue;
        background-color: transparent;
    }

.grdResultsNoLines, .detailTable {
    white-space: normal;
    border: 0px;
    margin-top: 10px;
    width: 100%;
}

    .grdResultsNoLines td, .detailTable td {
        padding: 4px;
        border: 0px;
        /*border-bottom: 1px solid #ccc;*/
        font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

    .detailTable td {
        padding: 1px 5px;
    }

    .grdResultsNoLines th, .detailHeader {
        font-family: Georgia, "Times New Roman", Times, serif;
        background-color: #402C00;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        padding: 1px 4px;
        border: 0px;
        border-right: 1px solid #706140;
        border-bottom: 1px solid #999;
        text-align: left;
    }


/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: opacity();
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 400px;
}

.modalPopupWide {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 1000px;
}

.modalPopupControl {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
}

.modalPopupMedium {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 800px;
}

/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus {
    background-color: #ffffcc;
    color: #000000;
}

.MaskedEditMessage {
    color: #ff0000;
    font-weight: bold;
}

.MaskedEditError {
    background-color: #ffcccc;
}

.MaskedEditFocusNegative {
    background-color: #ffffcc;
    color: #ff0000;
}

.MaskedEditBlurNegative {
    color: #ff0000;
}

#progressBackgroundFilter {
    position: fixed;
    top: -285px;
    bottom: 474px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: opacity();
    opacity: 0.5;
    z-index: 1000;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}

/*CollapsiblePanel*/
/* Collapseable Panel Layout */
.colPanelarea {
    padding: 20px;
    background: #FFF url(../images/demotop.png) no-repeat left top;
}

    .colPanelarea p {
        padding: 5px;
    }

.colPanelheading {
    padding-bottom: 20px;
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.5em;
}

.colPanelbottom {
    height: 8px;
    background: #FFF url(../images/demobottom.png) no-repeat left bottom;
}


.collapsePanel {
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 100%;
    height: 30px;
    background-image: url(../images/bg-menu-main.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
}

#master_content .collapsePanelHeader a {
    color: #FFF;
}

    #master_content .collapsePanelHeader a:hover {
        text-decoration: none;
        background: none;
    }
