﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
   
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.header
{
    font-size:18px; font-weight:bold; font-family:Arial; height:25px; color:#41526D;
}
.operationinfo
{
    font-size:16px; color:Blue;
}
.noticeinfo
{
    font-size:15px; color:Blue;
}
.operationfailureinfo
{
    font-size:16px; color:Red;
}
.rowstyle
{
    font-family:Verdana;
    font-size:9px;
    text-align:left;
}
.headerstyle
{
    font-family:Verdana;
    font-size:9px;
    text-align:center;
}


.headerstylevss
{
    font-family:Verdana;
    font-size:9px;
    text-align:center;
}
.rowstylevss
{
    font-family:Verdana;
    font-size:9px;
    text-align:left;
}

.rowstyle1
{
    font-family:Verdana;
    font-size:11px;
    text-align:left;
}
.headerstyle1
{
    font-family:Verdana;
    font-size:11px;
    text-align:center;
}

.labels
{
    font-family:Verdana;
    font-size:9px;
    text-align:left;
}

.errorlabels
{
    font-family:Verdana;
    font-size:12px;
    text-align:left;
    color:#FF0000;
}


.newlabels
{
    font-family:Verdana;
    font-size:9px;
    text-align:left;
}

.hyperlinkimage
{
    font-family:Verdana;
    font-size:10px;
    color:Orange;
    border:1;    
}

.hyperlink
{
    font-family:Verdana;
    font-size:10px;
    color:blue;
}

 .accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

