﻿

html
{
    overflow-y:scroll;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: Verdana;
    background-color: #e0e0e0;
}

a img
{
    border: 0px;
}



.topBar
{
    width: 100%;
    background-color: #e0e0e0;
    height: 30px;
    margin-top: 0px;
}
.mainMenu
{
    float: right;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    top: 6px;
    right: 0px;
    z-index: 2;
}



.mainMenu ul
{
    margin: 0;
    padding: 0;
    float: right;
    width: 100%;
    background: none;
}



.mainMenu ul li
{
    display: inline;
}



.mainMenu ul li a
{
    float: right;
    color: #000000;
    padding: 5px 11px;
    text-decoration: none;
    margin-right: 10px;
    border-left: solid 1px #c0c2c3;
    border-right: solid 1px #c0c2c3;
    border-top: solid 1px #c0c2c3;
}



.mainMenu ul li a:visited
{
    color: #000000;
}



.mainMenu ul li a:hover, .mainMenu .current a
{
    color: #FFFFFF !important;
    padding-top: 4px;
    padding-bottom: 5px;
    background: #40275e;
    border-top: solid 1px #fedd67;
    border-left: solid 1px #fedd67;
    border-right: solid 1px #fedd67;
    border-bottom: solid 1px #40275e;
}





.graphicBanner
{
    padding-left: 0px;
    background-color: #40275e;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    top: 30px;
    left: 0px;
    float: left;
    position: static;
    z-index: 1;
    border-top: solid 1px #fedd67;
}

.sseiLogo
{
    width: 90px;
    height: 90px;
    float: left;
    left: 10px;
    top: 15px;
    position: absolute;
    border: solid 1px #fedd67;
    z-index: 3;
}

.bodyHolder
{
    width: 100%;
    float: left;
    background-color: #FFFFFF;
    padding-bottom: 30px;
}

.graphicBannerImage
{
    float: left;
    left: 0px;
    z-index: 2;
    position: relative;
}

.pageTitle
{
    float: left;
    left: 400px;
    top: 30px;
    color: #ffffff;
    font-size: 18pt;
    z-index: 3;
    position: absolute;
    height: 110px;
}

.pageTitleAlign
{
    border: 0px;
}

.pageTitleAlign tr
{
    height: 110px;
    vertical-align: bottom;
}

.leftBar
{
    font-size: 10pt;
    font-weight: bold;
    vertical-align: top;
    width: 170px;
}

.leftBar p
{
    margin-top: 5px;
    margin-bottom: 5px;
}



.subMenu
{
    margin: 0;
    padding: 0;
    background: none;
    vertical-align: middle;
    font-size: 10pt;
    width: 162px;
    border-top: solid 2px #666666;
    border-bottom: solid 2px #666666;
}

.subMenu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.subMenu li
{
    margin: 0;
    padding: 5px;
    text-align: left;
    border-bottom: dotted 1px #666666;
    border-left: dotted 1px #666666;
    border-right: dotted 1px #666666;
}



.subMenu a
{
    display: block;
    text-decoration: none;
    font-weight: normal;
    background: none;
    color: #000000;
    width: 150px;
}

.subMenu a:hover
{
    color: #000000;
    text-decoration: underline;
}
.subMenu .subSubMenu ul
{
     list-style-type:none;
     margin-top:10px;
     
}
.subMenu .subSubMenu li
{
    padding-left:5px;
    list-style-type:none;
    text-align: left;
    border-bottom:none;
    border-left:none;
    border-right:none;
    
}
.subMenu .subSubMenu a
{
    font-weight:bold;
     font-size:8pt;
     color:#40275e;
}

.bodyText
{
    height: 100%;
    vertical-align: top;
    font-size: 10pt;
    padding-right: 10px;
}

.bodyText p
{
    margin-top: 5px;
}

.bodyText h1
{
    margin-top: 5px;
    margin-bottom: 2px;
    font-weight: bold;
    color: #666666;
    font-size: 11pt;
}

