﻿
body {
	font-size:11px;
	 background-color: #ebebeb;
color:#333333;
font-family:arial,sans-serif;
font-size:85%;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4;
/*text-align:center;*/
}

/*
h2 {
color:#0099CC;
font-size:16px;
font-weight:bold;
letter-spacing:1.5px;
}
*/
/*************************************************************************************************************************/
.holderTable /*This style is used to set the height and width of the holder table on almost every page.
               Holder table is an HTML table that represents the entire page area.*/
{
	width: 100%;
	height: 100%;

}
.default
{
	font-size: 11px;
	font-family: verdana,arial;
}
.default-b
{
	font-size: 11px;
	font-weight:bold;
	font-family: verdana,arial;
}
.photo-comment-text
{
	font-size: 9px;
	font-family: verdana,arial;
}
.tdNoWrap /*Style for all the TD (table celss) to dissallow word-wrap*/
{
    white-space:nowrap;
}
.tdLabel
{
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}
.tdLabel-left
{
	white-space: nowrap;
	font-weight: bold;
	text-align:left;
	font-size: 11px;
}
.tdLabel-center
{
	white-space: nowrap;
	font-weight: bold;
	text-align:center;
	font-size: 11px;
}
.panelOverflow /*If DIV tag (or Panel) is with predefined height and width this style will add scroll-bars when needed to the DIV tag*/
{
    overflow: auto;
}
.treeViewDiv /*Used in admin pages for a DIV tag that is holding a Tree View control*/
{
	border:1px solid #DADADA;
	padding:12px;
	font-family: Verdana, Arial;
	font-size:10px;
	color:#333333;
	vertical-align:top;
	margin-right: 3px;
}
.hidden /*Used in admin pages when a control (like a button) needed to be on the page but not visible to the user*/
{
    display:none;
}
.validator /*Used for setting a style for diferrent ASP.NET validator controls*/
{
	font-size: 11px;
	color: #ff0033;
	font-family: verdana,arial;
}
.securityItem /* Used in admin/Security page */
{
	border-top-style: solid;
	background-color: #e6e6fa; /*lavender*/
}
.securityItemAlternate /* Used in admin/Security page */
{
	border-top-style: solid;
	background-color: #b0c4de; /*lightsteelblue*/
}
.instructions
{
	font-size: 11px;
	font-family: verdana,arial;
	font-style: italic;
	color: #696969; /*dimgray*/
}




/*************************************************************************************************************************/
.newsPanel /*Used in News View web part to add scroll bars to the DIV tag if they are needed*/
{
    overflow: auto;
}
.newsDate /*Used in News View and News List web part to set the style of the date the news was published*/
{
    font-size: 11px;
    font-family: Verdana, Arial;
    color: #d13434;
}
.newsTitle /*Used in News View and News List web part to set the style of the news title*/
{
    white-space: normal;
    font-size: 11px;
    font-family: Verdana, Arial;
    }



/*************************************************************************************************************************/
.webPartTitleStyle /* Defines the Title of the web part */
{
	background-image: url(../../App_Themes/Default/_backgrounds/webpart-background.jpg);
	font-size: 11px;
	font-family: Verdana, Arial;
}

.webPartTitleStyleAlternate /* Defines the Title of the web part */
{
	background-image: url(../../App_Themes/Default/_backgrounds/webpart-background.jpg);
	font-size: 11px;
	font-family: Verdana, Arial;
}

/*************************************************************************************************************************/
.faqQuestion /* Used in FAQ web part for defining the style of the FAQ question */
{
	font-size: 11px;
	font-family: Verdana, Arial;
	font-weight: bold;
}
.faqAnswer /* Used in FAQ web part for defining the style of the FAQ answer */
{
	font-size: 11px;
	font-family: Verdana, Arial;
}

.loadingpanel
{
	font-weight: bold;
	font-size: 16px;
	color: #b3c3e0;
	font-family: Arial;
	text-align: center;
	
}

.eventsPanel
{
	width: 100%;
	text-align: left;
	overflow: visible;
}

.eventsDayPanel
{
	width:100%;
	text-align:right;
}
.MYSPELL
{
	font-size: 10px;
	display: inline;
}

/* Bread Crumb */
.breadcumb A
{
	font-size: 10px;
	color: #808080;
	font-family: verdana,arial;
}
.breadcumb A:link
{
	font-size: 10px;
	color: #808080;
	font-family: verdana,arial;

}
.breadcumb A:visited
{
	font-size: 10px;
	color: #808080;
	font-family: verdana,arial;

}
.breadcumb A:active
{
	font-size: 10px;
	color: #ff6666;
	font-family: verdana,arial;
}
.breadcumb A:hover
{
	font-size: 10px;
	color: #ff6666;
	font-family: verdana,arial;
}
.breadcumb SPAN
{
	font-size: 10px;
	color: #808080;
	font-family: verdana,arial;
}


