﻿/* -------------------------------
   Langlo Web Page Stylesheet
   ------------------------------- */

#LangloWebContentContainer
{
	float: left;
	width: 60%;
	margin: 0px;
	padding: 0px;

	background-color: Transparent;
	color: white;
	text-align: left;
	font-size: 10pt;
}

.LangloWebContentPanel
{
	padding: 10px;
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;

	border: 1px solid white;

	background-color: #677B9E;
    /* the filter attribute is recognized in Internet Explorer and should be a percentage */
    filter: Alpha(opacity=80);
    /* the -moz-opacity attribute is recognized by Gecko browsers and should be a decimal */
    -moz-opacity: .8;
    /* opacity is the proposed CSS3 method, not currently supported by any browser, but possibly
    standard in the future */
    /* opacity: .8; */
}

.LangloWebContentPanelTitle
{
	margin: 0;
	padding: 2px;
	background-color: orange;
	color: White;
	text-align: center;
	font-weight: bold;
}

#LangloWebContentSidebar
{
	border: 1px solid white;

	float: right;
	width: 20%;
	height: auto;

	padding: 10px;
	padding-left: 20px;
	margin: 0px;

	background-color: #677B9E;
    /* the filter attribute is recognized in Internet Explorer and should be a percentage */
    filter: Alpha(opacity=80);
    /* the -moz-opacity attribute is recognized by Gecko browsers and should be a decimal */
    -moz-opacity: .8;
    /* opacity is the proposed CSS3 method, not currently supported by any browser, but possibly
    standard in the future */
    /* opacity: .8; */
	color: white;

	text-align: left;
	font-size: 10pt;
}

/* Set of table styles for vertically aligning objects in their container */

table#CalendarTable
{
    border: 1px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: Transparent;
}

#CalendarTable tr
{
    border: 0;
}

/* #CalendarTable col */ #colDate
{
    width: 150px;
}

#CalendarTable td /* 1st column */
{
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    border: 0;
    vertical-align: top;
}

#CalendarTable ul
{
	margin: 0pt 0pt 0pt 12pt;
	padding: 0px;
}

#NewsPanel h3
{
	font-size: 10pt;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	color: orange;
}

#NewsPanel p
{
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

.ProjectStatus
{
	color: Yellow;
}

a:visited
{ 
	color: lightsalmon;
}

a:link
{
	color: Yellow;
}

.RSS
{
	vertical-align: top;
}

.RSS img
{
	vertical-align: bottom;
	border-width: 0px; 
	margin-right: 5px;
}

/* ********************* Brand Stamp Table ****************** */

#BrandStampPage
{
    margin: 50px;
}

#BrandStamp
{
    width: 900px;
    table-layout: fixed;
    border: 2px #06C solid;
    background-color: white;
    font-family: Arial;
    font-size: medium;
    color: Black;
    border-collapse: collapse;
}

#BrandStampCol1
{
    width: 30%;
    font-weight: bold;
}

#BrandStampCol2
{
}

#BrandStamp thead
{
    font-weight: bold;
    font-size: x-large;
    background-color: #06C;
    color: White;
    padding: 10px;
}

#BrandStamp p
{
    padding: 3px;
    margin: 0px;
    font-weight: normal;
}

#BrandStamp p strong
{
    font-weight: normal;
    font-variant: small-caps;
}

#BrandStamp tr
{
}

#BrandStamp td
{
    border: 1px #06C solid;
    border-right-width: 0px;
    border-left-width: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
}
