﻿body
{
    background-color: #678fc2;
    font-family: Arial;
    font-size: 12px;
    
}

.Toolbar
{
    font-weight: bold;
    font-size: 12px;
    background-image: url(../../App_Themes/SAP/Images/toolbar.gif);
    color: #006699;
    font-family: Arial;
}
.rightPane
{
    border-left: lightgrey 1px solid;
    background-color: aliceblue;
}
.fadeBackground 
{
    background-image: url(../../App_Themes/SAP/Images/fadebkg.gif);
    
    }
.bottombar
{
    font-weight: bold;
    font-size: 12px;
    background-image: url(App_Themes/SAP/Images/toolbar.gif);
    color: #006699;
    font-family: Arial;
}
.bodyMiddle
{
    font-size: 12px;
    font-family: Arial;
    background-color: #ffffff;
}

.leftBorder
{
    background-image: url(../../App_Themes/SAP/Images/leftBorder.jpg);
    background-repeat: repeat-y;
    background-color: #ffffff;
}
    
    .rightBorder
{
    background-image: url(../../App_Themes/SAP/Images/rightBorder.jpg);
    
    }    
    
        .quickLinkTitle
{
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
    background-color: aliceblue;
	border-bottom: lightgrey 1px solid;
}    

.commentStyle
{
	font-size: 10px;
	font-family: Arial;
	color: dimgray;
	font-weight: bold;
	text-transform: uppercase;
}
    .buttonStyle
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 12px;
	border-left: 1px outset;
	border-bottom: 1px outset;
	font-family: Arial;
}
    .header1Text
    {
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
        color: #000000;
     }
     
      .successMsg
    {
        font-size: 11px;
        font-family: Arial;
        font-weight: bold;
        color: green;
     }
     
      .errorMsg
    {
        font-size: 11px;
        font-family: Arial;
        font-weight: bold;
        color: red;
     }
     
     .TextBoxStyle
{
	border-right: #7192bf 1px solid;
	border-top: #7192bf 1px solid;
	font-size: 12px;
	border-left: #7192bf 1px solid;
	border-bottom: #7192bf 1px solid;
	font-family: arial;
}

.horiLineStyle
{
	background-image: url(../../App_Themes/SAP/Images/line.gif);
}
.smallText 
{
	font-size: 11px;
	font-family: Arial;
	color: dimgray;
	}
	
	.lineStyle
{
	border-top: lightsteelblue 1px dotted;
}
     .footer
{
    font-size: 11px;
    font-family: Arial;
    color: dimgray;
    border-top: lightgrey 1px solid;
    background-color: aliceblue;
}
     
     .header2Text
    {
        font-size: 19px;
        font-family: Arial;
        font-weight: bold;
        color: #000000;
     }
     
     .smallHeaderText
    {
        font-size: 10px;
        font-family: Arial;
        font-weight: bold;
        color: dimgray;
     }
        
        
    .GrayText
{
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}

  .BlackText
{
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}

a:link {
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
    /*FONT-WEIGHT: bold;*/
    COLOR: #034984;
    TEXT-DECORATION: none;
    /*TEXT-TRANSFORM: uppercase;*/
}

.caseStudyHeader{
    FONT-SIZE: 14px;
    FONT-FAMILY: Arial;
    /*FONT-WEIGHT: bold;*/
    COLOR: #034984;
    TEXT-DECORATION: none;
    /*TEXT-TRANSFORM: uppercase;*/
}
a:active {
    FONT-SIZE: 12px; /*color: dimgray;*/
    /*FONT-WEIGHT: bold;*/
    TEXT-DECORATION: none;
    FONT-FAMILY: Arial;
    /*TEXT-TRANSFORM: uppercase;*/
    COLOR: #034984;
    TEXT-DECORATION: none;
}
a:visited
{
	 FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
    /*FONT-WEIGHT: bold;*/
    COLOR: #034984;
    TEXT-DECORATION: none;
    /*TEXT-TRANSFORM: uppercase;*/
}
a:hover 
{ FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
    /*FONT-WEIGHT: bold;*/
    COLOR: #3366cc;
    TEXT-DECORATION: none;
	}


