
/*######## Smart Green ########*/
.smart-green {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	padding: 30px 30px 20px 30px;
	box-shadow: rgba(194, 194, 194, 0.7) 0 3px 10px -1px;
	-webkit-box-shadow: rgba(194, 194, 194, 0.7) 0 3px 10px -1px;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
     margin-bottom:30px;

}


.smart-green h1 {
	font: 20px Cambria;
	padding: 10px 0px 30px 30px;
	display: block;
	margin: -30px -30px 10px -30px;
	color: #FFF;
	background:#009fe3;
	text-shadow: 1px 1px 1px #949494;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-bottom:1px solid #009fe3;
	font-weight:bold;
	text-align:center;
	height:5px;
}
.smart-green h1>span {
	display: block;
	font-size: 11px;
	color: #FFF;
}

/*.smart-green label {
	display: block;
	margin: 0px 0px 5px;
}
.smart-green label>span {
	float: left;
	margin-top: 10px;
	color: #5E5E5E;
}*/
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
	color:#666;
	height:20px;
	width: 96%;
	padding: 1px 1px 1px 3px;
	margin-top: 1px;
	margin-bottom:2px;
	border: 1px solid #999;
	background: #FBFBFB;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
	font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
	height:60px;
	padding-top: 10px;
	/*margin-left:5px;*/
}
.smart-green select {
    background: url(../images/down-arrow.png) no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url(../images/down-arrow.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	width:100%;
	height:30px;
	/*margin-left:5px;*/
}
.smart-green .button {
	background-color:#009fe3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-border-radius: 5px;
	border: none;
	color: #FFF;
	text-shadow: 1px 1px 1px #009fe3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*margin:15px 0px 0px 120px;*/
	padding: 10px 25px 10px 25px;
}
.smart-green .button:hover {
	background-color:#3399FF;
}
.smart-green td
{
 padding: 4px 7px;
}
#addnew {
    padding-left:20px;
    background-image:url('../images/open.png');
    background-position:60px;
	background-repeat:no-repeat;
	margin-bottom:25px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	border:1px solid #D2691E;
	background-color:#B55A01;
    border-radius:20px;
	color:#ffffff;
	font-family:Cambria;
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:15px;
	width:95px;
	text-decoration:none;
	text-align:left;
}

#back {
    padding-left:20px;
    background-position:50px;
	background-repeat:no-repeat;
	margin-bottom:35px;
	margin-left:600px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	border:1px solid #D2691E;
	background-color:#B55A01;
    border-radius:10px;
	color:#ffffff;
	font-family:Cambria;
	font-size:16px;
	font-weight:bold;
	height:30px;
	line-height:15px;
	width:75px;
	text-decoration:none;
	text-align:left;
}


/*#addnew:hover {
	background-color:#B0C4DE;
}*/
/*#addnew:active {
	position:relative;
	top:1px;
	}
*/
#addnew.close {
    background-image:url('../images/close.png');
}


/*table.altrowstable {
	font-family: verdana,arial,sans-serif;
	color:#000000;
	font-size:11px;
	border-width: 1px;
	border-color: #a9c6c9;
	border-collapse: collapse;
	margin-top:20px;
}
table.altrowstable th {
	border-width: 1px;
	padding:6px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.altrowstable td {
	border-width: 1px;
	padding:6px;
	border-style: solid;
	border-color: #a9c6c9;
}
.oddrowcolor{
	background-color:#B0C4DE;
	color:#000000;
}
.evenrowcolor{
	background-color:#FFFFE0;
	
}*/

table.gradienttable {
    margin-left:1px;
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
}
table.gradienttable th {
	padding:8px;
	background-color:#B55A01;
	border: 1px solid #333333;
	color:#FFFFFF;
	font-weight:bold;
}
table.gradienttable thead{
	padding:8px;
	background-color:#B55A01;
	color:#FFFFFF;
	font-weight:bold;
}

table.gradienttable td {
    color:#333333;
	padding:8px;
	background-color:#FFFAFA;
	border: 1px solid #333333;
	color:#000000;
}
table.gradienttable th p{
	margin:0px;
	padding:8px;
	border-top: 1px solid #eefafc;
	border-bottom:0px;
	border-left: 1px solid #eefafc;
	border-right:0px;
}
table.gradienttable td p{
	margin:0px;
	padding:8px;
	border-top: 1px solid #fcfdec;
	border-bottom:0px;
	border-left: 1px solid #fcfdec;;
	border-right:0px;
}
