/*
 * Copyright 2005-2008 The Kuali Foundation
 * 
 * Licensed under the Educational Community License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://www.opensource.org/licenses/ecl2.php
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@media only print {
	body {
		font-size: 71%;
		margin: 0;
		background-color: white;
	}
}
@media only screen {
  body {
	font-size: 71%;
	margin: 0;
 	background-color: #a02919; 
  }
}
form { margin: 0; }
li, td, div, th, table, span, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table
{
	margin-top: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

a:link
{
	text-decoration: underline;
	color: #000000;
}

a:visited
{
	text-decoration: underline;
	color: #000000;
}

a:hover
{
	color: #990000;
	text-decoration: underline;
}

a:active
{
	color: #333333;
	text-decoration: underline;
}

.alignright
{
	margin-top: 0;
	text-align: right;
}

.alignleft
{
	margin-top: 0;
	text-align: left;
}

.moveright
{
	float: right;
}

.moveleft
{
	float: left;
}

.small { font-size: .9em; }

.custom { font-size: 10px; }

.isa_info, .isa_success, .isa_warning, .isa_error {
margin: 10px 0px;
padding:12px;
box-shadow:1px 1px 3px #888;
}
.isa_info {
    color: #00529B;
    background-color: #DBEBFF;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}

.ui-dialog-content, .ui-dialog-buttonpane, .ui-dialog-title {
   font-size: 8pt;
}

.ui-widget-content {
    border: 2px solid #DDD;
}

.warning {
	background-color: #ffffed;
}

#portchancont table
{
		
}

#portchancont td
{
	padding-left: 12px;
	

}

#topcontrols
{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	background-image:  url("/images-portal/topcontrolback.gif");
	background-repeat: no-repeat;
	height: 22px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 3px;
}

#topcontrols input.loginbox
{
	border: 1px solid #666666;
	height: 14px;
	font-size: 80%;
	background-color: #FBF8E0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#topcontrols input.loginbutton
{
	border: none;
	background-color: #FBF8E0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#topcontrols a:link
{
	color: #000000;
	text-decoration: none;
}

#topcontrols a:visited
{
	color: #000000;
	text-decoration: none;
}

#topcontrols a:hover
{
	color: #990000;
	text-decoration: underline;
}

#topcontrols a:active
{
	color: #333333;
	text-decoration: underline;
}

#search
{
	position: absolute;
	top: 70px;
	right: 0;
	text-align: right;
	background-image:   url("/images-portal/searchback.gif");
	height: 38px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 60px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
}

#searchTest
{
	position: absolute;
	top: 70px;
	right: 0;
	text-align: right;
	background-image:   url("/images-portal/searchBackTest.gif");
	height: 38px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 60px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
}

#searchDev
{
	position: absolute;
	top: 70px;
	right: 0;
	text-align: right;
	background-image:   url("/images-portal/searchBackDev.gif");
	height: 38px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 60px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
}

#searchQa
{
	position: absolute;
	top: 70px;
	right: 0;
	text-align: right;
	background-image:   url("/images-portal/searchBackQa.gif");
	height: 38px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 60px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
}

#search input
{
	border: 1px solid #480000;
	font-size: 10px;
	background-color: #FFFFCC;
}

#search select
{
	border: 1px solid #480000;
	font-size: 10px;
	background-color: #FFFFCC;
}

#search input.loginbox
{
	border: 1px solid #666666;
	font-size: 10px;
	background-color: #FBF8E0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	height: 16px;
}

#search input.go,
#searchTest input.go,
#searchDev input.go,
#searchQa input.go
{
	font-size: 10px;
	background-color: #BA3B25;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #FF7979;
	border-right: 2px solid #761818;
	border-bottom: 2px solid #761818;
	border-left: 1px solid #FF7979;
}

#search a.go,
#searchTest a.go,
#searchDev a.go,
#searchQa a.go
{
	font-size: 10px;
	background-color: #BA3B25;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #FF7979;
	border-right: 2px solid #761818;
	border-bottom: 2px solid #761818;
	border-left: 1px solid #FF7979;
	text-decoration: none;
}

/*******************************************************************************
                       Positioning rules
*******************************************************************************/


