﻿/* for multicolumn layout */
.Columns
{
    /*colorable class*/
    background-color: #505050;
    color: rgb(10,10,10);
    width: 100%;
    margin: auto; /*firefox:To get the center allignemt in seems like a bug*/
    overflow: hidden; /*firefox,opera:the hight of the div to spread 100%*/
    float: left; /*ie6:to contain all floating items within the divs*/
}
.LeftColumn
{
    /*colorable class*/
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #404040;
    border: solid 1px #202020;
    width: 180px;
    padding: 5px;
    height: 100%;
    text-align: left;
}

.RightColumn
{
    /*colorable class*/
    float: right;
    margin-left: 5px;
    margin-top: 5px;
    background-color: #404040;
    border: solid 1px #202020;
    width: 260px;/*change width of the columns step-1*/
	padding: 5px;
    height: 100%;
    text-align: left;
}


  
.CenterColumn
{
    float: Left;
    width: 72%;
    padding: 1%;
    text-align: left;
}

/****************************************************************************************/
/*								Control Container Table                					*/
/****************************************************************************************/
.ControlContainerTable
{
    background-color: #808080;
}
.ControlContainerTable td
{
    background-color: #808080;
    border: solid #ff0000 1px;
}

/****************************************************************************************/
/*								Content window(HTML Container) classes					*/
/****************************************************************************************/
.HtmlContainer
{
    text-align: left;
    font-family: Georgia, Century Gothic;
    font-size: 14px;
    color: #f6f6f6;
}
.HtmlContainer h2
{
}
.HtmlContainer h2 u
{
    text-decoration: none;
}
.HtmlContainer h3 u
{
    text-decoration: none;
}
.HtmlContainer p
{
    color: #f6f6f6;
}
.HtmlContainer a
{
    /*colorable class*/
    color: #bbFF55;
}
.HtmlContainer .CodeHighlight
{
    width: 98%;
    font-family: Courier New;
    font-size: 11px;
    background-color: #E6E6E6;
    border-width: 1px;
    border-style: dashed;
    border-color: Gray; /* Code border always in grey */
    color: #606060;
}
/*work around for a bug in .HtmlContainer p becoming white*/
.HtmlContainer .CodeHighlight p
{
    color: #606060;
}
/****************************************************************************************/
/*								Other classes											*/
/****************************************************************************************/

.mandInput
{
    color: red; /*Required field validators are always in red or in red tint*/
    height: 10px;
}
.Msg
{
    width: 100%;
    font-weight: bold;
    color: #f6f6f6; /*All ways msg be in green tint*/
    text-align: left;
}

.Errors
{
    color: Red; /*All ways Errors be in red tint*/
    font-weight: bold;
    text-align: left;
}
.ScrollableDotted
{
    overflow: auto;
    border-style: dotted;
    border-width: 1px;
}
.ScrollableNoBorder
{
    overflow: auto;
}
.Scrollable
{
    /*colorable class*/
    overflow: auto;
    border-style: solid;
    border-width: 0px;
    background-color: #E0EEB5;
}

.NormalButton
{
    /*colorable class*/
    color: #222255;
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
    filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr='#565656', endColorStr='#CCCCCC', gradientType='0');
}
.NormalButton:hover
{
    /*colorable class*/
    color: black;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #202020; /*filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr='#AAAAAA', endColorStr='#00AACC', gradientType='0');*/
}

.TopBorder
{
    filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=#88BB11, endColorStr=#000, gradientType=0);
    height: 3px;
    font-size: 1px; /* to obey the div to come less than 10px */
}
.PageHeader
{
    /*colorable class*/
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    font-style: italic;
    font-weight: lighter;
    text-decoration: none;
    text-align: right;
    border-bottom: solid 1px #303030;
    white-space: nowrap;
    filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=#406020, endColorStr=#bbFF55, gradientType=0);
    background-color: #88BB11;
}
.PageHeader a
{
    text-decoration: none;
    color: #225501;
    padding-right: 20px;
}
.PageHeader a:visited
{
    /*colorable class*/
    color: #202020;
    text-decoration: none;
}
.SearchSectionInHeader
{
    width: 30%; 
    float: left; 
    margin: 3px;
}
.SiteCaptionSectionInHeader
{
  float: right; width: 30%; 
}

