﻿/* Media: Screen & Print both included in this style sheet. Print is seperated by a comment. */
BODY,INPUT,TABLE,LABEL,OPTION,SELECT,A,DIV,SPAN
{
   font-family: Tahoma;
   font-size:9pt;
}


body
{
	margin: 0;
	padding: 0;
	text-align: left;
	/* color: #505367; */
	/* background-color: #D6D6D6; */
}
.scrollgrid
{
    /*background-color:red;*/
	margin: 1em auto;
	text-align: left;
	height:15em;
	overflow:auto;
}
#container
{
	margin: 1em auto;
	width: 99%;
	text-align: left;	
    /*background-color: yellow; */
	/* border: 1px solid black; */
}
.TitleBar
{
	color: darkblue;
	font-weight: bold;
}
#header
{	
    color:Black;
    /*background-color: #0099CC;*/
    background-image: url("../../images/bluebar.gif");
    padding-top:0.5em;
    padding-left:0.5em;
    height: 2em;
	/* background-color: fuchsia; 
	margin-left:120px;
	margin-bottom:2px;*/
}
	
#leftpanel
{
/*
    \width: 140px; 
    w\idth: 100px;
    */
	float: left;    
	/* background-color: green; */
}


#main
{
    margin-left:135px;
    margin-right:5px;
    padding-left:5px;
	 /*background-color: aqua; */
}

#footer {
    
	clear:both;
}
.SpacedBox
{
    padding:2px 2px 2px 2px;
    margin:2px 2px 2px 2px;
}
.SmallText
{
  font-size:7pt;
}

.AlignLeft
{
    text-align:left;    
}
.AlignRight
{
    text-align:right;    
}
.AlignCenter
{
    text-align:center;
}
.BoldText
{
    font-weight:bold;
}
.LargeTextDisp
{
    padding-left:5px;
    padding-right:5px;
    height: 100px;
    overflow-y: auto;
    border-right: gray thin solid;
    border-top: gray thin solid;
    border-left: gray thin solid;
    border-bottom: gray thin solid;
}
.PageHeading
{
    font-weight: bold;
    font-family: Tahoma;
    color: White;
}
.DataHeading
{
    font-weight: bold;
    font-family: Tahoma;
    color: Black;
}
.ErrorMessages
{
    color: Red;
}
.BlinkText
{
    text-decoration:blink;
}
.SuccessMessages
{
    color:Green;
}
#SiteMessageCritical
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;	
	color: Red;
	background-color: #EEEEEE;
	padding:1em 1em 1em 1em;
	margin:1em 1em 1em 1em;
}
#SiteMessageWarning
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;	
	color: Blue;
	background-color: #EEEEEE;
	padding:1em 1em 1em 1em;
	margin:1em 1em 1em 1em;
}
.Menu
{
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    margin-right: 5px;
}
TABLE.NoBorders
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-collapse: collapse;
}

/*Grid View Style*/
.GridPadding
{
    padding:1em 1em 1em 1em;
}
.GridCellPadding
{
    padding:0 0.5em 0 0.5em;
}
.GridNormal
{
	background-color: #EEEEEE;/*#99CCFF;*/
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
}
.GridItemStyle
{
	color: Black;
	background-color: #FFFFff;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
}
.GridAlternatingItemStyle
{
	color: Black;
	background-color: #EEEEEE;/*#BDDFF1;*/
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
}
.GridHeaderStyle
{
	font-weight: bold;
	color: White;
	background-color: #0099FF;/*#339999;*/
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
}
.GridHeaderStyle a:hover
{
	color: White;
	font-weight:bold;
    text-decoration:none;
    border-bottom:1px solid white;
}
.GridHeaderStyle a 
{
	color: White;
	font-weight:bold;
    text-decoration:none;
    border-bottom:1px dotted white;
}
.GridItemStyleBlack
{
    color: Black;
    background-color: #FFFFFF;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.GridAlternatingItemStyleBlack
{
	color: Black;
	background-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
}

.GridFooterStyle
{
	color: Black;
	background-color: #ffffff;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: Gray;
}

.GridEmptyStyle
{
	font-weight: bold;
	color: Black;
	background-color: #ffffcc;
	position: relative;
	text-align: center;
}
.GridCellLines
{
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
}
.GridCellNoLines
{
    background-color: #ffffff;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
.GridSelectedItemStyle
{
    font-weight: bold;
    color: Black;
    background-color: #99ccff;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
}
/*Menu style*/
.MenuStatic
{
    /* background-color:#EEEEEE; */
}
.MenuStaticItem
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
}
.MenuStaticHover
{
    border-bottom: silver thin outset;
}
.MenuStaticSelectedItem
{
    border-bottom: silver thin dashed;
}
/*Panel box style */
.PanelBox
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;	
	color: black;
	font-family: Tahoma;
	background-color: #EEEEEE; /*#BDDFF1;*/
}
.PanelBoxSubHeader
{
    font-weight: bold;
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	border-bottom: 1px inset;
	background-color: #EEEEEE;
	width: 100%;
	color: black;
}
.PanelBoxHeader
{
    font-weight: bold;
	color: White;
	background-color: #0099CC;/*#339999;*/
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
}
.PanelBoxText
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	border-bottom: 1px inset;
	background-color: #EEEEEE;/*#BDDFF1;*/
	width: 100%;
	color: black;
}