.bodyText h2
{
    margin-top: 1px;
    color: #000000;
    font-size: 9pt;
}

.bodyText a:link, .bodyText a:visited, .bodyText a:active
{
    text-decoration: none;
    font-weight: bold;
    color: Navy;
}

.bodyText a:hover
{
    text-decoration: underline;
}

.bodyText ul li, .bodyText ol li ul li
{
    list-style-image: url("/_webdev/_images/bullet.gif");
}

.bodyText ol li ul
{
    margin: 10px 0px 10px 0px;
}

.bodyText .rightFloatImage
{
    float: right;
    border: solid 1px #f7de68;
    margin-left: 10px;
}
.bodyText .rightFloatImageNb
{
    float: right;
    border: none 1px #40275e;
    margin-left: 10px;
}

.bodyText .rightFloatGreyBox
{
    float: right;
    right: 10px;
    width: 300px;
    background-color: #c0c2c3;
    font-size: 8pt;
    padding: 10px;
    margin: 5px 10px 5px 10px;
}

.bodyText .rightFloatYellowBox
{
    float: right;
    right: 10px;
    width: 300px;
    background-color: #f7de68;
    font-size: 10pt;
    padding: 10px;
    margin: 5px 10px 5px 10px;
    font-weight:bold;
}



.newsFeedHolder
{
    width: 300px;
    font-size: 10pt;
    vertical-align: top;
}

.newsFeedHolder h1
{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 10pt;
}

.newsFeed
{
    border-top: solid 2px #666666;
    border-bottom: solid 2px #666666;
}

.newsFeed ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.newsFeed li
{
    margin: 0;
    padding: 5px;
    text-align: left;
    border-left: dotted 1px #666666;
    border-right: dotted 1px #666666;
}

.newsFeed a
{
    display: block;
    text-decoration: none;
    font-weight: normal;
    background: none;
    color: #666666;
    width: 150px;
    font-weight: bold;
}

.newsFeed a:hover
{
    color: #000000;
    text-decoration: underline;
}



.pageFooter
{
    width: 100%;
    background-color: #40275e;
    height: 15px;
    float: left;
    border-bottom: solid 1px #fedd67;
}

.footerMenu
{
    float: left;
    margin-top: 0px;
    padding-left:170px;
    padding-left:0px;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}



.footerMenu ul
{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    background: none;
}



.footerMenu ul li
{
    display: inline;
}



.footerMenu ul li a
{
    float: left;
    color: #FFFFFF;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    margin-right: 10px;
}



.footerMenu ul li a:visited
{
    color: #FFFFFF;
}



.footerMenu ul li a:hover
{
    color: #FFFFFF !important;
    background: #40275e;
}

.eventsTable
{
    border: 0px;
    text-align: left;
    padding: 5px 0px 5px 5px;
    margin: 0px;
}
.eventsTable .eventTitle
{
    font-weight:bold;
    font-size:10pt;
    width:300px;
    text-align:left;
}

.eventsTable .eventTitle a
{
    color:#000000;
}

.eventsTable .eventDateLoc
{
    color: #666666;
    font-weight:bold;
    text-align:left;
}

.eventsTable .eventDesc
{
    padding:5px 0px 10px 10px;
}

.w3c
{
    float: left;
    padding-top: 10px;
    padding-left: 10px;
}

.emailForm
{
}

.emailRow
{
}

.emailHeader
{
    font-size: 8pt;
    font-weight: bold;
    color: #666666;
    text-align: right;
    vertical-align: top;
    padding-top: 4px;
}

.emailDropDown
{
}

.emailField
{
    width: 400px;
}

.emailBody
{
    width: 400px;
}

.emailButton
{
    margin-left: 64px;
    background-color: #40275e;
    border: solid 1px #666666;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
}

.documentRegister
{
    border: 0px;
}

.documentRegister .header
{
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
}

.documentRegister .field
{
    border: 0px;
    border-bottom: dashed 1px #40275e;
    font-size: 9pt;
}

