﻿/* for multicolumn layout */

.Container
{
	/* width will be set by javascript based on browser resolution */
	border: solid 1px #C6C6C6;
	width: 100%;
	height: auto; /*firefox:should be auto*/
	min-height: 100%; /*firefox:should be auto*/
}

.Columns
{
	/*colorable class*/
	background-color: #ffffff;
	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: #ffffff;
	border: solid 1px #C6C6C6;
	width: 180px;
	padding: 5px;
	height: 100%;
	text-align: left;
}

.RightColumn
{
	/*colorable class*/
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	width: 180px;
	padding: 5px;
	height: 100%;
	text-align: left;
}

.CenterColumn
{
	float: Left;
	width: 78%;
	padding: 1%;
	text-align: left;
}
.TopBorder
{
	filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=#c6c6c6, endColorStr=#202020, 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=#202020, endColorStr=#a6a6a6, gradientType=0);
	background-color: #606060;
}

.PageHeader a
{
	text-decoration: none;
	color: #c6c6c6;
	padding-right: 20px;
}
.PageHeader a:visited
{
	/*colorable class*/
	color: #c6c6c6;
	text-decoration: none;
}
.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: #a6a6a6; /* Page caption color */
	font-size: 30px;
	font-style: italic;
	background-color: #f6f6f6;
	border: solid 1px #C6C6C6;
	text-align: center;
}
.PageCaption h1
{
    font-size: 30px;
	font-style: italic;
	font-family:Garamond;
}
/****************************************************************************************/
/*								Control Container Table                					*/
/****************************************************************************************/
.ControlContainerTable
{
    background-color: #808080;
}
.ControlContainerTable th
{    
    text-align:left;
    vertical-align:top;
}
.ControlContainerTable td
{    
    text-align:left;
    vertical-align:top;
}


/****************************************************************************************/
/*								Content window(HTML Container) classes					*/
/****************************************************************************************/
.HtmlContainer
{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	color: #808080;
}
.HtmlContainer h2
{
	font-family: Georgia;	
	text-decoration: none;
	
}
.HtmlContainer h2 u
{
	text-decoration: none;
}
.HtmlContainer h3 u
{
	text-decoration: none;
}
.HtmlContainer p
{
	color: #808080;
}
.HtmlContainer a
{
	/*colorable class*/
	color: #0000FF;
}
.HtmlContainer .CodeHighlight
{
	width: 98%;
	font-family: Courier New;
	font-size: 11px;
	background-color: #f6f6f6;
	border-width: 1px;
	border-style: dashed;
	border-color: #c6c6c6; /* 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: #16C616; /*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');*/
}



/* 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 1px #c6c6c6;
	color: #606060;
	table-layout: fixed;
}

.GridViewStyle th
{
	/*colorable class*/
	background-color: #909090;
	font-size: 11PX;
	white-space: nowrap;
	vertical-align: top;
}
.GridViewStyle td
{
	border-bottom: solid 1px #E6E6E6;
	color: #606060;
	background-color: #f6f6f6;
	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: #606060;
	font-weight: bold;
	text-decoration: none;
}

.href
{
	/*colorable class*/
	color: #6060FF;
	font-weight: bold;
	text-decoration: none;
}


.href:visited
{
	/*colorable class*/
	color: #6060FF;
	text-decoration: none;
}
.href:hover
{
	/*colorable class*/
	color: #FF55AA;
	filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr='#f6f6f6', endColorStr='#c6c6c6', gradientType='0');
}

.HrefHead
{
	/*colorable class*/
	font-family: verdana, sans-serif;
	text-decoration: underline;
	color: #606060;
	cursor: hand;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	display: block;
	white-space: normal;
	width: 100%;
}
.HrefDetail
{
	font-family: verdana;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #808080;
	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;
}

.LabelForControls
{
    font-weight:bolder;
}
.tblholder
{
    text-align:left;
    background-color:Gray;
}
.tblholder th
{
    background-color:Gray;
    text-align:left;
}

.tblholder td
{
 
}
.tdHolder, th
{
    background-color:Gray;
    text-align:left;
}
.CheckBoxList
{
    background-color:Gray;
    text-align:left;
    width:100%;
    padding:10px 10px 10px 10px;
    margin:2px 2px 2px 2px;
}


