.units
{
    font-family:Arial;
    font-size:7pt;
    color:#918d85;
    font-weight:normal;
}
.text
{
    font-family:Arial;
    font-size:10pt;
    color:Black;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}
.text_bold
{
    font-family:Arial;
    font-size:10pt;
    color:Black;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
}
.text_white
{
    font-family:Arial;
    font-size:10pt;
    color:white;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}
.text_strikeout
{
    font-family:Arial;
    font-size:10pt;
    color:#918d85;
    font-weight:normal;
    font-style:italic;
    text-decoration:line-through;
}
.text_red
{
    font-family:Arial;
    font-size:10pt;
    color:red;
    font-weight:normal;
    font-style:italic;
    text-decoration:none;
}
.text_red_bold
{
    font-family:Arial;
    font-size:10pt;
    color:red;
    font-weight:bold;
}
.text_green_bold
{
    font-family:Arial;
    font-size:10pt;
    color:green;
    font-weight:bold;
}
.text_blue_bold
{
    font-family:Arial;
    font-size:10pt;
    color:#0090e0;
    font-weight:bold;
}
.text_darkblue_bold
{
    font-family:Arial;
    font-size:10pt;
    color:#241665;
    font-weight:bold;
}
.text_disabled
{
    font-family:Arial;
    font-size:10pt;
    color:#c8c6c2;
    font-weight:normal;
}
.font_pageheading
{
    font-family:Arial;
    font-size:14pt;
    color:#241665;
    font-weight:normal;
}
.font_InsitutionLabel
{
    font-family:Arial;
    font-size:10pt;
    color:black;
    font-weight:normal;
    font-style:italic;
}
.font_warning
{
    font-family:Arial;
    font-size:10pt;
    color:#86061d;
    font-weight:bold;
}
.font_red_notation
{
    font-family:Arial;
    font-size:8pt;
    color:red;
    font-weight:bold;
}
.font_notation
{
    font-family:Arial;
    font-size:8pt;
    color:#241665;
    font-weight:normal;
}
.notation_calculated
{
    font-family:Arial;
    font-size:7pt;
    color:#86061d;
    font-weight:normal;
}
.font_notation_white
{
    font-family:Arial;
    font-size:8pt;
    color:#ffffff;
    font-weight:normal;
}
.master_details_label
{
    font-family:Arial;
    font-size:10pt;
    color:#241665;
    font-weight:normal;
}
.master_properties_header{
    font-family:Arial;
    font-size:10pt;
    color:#86061d;
    font-weight:normal;
}
.inputlabel
{
    font-family:Arial;
    font-size:8pt;
    color:Black;
    font-weight:bold;
}
.inputlabel_disabled
{
    font-family:Arial;
    font-size:8pt;
    /*color:#c8c6c2;*/
    color:#918d85;
    font-style:italic;
    font-weight:bold;
}
.input_textbox
{
    font-family:Arial;
    font-size:8pt;
    color:Black;
    font-weight:normal;
    border:solid 1px black;
}
.input_scb
{
    font-family:Arial;
    font-size:10pt;
    color:Black;
    font-weight:normal;
    border:solid 1px black;
}
.input_other
{
    font-family:Arial;
    font-size:8pt;
    color:Black;
    font-weight:normal;
}
.campusselect
{
    font-family:Arial;
    font-size:8pt;
    color:Black;
    font-weight:normal;
    cursor:default;
}
.campusselect_white
{
    font-family:Arial;
    font-size:8pt;
    color:white;
    font-weight:normal;
    cursor:default;
}
.minilabel
{
    font-family:Arial;
    font-size:8pt;
    color:Black;
    font-weight:bold;
}
.campusselect_hover
{
    font-family:Arial;
    font-size:8pt;
    color:white;
    font-weight:normal;
    background-color:#018ddc;
    cursor:default;
}
.scb_hover
{
    font-family:Arial;
    font-size:10pt;
    color:white;
    font-weight:normal;
    background-color:#018ddc;
    cursor:default;
}
.scb_item
{
    font-family:Arial;
    font-size:10pt;
    color:black;
    font-weight:normal;
    background-color:#ffffff;
    cursor:default;
}
.campusselect_disabled
{
    font-family:Arial;
    font-size:8pt;
    color:#918d85;
    font-weight:normal;
    font-style:italic;
    cursor:default;
}
.selectSystem
{
    font-family:Arial;
    font-size:8pt;
    color:#241665;
    font-weight:bold;
}
.font_boldtext
{
    font-family:Arial;
    font-size:10pt;
    color:Black;
    font-weight:bold;
}
.font_pane_title
{
    font-family:Arial;
    font-size:9pt;
    color:Black;
    font-weight:normal;
}
.font_boldtext_white
{
    font-family:Arial;
    font-size:10pt;
    color:white;
    font-weight:bold;
}
a.notation
{
    font-family:Arial;
    font-size:8pt;
    color:blue;
    font-weight:normal;
    text-decoration:none;
}
a.notation:visited
{
    font-family:Arial;
    font-size:8pt;
    color:blue;
    font-weight:normal;
    text-decoration:none;
}
a.notation:hover
{
    font-family:Arial;
    font-size:8pt;
    color:#86061d;
    font-weight:normal;
    text-decoration:underline;
}
a.CompGroupPane_Link
{
    font-family:Arial;
	font-weight:normal;
	font-size:8pt;
	color:#0090e0;
	text-decoration:none;
}
a.CompGroupPane_Link:visited
{
    font-family:Arial;
	font-weight:normal;
	font-size:8pt;
	color:#0090e0;
	text-decoration:none;
}
a.CompGroupPane_Link:hover
{
    font-family:Arial;
	font-weight:normal;
	font-size:8pt;
	color:#86061d;
	text-decoration:underline;
}
a
{
    /*font-family:Arial;
    font-size:10pt;
    color:#241665;
    text-decoration:none;*/

	font-family:Arial;
	font-weight:normal;
	font-size:9pt;
	color:#0090e0;
	text-decoration:none;
}
a:visited
{
    /*font-family:Arial;
    font-size:10pt;
    color:#241665;
    text-decoration:none;*/
    font-family:Arial;
	font-weight:normal;
	font-size:9pt;
	color:#0090e0;
	text-decoration:none;
}
a:hover
{
  /*  font-family:Arial;
    font-size:10pt;
    color:#0090e0;
    text-decoration:underline;*/
    
    font-family:Arial;
	font-weight:normal;
	font-size:9pt;
	color:#86061d;
	text-decoration:underline;
}
a.admin_link
{
	font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	color:#86061d;
	text-decoration:none;
}
a.admin_link:visited
{
    font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	color:#86061d;
	text-decoration:none;
}
a.admin_link:hover
{
    font-family:Arial;
	font-weight:bold;
	font-size:9pt;
	color:#436431;
	text-decoration:underline;
}
.font_compgroupmember
{
    font-family:Arial;
    font-size:9pt;
    font-weight:normal;
}
.font_compgroupmember_excluded
{
    font-family:Arial;
    font-size:9pt;
    font-weight:normal;
    color:#a9a9a9;
}
.font_compgroupmember_notuptodate
{
    font-family:Arial;
    font-size:9pt;
    font-weight:bold;
    color:#86061d;
}
.font_datayearsused
{
    font-family:Arial;
    font-size:8pt;
    font-weight:normal;
    color:#86061d;
}
.font_blue_text
{
    color:#241665;
    font-family:Arial;
    font-size:9pt;
    font-weight:normal;
}
.font_teal_text
{
    color:#33CCCC;
    font-family:Arial;
    font-size:9pt;
    font-weight:normal;
}
.font_teal_heading
{
    color:#33CCCC;
    font-family:Arial;
    font-size:20pt;
    font-weight:bold;
}
.selectlist
{
    border:solid 1px #918d85;
    background-color:white;
    /*background-image:url(/images/selectlist.jpg);*/
    font-size: 8pt;
    background-position:top;
    background-repeat:repeat-x;
    overflow-y:scroll;
    overflow-x:hidden;
}
.scb_selectlist
{
    border:solid 1px #918d85;
    background-color:white;
     overflow-y:scroll;
    overflow-x:hidden;
}
a.pane_aux_button
{
    font-family:Arial;
    font-size:9pt;
    color:Black;
    font-weight:normal;
    text-decoration:none;
}
a.pane_aux_button:visited
{
    font-family:Arial;
    font-size:9pt;
    color:Black;
    font-weight:normal;
    text-decoration:none;
}
a.pane_aux_button:hover
{
    font-family:Arial;
    font-size:9pt;
    color:white;
    font-weight:normal;
    text-decoration:underline;
}
.infobubble_title
{
    font-family:Arial;
    font-size:8pt;
    color:#241665;
    font-weight:bold;
    border-bottom:solid 1px #241665;
}
.infobubble_data
{
    font-family:Arial;
    font-size:8pt;
    color:#241665;
    font-weight:normal;
}
.infobubble_datalabel
{
    font-family:Arial;
    font-size:8pt;
    color:#000000;
    font-weight:normal;
}
.cbl_questionmark
{
    font-family:Verdana;
    font-size:8pt;
    font-weight:bold;
    color:#0090e0;
    border:dashed 1px #0090e0;
    line-height:8pt;
    padding:0px 1px 0px 1px;
}
.chart_text
{
    font-family:Arial;
    font-size:9pt;
    color:Black;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}