#login-info
{
	height: 12px;
	position: absolute;
	top: 87px;
	right: 260px;
	color: #990000;
	
}


#build
{
	height: 20px;
	position: absolute;
	top: 46px;
	right: 20px;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif, Verdana, ;
}

#feedback
{
	height: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	color: #999999;
}

#kfsAsOf {
	height: 20px;
	position: absolute;
	top: 46px;
	right: 20px;
	font-weight: bold;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif, Verdana, ;
}

#header
{
	height: 70px;
	background-image:  url("/images-portal/headerback.gif");
	color: #FFFFFF;
	font-size: 1.5em;
}

#header span { display: none; }

#header h1.kfs
{
	background-image:   url("/images-portal/logo-umd.gif");
	margin: 0px;
	padding: 0px;
	height:70px;
	width: 221px;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.header2
{
	background-image:   url("/images-portal/head2-back.gif");
	background-color: #F4D9D8;
	background-repeat: repeat-x;
	height: 38px;
}

div.header2-left
{
	background-image:   url("/images-portal/header2-left.gif");
	height: 38px;
	background-repeat: no-repeat;
}

div.header2-left-focus
{
	background-image:   url("/images-portal/header2-left-focus.gif");
	height: 38px;
	background-repeat: no-repeat;
}

div.headerTest
{
	background-image:   url("/images-portal/headTest-back.gif");
	background-color: #F4D9D8;
	background-repeat: repeat-x;
	height: 38px;
}

div.headerTest-left-focus
{
	background-image:   url("/images-portal/headerTest-left-focus.gif");
	height: 38px;
	background-repeat: no-repeat;
}

div.headerDev
{
	background-image:   url("/images-portal/headDev-back.gif");
	background-color: #F4D9D8;
	background-repeat: repeat-x;
	height: 38px;
}

div.headerDev-left-focus
{
	background-image:   url("/images-portal/headerDev-left-focus.gif");
	height: 38px;
	background-repeat: no-repeat;
}

div.headerQa
{
	background-image:   url("/images-portal/headQa-back.gif");
	background-color: #F4D9D8;
	background-repeat: repeat-x;
	height: 38px;
}

div.headerQa-left-focus
{
	background-image:   url("/images-portal/headerQa-left-focus.gif");
	height: 38px;
	background-repeat: no-repeat;
}

div.breadcrumb
{
	font-family: "Arial Narrow";
	font-size: 16px;
	position: absolute;
	left: 182px;
	top: 65px;
	color: #000000;
	font-weight: bold;
}

div.breadcrumb-focus
{
	position: absolute;
	left: 28px;
	top: 84px;
	color: #000000;
	font-weight: bold;
}

div.tabposition
{
	position: absolute;
	top: 48px;
	left: 210px;
	width: 200px;
	white-space: nowrap;
}

#tabs
{
	float: left;
	font-size: 85%;
	line-height: normal;
	white-space: nowrap;
	width: 100%;
}

#tabs ul
{
	margin: 0;
	padding: 0px 0px 0;
	list-style: none;
	white-space: nowrap;
}

#tabs li.red
{
	background:  url("/images-portal/left-red.gif") no-repeat left top;
	margin: 0px 3px;
	padding: 0px 0px 0px 9px;
	float: left;
		white-space: nowrap;
}

#tabs a.red
{
	float: left;
	display: block;
	background:  url("/images-portal/right-red.gif") no-repeat right top;
	padding: 5px 9px 4px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}



#tabs li.green
{
	background:   url("/images-portal/left-tan.gif") no-repeat left top;
	margin: 0 3px;
	padding: 0 0 0 9px;
	float: left;
}

#tabs a.green
{
	float: left;
	display: block;
	background:   url("/images-portal/right-tan.gif") no-repeat right top;
	padding: 5px 9px 4px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}


/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

#tabs a
{
	float: none;
	white-space: nowrap;
}

/* End IE5-Mac hack */
#tabs a:hover
{
	color: #333333;
	text-decoration: underline;
}

#tabs #current { background-image: url("/images/left_on.gif"); }

#tabs #current a
{
	background-image: url("/images/right_on.gif");
	color: #333;
	padding-bottom: 5px;
}


#subtabs { background-color: #99FF99; }

h1, h2
{
	margin: 0;
	font-size: 100%;
}

.footerbevel
{
	background-image: url(/images-portal/bl-bevel-focus.gif);
	height: 27px;
}

#footer-copyright
{
	background-color: #a02919;
	color: #fff;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-image:   url("/images-portal/small-umd-guy.gif");
	padding-top: 20px;
	padding-bottom: 12px;
	background-repeat: no-repeat;
	background-position: right 5px;
	height: 20px;
}

#footer-copyright a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer-copyright a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer-copyright a:hover
{
	color: #000000;
	text-decoration: underline;
}

#footer-copyright a:active
{
	color: #000000;
	text-decoration: underline;
}

#footer-nav
{
	background-image:   url("/images-portal/leftback.gif");
	background-repeat: no-repeat;
	height: 20px;
	background-color: #FFFFFF;
}

#footer-nav-focus
{
	background-image:   url("/images-portal/bl-bevel-focus.gif");
	background-repeat: no-repeat;
	height: 20px;
	background-color: #FFFFFF;
	background-position: left bottom;
}

#footer-nav  a:link
{
	color: #000000;
	text-decoration: none;
}

#footer-nav  a:visited
{
	color: #000000;
	text-decoration: none;
}

#footer-nav  a:hover
{
	color: #990000;
	text-decoration: underline;
}

#footer-nav  a:active
{
	color: #333333;
	text-decoration: underline;
}

#footer-nav-focus  a:link
{
	color: #000000;
	text-decoration: none;
}

#footer-nav-focus  a:visited
{
	color: #000000;
	text-decoration: none;
}

#footer-nav-focus  a:hover
{
	color: #990000;
	text-decoration: underline;
}

#footer-nav-focus  a:active
{
	color: #333333;
	text-decoration: underline;
}

div.leftswoop
{
	background:   url("/images-portal/subnav-left.gif") no-repeat left top;
	padding: 0 0 0 9px;
	float: left;
	position: relative;
	left: 40%;
	right: 60%;
	bottom: 2px;
}

html>body div.leftswoop
{
	background:   url("/images-portal/subnav-left.gif") no-repeat left top;
	padding: 0 0 0 9px;
	float: left;
	position: relative;
	left: 40%;
	right: 60%;
	bottom: 3px;
}

span.rightswoop
{
	float: left;
	display: block;
	background:   url("/images-portal/subnav-right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
}

.centerfootnav { width: 300px; }

div#leftbox
{
	left: 0px;
	padding-top: 0px;
	margin: 0;
	width: 169px;
}

.leftback { background-image:   url("/images-portal/leftback.gif"); }
.leftback-focus { background-image:   url("/images-portal/leftback-focus.gif"); }
td.content { padding-bottom: 40px; }

#middlebox
{
	margin: 0px 0px 0px 169px;
	background-color: #FFFFFF;
}

div#rightbox
{
	position: absolute;
	right: 0px;
	width: 30%;
	background-color: #FFFFFF;
}

/** 'portlet' block **/





#portlets-left-column
{
	margin: 0 0 0 12px;
	padding: 0;
	width: 49%;
	float: left;
}

#portlets-right-column
{
	margin: 0 12px 0 0;
	padding: 0;
	width: 50%;
	float: right;
}

.portlet
{
	margin: 20px 10px 0px;
	padding: 0px;
	border: 1px solid #999999;
}


.portlet-iframe
{
	margin:  0px;
	padding: 0px;
	border: 1px solid #999999;
}


.portlet .header
{
	padding-left: 0.25em;
	background-color: #E5E5E5;
	height: 22px;
	background-image:  url("/images-portal/chanhead-back.gif");
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: "Arial Narrow";
	font-size: 14px;
	color: #990000;
	text-align: left;
}

.portlet .header h2
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	float: left;
	white-space: nowrap;
}

.portlet .header span
{
	width: 16px;
	height: 16px;
	float: right;
}

.portlet-nav { float: left; }

#navcontainer
{
	margin: 0px;
	padding: 0px;
	width: 169px;
}

#navcontainer ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navcontainer li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navcontainer a
{
	display: block;
	padding: 4px 0px 4px 12px;
	width: 169px;
	border-bottom: 1px solid #333333;
	background-image:   url("/images-portal/subnav-back.gif");
	background-position: right;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

html>body #navcontainer a
{
	display: block;
	padding: 4px 0px 4px 12px;
	width: 157px;
	border-bottom: 1px solid #333333;
	background-image:   url("/images-portal/subnav-back.gif");
	background-position: right;
	text-decoration: none;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}


#navcontainer a.current
{
	display: block;
	padding: 4px 0px 4px 12px;
	width: 169px;
	border-bottom: 1px solid #333333;
	background-image:   url("/images-portal/subnav-back1.gif");
	background-position: right;
	text-decoration: none;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

html>body #navcontainer a.current
{
	display: block;
	padding: 4px 0px 4px 12px;
	width: 157px;
	border-bottom: 1px solid #333333;
	background-image:   url("/images-portal/subnav-back1.gif");
	background-position: right;
	text-decoration: none;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}




#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-image:   url("/images-portal/subnav-back1.gif");
	color: #000000;
}

#misclinks
{
	padding-top: 30px;
	padding-left: 8px;
}

#misclinks li { list-style-image:   url("/images-portal/bullet.gif"); }

#misclinks a:link
{
	color: #000000;
	text-decoration: none;
}

#misclinks a:visited
{
	color: #000000;
	text-decoration: none;
}

#misclinks a:hover
{
	color: #990000;
	text-decoration: underline;
}

#misclinks a:active
{
	color: #333333;
	text-decoration: underline;
}

/** 'portlet' block: portlet mode and window state controls **/
div.portlet-head { height: 40px; }
div.portlet-title {
	float: left;
	padding: 3px;
}

h2.portlet-title
{
	font-family: "Arial Narrow";
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #8D2C1B;
	white-space: nowrap;
}

div.kfs-as-of {
	float: right;
	padding: 5px;
}

.kfs-as-of
{
	font-family: "Arial Narrow";
	font-size: 10px;
	color: #999999;
	white-space: nowrap;
}

div.portlet-modify
{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.dddlist
{
	width: 68px;
	font-size: 10px;
	background-color: #e5e5e5;
	height: 14px;
	border: 1px solid #999999;
	float: right;
}

.portlet .body { padding: 10px; }
.portlet .header span.min { background: url(/images/min.png) no-repeat; }
.portlet .header span.max { background: url(/images/max.png) no-repeat; }
.portlet .header span.norm { background: url(/images/norm.png) no-repeat; }
.portlet .header span.view { background: url(/images/view.png) no-repeat; }
.portlet .header span.edit { background: url(/images/edit.png) no-repeat; }
.portlet .header span.help { background: url(/images/help.png) no-repeat; }


.bord-lb {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #A8B2BC;
	border-left-color: #A8B2BC;
}
.bord-rt {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A8B2BC;
	border-right-color: #A8B2BC;
}




ul.chan {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
}

#iframe_portlet_container_div {
	background-color: #FFFFFF; 
	background-image: url('/images-portal/leftback-focus.gif'); 
	background-repeat: repeat-y;
	/* padding left 15px simulates previous table layout spacing */
	padding: 0px 0px 0px 15px;
}

#iframe_portlet_container_table {
	width: 100%; 
	height: 100%;
	background-color : transparent;
}

div.blockOverlay{
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
    opacity:.60;
    -moz-opacity:.60;
    z-index: 10100 !important;
}

div.blockElement{
    padding: 0;
    margin: 0;
    top: 40%;
    left: 0 !important;
    background-color: white;
    textAlign: center;
    color: #000;
    border: 3px solid #aaa;
    cursor: wait;
    z-index: 10101 !important;
}

div.blockPage{
    padding: 0;
    margin: 0;
    width: 30%;
    top: 40%;
    left: 35%;
    textAlign: center;
    color: #000;
    border: 3px solid #aaa;
    background-color: white;
    cursor: wait;
    z-index: 10101 !important;
    text-align: center;
}

.indent {
	padding-left: 20px;
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}

table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table.headertable {
	font-family: verdana,arial,sans-serif;
	font-size:9px;
	color:#333333;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	background-color: #FFFDD8;
}

table.headertable th {
	border-width: 1px;
	padding: 2px;
	border-style: none;
/* 	border-color: #666666; */
/* 	background-color: #B0C4DE; */
}

table.headertable td {
	border-width: 1px;
	padding: 2px;
	border-style: none;
/* 	border-color: #666666; */
/* 	background-color: #FFFDD8; */
}

table.inlineDatatable {
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	color:#333333;
	display: inline-block;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table.datatable {
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table.datatable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	vertical-align: text-bottom;
}

table.datatable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table.datatable td.money {
	border-width: 1px;
	padding: 2px;
	padding-right: 4px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
	text-align: right;
}

table.datatable tr:hover {
	background-color: #ffff7a !important;
}

tr.selected {
	background-color: #ffff7a !important;
}

table.altcolor {
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table.altcolor th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	vertical-align: text-bottom;
}

table.altcolor td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
}

table.altcolor td.money {
	border-width: 1px;
	padding: 2px;
	padding-right: 4px;
	border-style: solid;
	border-color: #666666;
	text-align: right;
}

table.altcolor tr:nth-child(even) {
	background-color: #f6fff6;
}

table.altcolor tr.selectedRow {
	background-color: #ccc;
}

table.altcolor tr:hover {
	background-color: #ffff7a !important;
}


table.umdtable {
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table.umdtable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	vertical-align: text-bottom;
}

table.umdtable td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
}