.PageCaption
{
    /*colorable class*/
    padding-right: 30px;
    white-space: nowrap;
    text-decoration: none;
    width: 98%; /*to get gap from the right otherwise leans to rigtht*/
    color: #808080; /* Page caption color */
    font-size: 25px;
    font-style: italic;
    background-color: #303030;
    text-align: center;
}
.PageCaption h1
{
    font-size: 30px;
	font-style: italic;
}
/* for date input box */
.date
{
    font-family: MS Sans Serif;
    font-size: 11px;
}
.cal
{
    /*colorable class*/ /* dont change unless realy necessary */
    color: rgb(100,100,100);
    border-style: solid;
    border-width: 1px;
    white-space: nowrap;
    height: 20;
}

.Footer
{
    /*colorable class*/
    color: #006080;
    width: 100%;
    font-family: Times New Roman;
    font-size: small;
    height: 10px; /*filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=#FFFFFF, endColorStr=#5588AA, gradientType=0);*/
}
.HtmlEditor
{
    border: solid 1px black;
}

/* datagrid styles */
.GridViewStyle
{
    border: solid 0px black;
    table-layout: fixed;
}

.GridViewStyle th
{
    /*colorable class*/
    background-color: #808080;
    font-size: 11PX;
    white-space: nowrap;
    vertical-align: top;
}
.GridViewStyle td
{
    border-bottom: solid 1px #505050;
    color: #a6a6a6;
    text-align: left;
    vertical-align: top;
    font-family: Arial; /*dont change this is required becuase of space restriction in grid cells*/
}

.dgList td .href
{
    /*colorable class*/
    color: #a6a6a6;
    font-weight: bold;
    text-decoration: none;
}

.href
{
    /*colorable class*/
    color: #a6a6a6;
    font-weight: bold;
    text-decoration: none;
}


.href:visited
{
    /*colorable class*/
    color: #a6a6a6;
    text-decoration: none;
}
.href:hover
{
    /*colorable class*/
    color: #A6A6A6;
    filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr='#202020', endColorStr='#808080', gradientType='0');
}

.HrefHead
{
    /*colorable class*/
    font-family: arial, verdana, sans-serif;
    text-decoration: underline;
    color: #bbFF55;
    cursor: hand;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    display: block;
    white-space: normal;
    width: 100%;
}
.HrefDetail
{
    font-family: Georgia, Century Gothic;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    color: #a6a6a6;
    display: block;
    cursor: hand;
    display: block; /* to truncate the text in the fixed layout */
    white-space: normal; /* to truncate the text in the fixed layout */
    width: 100%;
}

.Label
{
    font-family: MS Sans Serif;
    font-size: 11px;
}


.Container
{
    /* width will be set by javascript based on browser resolution */
    border: solid 1px black;
    width: 100%;
    height: auto; /*firefox:should be auto*/
    min-height: 100%; /*firefox:should be auto*/
}
/*for admin master pages*/
.ContainerAdmin
{
    /*colorable class*/
    border: solid 1px black;
    background-color: #505050;
    width: 100%;
    height: auto; /*firefox:should be auto*/
    min-height: 100%; /*firefox:should be auto*/
    float: left; /*firefox:should be floating since the contents are floating*/
}

.ContentPlaceHolder
{
    width: 100%;
    height: 80%;
    vertical-align: top;
}



.LakeQuencyAds
{
    margin-left: 5px;
    color: #a6a6a6;
}
.LakeQuencyAds a
{
    color: #bbFF55;
    font-weight:bold;
}

.Portlet
{
    border-color: #809900;
    border-style: solid;
    border-width: 1Px;
}
.lblCaption
{
    color: Black;
    border-style: groove;
    background-color: Transparent;
    border-width: 0px;
}
.TgridAlt
{
    /*colorable class*/
    font-size: 14px;
    border-bottom: dotted 1px #A1A1A1;
    background-color: Transparent;
}
.FloatingDiv
{
    border-width: 2px;
    border-style: solid;
    color: black;
    background: grey;
    position: absolute;
    width: 70%;
    background-color: White; /*top:0; 	left:0;*/
}

