﻿body {
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('s2s_logo.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

.MainText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; /*	font-weight:bold;*/ 
	color: #001b37;
}
.MainText2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; /*	font-weight:bold;*/ 
	color: gray;
	
}



.MainButtons
{
	font-family: Arial, Helvetica, sans-serif;
	color: #001b37;
	background-color:#92a9f1;
	font-size: 12px; /*	font-weight:bold;*/ 
	text-decoration:underline;
	border-style: none;
	margin: 1px;
	border-right: 0px outset;
	border-top: 0px outset;
	border-left: 0x outset;
	border-bottom: 0px outset;
}
.MainButtonsSmall
{
	font-family: Arial, Helvetica, sans-serif;
	color: #001b37;
	background-color:#92a9f1;
	font-size: 9px; /*	font-weight:bold;*/ 
	text-decoration:underline;
	border-style: none;
	margin: 1px;
	border-right: 0px outset;
	border-top: 0px outset;
	border-left: 0x outset;
	border-bottom: 0px outset;
	width:60px;
}



.MainButtons:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	background-color:Transparent;
	border-style:solid;
	border-width:0px;
	margin:1px;
}

.MainButtons:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
	background-color:Transparent;
	border-style:solid;
	border-width:0px;
	margin:1px;
}

.MainButtons:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #001b37; /*font-size:12px;*/
	font-weight: normal;
	text-decoration: underline; /*	background-color:Transparent;*/
	border-style: none;
	cursor: pointer;
	margin: 1px;
	background-color: orange;
	border-right: orange 0px outset;
	border-top: orange 0px outset;
	border-left: orange 0px outset;
	border-bottom: orange 0px outset;
}
.MainButtonsSmall:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #001b37; /*font-size:12px;*/
	font-weight: normal;
	text-decoration: underline; /*	background-color:Transparent;*/
	border-style: none;
	cursor: pointer;
	margin: 1px;
	background-color: orange;
	border-right: orange 0px outset;
	border-top: orange 0px outset;
	border-left: orange 0px outset;
	border-bottom: orange 0px outset;
}


.MainButtons:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	background-color:Transparent;
	border-style:solid;
	border-width:0px;
	margin:1px;
}


.accordionHeader
{
      text-decoration: underline;
    border: 0px solid #2F4F4F;
    color: #001b37;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #92a9f1;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color:#92a9f1;
    border: 0px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
      font-family: Arial, Sans-Serif;
      font-size: 12px;
      
}

