/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */
/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* The wrapper div */
div.datePicker
        {
        position:absolute;
        min-width:24em;
        width:24em;
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/0.8em Verdana, Sans-Serif;
        
        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. Remove if you wish to validate the CSS */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.staticDP
        {
        position:relative;
        top:5px;
        left:0;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited,
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus
        {
        /*position:relative;*/
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(../img/cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:middle;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
a.date-picker-control
        {
        /* IE, Safari & Opera. Seperate CSS rule seems to be required. */
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* The next & previous buttons */
div.datePicker th span
        {
        display:inline;
        padding:0;
        margin:0;
        color:#000;
        text-align:center;
        line-height:1em;
        border-width:0;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-size:1.8em;
        cursor:pointer !important;
        }

div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        line-height:1.6em;
        text-transform:uppercase;
        cursor:pointer !important
        }
div.datePicker thead th span.fd-disabled
        {
        color:#aaa;
        cursor:default !important;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        height:1.4em;
        width:2em;
        text-decoration:none;
        text-transform:lowercase;
        line-height:1.4em;
        }
/* The table */
div.datePicker table
        {
        position:relative;
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(../img/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        width:100%;
        border-spacing:2px;
        table-layout:fixed;
        border-collapse:separate;
        }
/* Common TD & TH styling */
div.datePicker table td
        {
        border:1px solid #ccc;
        padding:0;
        text-align:center;
        vertical-align:middle;
        /* Opera requires a line-height bigger than 1em in order to redraw properly */
        line-height:1.2em;
        cursor:pointer;
        background:#fff url(../img/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em !important;
        height:2.8em;
        outline:none;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        line-height:1em;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        }
div.datePicker table td.date-picker-unused
        {
        background:#fff url(../img/backstripes.gif);
        border-color:#dcdcdc;
        padding:0;
        cursor:default !important;
        }
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header button styles */
div.datePicker table th.date-picker-day-header
        {
        text-transform:lowercase;
        width:3em;
        }
div.datePicker table th.date-picker-day-header span
        {
        display:block;
        }
/* The "todays date" style */
div.datePicker table td.date-picker-today
        {
        background:#fff url(../img/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }
/* The "selected date" style */
div.datePicker table td.date-picker-selected-date
        {
        color:#333 !important;
        border-color:#333 !important;
        }
/* the "highlight days" style */
td.date-picker-highlight
        {
        color:#a86666;
        }
/* The date "out of range" style */
div.datePicker table td.out-of-range
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* The "disabled days" style */
div.datePicker table td.day-disabled
        {
        color:#aaa !important;
        background:transparent !important;
        cursor:default !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
        background:#fff url(../img/bg_header.jpg) no-repeat 0 0;
        cursor:pointer;
        border-color:rgb(100,130,170);
        color:rgb(100,130,170);
        }
/*
   Quirksmode necessity?
   ---------------------

   If your HTML document renders in quirksmode (i.e. has no doctype declaration)
   then uncomment the following CSS rule to set a less drastic font-size in IE

div.datePicker table th,
div.datePicker table td
        {
        font-size:100%;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
.tabs {
	width: 830px;
	margin: 2px;
}

.tab_active {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	color: #000;
	float: left;
	width: 150px;
	cursor: default;
	font-weight: bold;
	padding: 2px;
	font-size: 10pt;
	text-align: left;
}

.tab_inactive {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	background-color: #ddd;
	color: #777;
	float: left;
	width: 150px;
	cursor: default;
	padding: 2px;
	font-size: 10pt;
	text-align: left;
}

.tab_content {
	-moz-border-radius: 0px 10px 10px 10px;
	width: 90%;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
	color: #000;
	float: left;
	text-align: left;
	padding: 10px;
}

table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 500px;
background-color: #fafafa;
border: 1px #D32A31 solid;
border-collapse: collapse;
border-spacing: 0px; }

td.helpHed
{ border-bottom: 2px solid #D32A31;
border-left: 1px solid #D32A31;
background-color: #F9F7ED;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

td.helpHed2
{ border-bottom: 2px solid #D32A31;
border-left: 1px solid #D32A31;
background-color: #404040;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #F9F7ED; }

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

table.sofT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px #D32A31 solid;
border-collapse: collapse;
border-spacing: 0px; }

table.home
{
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 680px;
background-color: #fafafa;
border: 1px #D32A31 solid;
border-collapse: collapse;
border-spacing: 0px; }
body {
	background-color: #F9F7ED;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-left: 0em;   
}
table.results
{
position:absolute;
left:5px;
top:58px;
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 13px;
color: #404040;
width: 99%;
background-color: #fafafa;
border: 1px #D32A31 solid;
border-collapse: collapse;
border-spacing: 0px; }
table.resultsnav
{
position:absolute;
left:5px;
top:45px;
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 99%;
background-color: #fafafa;
border: 1px #D32A31 solid;
border-collapse: collapse;
border-spacing: 0px; }

table.newticket
{
position:inherit;
left:auto;
top:52px;
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 13px;
color: #404040;
width: 749px;
background-color: #fafafa;
border: 1px #D32A31 solid;
border-collapse: collapse;
border-spacing: 0px; }
table.homenav
{
position:inherit;
left:auto;
font-family: Verdana;
font-weight: normal;
font-size: 13px;
color: #404040;
background-color: #fafafa;
border-bottom:1px #D32A31 solid;
border-collapse: collapse;
border-spacing: 0px; }
table.newticket2
{
position:inherit;
left:auto;
top:52px;
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 13px;
color: #404040;
width:749px;
background-color: #fafafa;
border-collapse: collapse;
border-spacing: 0px; }
table.postit
{

background:url(../img/postit.gif);
}
table.header
{
position:inherit;
left:auto;
top:0px;
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 13px;
color: #404040;
width: 100%;

border: 1px #D32A31 solid;
border-collapse: collapse;
border-spacing: 0px; }

table.leftnav
{
position:inherit;
left:auto;
top:0px;
text-align:left;
font-family: Verdana;
font-weight: normal;
font-size: 13px;
color: #404040;
width: 130px;
height:1200px;
border-right: 1px solid #D32A31;
border-collapse: collapse;
border-spacing: 0px; }
.leftNav {
	width: 145px;
	_width: 145px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	list-style: none;
	background:none;
	color: #333;
}
#lefnav .box-h2 {
	padding: 0;
	font-size: 3px;
}

ul.leftNav ul {
	margin-bottom: 0;
	background:none;
}

.leftNav li {
	margin: 0;
	padding: 0;
	background:none;
	border-bottom:dotted #CCCCCC 1px;
	list-style: none;
}

.leftNav li a {
	display: block;
	width: 100%;
	padding: 3px 5px 3px 20px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 1.2em;
}

html>body .leftNav li a { 
	width: auto; 
}

.leftNav li a:hover {
	background: url('../img/red-dot.gif') no-repeat 10px 7px;
	background-color:#E9EFFC;
}

.leftNav li h2 {
	margin: 0 0 0 -25px;
	padding-left: 25px;
	background: url('../img/list-left-col-top-right.gif') top right no-repeat;
	font-size: 100%;
	font-weight: normal;
}

.leftNav li li {
	border-top: 1px solid #A2AEBA;
	border-bottom: 0;
}

.leftNav li li a {
	display: block;
	margin: 0;
	background-color: #BCC5CE;
	font-weight: normal;
}

.leftNav li li a:hover {
	background-color: #BCC5CE;
}
#current, #current h2 a {
	background: url('../img/red-dot.gif') no-repeat 10px 7px;
}

#current ul {
	margin: 0;
	padding: 0;
}

#currentChild, #currentChild li a {
	background-color: #A2AEBA !important;
}

table.reports
{
position:inherit;
left:auto;
top:35px;
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 10px;
color: #404040;
width: 2300px;
background-color: #fafafa;
border: 1px #D32A31 solid;
border-spacing: 0px; }

table.reports td {
	border-width: 1px;
	padding: 0px;
	border-style:solid;
	border-color:#CCCCCC;

}