.EventText
{
    white-space: normal;
    width: 100%;
}
/* menu related */
.BaseMenuHolder
{
    /*colorable class*/
    font-weight: bold;
    background-color: #808080; /*filter:progid:DXImagetransform.Microsoft.Gradient(startColorStr='#E0EEB5', endColorStr='#CAEE10', gradientType='0');*/
    text-align: left;
    cursor: hand;
    float: left;
}

.BaseMenuItem
{
    font-weight: bold;
    color: #f6f6f6;
    cursor: hand;
    border-left: solid 1px #606060;
    border-right: solid 1px #606060;
    font-size: 11px;
}
.BaseMenu
{
    font-weight: bold;
    color: black;
    cursor: hand;
    border-color: solid 1px Black;
}
.MenuItem
{
    font-weight: bold;
    color: black;
    width: 200px;
    text-align: left;
    cursor: hand;
    border-style: dotted;
    border-width: 1px;
    font-size: 11px;
    padding: 0;
}
.MenuItem:visited
{
    text-decoration: none;
    cursor: hand;
}
.MenuItem:hover, .BaseMenuItem:hover
{
    /*colorable class*/
    cursor: hand;
    padding: 0;
    font-weight: bold;
    width: 100%; /*filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr='#AAAAAA', endColorStr='#00AACC', gradientType='0');*/
}
.SpamBotTrap
{
    color: black;
    position: absolute;
    font-size: xx-small;
    text-decoration: none;
    z-index: -1;
}

.lblHeader
{
    text-decoration: underline;
    font-weight: bold;
    color: #AAAAAA;
}
.MultiLineGridItem
{
    font-family: Georgia, Century Gothic;
    color: #f6f6f6;
    font-style: italic;
}
.lblNote
{
    color: #AAAAAA;
}

.GrayText
{
    color: Silver;
    font-size: smaller;
}
.InlineAdvertisement
{
    float: left;
    height: 200px;
    width: 200px;
}
.CaptionAdvertisement
{
    padding: 10px 10px 0px 0px;
    float: left;
    width: 300px;
    height: 250px;
}

.progress
{
    position: absolute;
}
.SearchContainer
{
    width: 400px;
    font-size: 12px;
    text-align: left;
    float: left;
    overflow: auto;
    clear: both; /*firefox:to contain all floating items within the divs*/
}

.SearchBox
{
    vertical-align: middle;
    text-align: right;
    border: solid 2px #335510;
    background-color: #557710;
    overflow: auto; /*to contain all floating items within the divs*/
    clear: both; /*firefox:to contain all floating items within the divs*/
    float: left; /*ie6:to contain all floating items within the divs*/
}
.SearchBox Input
{
    float: left;
    border: solid 0px red;
    font-size: 12px;
    font-weight: 700;
    background-color: #557710;
    width: 80%;
}
.SearchBox .NormalButton
{
    background-image: url(lens.gif);
    background-repeat: no-repeat;
    filter: none;
    width: 24px;
    float: right;
}
.SearchResults
{
    position: absolute;
    z-index: 100;
    background-color: #557710;
    width: 400px;
}
.SearchResults .dgDtl
{
    background-color: #557710;
    color: White;
    font-style: normal;
}
.SearchResults .dgDtl a
{
    color: White;
}


.LoginBox
{
    background-color: #404040;
    text-align: center;
    border: solid 1px #202020;
    padding-top: 5px;
    overflow: auto; /*to contain all floating items within the divs*/
    clear: both; /*firefox:to contain all floating items within the divs*/
    float: left; /*ie6:to contain all floating items within the divs*/
}
.LoginBox input
{
    margin-left: 5px;
    margin-top: 5px;
    color: #868686;
    border: solid 1px #000;
    background-color: #353535; /*background-image:url("BgLines.gif");*/
}
.LoginBox .NormalButton
{
    color: Black;
    background-color: #bbFF55; /*background-image:url("BgLines.gif");*/
    filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=#607020, endColorStr=#bbFF55, gradientType=0);
}
.LoginBox .LoginFooter
{
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #303030;
    overflow: auto; /*to contain all floating items within the divs*/
    clear: both; /*firefox:to contain all floating items within the divs*/
    float: left; /*ie6:to contain all floating items within the divs*/
}
.LoginBox a
{
    font-family: Georgia;
    font-style: italic;
    font-size: 10px;
    color: #fff;
    padding: 5px;
    font-weight: normal;
    text-decoration: underline;
}

