﻿input[type="text"]{BACKGROUND-COLOR:#FFFFDD;}
input[type="text"][disabled]{BACKGROUND-COLOR:#EEEEEE;}
input[type="password"] {BACKGROUND-COLOR:#FFFFDD;}
select {BACKGROUND-COLOR:#FFFFDD;}
select[disabled]{BACKGROUND-COLOR:#EEEEEE;}
textarea{BACKGROUND-COLOR:#FFFFDD;}
textarea[disabled]{BACKGROUND-COLOR:#EEEEEE;}

label{ padding:15px;}

.btnUpdate {
background-image: url("images/btn/check.png");
background-repeat: no-repeat;
height: 30px !important;
width: 60px !important;
padding:2px 2px 2px 25px;
}

.btnDelete{
background-image: url("images/btn/Delete.png");
background-repeat: no-repeat;
height: 30px !important;
width: 60px !important;
padding:2px 2px 2px 25px;
}


.btnEdit{
background-image: url("images/btn/text_document.png");
background-repeat: no-repeat;
height: 30px !important;
width: 60px !important;
padding:2px 2px 2px 25px;
}

.btnCancel{
background-image: url("images/btn/redo.png");
background-repeat: no-repeat;
height: 30px !important;
width: 60px !important;
padding:2px 2px 2px 25px;
}

.btnAdd{
background-image: url("images/btn/add.png");
background-repeat: no-repeat;
height: 30px !important;
width: 60px !important;
padding:2px 2px 2px 25px;
}

.btnFadeIn
{
  background-color:transparent;
  color:Gray;  
  border:0px;
    }
    
.star {
font-size: 13px;
color: red;
font-family:Arial;
}

#menu
{
	margin: 0 auto;
	width: 100%;
	height: 40px;
    background: url(images/socials-inner.png);
	font-size: 16px;
	color: #000;
	letter-spacing: 5px;
	line-height:24pt;
	text-align:center;
}
.green-box {
background: url(images/orange-box.gif) no-repeat 0 0;
width: 280px;
height: 164px;
padding: 17px 15px;
float: left;
margin-left:10px;
}
.grey-btn {
background: url(images/grey-btn.png) no-repeat 0 0;
width: 186px;
height: 45px;
text-align: center;
line-height: 40px;
display: block;
font-size: 18px;
color: #636363;
text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
border:0;
}
.field {
border: 1px solid #D6D6D6;
background: #EDEDED;
width: 140px;
height: 24px;
line-height: 22px;
padding: 0px 10px;
float: left;
font-size: 11px;
font-family: verdana, arial, helvetica, serif;
color: #BEBEBE;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;

}

.calendarBox{
background-image:url('images/calendar.png');
background-repeat:no-repeat;
padding-left:30px;
height:25px !important;
}

.closeLoginPanel
{
    position: absolute;
    top:3px;
    right: 3px;
}