table.umdtable td.money {
	border-width: 1px;
	padding: 2px;
	padding-right: 4px;
	border-style: solid;
	border-color: #666666;
	text-align: right;
}

table.umdtable td.moneyTotal {
	border-width: 1px;
	padding: 2px;
	padding-right: 4px;
	border-style: solid;
	border-color: #666666;
	text-align: right;
	background-color: #eafbea;
}

table.umdtable tr:hover {
	background-color: #ffff7a !important;
}

table.filterTable {
    font-family: verdana,arial,sans-serif;
    font-size:10px;
    background-color: #dedede;
    color:#333333;
    border-width: 0px;
    float: left;
}

table.filterTable td {
    border-width: 0px;
    padding: 2px;
    background-color: #dedede;
}


table.ldtable {
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}

table.ldtable th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
	vertical-align: text-bottom;
}

table.ldtable td {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

table.ldtable td.money {
	border-width: 0px;
	padding: 2px;
	padding-right: 4px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
	text-align: right;
}



div.warning {
    padding: 0;
    margin: 0;
    top: 40%;
    left: 0 !important;
    background-color: white;
    textAlign: center;
    color: #000;
    border: 3px solid #ffff50;
    cursor: wait;
    z-index: 10101 !important;
}

div.information{
    padding: 0;
    margin: 0;
    top: 40%;
    left: 0 !important;
    background-color: white;
    textAlign: center;
    color: #000;
    border: 3px solid #4169e1;
    cursor: wait;
    z-index: 10101 !important;
}

div.information-box {
    padding: 10;
    margin: 20;
    top: 40%;
    left: 0 !important;
    background-color: white;
    textAlign: left;
    color: #000;
    border: 3px solid #4169e1;
    cursor: wait;
    z-index: 10101 !important;
}

div.error{
    padding: 0;
    margin: 0;
    top: 40%;
    left: 0 !important;
    background-color: white;
    textAlign: center;
    color: #000;
    border: 3px solid #ff0000;
    cursor: wait;
    z-index: 10101 !important;
}

#parms
{
	font-size:100%;
}

#coa
{
	font-size:100%;
}

#exec, #div, #school, #dept, #subdept, #account, #overview
{
	font-size:100%;
}

#deptlist
{
	font-size:100%;
}

#thelist, #ledtype, #ledfp, #baltype, #view, #objcode, #accountFilter, #accountStatus, #period, #subFundGrpCat, #sfg, #aSearch
{
	font-size:100%;
}

#fp, #pv
{
	font-size:100%;
}

#submit
{
	font-size:100%;
}

#greenSubmit
{
	position: relative;
	top: 4px;
}

.inlineTable {
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #666666;
	display: inline-block;
	border-spacing: 1px;
	border-collapse: collapse;
}
  
@media only screen {  
	tr.print-row, .printFilter {
	    display: none;
	};
}

@media only print {
    #header, #build, .headerDev, #searchDev, .headerQa, #searchQa, .header2, #search, .headerTest, #searchTest, #login-info, #parms, #tabs, #about_link, #print_link, #back, #footer-copyright, #download, tr.filterParms {
        display:none;
    };
    
    tr.print-row, print-row {
        display: table-row;
    };
    
    @page {size: landscape};
}
/* -webkit-transform: rotate(-90deg); -moz-transform:rotate(-90deg); */
/* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); */