.documentRegister .button
{
    margin-top: 5px;
    background-color: #40275e;
    border: solid 1px #666666;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
}

.researchIndex
{
    padding: 0px;
    margin: 0px;
    border: solid 1px #666666;
}

.researchIndex .header
{
    background-color: #fedd67;
    font-size: 10pt;
    font-weight: bold;
    color: #40275e;
    height: 25px;
    vertical-align: middle;
    text-align: left;
    border-bottom: solid 1px #666666;
}

.researchIndex .header td
{
    padding: 5px;
    border-bottom: solid 1px #666666;
}

.researchIndex .row
{
    height: 25px;
    vertical-align: middle;
    text-align: left;
}

.researchIndex .row td
{
    border-bottom: dashed 1px #666666;
    padding: 5px;
}
.quoteBox table
{
	border:0px;
	padding:0px;
	margin:0px;
}
.quoteBox .tLeft
{
	width:64px;
	height:49px;
	background-image:url("_images/Quote_top_left.jpg");
	background-repeat:no-repeat;
}
.quoteBox .tRight
{
	width:64px;
	height:49px;
	background-image:url("_images/Quote_top_right.jpg");
	background-repeat:no-repeat;
}
.quoteBox .bRight
{
	width:64px;
	height:49px;
	background-image:url("_images/Quote_bottom_right.jpg");
	background-repeat:no-repeat;
}
.quoteBox .bLeft
{
	width:64px;
	height:49px;
	background-image:url("_images/Quote_bottom_left.jpg");
	background-repeat:no-repeat;
}
.quoteBox .left
{
	width:64px;
	background-image:url("_images/Quote_left.jpg");
	background-repeat:repeat-y
}
.quoteBox .right
{
	width:64px;
	background-image:url("_images/Quote_right.jpg");
	background-repeat:repeat-y
}
.quoteBox .top
{
	height:49px;
	background-image:url("_images/Quote_top.jpg");
	background-repeat:repeat-x
}
.quoteBox .bottom
{
	height:49px;
	background-image:url("_images/Quote_bottom.jpg");
	background-repeat:repeat-x
}
.quoteBox .contents
{
	background-color:#fedd67;
	font-family:Verdana;
	font-size:11pt;
}
.quoteBox i
{
	font-family:Verdena;
	font-size:9pt;
	margin-top:5px;
}
.subscriptions
{
    width:600px;
    border-left:solid 1px #40275e;
    border-right:solid 1px #40275e;
    border-bottom:solid 1px #40275e;
    margin-bottom:10px;
}
.subscriptions td
{
    width:33%;
    border-bottom:solid 1px #c0c2c3;
    padding:2px;
}
.subscriptions th
{
    border-top:solid 1px #40275e;
    border-bottom:solid 1px #40275e;
    background-color:#c0c2c3;
    padding:4px;
}
.assocForm
{
}

.assocRow
{
}

.assocHeader
{
    font-size: 8pt;
    font-weight: bold;
    color: #666666;
    text-align: right;
    vertical-align: top;
    padding-top: 4px;
    padding-right: 5px;
    width:200px;
}

.assocDropDown
{
}

.assocField
{
    width: 400px;
}

.assocBody
{
    width: 400px;
}

.assocButton
{
    background-color: #40275e;
    border: solid 1px #666666;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
}
.assocError
{
    color: red;
    font-weight: bold;
    font-size: 8pt;
}
.docForm
{
}

.docRow
{
}

.docHeader
{
    font-size: 8pt;
    font-weight: bold;
    color: #666666;
    vertical-align: top;
    padding-top: 4px;
    padding-right: 5px;
    width:200px;
}

.docDropDown
{
}

.docField
{
    width: 400px;
}

.docBody
{
    width: 400px;
    vertical-align: top;
}

.docButton
{
    background-color: #40275e;
    border: solid 1px #666666;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
}
.docError
{
    color: red;
    font-weight: bold;
    font-size: 8pt;
}