/* Begin WEBLAB FIXED STYLES */
/* Download Manager */

body
{
font-family:arial;
}

.WLFixed_DownloadManagerContainer
{
 min-height:800px;
 width: 100%;

}

/* Text */
.WLFixed_Title
{
 font-size: 1.2em;
 color: gray;
}

.WLFixed_UpdatedText
{
 color: black;
}
/* Text Ends */
/* Simple Feedback From */

.WLFixed_SimpleForm_Container
{
    position: relative;
    margin-left: 10px;
}

.WLFixed_SimpleForm_Text
{
    width: 250px;
    display:inline-block;
    color: black;
    float: left;
}

.WLFixed_SimpleForm_TextBox
{
    width:250px;
    font-size:80%;
    float:left;
}

.WLFixed_SimpleForm_MultiBox
{
    width: 350px;
    font-size: 80%;
    height:50px;
}

.WLFixed_ContactUsButton
{
    /*background-color: Black;
    color: Green;
    padding: 2px;
    border: solid 1px gray;
    margin-right: 2px;*/
}
/* Simple Feedback From Ends */
/* LanguageInserts Ens */

#WL_LangSel
{
	border: solid 1px white;
}

#WL_LangSel li
{
	background-color: White;
	color: gray;
	display:inline;
	margin-right: 20px;
	padding:3px;
	border: dotted 1px blue;	
}

#WL_LangSel li a
{
	font-weight: bold;
}

/* News Articles */
.WLFixed_NewsArticleListItem
{
	background-color: White;
	color: gray;
	display:block;
	margin-right: 20px;
	padding:3px;
	border: dotted 1px blue;
}

.WLFixed_NewsArticleLabelTitle
{
	font-weight: bold;
}

.WLFixed_NewsArticleLabelPublished
{
	font-style: italic;
}

.WLFixed_NewsArticleReadLink
{
	color: gray;
}


#WLFixed_NewsArticleReadingContainer
{
	width: 100%;
	border:solid 1 px black;
}

#WLFixed_NewsArticleReadingContainer a
{
	color: gray;
	font-weight: bold;
}
.WLFixed_NewsReadPanelTitle
{
	font-size:x-large;
	float: left;
	clear: none;
}

.WLFixed_NewsReadPanelDate
{
	color: gray;
	float: right;
}

.WLFixed_NewsReadPanelContent
{
	font-style: italic;
	float: left;
	clear: both;
	margin-top: 10px;
}

.WLFixed_NewsReadPanelCloseContainer
{
	clear: both;
}

/* End News Articles */
/* Start RSS Feeder */
.WLFixed_RSSLink
{
	clear:both;
	color: gray;
}

.WLFixed_RSSPublishedDate
{
	clear:both;
	color: Black;
}

.WLFixed_RSSContent
{
	clear:both;
	color: gray;
}
.WLFixed_TickerText
{
	color: gray;
}
/* End RSS Feeder */
/* Start Subscriber Panel */
.WLFixed_SubscriberContainer
{
	background-color: white;
}

.WLFixed_SubscriberLabel
{
	color: black;
}

.WLFixed_subscriberTextBox
{
	background-color: gray;
	color: White;
}

.WLFixed_SubscriberErrorMessage
{
	color: gray;
}

.WLFixed_SubscriberButton
{
	background-color: Black;
    color: Green;
    padding: 2px;
    border: solid 1px gray;
    margin-right: 2px;
}

/* End Subscriber Panel */



/* End WEBLAB FIXED STYLES */


.navTreeSelected
{
 font-weight: bold;
 color: #004CA0;
}





/* Begin WebLab Branding */

    #WL_Fixed_BrandingFooter
    {
        width: 100%;
        font-size:0.8em;
        text-align:center;
    }

    #WL_Fixed_BrandingFooter a
    {
        color: #325DC8;
    }

    .MyThumb
    {
        float: left;
        clear: none;
    }
/* End WebLab Branding */


/* Start Site Maps */
      .WL_SiteMapOuterContainer
      {
        margin-top: 0px;
	margin-right: auto;
	/*margin-bottom: 15px;*/
	margin-left: auto;
	width: 920px;
             
      }
 
      .WL_SiteMapInnerContainer
      {
             background-color: transparent;
             /*margin-top: 15px;*/
             width: 33%;
margin-bottom:5px;
      }
 
      .WL_SiteMapInnerContainer li
      {
        list-style: none;
      }
 
      .WL_SiteMapInnerContainer a:link, a:visited, a:active
      {
      color: #325DC8;
        font-size: 10px;
      }
 
      .WL_SiteMapInnerContainer a:hover
      {
      color: #325DC8;
      }
     
      .WL_SiteMapInnerContainer .siteMapColumnHeader /*Used as the SiteMap Category Header */
      {
        font-size: 11px;
	font-weight: bold;
	color: #325DC8;
        margin-top: 10px;
        margin-right: 20px;
      }
 
/* End Site Maps */

/* RSS Summary */
.WL_FIXED_RSSSummaryOuterContainer
{
width:99%;
color: #325DC8;
}

.WL_FIXED_RSSSummaryInnerContainer a
{
 font-size:smaller;
}

.WL_FIXED_RSSSummaryInnerContainer
{
margin-bottom:10px;
border-bottom: solid 1px #eee;
padding-bottom:5px;
}

.WL_FIXED_RSSSummaryRSSTitle
{
font-size:20px;
padding-bottom: 5px;
display:block;
}

.WL_FIXED_RSSSummaryRSSContent
{
color: #222;
padding-bottom: 5px;
display: block;
}

.WL_FIXED_RSSSummaryRSSPublished
{
font-style: italic;
font-size:smaller;
color: white;
width:0px;
}


.panelbar .selected
{

background-color: #fa9600;
font-weight: bold;
}


/*  ++++++++++++++++++++    homepage slideshow    +++++++++++++++++++  */




#slideshow {
    position:relative;
    height:261px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 261px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 261px;
    width: 632px;
    display: block;
    border: 0;
}



















