﻿

.style1
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: small;
    border-style:none;
    color: #000099;

}
.style2
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: small;
    border-style:none;
    color: #000099;
}
.style3
{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: small;
    border-style:none;
    color: #000000;
}

img{border-style:none}

a{text-decoration: none;border-style:none;}

a:visited

{text-decoration: non;border-style:none;}

a:active

{text-decoration: none;border-style:none;}

a:hover

{text-decoration: none;border-style:none;}

.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;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.modalBackground

{  
    background-color:Gray;
    filter:alpha(opacity=70);  
    opacity:0.7;
    overflow: auto;
width:300px; 
height:300px; 


 }
 
 fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
