﻿div#admin-lh-column
{
    float: left;
    width: 600px;
    padding-right: 25px;
}

div#admin-rh-column
{
    float: left;
    width: 250px; border-left: dotted 1px #fae8bd; padding-left: 15px;
}

h4{
	font-size:100%;
	font-weight:bold;
	color:#3672ae;
	margin:0px 0px 3px 0px;
	padding:0px;
}
	h4 a{
		color:#3672ae !important;
	}
	
	
/* Login/Register/Forgot Password */
#loginForm
{
    padding-left: 25px;
}

.loginForm_LeftColumn
{
    float: left; width: 250px;
}

.loginForm_RightColumn
{
    float: left;
}

#registerForm
{
    padding-left: 25px;
}

.registerForm_LeftColumn
{
    float: left; width: 250px; padding-right: 5px;
}

.registerForm_RightColumn
{
    float: left;
}

.registerAttention
{
    font-size: 10px;
}

div#supportForm
{
}
        
    div#supportForm .form-row
    {
    }
    
        div#supportForm .form-row-description
        {
            font-weight: bold;
        }
    
        div#supportForm .form-row-control
        {
            
        }
    
        div#supportForm .form-row-lh-column
        {
            float: left; padding-right: 5px; font-weight: bold;
        }
    
        div#supportForm .form-row-rh-column
        {
            float: left;
        }

    div#supportForm .form-lh-column
    {
        float: left; padding-right: 10px; width: 425px;
    }
    
        div#supportForm .form-lh-column-description
        {
            float: left; width: 75px; padding-right: 5px; font-weight: bold;
        }
    
        div#supportForm .form-lh-column-control
        { 
            float: left;
        }

    div#supportForm .form-rh-column
    {
        float: left; width: 450px;
    }
    
        div#supportForm .form-rh-column-description
        {
            font-weight: bold;
        }
    
        div#supportForm .form-rh-column-control
        {
            
        }

div.invoiceForm
{
    text-align: left; padding: 5px;
}

div.invoiceForm a
{
    color: #528dc5;
}

div.invoiceForm a:hover
{
    color: #eba601;
}
    
        .invoiceForm-lh-column
        {
            float: left; width: 100px; padding-right: 5px; font-weight: bold;
        }
    
        .invoiceForm-rh-column
        {
            
        }  
        
/* Popup */
.InvoiceRequestPopUpBackground {
	background-color: Silver;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.InvoiceRequestPopUp {
	width: 375px; 
	background-color: White;
}

.InvoiceRequestPopUpHandle
{
    cursor: move;
    background-color: #eba601;
    font-weight: bold;
    color: White;
    padding: 5px;
}

.InvoiceRequestPopUpHandle a
{
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.InvoiceRequestPopUpHandle a:hover
{
    color: Black;
    text-decoration: none;
}