﻿.rgEditForm
{
	text-align: left;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
   
}
form
{
    margin: 0px;
    padding: 0px;
}
img
{
    border: none;
}

:focus
{
    -moz-outline-style: none;
    outline: none;
}
h1, h2, h3, h4
{
}
h1, h2
{
    color: #1a6f99;
}
h2
{
    font-size: 27px;
    font-family: Trebuchet MS, Arial Narrow, Arial, Tahoma, Sans-Serif;
}

.top
{
    background: #000;
    height: 75px;
    position: relative;
}

.lulu-software-logo
{
    float:left;
    background: url('../images/lulu-software-logo.gif') no-repeat;
    overflow: hidden;
    top: 25px;
    width: 212px;
    height:27px;
    margin:15px 0 0 50px;
    display:inline;
}

.title {float:left;
    width: 212px;
    height:30px;
    margin:0 0 0 147px;
    clear:left;}
    
.title h1 {font-size:14px; color:#fff; margin:0; padding:0;}

.topKeyChecker
{
    background: transparent url(../images/bcgTopKeyChecker.jpg) no-repeat center;
    height: 140px;
    position: relative;
}
.btnGetLicense
{
    width: 180px;
    height: 36px;
    border: 0px solid;
    border: none;
    cursor: pointer;
    background: transparent url(../images/license-btn.png) no-repeat 0 0;
    float:left;
}

.btnLoadToDb {
    width: 130px;
    height: 36px;
    border: 0px solid;
    border: none;
    cursor: pointer;
    background: transparent url(../images/loaddb-btn.png) no-repeat 0 0;
    float:left;
    margin-left:5px;
}

/*
.btnLogin
{
    width: 204px;
    height: 34px;
    border: 0px solid;
    border: none;
    cursor: pointer;
    background: transparent url(../images/btnLogin.jpg) no-repeat 0 0;
}
*/

.btnLogin
{
    width: 115px;
    height: 36px;
    border: 0px solid;
    border: none;
    cursor: pointer;
    background: transparent url(../images/login-btn.png) no-repeat 0 0;
}

.btnCheck
{
    width: 115px;
    height: 36px;
    border: 0px solid;
    border: none;
    cursor: pointer;
    background: transparent url(../images/check-btn.png) no-repeat 0 0;
}

.input110
{
    width: 110px;
    border: 1px solid #5289ab;
    font-size: 12px;
}

.main
{
    width: 1000px;
    margin: 20px auto;
}
.encodeForm
{
    width: 460px;
    margin: 0px auto;
}
.encodeForm td
{
    padding: 4px;
}

.loginForm
{
    width: 400px;
    margin: 0px auto;
}
.loginForm td
{
    padding: 4px;
}
..loginForm td h2
{
    margin: 0px;
}
h4.errorMessage
{
    color: #cc0000;
    font-size: 15px;
    text-align: center;
}

/*Loading Panel control*/
.loadingPanelControl
{
    position: absolute;
    z-index: 10000;
    display: none;
    filter: alpha(opacity:30);
    khtmlopacity: 0.3;
    opacity: 0.3;
    -moz-opacity: 0.3;
    background-color: Gray;
}
.loadingPanelControlImg
{
    position: absolute;
    z-index: 10001;
    display: none;
}

.input200
{
    background: #fff;
    border: 1px solid #ddd;
    color: #aaa;
    float: left;
    padding: 3px 2px 4px;
    width: 200px;
}

.DropDownList
{
    background: #fff;
    border: 1px solid #ddd;
    color: #aaa;
    float: left;
    padding: 1px 2px 1px;
    width: 206px;
}

h2
{
    color: #000;
    font: normal 18pt "Gotham Rounded Bold" , Calibri, "Century Gothic Bold" , sans-serif;
    margin: 0 0 0.7em;
    text-transform: lowercase;
}

.header-small-nav
{
    background: url('../images/header-small-nav-right-bg.gif') no-repeat right;
    position: absolute;
    right: 50px;
    font-size:14px;
}

.header-small-nav ul
{
    background: url('../images/header-small-nav-left-bg.gif') no-repeat left;
    height: 21px;
    padding: 3px 12px 0;
    text-align: right;
    margin:0;
}

.header-small-nav ul li
{
    border-left: 1px solid #999;
    display: inline;
    font: normal 0.85em "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    list-style: none;
    text-transform: lowercase;
}
.header-small-nav ul li.first
{
    border-left: none;
}

.header-small-nav a
{
    color: #fff;
    margin: 0 6px 0 9px;
    text-decoration: none;
}
.header-small-nav a:hover
{
    text-decoration: underline;
}
.header-small-nav li.first a
{
    margin-left: 6px;
}

.row
{	
	padding-top: 10px;
	padding-bottom: 10px;	
}
.rfdSkinnedButton {float:left; clear:right;}
.topHolder{
    width:100%;
    overflow:hidden;
    padding:5px 0 20px;
}
.topHolder .datePicker{float:left;}
.topHolder .dateRange{
    float:left;
    padding:0 10px;
    font:12px/22px "segoe ui",arial,sans-serif;
}
.topHolder .btnSearch,
.topHolder .btnClear{
    float:left;
    width:80px;
    height:25px;
    text-indent:-9999px;
    overflow:hidden;
    margin:-2px 0 0 15px;
    display:inline;
    background: url('../images/btn-search.png') no-repeat;
}
.topHolder .btnClear{background: url('../images/btn-clear.png') no-repeat;}
.btnLogin{
    width:80px;
    height:25px;
    padding:0 0 0 80px;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
    background: url('../images/btn-login.png') no-repeat;
}