.sortHeader {
	color: black;
}

a.sortHeader {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.SelectBox {padding: 1px 8px;}

.btn-kfsweb {
  font-weight: normal;
  height: 16px;
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
  border: 1px solid #737373;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-kfsweb:hover,
.btn-kfsweb:focus,
.btn-kfsweb.focus,
.btn-kfsweb:active,
.btn-kfsweb.active,
.open > .dropdown-toggle.btn-kfsweb {
  color: #000000;
  background-color: #A6F4FF;
  border-color: #26A0DA;
}
.btn-kfsweb:active,
.btn-kfsweb.active,
.open > .dropdown-toggle.btn-kfsweb {
  background-image: none;
}
.btn-kfsweb.disabled,
.btn-kfsweb[disabled],
fieldset[disabled] .btn-kfsweb,
.btn-kfsweb.disabled:hover,
.btn-kfsweb[disabled]:hover,
fieldset[disabled] .btn-kfsweb:hover,
.btn-kfsweb.disabled:focus,
.btn-kfsweb[disabled]:focus,
fieldset[disabled] .btn-kfsweb:focus,
.btn-kfsweb.disabled.focus,
.btn-kfsweb[disabled].focus,
fieldset[disabled] .btn-kfsweb.focus,
.btn-kfsweb.disabled:active,
.btn-kfsweb[disabled]:active,
fieldset[disabled] .btn-kfsweb:active,
.btn-kfsweb.disabled.active,
.btn-kfsweb[disabled].active,
fieldset[disabled] .btn-kfsweb.active {
  background-color: #e6e6e6;
  border-color: #adadad;
  border: 1px solid #adadad;
}


.oar-add-scroll {
  overflow-y:auto;
  height: 800px;
}

.oar-body {
  background-size: cover;
  padding: 0px;
  display: block;
}

.oar-body-box {
  position: relative;
  top: 25px;
  left: 50px;
  width: 80%;
  font-size: 14px;
  color: #878787;
  line-height: 18px;
  padding: 15px;
  background-color: white;
  border-bottom: 3px solid #E21833;
  border-top: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}

.oar-dialog-box {
  position: relative;
  top: 25px;
  left: 50px;
  width: 80%;
  font-size: 14px;
  color: #878787;
  line-height: 18px;
  padding: 5px;
  background-color: white;
  border-bottom: 3px solid #E21833;
  border-top: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
}

.oar-hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #E2E2E2;
    margin: 1em 0;
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.oar-item-title {
  color: #5D5D5D;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#filter-dialog {
	line-height: 2; 
	font-size: 85%;
}

.ui-button-greenButton {
	background-color: #f6fff6;
}

.table_page_button {
/* 	Empty css class */
}

.hamburger-icon {
  width: 15px;
  height: 1px;
  background-color: white;
  margin: 2px 0;
}

.btn_umd_red {
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
    background-color: #8D2C1B;
    background-image: none;
	border-color: #D8D8D8;
    color: #FFFFFF;
    white-space: nowrap;
 	padding: 4px 4px; 
	font-size: 10px; 
	font-weight: bold;
	line-height: 1;
 	border-radius: 4px; 
}

.btn_umd_blue {
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
    background-color: #337AB7;
    background-image: none;
	border-color: #000000;
    color: #FFFFFF;
    white-space: nowrap;
 	padding: 4px 4px; 
	font-size: 10px; 
	font-weight: bold;
	line-height: 1;
 	border-radius: 4px; 
}

.btn_umd_yellow {
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
    background-color: #FFFDD8;
    background-image: none;
	border-color: #FFFDD8;
    color: #000000;
    white-space: nowrap;
 	padding: 4px 4px; 
	font-size: 10px; 
	font-weight: bold;
	line-height: 1; 
 	border-radius: 4px; 
}

.btn_umd_green {
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
    background-color: #D1E9D1;
    background-image: none;
	border-color: #D8D8D8;
    color: #8D2C1B;
    white-space: nowrap;
 	padding: 4px 4px; 
	font-size: 10px; 
	font-weight: bold;
	line-height: 1;
 	border-radius: 4px; 
}

.btn_umd_white {
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
    background-color: #FFFFFF;
    background-image: none;
	border-color: #D8D8D8;
    color: #8D2C1B;
    white-space: nowrap;
 	padding: 4px 4px; 
	font-size: 10px; 
	font-weight: bold;
	line-height: 1;
 	border-radius: 4px; 
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btn_umd_blue {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
    background-color: #337AB7;
    background-image: none;
	border-color: #000000;
    color: #FFFFFF;
    white-space: nowrap;
	padding: 6px 12px;
	font-size: 10px; 
	line-height: 1.42857143;
	border-radius: 4px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btn_umd_success {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
    background-color: #D1E9D1;
    background-image: none;
	border-color: #4cae4c;
    color: black;
    white-space: nowrap;
	padding: 6px 12px;
	font-size: 10px; 
	line-height: 1.42857143;
	border-radius: 4px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btn_umd_success:hover {
	color: black;
	background-color: #a6d8a6;
	border-color: black;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btn_umd {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
    background-color: white;
    background-image: none;
	border-color: #A9A9A9;
    color: black;
    white-space: nowrap;
	padding: 6px 12px;
	font-size: 10px; 
	line-height: 1.42857143;
	border-radius: 4px;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .btn_umd:hover {
	color: #000000;
	background-color: #dfeffc;
	border-color: #000000;
}

.fringe {
	border-width: 1px;
	padding: 2px;
	padding-right: 4px;
	border-style: solid;
	border-color: #666666;
	text-align: right;
	vertical-align: top;
	color: black;
}

.i-circle {
    display: inline-block;
    background-color: #666666;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 20px; /* set to same size as width, height */
    width: 20px;
    height: 20px;
    text-align: center;
}