/*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: 10px;
	color: #808080;
}
.LakeQuencyAds a
{
	color: #0000ff !important;
	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: Verdana;
	
	color: #808080;
	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: 320px;
	height: 250px;
}
.CaptionAdvertisement .AdvertiseMentBar
{
    float:left;
    background-color:#606060;
    border:solid 1px #909090;
	float: left;
	width: 18px;
	height: 250px;
	filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=#202020, endColorStr=#A6A6A6, gradientType=0);
}

.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 1px #b6b6b6;
	background-color: #C6C6C6;
	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: #C6C6C6;
	width: 80%;
}
.SearchBox .NormalButton
{
	background-image: url(lens.gif);
	background-repeat: no-repeat;
	background-color: #C6C6C6;
	filter: none;
	width: 24px;
	float: right;
	border: solid 0px black;
}
.SearchResults
{
	position: absolute;
	z-index: 100;
	background-color: #C6C6C6;
	color:#606060;
	width: 400px;
}
.SearchResults .dgDtl
{
	background-color: #C6C6C6;
	color: White;
	font-style: normal;
}
.SearchResults .dgDtl a
{
	color: Blue;
}


.LoginBox
{
	background-color: #FFFFFF;
	border: solid 1px #C6C6C6;
	text-align: center;
	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: #808080;
	border: solid 1px #c6c6c6;
	background-color: #F6F6F6; /*background-image:url("BgLines.gif");*/
}
.LoginBox .NormalButton
{
	color: #404040;
	background-color: #909090; /*background-image:url("BgLines.gif");*/
	filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=#c6c6c6, endColorStr=#909090, gradientType=0);
}
.LoginBox label
{
	color: #c6c6c6;
}
.LoginBox .LoginFooter
{
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C6c6c6;
	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: Verdana;
	font-style: italic;
	font-size: 10px;
	color: #808080;
	padding: 5px;
	font-weight: normal;
	text-decoration: underline;
}

.LoggedIn
{
	background-color: #ffffff;
	border: solid 1px #C6C6C6;
	padding-bottom: 5px;
	text-align: left;
	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
{
	float: left;
	width:100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-color: #e6e6e6;
	border-bottom: solid 1px #C6C6C6;
	color: #808080;
	font-style:italic;
}
.LoggedIn ul
{
	float: left;
	text-align: left;
	margin:0px 0px 0px 0px;/*danger:dont remove it*/
	padding:0px 0px 0px 0px;/*danger:dont remove it*/
}
.LoggedIn li
{
	padding-left: 0px;/*required dont remove*/
	padding-left: 5px;
	list-style: none;

}

.LoggedIn a
{
	color: #808080;
	font-weight:normal;
}
.PreviewPages
{
	border: solid 1px #E6E6E6;
	padding: 10px;
	
}

.PreviewPages span H2
{
	color: #808080;
}

.PreviewPages span .CodeHighlight
{
	width: 98%;
	font-family: Courier New;
	font-size: 11px;
	background-color: #f6f6f6;
	border-width: 1px;
	border-style: dashed;
	border-color: Gray; /* Code border always in grey */
	color: #808080;
}

.PreviewPages a
{
	/*colorable class*/
	font-family: Verdana;
	text-decoration: underline;
	color: #808080;
	cursor: hand;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	width: 100%;
}



.HighlightedRow td
{
	background-color: #909090;
	border-top: solid 2px #404040;
	font-family: Verdana;
	font-weight: bold;
	vertical-align: top;
}

.ReportRow
{
	padding: 10px;
	background-color: #505050;
}

.CommentsPanel
{
	color: #808080;
}
.PageBar
{
	border: solid 1px #202020;
	background-color: #909090;
	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;
}
.RssIcon
{
	border: solid 1px #C6C6C6;
	width: 100%;
	
}


.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='#a6a6a6', endColorStr='#606060', gradientType='0');
	background-color: #606060;
}
.HorizontalMenuItem
{
	padding: 2px 8px 2px 8px;
	border-right: solid 1px #f6f6f6;
	float: left;
}
.HorizontalMenuItem a, .HorizontalMenuItem a:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #c6c6c6;
	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;
    color:#606060;
    padding-top:5px;
    padding-left:50px;
}
