﻿/* for multicolumn layout */
/*
Background color:       #AADDDD
Border Color:           #55AAAA
Body Text Color         #808080;	
Href Color              #2288FF
Caption Text ColorL     #228888
line-height:            25px
*/

.Container
{
	/* width will be set by javascript based on browser resolution */
	border: solid 1px #55AAAA;
	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: #fff;
	border: solid 1px #e6e6e6;
	width: 260px;/*change width of the columns step-1*/
	padding: 5px;
	height: 100%;
	text-align: left;
}

.CenterColumn
{
	float: Left;
	width: 72%;/*change width of the columns step-2 adjust for 1024*/
	padding: 1px;
	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 */
}
/****************************************************************************************/
/*								Header Bar                          					*/
/****************************************************************************************/
.PageHeader
{
	/*colorable class*/
	width: 100%;
	
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	font-family:Cambria;
	font-weight: lighter;
	text-decoration: none;
	text-align: right;
	/*border-bottom: solid 1px #303030;*/
	white-space: nowrap;
	background-image:url('Bg.jpg');
	background-repeat:no-repeat;
	background-position:right;
	
	
	background-color: #AAEEEE;
}

.PageHeader a, .PageHeader a:visited
{
    /*colorable class*/
	text-decoration: none;
	color: #228888;
	padding-right: 20px;
}

.PageCaption
{
	/*colorable class*/
	padding-right: 30px;
	white-space: nowrap;	
	width: 98%; /*to get gap from the right otherwise leans to rigtht*/
	
	
	background-color: #f6f6f6;
	border: solid 1px #C6C6C6;
	text-align: center;
}
.PageCaption h1
{
    color: #228888; /* Page caption color */	
    font-size: 36px;	
    font-weight:normal;
	font-family:Cambria;
}
.SearchSectionInHeader
{
    
    
}
.SiteCaptionSectionInHeader
{ 
    
}
.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 #55AAAA;
	background-color: #AADDDD;
	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: #AADDDD;
	width: 80%;
}
.SearchBox .NormalButton
{
	background-image: url(lens.gif);
	background-repeat: no-repeat;
	background-color: #AADDDD;
	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;
}


/****************************************************************************************/
/*								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;
	color:#228888;
	
}
.HtmlContainer h3
{	
	text-decoration: none;
	color:#228888;    
	padding-top:20px;
}

.HtmlContainer h2 u
{
	text-decoration: none;	
}
.HtmlContainer h3 u
{    
	text-decoration: none;
}
.HtmlContainer p
{
	color: #808080;
	line-height:25px;	
}
.HtmlContainer a
{
	/*colorable class*/
	color: #000088;
	text-decoration:underline;
	font-weight:normal;
}
.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;
	line-height:20px;	
}
/*work around for a bug in .HtmlContainer p becoming white*/
.HtmlContainer .CodeHighlight p
{
	color: #606060;
}

/****************************************************************************************/
/*								Login Box      											*/
/****************************************************************************************/
.LoginBox
{
	background-color: #FFFFFF;
	border: solid 1px #55AAAA;
	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: #DDEEFF;
	background-color: #AADDDD; /*background-image:url("BgLines.gif");*/
	filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=#AADDDD, endColorStr=#335050, gradientType=0);
}
.LoginBox label
{
	color: #c6c6c6;
}
.LoginBox .LoginFooter
{
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #AADDDD;
	filter: progid:DXImagetransform.Microsoft.Gradient(startColorStr=#EEFFFF, endColorStr=#AADDDD, gradientType=0);
	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: oblique;
	font-size: 10px;
	color: #55AAAA;
	padding: 5px;
	font-weight: normal;
	text-decoration: underline;
}

.LoggedIn
{
	background-color: #ffffff;
	border: solid 1px #228888;
	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: #228888;
	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;
	padding-bottom:5px;
	list-style: none;

}

.LoggedIn a, .LoggedIn .href
{
    
	color: #228888;	
	font-weight:normal;
}

/****************************************************************************************/
/*								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: #808080;
}

.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 #55AAAA;
	color: #606060;
	table-layout: fixed;
}

.GridViewStyle th
{
	/*colorable class*/
	background-color: #e6e6e6;
	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*/
}
.GridViewStyle td a
{
    color: #228888;
}


/* Preview pages contained inside the gridview */
.PreviewPages
{	
	background-color: #fff;
	border: solid 1px #EDEDED;
	padding: 10px;	
	line-height: 20px;
}


.PreviewPages span H2,.PreviewPages span H3
{
	color: #228888;
}

.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: #2288FF;
	cursor: hand;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	width: 100%;
}

.dgList td .href
{
	/*colorable class*/
	color: #228888;
	font-weight: bold;
	text-decoration: none;
}

.href
{
	/*colorable class*/
	color: #2288FF;
	font-weight: bold;
	text-decoration: none;
}


.href:visited
{
	/*colorable class*/
	color: #2288FF;
	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: #228888;
	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: #228888;
	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;
}


.LakeQuencyAds
{	
	color: #808080;
	
}
.LakeQuencyAds a
{
	color: #000080 !important;
	text-decoration:underline;
	font-weight:normal;
	
}

.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%;
}
 .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;
}

.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;
}


.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 #55AAAA;
	
}
.VerticalMenuItem
{
	margin: 5px 8px 5px 8px;
	border-bottom: dotted 1px #d6d6d6;
	text-align:left;
	
}
.VerticalMenuItem a, .VerticalMenuItem a:visited
{
	font-family:Cambria;
	font-size:16px;
	color: #228888;
	text-decoration: none;
	text-align:left;
	line-height:25px;
}

.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;
}

/****************************************************************************************/
/*								Prev Next Bar                       					*/
/****************************************************************************************/
.RssBar
{
}
.RssBar .RssImage
{
    float:left;
    
}

.RssBar .RssText
{
    font-size:20px;
    color:#55AAAA;
    padding-top:5px;
    padding-left:50px;
}

.RssLink, .RssLink:visited
{
	font-family: Verdana;
	color: #55AAAA;
	text-decoration: none;
	padding-left: 5px;
}
.RssText a, .RssText a:visited
{
    color: #228888;
}

/****************************************************************************************/
/*								Prev Next Bar                       					*/
/****************************************************************************************/
.PrevNextArticlesBar
{
	/*colorable class*/
	padding: 20px 10px 20px 10px ;
	white-space: nowrap;	
	width: 95%; /*to get gap from the right otherwise leans to rigtht*/
	
	
	background-color: #f6f6f6;
	border: solid 1px #C6C6C6;

}
.PrevNextArticlesBar a,.PrevNextArticlesBar a:visited
{
    color: #228888;
    font-size:12px;
}
/****************************************************************************************/
/*								Comments panel                       					*/
/****************************************************************************************/

.CommentsPanel
{
	color: #808080;
}

.CommentsCaption
{
	color: #808080;
	
	font-size: 36px;	
    font-weight:normal;
	font-family:Cambria;
}
.CommentsGrid
{
    
	background-color: #f6f6f6;
	border: solid 1px #55AAAA;
}
.CommentsGrid ul
{
    
    margin:10px 10px 0px 10px;
}
.CommentsGrid li
{
    list-style-type:none;
    border-bottom:solid 1px #55AAAA;
    padding-top:10px;
    line-height:25px;
}
.CommentsGrid li .lblHeader
{
    color: #228888;
    text-decoration:none;
    text-transform:lowercase;
    
    
}
.CommentDelete
{
font-size:x-small;    
}


