﻿.leftside
{
    width: 49%;
    float: left;
    background-color: #ffffff;
    height: 100%;
}

.rightside
{
    width: 49%;
    float: left;
    border-left: 1px solid #cccccc;
    background-color: #ffffff;
}

.login-fields .logo
{
    float: right;
    width: 80px;
}

#header .container
{
    height: 110px;
    background: #263849 url(images/header-bg.png) repeat-x 0 0;
    border-bottom: 1px solid #16222C;
}

#header h1
{
    background: url("images/logosmall.png") no-repeat scroll 0 0 transparent;
    background-size: 110px;
    background-position: left;
    color: white;
    font-size: 20px;
    height: 80px;
    left: 10px;
    overflow: hidden;
    padding-left: 120px;
    padding-top: 60px;
    position: relative; /*top: 10px;*/
}

/*
 ***************************************************
 * Validation
 */
.Required
{
    font-weight: bold;
    color: Red;
}

.ValidationSummary
{
    color: #4c4c4c; /*margin: 5px;*/
    margin-right: auto;
    text-align: left;
    background-color: #ffe4e1;
    border: solid 1px Red;
    padding: 5px;
    margin-bottom: 15px;
}

.MessageControlMessage, .MessageControlError, .MessageControlWarning
{
    padding: 10px 5px 10px 5px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
}

.MessageControlMessage
{
    background-color: #98fb98;
    border: solid 1px Green;
}

.MessageControlError
{
    background-color: #ffe4e1;
    border: solid 1px Red;
}

.MessageControlWarning
{
    color: #000099;
    background-color: #ff9900;
    border: solid 1px #cc3300;
}
/*
 * ---------------------------------
 *
 * FSelector
 *
 * ---------------------------------
 */

.FSelector
{
    margin-top: 7px;
}

.FSelectorSelectedItem, .FSelectorHeader
{
    color: #897154;
    text-decoration: underline;
}

.FSelectorSelectedItem:hover
{
    color: #e3ce8b;
}

.FSelectorPopup, .FSelectorPopupWide
{
    margin: 5px 0px 0px 0px;
    padding: 2px;
    background-color: white;
    min-width: 50px;
    min-height: 10px;
    border: solid 1px #957e5f;
    max-height: 75%;
    overflow: auto;
    font-weight: normal;
    z-index: 9999999;
}
.FSelectorPopupWide
{
    min-width: 220px;
}

.FSelectorPopup a, .FSelectorPopup span, .FSelectorPopupWide a, .FSelectorPopupWide span
{
    padding: 2px;
    text-decoration: none;
    color: #4c4c4c;
    border: none;
}

.FSelectorPopup a:hover, .FSelectorPopup span:hover, .FSelectorPopupWide a:hover, .FSelectorPopupWide span:hover
{
    color: White;
    background-color: #897154;
}

.FSelectorZIndex1
{
    z-index: 1;
}

.FSelectorPopup input[type="radio"], .FSelectorPopup input[type="checkbox"]
{
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: 2px !important;
    padding-right: 10px;
}

.FSelectorPopup label
{
    float: left;
    margin-left: 2px !important;
}

select
{
    width: auto;
}

/*
	* Modal
	*/

.ModalPopupBackground
{
    background: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.ModalPopup
{
    text-align: center;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #42586C;
    background-color: White;
}

.LoadingPopup
{
    font-size: large;
    font-weight: bold;
    color: #42586C;
}

.RequiredField
{
    font-weight: bold;
    background-image: url(../../Images/required.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}
.ui-state-highlight
{
    border: 1px solid #666666 !important;
}

.radioNextService input
{
    float: left;
}

.radioNextService td
{
    padding-bottom: 10px;
}

.radioNextService label
{
    margin-left: 5px;
    margin-right: 5px;
    display: inline;
}

.PrintOnly
{
    display: none;
}