/*Event Calendar styles*/
.CalEventCalendar
{
    border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;	
	color: black;
	font-family: Tahoma;
    border-collapse: collapse;
	background-color: White;
}
.CalDayStyle
{
    text-align:left;
    vertical-align:text-top;
    color: black;
}
.CalTitle
{
    font-weight: bold;
    font-family: Tahoma;
    background-color: white;
}

.CalSelectedDay
{
    background-color: red;
    text-align:left;
    vertical-align:text-top;
    color:Black;
}
.CalTodayDay
{
    background-color: #EEEEEE;
    vertical-align: text-top;
    text-align: left;
    color: black;
    border-right: silver thin outset;
    border-top: silver thin outset;
    border-left: silver thin outset;
    border-bottom: silver thin outset;
}

.CalOtherMonthDay
{
}
.CalNextPrev
{
}
.CalDayHeader
{
    font-weight: normal;
    font-family: Tahoma;
    background-color: #dcdcdc;
}
.CalWeekend
{
    text-align:left;
    vertical-align:text-top;   
}

/*Body Content */
.ContentBox
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;	
	color: black;
	font-family: Tahoma;
	background-color: white;
}
.ContentBoxCellHeader
{
    background-color: transparent;
    font-family: Tahoma;
    font-weight: bold;
	color: Black;
	background-color: white;
	text-align: left;
    padding-top: 2px;
}
.ContentBoxCellTextIndent
{
    background-color: transparent;
    font-family: Tahoma;
    font-weight: normal;
	color: Black;
	background-color: white;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	text-align: left;
}

.ContentBoxHeader
{
    font-family: Tahoma;
    font-weight: bold;
	color: White;
	background-color: #339999;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
}
.ContentBoxText
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	border-bottom: 1px inset;
	background-color: white;
	width: 100%;
	color: black;
}

.HighlightedRow
{
    color: White;
    background-color: #33aec8;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
}


/* Tool box tabs*/
#tab_group ul.tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
}

#tab_group ul.tabs li {
	float:left;
	margin-right:5px;
	width:45px;
	text-align:center;
}

#tab_group ul.tabs li a {
	display:block;
	height:20px;
	padding:0 3px 0 3px;
	background-color:#fff;
	color:#666;
	text-decoration:underline;
}

#tab_group ul.tabs li a:hover {
	text-decoration:underline;
}

#tab_group ul.tabs li a.active {
	background-color:#0099CC;
	color:White;
	font-weight:bold;
}

#tab_group div {
	clear:both;
}

.TextAlignRight
{
    text-align:right;
}
.TextAlignCenter
{
    text-align:center;
}
.HelpTextInline
{
    font-weight:normal;
    font-style:normal;
    font-size: 9pt;
}
.Error
{
    font-weight:bold;
    color:Red;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
font-weight:bold;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.ScreenHide
{
     display:none;
}

.SortDownArrow
{
    background-repeat:no-repeat;
    background-position:right;
    background-image:url('../../images/sort_des.gif');
}
.SortUpArrow
{
    background-repeat:no-repeat;
    background-position:right;
    background-image:url('../../images/sort_asc.gif');
}
.PrinterOnly
{
    display:none;
}

.WaitBox
{
    font-weight: bold;
	color:Black;
	background-color: #EEEEEE;
    background-image: url("../../images/bluebar.gif");	 
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
}


/* ******************** PRINT STYLE SHEET START ************************** */
@media print 
{
    html, body 
    { 
        height: 100%;
        font-family: Tahoma;
        font-size:9pt;
        margin: 0;
        padding: 0;
        text-align: left;
    }

#container
{
	margin: 1em auto;
	width: 99%;
	text-align: left;	
}

#header
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;	
}
	
#leftpanel
{
	float: left;    
}


#main
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.scrollgrid
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	text-align: left;
}

#footer {
    
	clear:both;
}
.SpacedBox
{
    padding:2px 2px 2px 2px;
    margin:2px 2px 2px 2px;
}
.PageHeading
{
    font-weight: bold;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

    .PrintHide
    {
        visibility:hidden;
    }
    .PrintDisappear
    {
        display:none;
    }
    .PrinterOnly
    {
        display:block;
    }
    
    .PrintNoMargin
    {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
    }
}
/* ******************** PRINT STYLE SHEET END ************************** */
