root { 
    display: block;
}

a{
    color: #000000;
}

a:hover{
    color: #4d7c00;
    /*color: black;*/
}

#header{
    width: 95%;
    margin: 0 auto;
    display: table;
    vertical-align: middle;
    
    background: url(/app/webroot/images/crm-logo.png) top right no-repeat;
    background-size: 320px;
}


.checkbox1{
    padding: 1px 5px 1px 0px;
    vertical-align: middle;
    float: left;
    width: 100px;
}


.deleteme1:hover{
    cursor: pointer;
}


.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }


input[type=text] {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 12px;
    padding: 2px 2px;
}

.todo1:hover{
    cursor: pointer;
    text-decoration: underline;
}

.smalltext1{
    font-size: 10px;
}

#companyheader1{
    vertical-align: middle;
    display: table-cell;
}

body{
    background: url(/app/webroot/images/light_bg.png) top center;
    background-attachment: fixed;
    background-size: 100% auto;
    
    color: #000000;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 12px;
}

textarea{
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 12px;
}

#mainbody{
    width: 95%;
    margin: 0px auto;
    /*border: 1px solid #000000;*/
}

#leftmenu{
    /*border: 1px solid green;*/
    width: 200px;
    vertical-align: top;
}

#leftmenu1{
    /*border: 1px solid red;*/
    width: 200px;
}

#leftmenu2{
    background-color: rgba(200, 200, 200, 0.2);
    margin: 5px;
    padding: 5px;
}

#rightbody{
    vertical-align: top;
    width: 100%;
}

#rightbody1{
    width: 100%;
}

#rightbody2{
    background-color: rgba(200, 200, 200, 0.2);
    padding: 5px;
    margin: 5px 5px 5px 0px;
    min-height: 100%;
}

.menulink1{
    /*text-decoration: none;*/
    color: #000000;
    padding: 5px 0;
    display: block;
}

.menulink1:hover{
    color: #000000;
    cursor: pointer;
    background-color: #6BB42F;
}

.menulink1.logout:hover{
    color: #FF0000;
    font-style: italic;
    cursor: pointer;
    background-color: transparent;
}

.menulink2{
    /*padding: 5px 0px 5px 0px;*/
}

.menulink3{
    text-decoration: none;
    font-style: italic;
    color: #000000;
    padding: 5px 0;
    display: block;
}

.menulink3:hover{
    color: #000000;
    cursor: pointer;
    background-color: #6BB42F;
}

.menulink4{
    text-decoration: none;
    font-style: italic;
    padding: 5px 0;
    color: darkgreen;
}

.menulink4:hover{
    cursor: pointer;
    color: darkgreen;
    text-decoration: underline;
}

.divlink {
    font-style: italic;
}

.divlink:hover {
    cursor: pointer;
    text-decoration: underline;
}

