/*
	Stylesheet for Tigra Calendar v5.0
	Product is Public Domain (Free for any kind of applicaiton, customization and derivative works are allowed) 
	URL: http://www.softcomplex.com/products/tigra_calendar/

	- all image paths are relative to path of stylesheet
	- the styles below can be moved into the document or in existing stylesheet

*/

/* input box in default state */ 
.tcalInput {
	background: url('/files/images/img/cal.gif') 96% 50% no-repeat;
    background-color:#fff;
	cursor: pointer;
    margin:10px 10px 10px 5px; 
    height: 30px; 
    padding: 5px 20px 5px 5px; 
    border: none; 
    width:90px;

}

/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url('/files/images/img/no_cal.gif');
}
/* container of calendar's pop-up */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 170px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;

	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('/files/images/img/prev_year.gif'); }
#tcalPrevMonth { background-image: url('/files/images/img/prev_mon.gif'); }
#tcalNextMonth { background-image: url('/files/images/img/next_mon.gif'); }
#tcalNextYear { background-image: url('/files/images/img/next_year.gif'); }

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: gray;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FFB3BE; }		

.headstext 
{
            font-size: 20px !important;
            color: #808080;
}
        .linktext {
        font-size:14px;
        border-bottom:1px dashed #0085b6;
        color:#0085b6;
        display:table;
        }

        .resorces {
            height: 50px;
            padding: 10px;
            font-size: 20px;
            color: #808080;
            cursor: pointer;
            line-height: 50px;
        }

            .resorces:hover {
                border-radius: 5px;
                background-color: #cfe7f7;
            }

        .icores {
            margin-right: 30px;
            height: 30px;
            vertical-align: middle;
        }

        .rbon {
            height: 30px;
            width: 30px;
            float: right;
            margin-top: 10px;
            background-image: url(/files/images/rb.png);
            background-position-y: top;
        }

        .rboff {
            height: 30px;
            width: 30px;
            float: right;
            margin-top: 10px;
            background-image: url(/files/images/rb.png);
            background-position-y: bottom;
        }

        .txtparams {
            margin: 10px 10px 10px 5px;
            height: 30px;
            padding: 5px;
            border: none;
            width: 120px;
        }

        .selectparams {
            margin: 10px 10px 10px 5px;
            height: 40px;
            padding: 5px;
            border: none;
            width: 120px;
        }

        .btnparams {
            float: right;
            height: 66px;
            margin-top: -3px;
            border-radius: 6px;
            border: none;
            background-color: #29bcf3;
            color: #fff;
            font-weight: bold;
            border-left: 3px solid #0085b6;
            border-right: 3px solid #0085b6;
            cursor: pointer;
            width: 92px;
        }

            .btnparams:hover {
                background-color: #0085b6;
            }



        .datatable {
            width: 100%;
            margin-bottom: 10px;
            border-collapse: collapse;
            border: 1px solid #999999;
            font-size: 12px;
        }

            .datatable td {
                border: 1px solid #74a0d7;
                padding-left: 5px;
            }

            .datatable tr th {
                font-weight: bold;
                background-color: #d9dada;
                text-align: left;
                border-top: 2px solid #74a0d7;
                border-bottom: 2px solid #74a0d7;
                padding-left: 5px;
            }

            .datatable tr:hover {
                background: #d2ddf2;
            }

        .datatable {
            border-collapse: collapse;
            border: 1px solid #999999;
        }
.excelexport {
    cursor: pointer;
    position: relative;
    left: 300px;
    top: -35px;
    color: #007732;
    background-image: url(/files/images/xls.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 5px;
    height: 30px;
}