﻿

/*css for SACSWEB*/

.sacsSectionTitle
{
 
   /* background-color:#f7f7f7;*/
   background-color:#4282c2;
    color: white;
      padding: 5px 5px;
      font-size:16px;
      font-weight:bold;

}

.sacsPanelBg
{
 
    background-color:#f8fbfe;
    color: #000000;
}


.SACSMessageBoxHeader
 {
     background-color:#C0C0C0;

   font-size :medium;
}


/*.modalBackground
{
	background-color:#A0AFB0; #bcdefb
    filter:alpha(opacity=40);
    opacity:0.5;

}*/

.SACSmodalBackground
{
	/*background-color:#A0AFB0;*/
    background-color:wheat;
    filter:alpha(opacity=70);
    opacity:0.7;
    
     
}

.staticSelectedStyle
{
    background-color: #CCFF33;
    color: #003300;
    border-bottom: solid 1px #eee;
    z-index: 100;
}

.SACSLabel
 {
     font-family :Arial ;
     font-size :11pt;
     background-color:#f7f7f7;
     width:200px;
}


.textbox
{
	margin-bottom: 0px;
border: 1px solid #3b6e22;
	color: #000000;
	margin-left: 0px;
}


.SACSTableTitle
{
    background-color:#b6c1c3;
    font-family: 'Palatino Linotype'; 
    font-size: large; 
    color:black;
 text-align:center;
}


.errorMessage
{
	color: #FF0000;
	font-style: normal;
	text-align: center;
	font-size:  medium;
	font-family: Arial;
}

.SacsBtn {
        background-color:#008CBA ; /* Green   #355E3B  */
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}