/* Project sub services node - START */
.ss1 {
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.ss1 input[type="text"] {
    width: 90%;
}

.ss1 textarea {
    width: 400px;
    height: 30px;
}
/* Project sub services node - END */


/* Horizontal list - START */
.hlist1 li{
    display: inline;
    list-style-type: none;
    padding: 3px 10px 3px 0px;
}

.pagi1{
    
}

.pagi1 ul{
    /*border-top: 1px dashed lightgrey;
    border-bottom: 1px dashed lightgrey;*/
    
    padding: 7px 0px 7px 0px;
    margin: 0px;
}

.pagi1 li{
    display: inline;
    list-style-type: none;
    padding: 4px 10px;
    margin: 0px 2px;
    vertical-align: middle;
    text-align: center;
    
    /*border: 1px solid lightgrey;*/    
    border-radius: 10px;
}

.pagi1sel3{
    /*color: darkgray;*/
    opacity: 0.5;
}

.pagi1sel1{
    color: white;
    background-color: black;
}

.pagi1sel2:hover{
    color: white;
    cursor: pointer;
    background-color: black;
}

.btnpd1 {
    padding: 1px 5px;
}
/* Horizontal list - END */

input[readonly="readonly"], input[readonly=""]
{
    padding: 2px;
    border: 1px solid darkgray;
    background-color: lightgrey;
}

/*input {
    padding: 2px;
    border: 1px solid darkgray;
    background-color: #000000;
}*/

/* */
.viewtable{
    text-align: left;
}
/* */

/* INDEX TABLE START */
table.indextable{
    /*border:1px solid #000000;
    font-family:arial, helvetica, sans-serif;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight:bold;
    text-align: center;*/
    color: #FFFFFF;
    background-color: #99918F;
}

table.indextable th a:link{
    color: #000000;
    text-decoration: none;
}

table.indextable th a:visited{
    color: black !important;
}

table.indextable, table.forecastindextable{
    width: 100%;
}

table.sindextable{
    width: 20%;
}

/*table.indextable td, table.sindextable td{
    padding:7px 17px;
    font-size: 13px;
}*/

table.indextable tr.odd, table.sindextable tr.odd, table.forecastindextable tr.odd{
    background-color: #ECEDEE;
}

table.indextable tr.even, table.sindextable tr.even, table.forecastindextable tr.even{
    background-color: #000000;
}

table.indextable tr.even2, table.sindextable tr.even2, table.forecastindextable tr.even2{
    background-color: #ddd;
}

table.indextable th a:visited{
    color: black !important;
}

table.indextable, table.forecastindextable{
    color: black;
    width: 100%;
}

table.indextable a{
    color: black;
}

table.sindextable{
    width: 20%;
}

table.indextable th, table.sindextable th, table.forecastindextable th{
    /*background-color: #340E4B;*/
    /*border-bottom: 1px solid #6699CC;*/
    background-image: -webkit-gradient(linear, left top, left bottom, from(#90D7E9), to(#90D7E9));
    background-image: -webkit-linear-gradient(top, #90D7E9, #90D7E9);
    background-image: -moz-linear-gradient(top, #90D7E9, #90D7E9);
    background-image: -ms-linear-gradient(top, #90D7E9, #90D7E9);
    background-image: -o-linear-gradient(top, #90D7E9, #90D7E9);
    background-image: linear-gradient(to bottom, #90D7E9, #90D7E9);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#90D7E9, endColorstr=#90D7E9);
    
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 13px;
}

table.indextable td, table.sindextable td{
    padding:3px 2px;
    font-size: 13px;
}

table.indextable tr.odd, table.sindextable tr.odd, table.forecastindextable tr.odd{
    background-color: #FFFFFF;
}

table.indextable tr.even, table.sindextable tr.even, table.forecastindextable tr.even{
    background-color: #FAE3BA;
}

table.indextable tr.even2, table.sindextable tr.even2, table.forecastindextable tr.even2{
    background-color: #ddd;
}

table.forecastindextable td{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-size: 13px;
    text-align: right;
}

table.indextable th a:visited{
    color: black !important;
}
/* INDEX TABLE END */

#footer{
    clear: both;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
}

#footer ul li {
    display: inline;
    list-style: none;
}

.button1menu{
    position: relative;
    cursor: pointer;
    height: 30px;
    border:4px solid #8CBD3B; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 50px;font-weight:bold; text-align: left; color: #454545; background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F3F2), to(#F5F3F2));
    background-image: -webkit-linear-gradient(top, #F5F3F2, #F5F3F2);
    background-image: -moz-linear-gradient(top, #F5F3F2, #F5F3F2);
    background-image: -ms-linear-gradient(top, #F5F3F2, #F5F3F2);
    background-image: -o-linear-gradient(top, #F5F3F2, #F5F3F2);
    background-image: linear-gradient(to bottom, #F5F3F2, #F5F3F2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#39266A, endColorstr=#340E4B);
}

.button1{
    position: relative;
    cursor: pointer;
    height: 30px;
    border:4px solid #8CBD3B; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px;font-weight:bold; text-align: left; color: #454545; background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F3F2), to(#F5F3F2));
    background-image: -webkit-linear-gradient(top, #F5F3F2, #F5F3F2);
    background-image: -moz-linear-gradient(top, #F5F3F2, #F5F3F2);
    background-image: -ms-linear-gradient(top, #F5F3F2, #F5F3F2);
    background-image: -o-linear-gradient(top, #F5F3F2, #F5F3F2);
    background-image: linear-gradient(to bottom, #F5F3F2, #F5F3F2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#39266A, endColorstr=#340E4B);
}

.button1menu > img {
    position: absolute;
    left: 20px;
    top: 7px;
}

.button1menu > span {
    left: 55px;
    position: absolute;
    top: 12px;
}

.button12{
    cursor: pointer;
    border:2px solid #000000; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#255069), to(#0E204B));
    background-image: -webkit-linear-gradient(top, #255069, #0E204B);
    background-image: -moz-linear-gradient(top, #255069, #0E204B);
    background-image: -ms-linear-gradient(top, #255069, #0E204B);
    background-image: -o-linear-gradient(top, #255069, #0E204B);
    background-image: linear-gradient(to bottom, #255069, #0E204B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#255069, endColorstr=#0E204B);
}

.submit input{   
    color: #1E2F0D;
    cursor: pointer;
    border:1px solid #6BB42F; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-family:arial, helvetica, sans-serif; padding: 2px 12px 2px 12px; text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6BB42F), to(#6BB42F));
    background-image: -webkit-linear-gradient(top, #6BB42F, #6BB42F);
    background-image: -moz-linear-gradient(top, #6BB42F, #6BB42F);
    background-image: -ms-linear-gradient(top, #6BB42F, #6BB42F);
    background-image: -o-linear-gradient(top, #6BB42F, #6BB42F);
    background-image: linear-gradient(to bottom, #6BB42F, #6BB42F);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6BB42F, endColorstr=#6BB42F);
}

.submit input:hover {
    color: #ffffff;
}

.menuleft1{
    text-align: center;
}

/* calendar */
table.calendar {width: auto; border: 3px solid #50CCE8; margin: 0px; padding: 0px; border-collapse: collapse; background-color: rgba(255,255,255,0.1);}
table.calendar a {text-decoration: none;}
table.calendar th {background-color: #6BB42F; text-transform: none; color: #FFFFFF; padding: 4px; text-align: center; border: 0px solid #eeeeee;}
table.calendar th.cell-prevyear {text-align: left;}
table.calendar th.cell-nextyear {text-align: right;}
table.calendar th.cell-prev {text-align: left;}
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header {width: 250px; border-bottom: 3px solid #50CCE8;}

table.calendar td.cell-today {background-color: #FAE3BA;} /* today in the current month */
table.calendar td.cell-onleave {/*background-color: rgba(255,0,0,0.2);*/} /* got staff on leave on this day */
table.calendar td.cell-weekend {background-color: #FFFFFF;}
table.calendar td {vertical-align:text-top; border: 3px solid #50CCE8; min-height: 100px; height: 100px;}
table.calendar td div.leave {padding: 0px 0px 5px 5px;}
.leave a{
    font-size: 11px;
}
table.calendar td div.cell-number {text-align: right; font-size: 16px; color: #54C6DE; display: block; font-weight: bold;}
table.calendar td div {display: block; font-size: 14px; text-align: left;}
table.calendar thead th {border: 3px solid #50CCE8;}
table.calendar th.cell-prevyear a,table.calendar th.cell-nextyear a, table.calendar th.cell-prev a, table.calendar th.cell-next a {
    color: #ffffff;
}
/* calendar */

/* */
table.multipletable td.amount{
    text-align: right;
}

table.multipletable {
    color: black;
}

table.multipletable a{
    /*color: #8E8E8E;*/
    color: darkslategrey;
    text-decoration: none;
    font-style: italic;
}

table.multipletable a:hover{
    text-decoration: underline;
    cursor: pointer;
}

table.multipletable{
    font-family: Arial;
    width: 100%;
/*    background-color: transparent;*/
    background-color: #99918F;
}

table.multipletable th{
    background-color: #90D7E9;
    color: #000000;
    text-align: left;
    font-size: 13px;
    /*vertical-align: bottom; #34114F*/
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    vertical-align: top;
}



table.multipletable td{
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    background-color: #FFFFFF;
}

table.multipletable td.label{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    font-weight: bold;
    width: 25%;
}

table.multipletable input{
    /*font-family: arial;
    font-size: 12px;
    width: 120px;*/
}

table.multipletable select{
    font-family: arial;
    font-size: 12px;
    width: 120px;
}

table.multipletable input.small{
    width: 80px;
}

table.multipletable input.verysmall{
    width: 40px;
}

table.multipletable input.xbig{
    width: 500px;
}

table.multipletable input.big{
    width: 300px;
}

table.multipletable select.small{
    width: 40px;
    font-size: xx-small;
}

table.multipletable input.xsmall{
    width: 50px;
}

table.multipletable select.xsmall{
    width: 50px;
    font-size: xx-small;
}
/* */


/* tableac start */
#mysterymultiplediv{
    position: absolute;
    background-color: beige;    
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 10px 5px 10px;
}

.footertableac{
    color: black;
}

.tableac{    
    color: black;
}

#mystery table{
    /*border-collapse:collapse;*/
}

#mystery td, th{
    /*border:1px solid lightgray;*/
}

table.tableac tr:hover{
    background-color: #FAE3BA;
    cursor: pointer;
}
/* tableac end */



.imageicon1 img {
    vertical-align: middle;
}

.imageicon1 {
    padding: 5px 0px 5px 0px; 
}

.imageicon1 a {
    text-decoration: none;
    vertical-align: middle;
}


/* start table report */
table.report {
    color: black;
}

table.report td{
    text-align: right
}

table.report th{
    text-align: left;
    font-weight: bold;
}

table.report tr.odd{
    background-color: lightgoldenrodyellow;  
    height: 20px;
}

table.report tr.even{
    background-color: #000000;  
    height: 20px;
}

table.report tr{
    background-color: peru;  
    height: 20px;
}
/* end table report */

.icon3{
    text-align: center;
    float: left;
    padding: 10px 10px;
    width: 80px;
}
.icon3:hover{
    background-color: black;
    border-radius: 5px;
}

.icon3 img{
    overflow: hidden;
}

.icon3 a{
    text-decoration: none;
}

.icon3 label{
    padding-top: 5px;
    display: block;
    cursor: pointer;
}

.icon2{
    text-align: center;
    float: left;
    width: 200px;
    height: 150px;
    margin-bottom: 50px;
}

.icon2 img{
    height: 100px;
    overflow: hidden;
}

.icon2 a{
    text-decoration: none;
}

.icon2 label{
    padding-top: 10px;
    display: block;
    cursor: pointer;
}

.voidheader1{
    margin-bottom: 0px;
}

.voidlink1{
    text-decoration: none;
}

.padding1{
    height: 30px;
}

.hnopad1{
    margin-bottom: 1px;
}

.hnopad2{
    margin-bottom: 5px;
}

.hnopad3{
    
}

.projectreqlist1 {
    padding-left: 20px;
}
.projectreqlist1 li{
    padding-bottom: 10px;
}

.padglow1 {
    /*padding: 1px 0px 10px 5px;
    border-radius: 5px;
    margin-bottom: 20px;*/
}

#flashMessage {
    border-bottom: 2px dashed #FF0000;
    border-top: 2px dashed #FF0000;
    color: #FF0000;
    font-size: 1.2em;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}

.dep1col1:hover {
    background-color: lightgrey;
    cursor: pointer;
}

.dep1col2 {
    background-color: lightgrey;
}

.dep2col1:hover{
    background-color: #30273A;
}

.typpad1{
    width: 10px;
    text-align: center;
}

.tblcntr{
    width: 10px;
    text-align: center;
}

.dateclass99{
    width: 80px;
    text-align: center;
}

.tblvatop{
    vertical-align: top;
}

.txtarc1{
    background: none;
    border: none;
    color: lightsteelblue;
}

.ctr1{
    text-align: center;
}


.rght1{
    text-align: right;
}

.tooltip1{
    cursor: pointer;
    padding: 1px 4px;
    background-color: black;
    border-radius: 3px;
}

.tooltip1:hover{
    color: orangered;
}

.button3 {color: black;
	cursor:pointer;	
	font-size: 12px;
	font-weight:bold;
        text-decoration: none;
        display: inline-block;
        margin: 5px 2px 5px 2px;
        padding: 1px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;				
}

.button2 {
        /*background:url(images/cash1.png) no-repeat 10px 8px;
        text-indent:30px;*/
        color: black;
	cursor:pointer;	
	font-size: 12px;
	font-weight:bold;
	/*padding: 7px 12px;
	line-height:16px;
	display:inline-block;
	margin:0 15px 30px 15px;*/
        text-decoration: none;
        display: inline-block;
        margin: 5px 2px 5px 2px;
        padding: 3px 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;				
}

.button2 > span {
    vertical-align: middle;
}

.button2 > img {
    vertical-align: middle;
    padding-right: 10px;
}

.orange {
    color: black;
    text-shadow: 1px 1px 0px #ffe8b2;
    border: 1px solid #d6a437;	
    background: #febd4b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fed970) to(#febd4b)); /*old webkit*/
    background: -webkit-linear-gradient(#fed970, #febd4b); /*new webkit*/
    background: -moz-linear-gradient(#fed970, #febd4b); /*gecko*/
    background: -ms-linear-gradient(#fed970, #febd4b); /*IE10*/
    background: -o-linear-gradient(#fed970, #febd4b); /*opera 11.10+*/
    background: linear-gradient(#fed970, #febd4b); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fed970, #febd4b); /*PIE*/
	
}
.orange:hover {
    color: black;
    background: #febd4b; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#febd4b) to(#fed970)); /*old webkit*/
    background: -webkit-linear-gradient(#febd4b, #fed970); /*new webkit*/
    background: -moz-linear-gradient(#febd4b, #fed970); /*gecko*/
    background: -ms-linear-gradient(#febd4b, #fed970); /*IE10*/
    background: -o-linear-gradient(#febd4b, #fed970); /*opera 11.10+*/
    background: linear-gradient(#febd4b, #fed970); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#febd4b, #fed970); /*PIE*/	
}

.yellow {
    /*text-shadow: 1px 1px 0px #ffefcb;*/
    /*color: #897931;*/
    color: black;
    /*border: 1px solid #dac34b;*/	
    background: #feed7a; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#B1B1B1) to(#B1B1B1)); /*old webkit*/
    background: -webkit-linear-gradient(#B1B1B1, #B1B1B1); /*new webkit*/
    background: -moz-linear-gradient(#B1B1B1, #B1B1B1); /*gecko*/
    background: -ms-linear-gradient(#B1B1B1, #B1B1B1); /*IE10*/
    background: -o-linear-gradient(#B1B1B1, #B1B1B1); /*opera 11.10+*/
    background: linear-gradient(#B1B1B1, #B1B1B1); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#B1B1B1, #B1B1B1); /*PIE*/
    padding: 5px 15px;
	
}
.yellow:hover {
    color: black;
    background: #fedb5e; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fedb5e) to(#feed7a)); /*old webkit*/
    background: -webkit-linear-gradient(#fedb5e, #feed7a); /*new webkit*/
    background: -moz-linear-gradient(#fedb5e, #feed7a); /*gecko*/
    background: -ms-linear-gradient(#fedb5e, #feed7a); /*IE10*/
    background: -o-linear-gradient(#fedb5e, #feed7a); /*opera 11.10+*/
    background: linear-gradient(#fedb5e, #feed7a); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fedb5e, #feed7a); /*PIE*/	
}

.red {
    text-shadow: 1px 1px 0px #ffb5b6;
    /*color: #993333;*/
    color: black;
    border: 1px solid #dc5653;	
    background: #fe5d62; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe8781) to(#fe5d62)); /*old webkit*/
    background: -webkit-linear-gradient(#fe8781, #fe5d62); /*new webkit*/
    background: -moz-linear-gradient(#fe8781, #fe5d62); /*gecko*/
    background: -ms-linear-gradient(#fe8781, #fe5d62); /*IE10*/
    background: -o-linear-gradient(#fe8781, #fe5d62); /*opera 11.10+*/
    background: linear-gradient(#fe8781, #fe5d62); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fe8781, #fe5d62); /*PIE*/
	
	
}
.red:hover {
    color: black;
    background: #fe5d62; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe5d62) to(#fe8781)); /*old webkit*/
    background: -webkit-linear-gradient(#fe5d62, #fe8781); /*new webkit*/
    background: -moz-linear-gradient(#fe5d62, #fe8781); /*gecko*/
    background: -ms-linear-gradient(#fe5d62, #fe8781); /*IE10*/
    background: -o-linear-gradient(#fe5d62, #fe8781); /*opera 11.10+*/
    background: linear-gradient(#fe5d62, #fe8781); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fe5d62, #fe8781); /*PIE*/	
}

.purple {
	text-shadow: 1px 1px 0px #fbb6f5;
	color: #993333;
	border: 1px solid #dc53ce;	
    background: #f264eb; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fd81eb) to(#f264eb)); /*old webkit*/
    background: -webkit-linear-gradient(#fd81eb, #f264eb); /*new webkit*/
    background: -moz-linear-gradient(#fd81eb, #f264eb); /*gecko*/
    background: -ms-linear-gradient(#fd81eb, #f264eb); /*IE10*/
    background: -o-linear-gradient(#fd81eb, #f264eb); /*opera 11.10+*/
    background: linear-gradient(#fd81eb, #f264eb); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fd81eb, #f264eb); /*PIE*/
	
	
}
.purple:hover {
    background: #f264eb; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f264eb) to(#fd81eb)); /*old webkit*/
    background: -webkit-linear-gradient(#f264eb, #fd81eb); /*new webkit*/
    background: -moz-linear-gradient(#f264eb, #fd81eb); /*gecko*/
    background: -ms-linear-gradient(#f264eb, #fd81eb); /*IE10*/
    background: -o-linear-gradient(#f264eb, #fd81eb); /*opera 11.10+*/
    background: linear-gradient(#f264eb, #fd81eb); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#f264eb, #fd81eb); /*PIE*/	
}

.green {
    text-shadow: 1px 1px 0px #d6f3ae;
    /*color: #587930;*/
    color: black;
    border: 1px solid #86be46;	
    background: #a7e059; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#baf765) to(#a7e059)); /*old webkit*/
    background: -webkit-linear-gradient(#baf765, #a7e059); /*new webkit*/
    background: -moz-linear-gradient(#baf765, #a7e059); /*gecko*/
    background: -ms-linear-gradient(#baf765, #a7e059); /*IE10*/
    background: -o-linear-gradient(#baf765, #a7e059); /*opera 11.10+*/
    background: linear-gradient(#baf765, #a7e059); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#baf765, #a7e059); /*PIE*/
	
	
}
.green:hover {
    color: black;
    background: #a7e059; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#a7e059) to(#baf765)); /*old webkit*/
    background: -webkit-linear-gradient(#a7e059, #baf765); /*new webkit*/
    background: -moz-linear-gradient(#a7e059, #baf765); /*gecko*/
    background: -ms-linear-gradient(#a7e059, #baf765); /*IE10*/
    background: -o-linear-gradient(#a7e059, #baf765); /*opera 11.10+*/
    background: linear-gradient(#a7e059, #baf765); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#a7e059, #baf765); /*PIE*/	
}

.blue {
    text-shadow: 1px 1px 0px #b3e8f9;
    /*color: #3c7389;*/
    color: black;
    border: 1px solid #4bb6da;	
    background: #5ccded; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7ad6fc) to(#5ccded)); /*old webkit*/
    background: -webkit-linear-gradient(#7ad6fc, #5ccded); /*new webkit*/
    background: -moz-linear-gradient(#7ad6fc, #5ccded); /*gecko*/
    background: -ms-linear-gradient(#7ad6fc, #5ccded); /*IE10*/
    background: -o-linear-gradient(#7ad6fc, #5ccded); /*opera 11.10+*/
    background: linear-gradient(#7ad6fc, #5ccded); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#7ad6fc, #5ccded); /*PIE*/
	
	
}
.blue:hover {
    background: #5ccded; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5ccded) to(#7ad6fc)); /*old webkit*/
    background: -webkit-linear-gradient(#5ccded, #7ad6fc); /*new webkit*/
    background: -moz-linear-gradient(#5ccded, #7ad6fc); /*gecko*/
    background: -ms-linear-gradient(#5ccded, #7ad6fc); /*IE10*/
    background: -o-linear-gradient(#5ccded, #7ad6fc); /*opera 11.10+*/
    background: linear-gradient(#5ccded, #7ad6fc); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#5ccded, #7ad6fc); /*PIE*/	
}

.#000000 {
    text-shadow: 1px 1px 0px #f8f8f8;
    color: #717171;
    border: 1px solid #d3d3d3;	
    background: #ededed; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9) to(#ededed)); /*old webkit*/
    background: -webkit-linear-gradient(#f9f9f9, #ededed); /*new webkit*/
    background: -moz-linear-gradient(#f9f9f9, #ededed); /*gecko*/
    background: -ms-linear-gradient(#f9f9f9, #ededed); /*IE10*/
    background: -o-linear-gradient(#f9f9f9, #ededed); /*opera 11.10+*/
    background: linear-gradient(#f9f9f9, #ededed); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#f9f9f9, #ededed); /*PIE*/
    
	
	
}
.#000000:hover {
    background: #ededed; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed) to(#f9f9f9)); /*old webkit*/
    background: -webkit-linear-gradient(#ededed, #f9f9f9); /*new webkit*/
    background: -moz-linear-gradient(#ededed, #f9f9f9); /*gecko*/
    background: -ms-linear-gradient(#ededed, #f9f9f9); /*IE10*/
    background: -o-linear-gradient(#ededed, #f9f9f9); /*opera 11.10+*/
    background: linear-gradient(#ededed, #f9f9f9); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#ededed, #f9f9f9); /*PIE*/
    color: black;
}

.black {
	text-shadow: 1px 1px 0px #1f1f1f;
	color: #fff;
	border: 1px solid #464646;	
    background: #616161; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#848484) to(#616161)); /*old webkit*/
    background: -webkit-linear-gradient(#848484, #616161); /*new webkit*/
    background: -moz-linear-gradient(#848484, #616161); /*gecko*/
    background: -ms-linear-gradient(#848484, #616161); /*IE10*/
    background: -o-linear-gradient(#848484, #616161); /*opera 11.10+*/
    background: linear-gradient(#848484, #616161); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#848484, #616161); /*PIE*/
	
	
}
.black:hover {
    background: #616161; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#616161) to(#848484)); /*old webkit*/
    background: -webkit-linear-gradient(#616161, #848484); /*new webkit*/
    background: -moz-linear-gradient(#616161, #848484); /*gecko*/
    background: -ms-linear-gradient(#616161, #848484); /*IE10*/
    background: -o-linear-gradient(#616161, #848484); /*opera 11.10+*/
    background: linear-gradient(#616161, #848484); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#616161, #848484); /*PIE*/	
}


@-moz-document url-prefix() { 
    /*select {
        padding: 2px 0px;
    }*/
}


.submit9 input:hover {
    background: #fedb5e; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fedb5e) to(#feed7a)); /*old webkit*/
    background: -webkit-linear-gradient(#fedb5e, #feed7a); /*new webkit*/
    background: -moz-linear-gradient(#fedb5e, #feed7a); /*gecko*/
    background: -ms-linear-gradient(#fedb5e, #feed7a); /*IE10*/
    background: -o-linear-gradient(#fedb5e, #feed7a); /*opera 11.10+*/
    background: linear-gradient(#fedb5e, #feed7a); /*future CSS3 browsers*/
    -pie-background: linear-gradient(#fedb5e, #feed7a); /*PIE*/	
}


.submit9 input {
    font-family: arial,​helvetica,​sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: black;
    text-decoration: none;
    text-align: center;
    
    background-color: #D3D3D3;
    background-image: linear-gradient(#D3D3D3,​ #707070);
    background-repeat: repeat;
    background-position: 0% 0%;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-left: 2px;
    padding-top: 2px;
    padding-right: 12px;
    padding-bottom: 2px;
    padding-left: 12px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #B7B7B7;
    border-right-color: #B7B7B7;
    border-bottom-color: #B7B7B7;
    border-left-color: #B7B7B7;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: inline-block;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    cursor: pointer;
    text-shadow: rgba(0,​ 0,​ 0,​ 0.3) 0px 0px 0px;
}

table.addtable td {
    vertical-align: top;
    color: #000000;
}

table.addtable th {
    text-align: left;
    padding: 5px 3px 15px;
}

.error-message {
    background-color: #FFF000;
    color: #FF0000; 
}
table.addtable a {
    color: #4d7c00;
}

.error-message {
    background-color: #FFF000;
    color: #FF0000; 
}

/* Popup calendar */
#ui-datepicker-div {
    
}

.sidediv{
    background-color: #D2EAAA;
    width: 80%;
    padding: 0px;
}

.sidediv table {
    width: 100%;
}

.sidediv a{
    cursor: pointer;
    color: #4d7c00;
}

.sidediv a:hover {
    text-decoration: underline;
}

.sidediv table th {
    background-color: #6BB42F;
    padding: 5px;
}

.filter {
    position: absolute;
    z-index: 999999999;
    background-color: #8e8e8e;
    padding: 5px;
    border-radius: 3px;
}

.height1 {
    height: 20px;
}

.height05 {
    height: 15px;
}

.text1 {
    width: 200px;
}

.excelIcon {
	border: 0 none;
    cursor: pointer;
    margin-bottom: -30px;
    margin-top: 15px
}

.dialogpopup1 table td img {
    width: 40px;
    height: 40px;
}

.f-bold {
    font-weight: bold;
}
.a-center {
    text-align: center;
}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}

table td, table th {
    vertical-align: top;
}