@charset "utf-8";
/* CSS Document */
*
{
	margin:auto;
}
body
{
	background:#fff;
	overflow:hidden;
	width:100%;    
	background-image:url('../images/thumb06.jpg');
}

.logingo {
     
    width:398px;
    
}

#logo
{
    float:left;
	width:40%;
	height:60px;
	background:#000;
	background-size:150px 60px;
	border-bottom:solid 10px #2783ad;
}

#header
{
	width:100%;
	height:60px;
	background:#000;
	background-size:150px 60px;
	border-bottom:solid 10px #2783ad;
}

#logo img
{
	padding:0px 15px;
}

#header ul
{
	float:left;
	padding: 18px 0 18px 18px;
}
#header ul li
{
	list-style:none;
	float:left;
	border-right:solid 1px #fff;
	padding-right:6px;
}
#header ul li a
{
	color:#fff;
	padding:0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
#wrapper
{
	width:90%;
	padding-top:150px;
}


#wrapperleftmenu
{
	min-height:500px;
	padding:0px 0px 0px 0px;
    text-align:left;	
	float:left;
}

.crmimg
{
    background-image:url('../images/crm_banner.png');
    width:796px;
    height:554px;
    background-repeat:no-repeat;
}
.crmdiv
{
    width:796px;
    height:554px;
}
#wrapperbody
{
	width:100%;
}
.tdpad
{
    padding:0px 10px 0px 10px;
}
.tdpadwel
{
    padding:2px 25px 2px 10px;
}
#welcomehome
{
	text-align:center;
	vertical-align:middle;
	min-height:300px;
	font-family:Verdana;
}

#login
{
	width:230px;
	height:105px;
	background-color:transparent;
	border:solid #ccc 2px;
	box-shadow:1px 1px 2px #ccc;
	padding:10px;
	border-radius:10px;
    text-align: right;
    font-family:Arial;
    margin-bottom:3px;
}
#comradius
{	
    min-height:420px;
	background:#fff;
	border:solid #61619E 1px;
	box-shadow: 3px 3px 3px #888888;
	padding:10px;
	border-radius:7px;
    text-align:left;
    background-color:skyblue;
}
#copyright
{
	width:240px;
	height:auto;
	background-color:transparent;
	padding:5   px;
	border-radius:10px;
    text-align: right;
}
#footer
{
	width:100%;
	height:55px;
}

#login label
{
	font-size:12px;
	
}
input[type="text"], input[type="password"],select,textarea
{
	height:20px;
	margin-bottom:5px;
	border:solid 1px #a1a1a1;
	background-color:#faf9d3;
	padding-left:5px;
	font-family:Verdana;
}
input[type="text"]:disabled,textarea:disabled,select:disabled
{
background:#e6e6e6;
}

#login input[type="text"], #login input[type="password"], #login select
{
	height:20px;
	width:140px;
	border:solid 1px #ccc;
	background-color:transparent;
	box-shadow:1px 1px 2px #ccc;
	padding-left:5px;
	font-family:Arial;
}
#login select
{
	height:30px;
	width:305px;
}

#login input[type="submit"]
{   
	padding:2px 10px;
	background:#2783ad;
	float:right;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	box-shadow:2px 2px 2px #000;
}

input[type="submit"]
{
    margin-left:10px;
	padding:1px 3px 1px 3px;
	background:#2783ad;
	float:left;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	box-shadow:2px 2px 2px #000;
}

#footer-wrapper
{
	width:950px;
	color:#000;
	text-align:center;
	padding:10px;
}

h3
{
font-weight:normal;
padding:10px;
}

h1
{    
padding:10px;
font-family:Arial;
font-weight:bold;
font-size:28px;
}
p
{
    font-family:Arial;
    font-size:large;
    text-align:justify;
    width:98%;
}

#menu
{
	min-height:10px;
	background:#edf1f7;
}

#menu ul li 
{
	list-style:none;
	float:left;
	padding:20px 0px;
	border-right:solid 1px #2783ad;
}

#menu ul li a
{
	padding:20px 32px;
	color:#2783ad;
	word-spacing:5px;
	letter-spacing:2px;
	text-decoration:none;
	text-align:center;
	font-size:18px;
}
#menu ul li a:HOVER
{
	background:#dde4ed;

	color:#2783ad;
	word-spacing:5px;
	letter-spacing:2px;
	text-decoration:none;
	text-align:center;
	font-size:18px;
}
#content
{
	min-height:400px;
	padding:30px 10px;
	
}

.title
{
	background:#2783ad;
	padding:10px;
	height:20px;
	color:#fff;
}

.title a
{
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

#content table
{
	float:left;
	border:solid 1px #999;
}
#heading
{
	font-size:14px;
	background:#ebebeb;
}

#content table
{
	border:double 2px #000;
}

#content input[type="text"], #content select
{
	height:30px;
	width:250px;
	border:solid 1px #000;
}

#content input[type="submit"]
{
	margin-right:0px;
}


#cssmenu {
  background:skyblue;
  list-style: none;
  margin: 0;
	border:solid #A73CB5 1px;
	box-shadow: 3px 3px 3px #888888;
	border-radius:7px;
  padding: 0;
  width: 170px;
  
}
#cssmenuadmin {
  background:skyblue;
  list-style: none;
  margin: 0;
	border:solid #A73CB5 1px;
	box-shadow: 3px 3px 3px #888888;
	border-radius:7px;
  padding: 0;
  width: 170px;
  
}

#btnLogOut
{
    
}

#cssmenu li {
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-weight:bold;
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu a {
  border-bottom: 0px solid #393939;
  color: #000;
  font-weight:bold;
  display: block;
  margin: 0;
  padding: 8px 12px;
  
  text-decoration: none;
  font-weight:normal;
}
#cssmenu a:hover {
  background: #A73CB5 url('Images/hover.gif') left center no-repeat;
  color: #fff;
  padding-bottom: 8px;
  border-radius:5px;
}
