﻿html,
body {
    margin:0;
    padding:0;
    color:#000;
    background:#fff;
    font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #ffffff;
	font-size: 9pt;
    height:100%;
}
#body {
    width:1024px;
    margin:0 auto;
    background:#ddd;
}

#content-1 {
    float:left;
    width:302px;
}
#content-2-1 {
    float:left;
    width:420px;
    min-height:600px;
    /*background-image: url("images/bg2.jpg");*/
    /*background-repeat:repeat;*/
    background: url(images/bg2.jpg) repeat;
    overflow:auto;
    height: 100%;
    /*border:solid;*/
	
    /*height:100%;*/
}
#content-2-2 {
    float:right;
    width:302px;
    /*background:#dff;*/
}


/*---------------------*/
/* slideshow 
******************************************/

#slideshow {
    position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*
***********************************************/
.center_bottom
{
	background-image: url("../images/bg2.jpg");
	background-repeat:repeat;	
}

a img
{
    border: none;
}

/*
*********************button*********************/
.loginbutton
 {
   
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #578036), color-stop(1, #8dc73f) );
	background:-moz-linear-gradient( center top, #8dc73f 5%, #8dc73f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78a935', endColorstr='#8dc73f');
    /*Added by Erna on 20-Jan-2016*/
    background-image:linear-gradient(to top, #578036, #8dc73f);
	/**background-color:#ffffff;*/
    *background-color:#52C337;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:5px;
	border:1px solid white;
	display:inline-block;
	color:#ffffff;
    /*color:red;*/
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
}.loginbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #578036), color-stop(1, #578036) );
	background:-moz-linear-gradient( center top, #578036 5%, #52C337 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c10f', endColorstr='#4b9b04');
	
}.loginbutton:active {
	position:relative;
	top:1px;
}

/*
****************************************************************************************************/

.BackgoundColor
{
	background-color:#386aa0;
}

TABLE
{
	background-color: #ffffff;
	font-family: Sagoe 'Segoe UI', Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
    margin-top: 0px;
    margin-bottom: 0px;
}

p
{
	font-family:arial;
	font-size: 9pt;
	/*padding: 5px 20px 5px 8%;*/
}

.btnLogin
{
    border:1px solid #cacaca; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; 
    /*padding: 10px 10px 10px 10px;*/ 
    text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #666666;
 background-color: #E6E6E6; background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);
 }

.btnLogin:hover
{
    border:1px solid #b3b3b3;
 background-color: #cdcdcd; background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);
 }

td
{
    line-height: 1.0;
}

.txtUpperCase
{
    text-transform: uppercase;
}