body, p
{
        font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
        font-size: 11px;
        color: #000;
}

input, textarea, select
{
        font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
        font-size: 10px;
	outline-color: #ed8123;
}

h1
{
        font-size: 20px;
        font-weight: bold;
}

h2
{
        font-size: 14px;
        font-weight: bold;
}

h3
{
        font-size: 12px;
        font-weight: bold;
}

a
{
        text-decoration: underline;
        font-weight: bold;
	
}
input[type=button], input[type=submit], input[type=reset]
{
	background-color: #132034;
	border: none;
	border-radius: 6px;
	color: #ed8123;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 20px;
	text-decoration: none;
/*	margin: 4px 2px; */
	cursor: pointer;
}
input[type="file"] 
{
    display: none;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover 
{
	background-color: #152947;
        border: none;
        border-radius: 5px;
	font-weight: bold;
	font-size: 12px;
        color: #ad5508;
        padding: 6px 20px;
        text-decoration: none;
        /*margin: 4px 2px;*/
        cursor: pointer;
}
select
{
	padding: 5px; 
	background-color: #132034; 
	color: #ed8123; 
	font-weight: bold; 
	border-radius: 8px;
	outline: none;
}
option
{
	font-weight: bold;
	background-color: #132034;
        color: #ed8123;
}
fieldset
{
        padding-left: 5px;
}

legend
{
        font-weight: bold;
        color: #ed8123;
        text-transform: uppercase;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    background-color: #d13c3c;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: #555;
    color: white;
}

#left {
        width:50%;
        float:left;
        padding:8px;
        font-family: Calibri, Arial, sans-serif;
        border-style: solid;
        border-width: 1px;
        border-right-width: 3px;
        border-left-width: 3px;
        border-bottom-width: 3px;
	border-color: #132034;
}
#right {
        width:50%;
        float:left;
        padding:10px;
        border-style: solid;
        border-width: 3px;
        border-right-width: 3px;
        border-left-width: 3px;
        border-bottom-width: 3px;
	border-color: #132034;
        font-family: Calibri, Arial, sans-serif;
}

.div-form {
        border: 3px #132034;
        border-radius: 5px;
        border-style: solid;
	border-color: #132034;
        background-color: #e5efff; 
        margin: 8px; 
        max-width: 99%; 
        overflow: auto;
/*	padding: 5px; */
}
.inputarea {
	border: solid 5px #132034;
	border-radius: 8px;
}

.buttons {
	border-style: solid;
	border-width: 5px;
	border-radius: 8px;
	border-color: #132034;
}
.buttons-ob {
	border-color: #ad5508;
	border: solid;
}
.sub-form {
/*        border: 1px #b2abab;*/
/*      border-radius: 5px;*/
/*        border-style: solid; */
/*        background: #7c8c80;
        margin: 8px;*/
/*      overflow: auto;*/
        padding: 10px;
}
.div-header {
	border: 0px solid #132034;
	border-radius: 6px 6px 0px 0px;
        overflow: hidden;
	height: 50px;
	color: #ed8123;
	background-color: #132034;
        box-shadow: 0px 2px 4px black;
}
.menu-header {
        border: 0px solid #132034;
	border-radius: 6px 6px 0px 0px;
        overflow: hidden;
	height: 50px;
	color: #ed8123;
	background-color: #132034;
}
.div-header-small {
        border: 0px solid #132034;
        overflow: hidden;
        height: 18px;
        color: #ed8123;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #132034;
}
#bodyfont {
        font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
        font-size: 11px;
        color: #000;
}

.sidemenu {
	position: absolute;
	top: 5%;
	left: 5%;
	
}
.top-margin{
	margin-top: 10px;
}
.thin-bottom-border {
	border-bottom: 3px;
	width: 100%;
}
.gen-padding {
	padding-left: 10px;
}
.custom-file-upload {
	display: inline-block;
	background-color: #132034;
        border: none;
        border-radius: 6px;
        color: #ed8123;
        font-size: 12px;
        font-weight: bold;
        padding: 3px 12px;
        text-decoration: none;
/*      margin: 4px 2px; */
        cursor: pointer;
}
.custom-file-upload:hover {
	background-color: #152947;
        border: none;
        border-radius: 5px;
        font-weight: bold;
        font-size: 12px;
        color: #ad5508;
        padding: 3px 12px;
        text-decoration: none;
        /*margin: 4px 2px;*/
        cursor: pointer;
}
.button-small
{
	padding: 3px 12px;
}
.button-small:hover
{
	padding: 3px 12px;
}
.load-object{
	display: none;
	position: absolute;
	right: 7%;
	top: 6px;
	z-index: 1000;
	height: 40px;
	width: 50px;
	background: url('loader.gif') 
		50% 50% 
		no-repeat;
}
.loading .load-object{
	display: block;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #132034; 
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ed8123; 
}
