body,td, input, select, textarea {font-family: tahoma,verdana,arial,sans-serif; font-size: 10pt; }
ul li, li ul li {list-style-type: none; font-size: 10pt;}
table {border-collapse: collapse; border: none}
td {vertical-align: top; padding: 0; font-size: 10pt; }
img {border: none}

.all {border-width: 0 1px; border-style: solid; border-color: #d8d8d8; padding: 0 1px;}
.top { background: white url(../img/bg-top.png) repeat-x; padding: 12px 0 0 5px; border-bottom: 5px solid #4668b0}

#userInfo {width: 100%; text-align: right; vertical-align: bottom; padding: 0 5px 5px 0;}

.inner {padding: 15px 0px 40px; background: white}
.left-menu {width: 115px}
.left-menu ul {margin: 0; padding: 15px 25px 15px 15px}
.left-menu li {font-weight: bold; padding: 0 0 10px; line-height: 130%;font-size: 8pt; }
.left-menu li ul {margin-top: -10px; margin-left: -5px; }
.left-menu li ul li {font-weight: normal; padding: 0 0 0 0; line-height: 100%;}
.left-menu a {color: #043088; text-decoration: underline}
.left-menu a:active {color: #043088;}
.left-menu a:link {color: #043088;}
.left-menu a:visited {color: #043088;}
.left-menu a:hover {color: #ff0000;}

#left-menu {background: url(../img/menu-top.png) no-repeat; padding-top: 5px; width: 120px}
#left-menu .c1 {background: url(../img/menu-bottom.png) left bottom no-repeat; padding-bottom: 5px;}
#left-menu .c2 {border-width: 0 1px; border-style: solid; border-color: #3d5991; background-color: #d2e0f3; background-repeat: repeat-x; min-height: 400px;}

td.right {padding-bottom: 45px; padding-right: 30px; width: 100%;}

.inner-container {padding: 0px 0px 0 15px; line-height: 120%;}
.inner-container ul {margin-left: 20px}
.inner-container ul li {list-style-type: square}
.inner-container li li {list-style-type: circle}

#copyright {background: #597bb4 url(../img/copy-bg.png) repeat-x; color: white; padding: 11px 0 11px 20px; margin: 1px 0 0 0; font-size:8pt;}
#copyright a {color: white; font-size:7pt;}


#left-menu .c2 div
{
	xtext-overflow: ellipsis;
	xoverflow: hidden;
	xwhite-space: nowrap;
	width: 115px;  
}

table.Input { margin: 10px; }

/* Stuff from Paladino's work a while back */

/*
Colors used in this stylesheet are as follows:
	Medium Blue - #4668B0
	Dark Gray - #808080
	Light Gray - #D3D3D3
	Light Gray - #E1E1E1
*/

/* Generic stylesheet rules that apply to all elements of that type */
LABEL	{	cursor: hand; }


/* Styles that will be used throughout most pages */
.PageHeader	{	font-size: 14pt;
					color: #4668B0;
				}

.LabelRequired	{	font-size: 10pt;
						font-weight: bold;
					}

.LabelOptional	{	font-size: 10pt;
					}

.LabelNote { font-size: 7pt; 
			font-style: italic;
		}

.FormElement	{	font-size: 10pt;
					}

.FormElement	INPUT {	font-size: 10pt;
					}
					
.FormElementDisabled	{	font-size: 10pt;
								background-color: #E2E2E2;
							}

.FormElementInError	{	font-size: 10pt;
								border: 2px solid red;
							}

.ComboBoxInError	{	background-color: red;
							color: white;
							font-weight: bold;
						}

.ErrorMessage	{	color: red;
					 }

/* Styles applying to report tables */
.ReportRow1	{	font-size: 10pt;
					background-color: white;
				}

.ReportRow2	{	font-size: 10pt;
					background-color: #E1E1E1;
				}
				
.ReportRowCancelled	{	font-size: 10pt;
					background-color: #F08080; 
				}				
				
table.ReportTable { behavior: url(/global/include/tablesort.htc); }
table.ReportTableNoTS {}

.ReportTable th, .ReportTableNoTS th, tr.ReportHeaderRow  {
	font-size: 10pt;
	font-weight: bold;
	background-color: #808080;
	color: black;
	height: 18px;
	border-bottom: 1px solid black;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;		
}

.ReportTable tr.ReportHeaderRow {
	text-decoration: underline;
}

.ReportTable td, .ReportTableNoTS td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap;	 
	text-align: left;
}

.HiliteRow { background: #ffffcc; }

.SelectRow {background: #6B7D8C;}

.DividerRow { height: 17px }

/* Styles that are defined specifically for sections that should not be used anywhere else */
.SectionHeader	{	font-size: 12pt;
						font-weight: bold;
						background-color: #4668B0;
						color: white;
						padding-left:3px;
						border:1px solid black;
					}


.SectionBody	{	font-size: 10pt;
						background-color: #E1E1E1;
						border-bottom: 1px solid black;
						border-left: 1px solid black;
						border-right: 1px solid black;
					}

.DividerLine	{	background-color: black; }

.HiddenText { background-color: white;
	color: white; }

.Legend { FONT-SIZE: 7pt; font-weight: bold; }

/* Styles that are defined specifically for expand/collapse images that should not be used anywhere else */
.ExpColImg	{	cursor: hand;
				}