/* Stylesheet for Tigra Calendar 5.0 */

/* input box in default state */ 
.tcalInput {
	background: url('../images/cal.gif') 100% 50% no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url('../images/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('../images/prev_year.gif'); }
#tcalPrevMonth { background-image: url('../images/prev_mon.gif'); }
#tcalNextMonth { background-image: url('../images/next_mon.gif'); }
#tcalNextYear { background-image: url('../images/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; }		

/* Stylesheet for SQL Clinic 4.2 */

a { font-size: 14px; color: #000000; }
a:visited { color: #000000;  }
a:active { color: #000000; }
a:hover { color: #000000; text-decoration: none; }

a.blue { font-size: 14px; color: #0066ee; }
a:visited.blue { color: #0066ee;  }
a:active.blue { color: #0066ee; }
a.blue:hover { color: #000000; text-decoration: none; }

body { background: #ffffff; font-size: 14px; margin: 0px; color: #000000; }

hr.report { 
            border: 0;
            color: #000;
            background-color: #000;
            height: 3px;
 }

hr { 
     border: 0;   
     color: #000;
     background-color: #000;
     height: 1px;
 }

li a { font-size: 14px; }
li { margin-left: 10px; }

table.out { width: 800px; }
td.left { width: 25%; background: #ffffff; vertical-align:top; }
td.right { width: 75%; vertical-align:top; padding: 10px; }

table.report {
        border-width: 1px 1px 1px 1px;
        border-spacing: 2px;
        border-style: solid solid solid solid;
        border-color: black black black black;
        border-collapse: separate;
        background-color: white;
}

td.report {
        border-width: 1px 1px 1px 1px;
        border-spacing: 2px;
        border-style: solid solid solid solid;
        border-color: white white white white;
        border-collapse: separate;
        background-color: white;
}

table.iframe {
        font-size: 12px;
        background: white;
}

table.contacts { 
        width: 580px;
        background-color: #fafafa;
        border: 1px #000000 solid;
        border-collapse: collapse;
        border-spacing: 0px; 
}

td.contact { 
        border-bottom: 1px #6699CC dotted;
        text-align: left;
        font-family: Verdana, sans-serif, Arial;
        font-weight: normal;
        font-size: 1em;
        color: #000000;
        background-color: #fafafa;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 8px;
        padding-right: 0px; 
}

table.border {
        border-width: 1px 1px 1px 1px;
        border-spacing: 2px;
        border-style: solid solid solid solid;
        border-color: black black black black;
        border-collapse: collapse;
        background-color: white;
}

td.border {
        border-width: 1px 1px 1px 1px;
        border-spacing: 2px;
        border-style: solid solid solid solid;
        border-color: black black black black;
        border-collapse: collapse;
        background-color: white;
}

table.banner { padding: 2px; width: 100%; background: #ffffff; }
table.centre { font-size: 14px; }
table.grey   { background: #75bbee; height: 100%; width: 100%;  font-size: 12px; padding: 2px; }
table.top    { padding: 2px; width: 100%; background: #75bbee; }
table.white  { background: #ffffff; height: 100%; width: 100%;  font-size: 12px; padding: 2px; }

table.foot { width: 100%; padding: 2px; text-align: center; font-family: helvetica; }
.foot a    { color: #8b0000; font-family: helvetica; font-weight: bold; font-size: 12px; }
td.foot    { text-align: center; font-size: 12px; }

table.menu { background: #75bbee; width: 100%;  font-size: 12px; padding: 2px; }
td.menu    { width: 100%;  padding: 4px 4px 4px 10px; }
td.mandatory { color: #ff0000; }

.popupmenu { font-size: 11px; }
.font08    { font-size: 8px; }
.font09    { font-size: 9px; }
.font10    { font-size: 10px; }
.font11    { font-size: 11px; }
.font12    { font-size: 12px; }
.font13    { font-size: 13px; }
.font14    { font-size: 14px; }
.font15    { font-size: 15px; }
.font16    { font-size: 16px; }