.LoggedIn
{
    background-color: #404040;
    text-align: left;
    border: solid 1px #202020;
    color: White;
    font-style: italic;
    overflow: auto; /*to contain all floating items within the divs*/
    clear: both; /*firefox:to contain all floating items within the divs*/
    float: left; /*ie6:to contain all floating items within the divs*/
}
.LoggedIn .LoggedInHeader
{
    margin-bottom: 5px;
    padding-bottom: 5px;
    background-color: #303030;
}
.LoggedIn ul
{
    margin: 5px;
    float: left;
    text-align: left;
}
.LoggedIn li
{
    padding-left: 5px;
    list-style: none;
    width: 100%;
}

.LoggedIn a
{
    color: #a6a6a6;
}
.PreviewPages
{
    border: solid 1px #505050;
    padding: 10px;
}

.PreviewPages span H2
{
    color: #e6e6e6;
}

.PreviewPages span .CodeHighlight
{
    width: 98%;
    font-family: Courier New;
    font-size: 11px;
    background-color: #b6b6b6;
    border-width: 1px;
    border-style: dashed;
    border-color: Gray; /* Code border always in grey */
    color: #303030;
}

.PreviewPages a
{
    /*colorable class*/
    font-family: arial, verdana, sans-serif;
    text-decoration: underline;
    color: #bbFF55;
    cursor: hand;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    width: 100%;
}



.HighlightedRow td
{
    background-color: #808080;
    border-top: solid 2px #404040;
    font-family: @Arial Unicode MS;
    font-weight: bold;
    vertical-align: top;
}

.ReportRow
{
    padding: 10px;
    background-color: #505050;
}
.CommentsPanel
{
    background-color: #404040;
    border: solid 1px #202020;
}

.CommentsPanel
{
    color: #a6a6a6;
}
.PageBar
{
    border: solid 1px #202020;
    background-color: #808080;
    height: 5%;
    width: 98%;
    margin: 0px 2px 5px 2px;
    padding: 8px 5px 0px 5px;
    vertical-align: middle;
}
.PageBar input
{
    height: 15px;
}
.PageBar .NormalButton
{
    height: 21px;
}
.PageBar
{
    font-style: italic;
}
.VerticalMenuBar
{
    width: 100%;
    float: left;
    text-align: center;
    background-color: #f6f6f6;
    border: solid 1px #C6C6C6;
}
.VerticalMenuItem
{
    margin: 5px 8px 5px 8px;
    border-bottom: dotted 1px #d6d6d6;
    text-align: left;
}
.VerticalMenuItem a, .VerticalMenuItem a:visited
{
    font-family: Verdana;
    color: #808080;
    text-decoration: none;
    text-align: left;
}
.HorizontalMenuBar
{
    width: 100%;
    float: left;
    text-align: center;
    filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr='#202020', endColorStr='#808080', gradientType='0');
}
.HorizontalMenuItem
{
    padding: 2px 8px 2px 8px;
    border-left: solid 1px #bbFF55;
    border-right: solid 1px #bbFF55;
    float: left;
}
.HorizontalMenuItem a
{
    font-family: @Arial Unicode MS;
    font-size: 10px;
    color: #bbFF55;
    text-decoration: none;
}

.HorizontalMenuItem a:visited
{
    color: #bbFF55;
    text-decoration: none;
}


.RssLink, .RssLink:visited
{
    font-family: Verdana;
    color: #c6c6c6;
    text-decoration: none;
    padding-left: 5px;
}

.RssBar
{
}
.RssBar .RssImage
{
    float: left;
}

.RssBar .RssText
{
    font-size: 20px;
    padding-top: 5px;
    padding-left: 50px;
    color:White;
}

