﻿body 
{
    margin:0;
	padding:0;
	height:100%;
	border:none;
	text-align:center;
    font-size: 8pt;
    font-family:Tahoma;
    background-color: #ffffff;
    /*background: #ffffff url(images/gradientBanner1440.jpg) no-repeat center top;*/
}
img
{
    border:none;
    padding:0px;
    margin:0px;
}
a 
{
    text-decoration:none;
}
.blueText, .blueText:link, .blueText:visited, .blueText:active, .blueText:hover
	{
		color:#2a88d8;
		text-decoration:none;
		font-family:Tahoma;
		font-size:10px;
		font-weight:bold;
	}
.darkBlueText, .darkBlueText:link, .darkBlueText:visited, .darkBlueText:active, .darkBlueText:hover
	{
		color:#144066;
		text-decoration:none;
		font-family:Tahoma;
		font-size:10px;
		font-weight:bold;
	}
.blueLabel
    {
        color:#2a88d8;
		text-decoration:none;
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
    }
.grayText, .grayText:link, .grayText:visited, .grayText:active, .grayText:hover
	{
		color:#666666;
		text-decoration:none;
		font-family:Tahoma;
		font-size:10px;
		font-weight:bold;
	}
.whiteText, .whiteText:link, .whiteText:visited, .whiteText:active, .whiteText:hover
	{
		color:#ffffff;
		text-decoration:none;
		font-family:Tahoma;
		font-size:10px;
		font-weight:bold;
	}
.lightGrayText, .lightGrayText:link, .lightGrayText:visited, .lightGrayText:active, .lightGrayText:hover
	{
		color:#999999;
		text-decoration:none;
		font-family:Tahoma;
		font-size:10px;
		font-weight:bold;
	}
.orangeText, .orangeText:link, .orangeText:visited, .orangeText:active, .orangeText:hover
	{
		color:#F5A71E;
		text-decoration:none;
		font-family:Tahoma;
		font-size:10px;
		font-weight:bold;
	}
.gridHeader { background-repeat:no-repeat; text-align:center; background-image:url("images/gridHeader.gif"); font-size:13px; height:27px; font-weight:bold; color:White;}
.fileTab { background-repeat:no-repeat; text-align:center; background-image:url("images/fileTab.gif"); font-size:13px; height:27px; font-weight:bold; color:White;}
.longFileTab { background-repeat:no-repeat; text-align:left; background-image:url("images/longFileTab.gif"); font-size:13px; height:27px; font-weight:bold; color:White;}
.subCat{color: #666666; font-family:Tahoma; font-weight:bold; text-align: left;font-size:8pt;}
.primaryButton {color:White;font-size: 9px; font: Tahoma; font-weight: bold; background-color:Transparent; cursor:hand; cursor:pointer; width: 100px; height:22px; background-image:url(images/Button.gif); border: none; padding-bottom:0px;}
.bannerButton { background-position:center; text-align:center; background-repeat:no-repeat;font-size: 9px; font: Tahoma; font-weight: bold; background-color:#7491c6; cursor:hand; cursor:pointer; width: 100px; height:22px;border: none; padding-bottom:0px;}
.secondaryButton {color:White;font-size: 9px; font: Tahoma; font-weight: bold; background-color:Transparent; cursor:hand; cursor:pointer; width: 100px; height:22px; background-image:url(images/Button.gif); border: none; padding-bottom:0px;}
.secondaryButtonWide {color:White;font-size: 9px; font: Tahoma; font-weight: bold; background-color:Transparent; cursor:hand; cursor:pointer; width: 160px; height:22px; background-image:url(images/ButtonWide.gif); border: none; padding-bottom:0px;}
.goButtonSmall {font-size: 9px; font: Tahoma; font-weight: bold; background-color:Transparent; cursor:hand; cursor:pointer; width:40px; height:30px; background-image:url(images/goSmall.gif); border: none; padding-bottom:0px;}
.searchButton {font-size: 9px; font: Tahoma; font-weight: bold; background-color:Transparent; cursor:hand; cursor:pointer; width:80px; height:35px; background-image:url(images/search.gif); border: none; padding-bottom:0px;}
div.listingBody
{
    margin:10px;
    overflow:auto;
    height:380px;   
}

div.contactDiv
{
    margin:10px;
    overflow:auto;
    height:660px;   
}
.footerText 
    {        
        font-size:8pt;
	    font-family:Tahoma;
        font-weight:normal;
	    color:#b2b2b2;
	    margin:0px;
	    padding:0px;
    }
.footerLinks 
{
    font-size:8pt;
    text-align: left;
    font-family:Tahoma;
    font-weight:normal;
    color:#2A88D8;
    margin:0px;
    padding:0px;
}
.footerHLnk
{
    text-decoration:none;
    margin:0px 5px 0px 5px;
    display:inline;
}
a.footerHLnk:hover
{
    color:#f5a71e;
}
	    
/*********************/
/*HOME PAGE STYLES*/

.tiledBorderTop
    {
    background: #ffffff url(images/tiledBorderTop.jpg) repeat-x left top;
    height:15px;
    width:100%;
    padding:0px;
    }
.tiledBorderLeft
    {
    background: #ffffff url(images/tiledBorderLeft.jpg) repeat-y left top;
    height:100%;
    width:15px;
    padding:0px;
    }
.tiledBorderRight
    {
    background: #ffffff url(images/tiledBorderRight.jpg) repeat-y right top;
    height:100%;
    width:15px;
    padding:0px;
    }
.tiledBorderBottom
    {
    background: #ffffff url(images/tiledBorderBottom.jpg) repeat-x left bottom;
    height:15px;
    width:100%;
    padding:0px;
    }
#homePagePanel
    {
        border:solid 1px #144066;
        width:786px;
        background-color:#ffffff;
        margin-top:20px;
    }
#homeSelectSchool
    {
        background-color:#144066;
        height:100px;
        width:300px;
    }
.homePageForm
    {
       height:430px;
       width:100%; 
    }
.smallLinks,  .smallLinks:link, .smallLinks:visited, smallLinks:hover, .smallLinks:active
    {
	    font-size:9px;
	    text-align:center;
	    font-family:Tahoma;
	    font-weight:bold;
	    color:#2a88d8;
	    cursor:pointer;
    }
.smallText 
    {
	    font-size:8px;
	    text-align:center;
	    font-family:Tahoma;
	    font-weight:bold;
    }
.goButton 
    {
        font-size: 9px; 
        font: Tahoma; 
        font-weight: bold; 
        background-color:Transparent; 
        cursor:pointer; 
        width:52px; 
        height:23px; 
        background-image:url(images/HomePage/goButton.gif); 
        background-repeat:no-repeat;
        border: none; 
        padding-bottom:0px;
    }
/*********************/

/*default PAGE STYLES*/
.brdCrmbLinks, .brdCrmbLinks:visited, .brdCrmbLinks:active, .brdCrmbLinks:link
{
    text-decoration:underline;
    padding-bottom:1px;
    color:#ffffff;
    cursor:pointer;
}  
.brdCrmbLinks:hover
{
    /*color:#F5A71E;*/
}
      
.defaultDivNarrow
    {
        padding-left:10px;
    }
.defaultDivWide
    {
        width:425px;
        padding-left:15px;
    }
.defaultHeaderDiv
    {
        border-bottom:solid 2px #2a88d8;
        margin-bottom:5px;
    }
.defaultHeaderSpan
    {
        background-color:#2a88d8;
        padding:3px 5px 2px 5px;
        color:#fff;
        font-weight:bold;
        font-size:14px;
        font-family:Tahoma;
    }
/*used for listings and essay titles for left menus*/    
.categoryTitle, .categoryTitle:link, categoryTitle:visited
    {
        color:#144066;
        font-family:Tahoma;
        font-size:8pt;
        font-weight:bold;
        text-decoration:none;
        display:block;
    }
.categoryTitle:hover
{
    color:#2a88d8;
}
.categoryText, .categoryText:link
    {
        color:#666666;
        font-family:Tahoma;
        font-size:7pt;
        text-decoration:none;
        display:block;
        padding:0px;
        margin:0px;
    } 
.SFcategoryText 
{
    color:#2a88D8;
    font-family: Tahoma;
    font-size:7pt;
    display:block;
    text-decoration:none;
}
a.SFcategoryText:hover
{
    color:#F5A71E;
}              
.categoryTitle img
    {
        float:left;
        padding:0px 5px 5px 4px;
    }
/*********************/

.heading
{
    font:Tahoma;
    font-size:14px;
    font-weight:bold;
    color: #f5a71e;
}

.gridElement
{
    /*background-color:#8ca7bd;  */
    width:100%;
}

.date
{
    font:Tahoma;
    font-size:11px;
    font-weight:bold;
}
/*Special Classes for text boxes that use the TBW AJAX extension	*/
.watermarked
	{
		color:#999999;
		font-family:Tahoma;
		font-size:8pt;
		/*font-weight:bold;*/
		border:solid 1px #a7a7a7;
		width:200px;
		height:14px;
		padding: 2px;
	}
.watermarkedSearch
	{
		color:#999999;
		font-family:Tahoma;
		font-size:9pt;
		font-weight:bold;
		border:solid 1px #a7a7a7;
		width:200px;
		height:16px;
		padding: 2px;
		/* firefox ignores // */
		//margin-top:7px;
	}

.thickTextBox
	{
		/*color:#999999;*/
		font-family:Tahoma;
		font-size:9pt;
		font-weight:bold;
		border:solid 1px #a7a7a7;
		width:200px;
		height:16px;
		padding: 2px;
		margin:0px;
		/* firefox ignores // */
		//margin-top:7px;
	}
		
.thinTextBox
	{
		/*color:#999999;*/
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
		border:solid 1px #a7a7a7;
		height:14px;
		padding: 2px;
		margin:0px;
	}

/*LINKS*/
a {
	color:#2a88d8;
}

a:active {
	color:#2a88d8;
}

a:hover {
	color:#2a88d8;
}

a:visited {
	color:#2a88d8;
}

a.smallText 
{
	font-size:11px;
	font-family:Tahoma;
}
.blockBannerLinks
    {
        background-color: #e9e9e9;
		width:60px;
		height:14px;
		text-align:center;
		vertical-align:bottom;
		margin-right:2px;
		padding-top:1px;
		padding-bottom:1px;
    }
.linkButton
    {
        border:none;
        background-color:Transparent;        
    }
.shareLinkBannerLinks, .shareLinkBannerLinks:link, .shareLinkBannerLinks:visited, .shareLinkBannerLinks:active
	{
		color:#666666;
		text-decoration:none;
		font-family:Tahoma;
		font-size:8pt;
		cursor:pointer;
	}
.shareLinkBannerLinks:hover
	{
		color:#2a88d8;
	}
.mainBannerLinks, .mainBannerLinks:link, .mainBannerLinks:visited, .mainBannerLinks:active
	{
		color:#144066;
		text-decoration:none;
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
		cursor:pointer;
	    background-color:Transparent;
	    border:none;
	}

.mainBannerLinks:hover
	{
		color:#2a88d8;
	}
.mainBannerLinksUL, .mainBannerLinksUL:link, .mainBannerLinksUL:visited, .mainBannerLinksUL:active
	{
		color:#144066;
		text-decoration:none;
		font-family:Tahoma;
		font-size:7pt;
		font-weight:bold;
		cursor:pointer;
	}
.mainBannerLinksUL:hover
	{
		color:#2a88d8;
		text-decoration:underline;
	}
.pagingButton, .pagingButton:link, .pagingButton:visited, .pagingButton:active
	{
		color:#144066;
		text-decoration:none;
		font-family:Tahoma;
		font-size:7pt;
		font-weight:bold;
		cursor:pointer;
		background-color:#ffffff;
		width:60px;
		height:25px;
		border:solid 1px #cccccc;
		outline:none;
	}
.pagingButton:hover
	{
		color:#2A88D8;
	}
.emailBannerLinks, .emailBannerLinks:link, .emailBannerLinks:visited, .emailBannerLinks:active
	{
		color:#144066;
		text-decoration:none;
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
		cursor:pointer;
		text-decoration:underline;
	}
.emailBannerLinks:hover
	{
		color:#f5a71e;
	}
/*links for posting vault and suggest categories */
.bannerLinksAlt, .bannerLinksAlt:link, .bannerLinksAlt:visited, .AltbannerLinks:active
	{
		color:#144066;
		text-decoration:underline;
		padding-bottom:2px;
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
		cursor:pointer;
	}
.bannerLinksAlt:hover
	{
		color:#2a88d8;
	}
.bannerLinks, .bannerLinks:link, .bannerLinks:visited, .bannerLinks:active
	{
		color:#2a88d8;
		text-decoration:none;
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
		cursor:pointer;
	}
.bannerLinks:hover
	{
		color:#f5a71e;
	}
.smallBannerLinks, .smallBannerLinks:link, .smallBannerLinks:visited, .smallBannerLinks:active
	{
		color:#2a88d8;
		text-decoration:none;
		font-family:Arial;
		font-size:8pt;
		font-weight:bold;
	}
.smallBannerLinks:hover
	{
		border-bottom:solid 1px #f5a71e;
	}
#selectSchoolDiv
{
    display: none;
    vertical-align: middle;
    height: 24px;
}	
.bannerGradient
	{
	    height:24px;
	    padding-left:3px;
	    background:#144066 url(images/menuLeftCorner.gif) no-repeat left top;
	}
.gridHeaderLink 
{
    font-family:Tahoma;
    font-size:14px;
	color:#555555;
	border-width:0px;
	text-decoration:none;
	font-weight:bold;
}

a.gridHeaderLink 
{
    font-family:Tahoma;
    font-size:14px;
	color:#555555;
	border-width:0px;
	text-decoration:none;
	border-bottom:1px solid #7491c6;
	font-weight:bold;
}

a.gridHeaderLink:visited
{
    font-family:Tahoma;
    font-size:14px;
	color:#555555;
	border-width:0px;
	text-decoration:none;
	border-bottom:1px solid #7491c6;
	font-weight:bold;
}

a.button
{
    font-family:Tahoma;
    color:White;
    font-size:12px;
    text-decoration:none;
    text-align:center;
}

a.button:visited
{
    font-family:Tahoma;
    color:White;
    font-size:12px;
    text-decoration:none;
    text-align:center;
}

.submitButton
	{		
		font-size:10px;
		line-height:10px;
		padding-bottom:2px;
		font-family:Tahoma;
		color:#666666;
		font-weight:bold;
		vertical-align:top;
		background-image:url(images/goButton.png);
		width:36px;
		height:17px;
		border:none;
		background-color:Transparent;
	}
	
.smallPostButton
    {
        display:block;
        height:28px;
        width:130px;
        background:url(images/smallPostButton.gif) no-repeat left top;
        cursor:pointer;
    }
.smallPostButton:hover
    {
        background:url(images/smallPostButtonOver.gif) no-repeat left top;
    }
    
.smallVaultPostButton
    {
        display:block;
        height:28px;
        width:130px;
        background:url(images/smallVaultPostButton.gif) no-repeat left top;
        cursor:pointer;
    }
.smallVaultPostButton:hover
    {
        background:url(images/smallVaultPostButtonOver.gif) no-repeat left top;
    }


/*END LINKS*/
.block 
{
	display:block;
	border:0px;
	padding:0px;
}

table.header
{
	width:100%;
	height:60px;
	/*border-style:solid;
	border-width:0px;
	border-color:Black;*/	
}
.loginBox 

{
	width:485.410197px;
	height:150px;
	background-color: #eeeeee;
	margin-bottom: 10px;
}

.blueTable
{
	border-style:solid;
	border-color:#bbdefb;
	border-width:1px;
	font-family:Tahoma;
	color:#555555;
	font-size:13px;
	font-weight:bold;
}

.messageTable
    {
        border-style:solid;
	    border-color:#2A88D8;
	    border-width:1px;
	    font-family:Tahoma;
	    color:#666666;
	    font-size:8pt;
	    font-weight:bold;
	    padding:5px;
    }
    
table.outer 
    {
	    vertical-align:middle;
	    width:100%;
	    border: solid 1px #144066;
    }
.menuTable
    {
        vertical-align:middle;
	    width:100%;	    
    }
div.boundary
{
	vertical-align:left;
	width:900px;
	background-color:White;
}

table.searchBox 
{
	border-style:solid;
	border-color:#bbdefb;
	border-width:1px;
	width:485.410197px;
	height:100px;
	vertical-align:middle;
	text-align:left;
}

table.descriptionTable
{
    border-style:solid;
	border-color:#2a88d8;
	border-width:1px;
	width:350px;
}

td.pictureBar
{
    border-style:solid;
	border-color:#bbdefb;
	border-width:1px;
}

.menu
{
	padding:5px;
	padding-top:10px;
	width:165px;
	height:100%;
	background-color:White;
}
.rightMenu
{
	height:100%;
	border-style:solid;
	border-width:1px;
	border-color:#bbdefb;
	background-color:White;
}

.descriptionHeader
{
    font:Tahoma;
    font-size:11px;
    color:#2a88d8;
}

.descriptionBody
{
    font:Arial;
    font-size:10px;
}

hr.horRule
{
    color:#2a88d8;
    height:1px;
    border-color:#2a88d8;
    border-style:solid;
    
}

/* Begin AutoSuggest Styles */

div.selectContainer
{
	display: block;
	float: left;
	clear: none;
	height: 35px;
	background-image: url(i/blbg.png);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.selectContainer div.acinputContainer
{
	margin: 7px 2px 0px 2px;
	border-color: #fff;
}

* html div.selectContainer div.acinputContainer
{
	margin: 6px 2px 0px 2px;
}

div.selectContainer div.left
{
	display: block;
	float: left;
	clear: none;
	width: 7px;
	height: 35px;
	background-image: url(i/leftb.png);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.selectContainer div.right
{
	display: block;
	float: left;
	clear: none;
	width: 7px;
	height: 35px;
	background-image: url(i/rightb.png);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* End AutoSuggest Styles */

.thumbNail
{
     border-style:none;
}

.modalBackground
{
    filter: Alpha(Opacity=0); -moz-opacity:0.0; opacity: 0.0;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}

.listingImageBackground
{
    filter: Alpha(Opacity=50); -moz-opacity:50.0; opacity: 50.0;
    background-color: #999999;
}


/*AutoComplete flyout */

.autocomplete_completionListElement 
    {  
	    visibility : hidden;
	    margin : 0px!important;
	    background-color : White;
	    color : #666666;
	    border : solid 1px #7491c6 ;
	    cursor : 'default';
	    overflow : scroll;
        text-align : left; 
        list-style-type : none;
        font-size: 10px; 
	    font: Tahoma; 
	    font-weight: bold; 
	    max-height:275px;
	    max-width:158px
    }

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
    {
	    font-size: 10px; 
	    font: Tahoma; 
	    font-weight: bold; 
	    background-color:#7491c6; 
	    cursor:pointer;
	    border: none;
	    color:White;
    }

/* AutoComplete item */

.autocomplete_listItem 
    {
	    background-color : White;
	    color : #666666;
	    padding : 1px;
	    font-size: 10px; 
	    font: Tahoma; 
	    font-weight: bold; 
    }
.inputTextBox
    {
        margin:0px;
        padding: 3px;
        font-size: 8pt;
        color: #000000;
        cursor: text;
        overflow: hidden;
        font-family:Tahoma;
        width:250px;
        border:solid 1px #cccccc;
    }
.inputDropDown
    {
        margin:0px;
        padding: 3px;
        font-size: 8pt;
        color: #000000;
        overflow: hidden;
        font-family:Tahoma;
        width:250px;
        border:solid 1px #cccccc;
    }
    
.sharedMainBtn 
{
    Border: outset 1px #666666;
    Height: 20px; 
    color: #ffffff;
    cursor: pointer;
    background-color:#2A88D8;
    font-size: 8pt;
    font-family: Tahoma;
    display:inline;
}
.graphicalSharedMainBtn
{
    Width: 76px;
    Height: 24px; 
    color: #ffffff;
    cursor: pointer;
    background:#ffffff url(images/graphicalSharedMainBtn.gif) no-repeat;
    font-size: 8pt;
    font-family: Tahoma;
    display:inline;
    margin-top:0px;
    padding-bottom:3px;
    border:solid 0px #ffffff;
    outline:none;
}
.graphicalSharedMainBtn:hover
{
    background:#ffffff url(images/graphicalSharedMainBtnHover.gif) no-repeat;
}
.sharedSecondaryBtn 
{
    border: solid 1px #cccccc;
    Height: 20px;
    cursor: pointer;
    background-color:#eeeeee;
    font-size: 8pt;
    font-family: Tahoma;
    font-weight:normal;
    display:inline;
    color:#666666;
}
.graphicalSharedSecondaryBtn
{
    Width: 76px;
    Height: 24px; 
    color: #666666;
    cursor: pointer;
    background:#ffffff url(images/graphicalSharedSecondaryBtn.gif) no-repeat;
    font-size: 8pt;
    font-family: Tahoma;
    display:inline;
    margin-top:6px;
    padding-bottom:3px;
    border:solid 0px #ffffff;
    outline:none;
}
.graphicalSharedSecondaryBtn:hover
{
    background:#ffffff url(images/graphicalSharedSecondaryBtnHover.gif) no-repeat;
}
.sharedModalBtn 
{
    Width: 76px;
    Height: 24px; 
    color: #ffffff;
    cursor: pointer;
    background:#ffffff url(images/graphicalSharedMainBtn.gif) no-repeat;
    font-size: 8pt;
    font-family: Tahoma;
    display:inline;
    margin-top:0px;
    padding-bottom:3px;
    border:solid 0px #ffffff;
}
.sharedModalBtn:hover
{
    background:#ffffff url(images/graphicalSharedMainBtnHover.gif) no-repeat;
}
.goBtn
{
    background: transparent url(images/goBtnDO.png) no-repeat top left;
    border-bottom:solid 1px #a7a7a7;
    border-top:solid 1px #a7a7a7;
    border-right:solid 1px #a7a7a7;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    cursor: pointer;
    display:block;
    font-family: Tahoma;
}
.searchBtn
{
    background: transparent url(images/goBtnDO.png) no-repeat top left;
    border-bottom:solid 1px #a7a7a7;
    border-top:solid 1px #a7a7a7;
    border-right:solid 1px #a7a7a7;
    margin:0px 5px 0px 0px;
    padding:0px 0px 0px 0px;
    cursor: pointer;
    display:block;
    font-family: Tahoma;
    /* firefox ignores // */
	//margin-top:7px;
}
.sharedWhiteBtn
{
    background-color:#ececec;
    color:#000000;
    height:18px;
    font-size:8pt;
    Border: outset 1px #666666;
    cursor: pointer;
    display:inline;
    /*Width: 46px;*/
    font-family: Tahoma;
}
.sharedSmallDGBtn
{
    Width: 15px;
    Border: none;
    Height: 15px; 
    color: #cccccc;
    cursor: pointer;
    background-color:transparent;
    font-size: 8pt;
    font-weight:bold;
    font-family: Arial;
    display:inline;
    margin:0px;
} 
.editPostImg
{
    background-color:#eeeeee;
    border: solid 1px #CCCCCC;
    padding:2px;
}
/* Gray Table used sitewide*/ 
.grayTable
{
    background-color:#eeeeee;
    padding:3px;
    border: solid 1px #CCCCCC;
}
/* Text inside gray table across site*/
.grayTableText
{
    font-family:Tahoma;
    font-size:8pt;
    color:#666666;
    font-weight:bold;
    
}
input.sharedSmallDGBtn:hover 
{
    color:#2A88D8;
}

.sharedProfileHeaders
{
     font-size: 8pt;
     color: #2a88d8;
     font-weight: bold;
     font-family: Tahoma;
     padding: 2px;
     display:block;
}
.loggedInImageBtn 
{
    width:20px;
    height:20px;
    border:0px;
    cursor: pointer;
}
.profileBtnMainHeader,.profileBtnMainHeaderSelected
{
    background-color:#ffffff;
    font-size:7.5pt;
    font-family:Arial;
    border:none;
    cursor:pointer;
    width:87px;
    height:20px;
    margin:0px;
    border-top:none;
    border-right:solid 1px #cccccc;
    display:block;
    outline:none;
}
.profileBtnMainHeader
    {
        color:#2A88D8;
    }
.profileBtnMainHeaderSelected
    {
        color:#144066;
        font-weight:bold;
    }
.profileBtnMainHeader:hover
    {
       color:#f5a71e;
    }
/* signin.aspx specific classes & id's*/
.signInTextHeader 
    {
        font-size:11pt;
        font-weight:bold;
        display: block;
        margin: 10px 0px 50px 0px;
        color: #2A88D8;
        font-family: Tahoma;
        line-height: 16pt;
    }
/* image gallery */
    /* main image datagrid */
    .imagesLarge
    {
        border:solid 2px #144066;
    } 
    .itemBlock
    {
        padding:0px;
        margin:0px;
        width:167px;
        height:165px
    }
    .itemBackground
    {
        display:block;
        height:169px;
        width:179px;
        padding-top:10px;
        /*background-image: url(images/gallery/polaroidBkg.jpg);
        background-color:Transparent;
        background-repeat:no-repeat;
        background-position:center center;*/
        
    }
    .galleryContainer
    {
        padding:5px 0px 5px 0px;
    }
        
    .imageGalleryGrid 
    {
        font-size: 7pt;
        color: #999999;
        font-weight: bold;
        text-align: center;
    }
    /* text for the date pictures in this gallery were posted */
    .imageAddedDate
    {
        font-size: 7pt;
        color: #144066;
        text-align: center;
        display:block;
        height:12px;
        width:150px;    
        margin:0px;
        padding:0px;
    }
    /*text for number of images in gallery*/
    .imageNumPictures, .imageNumPictures:link, .imageNumPictures:visited
    {
        margin:0px;
        padding:0px;
        display:block;
        color:#144066;
    }
    .imageNumPictures:hover
        {
            color:#2A88D8;
        }
    /*rollover for image thumbnail anchor tag*/
    .imgThumbRoll
    {
        width:150px;
        height:110px;     
    }
    /*image thumbnail*/
    .imgThumb
    {
        width:150px;
        height:110px;
    }
    /*div container for entire image thumbnail and text*/
    .itemContainerBlock
    {
        display:block;
        width:180px;
        height:135px;
    }
    /*drop shadow extender*/
    .imagePanel
    {
        width:600px;
        height:450px;
        /*background-color: transparent;
        background-image:url(images/gallery/polaroidBkgBig.jpg);
        background-repeat: no-repeat;
        background-position: center top;*/ 
    }
    .imagePanelSmall
    {
        width:150px;
        height:110px;
        background-color: transparent;
        background-image:url(images/gallery/polaroidBkgSmall.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        padding-top: 5px; 
    }
    .imagesSmall
    {
        border:solid 1px #666666;
    } 
    /*password strength*/
    .barIndicatorPassStrength 
    {
         background-color: #F5A71E;
    }
    .barBorderPassStrength
    {
        border:solid 1px #999999;
    }
/*****************************/
/* Category Listings*/

.subCatImg 
{
    border:none;
}
.subCatText 
{
    text-decoration: none;
    font-size: 9pt;
}
.subCatTextSmall, .subCatTextSmall:visited, .subCatTextSmall:link, .subCatTextSmall:active
    {
        text-decoration: none;
        font-size: 8pt;
    }
.subCatTextSmall:hover
{
    color:#f5a71e;
}
.listingBorder 
{
}
.subCatLinks,.subCatLinks:link, .subCatLinks:active, .subCatLinks:visited, .top15Links 
{
    text-decoration:none;
    font-size:8pt;
    color: #2A88D8;    
}
.subCatLinks:hover
{
    color:#F5A71E;
}
.defaultIntroLinks,.defaultIntroLinks:link, .defaultIntroLinks:active, .defaultIntroLinks:visited, .top15Links 
{
    text-decoration:none;
    font-size:8.5pt;
    font-weight:bold;
    color: #2A88D8;    
}
.defaultIntroLinks:hover
{
    color:#F5A71E;
}
.sharedTextHeader
{
     font-size: 8pt;
     color: #666666;
     font-weight: bold;
     font-family: Tahoma;
     padding: 3px;
     display:block;
}
.top15Links a:hover, .orangeText
{
    color:#F5A71E;
}
.subCatLinks7
{
    text-decoration:none;
    font-size:7pt;
    color: #999999;    
}
a.subCatLinks7:hover
{
    color:#5fa430;
}
.listingBodyTextPreview, .listingBodyTextPreview:visited, .listingBodyTextPreview:hover, .listingBodyTextPreview:active
{
    font-size:8pt;
    font-weight: normal;
    color: #666666;
    display:block; 
}
.listingImgThumb 
{
    padding: 5px;
    margin: 0px;
}
.listingSharedText 
{
    font-size:8pt;
    color: #999999;
    font-weight:bold;
    cursor:pointer;
    border: none;
    background-color: #FFFFFF;
    text-decoration:none;   
}
.sharedLabelText
{
    font-size:8pt;
    color: #2A88D8;
    font-weight:bold;
}
.currentPageNumber
    {
        color: #2A88D8;
        font-weight:bold;
        text-decoration:underline;
    }
.listingDDL 
{
    font-size:8pt;
    color: #666666;
    font-weight:bold;
    padding:0px;
    margin:0px;
}
.listingLeftLinks
{
    margin:0px;
    width:115px;
    padding:0px;
    border: solid 1px #cccccc;
    text-align:left;
    text-decoration:none;
}
.listingDataGridStyle 
{
    border-bottom: solid 1px #666666;
}
.listingHorizRule 
{
    border:0px;
    border-bottom: solid 1px #999999;
    height:0px;
}
.smallListingsCell 
    {
    border-bottom-style:solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #CCCCCC;
    border-collapse:collapse;
    }
.smallListingsCellDotted
    {
    border-bottom-style:dotted;
    border-bottom-width: 1px; 
    border-bottom-color: #CCCCCC;
    border-collapse:collapse;
    }
/*message higlight*/    
.highlightMessage
    {
        border-bottom: solid 1px #cccccc;
        color:#2a88d8;
        cursor:pointer;
    }
.highlightMessage:hover
    {
        border-bottom: solid 1px #cccccc;
        background-color:#2a88d8;
        color:White;
    }
.closeDGMessages, .closeDGMessages:active, .closeDGMessages:link, .closeDGMessages:visited
{
    border:none;
    color:#666666;
    background-color:transparent;
    font-size: 8pt;
    font-weight:bold;
    font-family: Arial;
    display:inline;
    margin:0px;
    Width: 15px;
    Height: 15px; 
    cursor: pointer;
}
.closeDGMessages:hover
{
  color:#ffffff;
}
.newMessageLinks, .newMessageLinks:link, .newMessageLinks:visited, .newMessageLinks:active
	{
		text-decoration:none;
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
		cursor:pointer;
		width:100%;
		display:block;
		line-height:20px;
	}
.newMessageLinks:hover
	{
	    /*color:White;*/
	}
.readMessageLinks, .readMessageLinks:link, .readMessageLinks:visited, .readMessageLinks:active
	{
		text-decoration:none;
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
		cursor:pointer;
		color:#999999;
		width:100%;
		display:block;
		line-height:20px;
	}
.readMessageLinks:hover
	{
	    /*color:White;*/
	}
/*End message highlight*/
/* Small listing grid styles */
    .listingsCell
        {
            border-collapse:collapse;
            border:0px;
            border-bottom: solid 1px #cccccc;
        }
    .listingsCellNB
        {
            padding-bottom:2px;
            margin-bottom:1px;   
        }
    .borderlessGrid
        {
            border-collapse:collapse;
            border:0px;
            color: #666666; 
            font-family:Tahoma; 
            font-weight:bold; 
            text-align:left;
            font-size:8pt;
        }
.listingFeaturedFlips 
{
    width:100%;
    margin: 0px 0px 5px 0px;
    padding:5px;
    border:solid 1px #CCCCCC;
}
/* global headers and rulers*/
.sharedListingsHeader 
{
    font-weight:bold;
    font-size:8pt;
    font-family:Tahoma;
    color:#144066;
    margin: 0px 0px 5px 0px;
    padding:0px;
    height:16px;
    width:100%;
    border-bottom: solid 1px #999999;
}
.sharedListingsHeaderLeft
    {
        height:22px;
        width:6px;
        background:url(images/headerLeft.gif) no-repeat;
        border-bottom: solid 1px #f5a71e;
    }
.sharedListingsHeaderRight
    {
        height:22px;
        width:6px;
        background:url(images/headerRight.gif) no-repeat;
        border-bottom: solid 1px #f5a71e;
    }
.sharedListingsHeaderImg 
{
    border:none;
}
.sharedBannerLinks, .sharedBannerLinks:Link, .sharedBannerLinks:active, .sharedBannerLinks:visited
{
		background-color:#FFFFFF;
		color:#2a88d8;
		text-decoration:none;
		font-family:Tahoma;
		font-size:10px;
		font-weight:bold;
		border:none;
		cursor: pointer;
}
.sharedBannerLinks:hover
{
	border-bottom:solid 2px #f5a71e;
}
/*************** login page ***************************/
.loginLinks, .loginLinks:Link, .loginLinks:active, .loginLinks:visited
{
	background-color:#FFFFFF;
	color:#999999;
	text-decoration:none;
	font-family:Tahoma;
	font-size:7pt;
	font-weight:bold;
	border:none;
	cursor: pointer;
}
.loginLinks:hover
{
	color: #f5a71e;
}
.sharedGreyTable
{
    width:125px;
    margin:0px 0px 10px 0px;
    padding:1px;
    background-color:#efefef;
    border: solid 1px #CCCCCC;
}
.profileText 
{
    font-size: 8pt;
    color: #000000;
    margin:0px;
    margin-right:3px;
}
.sharedTextGray8
{
    font-size:8pt;color:#666666;
}
/************* Privacy/Terms/contact/Advertise/About **********************/
.registrationPrivacyLinks 
{
    cursor:pointer;
    font-size:8pt;
    display:inline;
    color:#2A88D8;
    text-decoration:none;
}
a.registrationPrivacyLinks:hover
{ 
text-decoration:underline;
}
/****************** essay vault ********************/
/* modal subcategory */
.essaySubCatItem 
{
    display:block;
    width:160px;
    height:40px;
    border: solid 1px #cccccc;
    background-color:#ffffff;
    color:#2a88d8;
    display:table-cell;
    vertical-align:middle;
}
.subCatImgLink
{
    font-size:10pt;
    color:#2a88d8;
    font-family:Tahoma;
    font-weight:bold;    
    margin: 0px auto 0px auto;
    cursor: pointer;
    background-color: #ffffff;
    display:block;
}
/************ essayVault.aspx *************/
.essayVaultSubCatItemContainer
    {
        
        background-color: #ffffff;
        border: solid 1px #cccccc;
        width:160px;
        height:40px;
        padding:0px 0px 0px 0px;
        margin:0px;
    }
.essayVaultSubCatItemText, .essayVaultSubCatItemText:active, .essayVaultSubCatItemText:link, .essayVaultSubCatItemText:visited
    {
        font-size:10pt;
        color:#2a88d8;
        font-family:Tahoma;
        font-weight:bold;
        width:160px;
        height:40px;
        cursor:pointer;
        text-decoration:none;
        display:inline;
    }
.essayVaultSubCatItemText:hover
    {
        color:#f5A71E;
    }
/**************** Footer **********************/
.sharedFooterBlueHeader 
{
    font-weight:bold;
    font-size:8pt;
    padding-bottom:3px;
    color:#2a88d8;
    font-family: Tahoma;
    text-align:justify;
}
.sharedFooterGrayText
{
    color:#666666;
    display:block;
    font-size:8pt;
    margin-bottom:20px;
    font-family: Tahoma;
    text-align:justify;
}
/****************** modal ****************************/
/* mainModal posting panel */
    .mainModal 
    {
        background-color: #ffffff;
        width: 700px;       
        font-family: Tahoma;
        color:#999999;
    }
    .mainModalLogo
    {
        padding: 10px 12px 9px 20px;
        height:52px;
        width:37px;
        margin: 0px;
    }
    .mainModalBreadCrumb 
    {
        font-size: 7pt;
        color: #2a88d8;
        font-family: Tahoma;
        display:inline;
        padding-top: 3px;
        cursor: pointer;
    }
    .mainModalLogoImage 
    {
        margin-left:0px;
        margin-top:0px;
        display:inline;
        border:none;
    }
    .mainModalLinks 
    {
        text-decoration: none;
        border:none;
    }
    .mainModalTopHeader 
    {
        color: #2a88d8;
        font-size:16pt;
        font-weight:bold;
    }
    .mainModalBtnContainer 
    {
        display:inline;
        height:18px;
        width:46px;
        vertical-align: top;
    }
 /* end mainModal posting panel */     
/* Listing Modal */
    #postPanel, #listingPanel
    {
        background-color: #ffffff;
        border: solid 3px #2a88d8;
        width: 642px;
        height: 593px;        
        font-family: Tahoma;
        color:#999999;
    }
    .modalCloseBtnTop, .modalReplyBtn 
    {
        display: inline;
        margin: 0px;
        padding: 0px;
    }
    .modalPicHeader 
    {
        font-weight:bold;
        font-size:8pt;
        font-family:Tahoma;
        background-color:#e6e6e6;
        color:#2a88d8;
        margin: 0px 0px 5px 0px;
        padding:2px;
        height:16px;
        width:100%;
        border-bottom: solid 1px #f5a71e;
    }
    .modalSubHeader
    {
        font-size:10pt;
        color: #ff9933;
        font-weight: bold;
        font-family:Tahoma;
    }    
    .modalThumbHeader
    {
        font-size:10pt;
        color: #ffffff;
        font-weight: bold;
    }
/* end Listing Modal */  
/* sharedModal posting panel */

.sharedModalContent 
{
     font-size: 8pt;
     color: #999999;
     font-family: Tahoma;
     display:block;
     padding: 3px 0px 0px 0px;
}
.sharedModalHeaderText 
{
     font-size: 8pt;
     color: #2a88d8;
     font-weight: bold;
     font-family: Tahoma;
     padding: 3px;
     display:block;
}
.sharedModalImageLink
{
    padding: 1px;
    margin: 0px auto 0px auto;
    border: solid 1px #cccccc;
    display: block;
    cursor: pointer;
}
.sharedModalImg
{   
    border: none;
    display: block;
} 
.sharedModalOrangeRequire 
{
    color: #f5A71E;
}
.sharedModalPicHeader
{
    padding-left: 2px;
    font-size:14pt;
    color: #2a88d8;
    font-weight: bold;
}
.sharedModalThumbImage
{
    padding: 1px;
    border: none;
    display: block;
}
.sharedModalTopHR 
{
    height: 1px; 
    width: 660px; 
    margin: 0px 0px 0px 20px; 
    border-bottom: solid 1px #2a88d8;
}
.sharedModal td
{
    padding: 3px;
}
.sharedModalTextBox
{
    margin:0px;
    padding: 3px;
    font-size: 8pt;
    color: #999999;
    width: 562px;
    cursor: text;
    overflow: hidden;
}
.sharedModalTextBoxSingle 
{
    display: inline;
}
.sharedModalTxtBlue8 
{
    display:inline;
    font-family: Tahoma;
    font-size: 8pt;
    color: #2a88d8;
}
.sharedModalTxtOrange7 
{
    display:inline;
    font-family: Tahoma;
    font-size: 7pt;
    color: #f5A71E;
} 
/* end sharedModal posting panel */  
/* subCategory posting panel */
.subCatListStyle 
{
    padding: 5px;
    margin: 10px 0px 10px 0px;
}
.subCategoryHeader 
{
    font-size: 14pt;
    font-weight: bold;
    color: #2a88d8;
}
.subCatMainCatDisplay
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}
.subCatModalImgLink
{
    display:block;
    padding:3px auto 3px auto;
    height:20px;
    width: 245px;
    font-size:10pt;
    color:#2a88d8;
    font-family:Tahoma;
    font-weight:bold;    
    margin: 0px auto 0px auto;
    cursor: pointer;
    border:solid 1px #cccccc;
    background-color: #ffffff;
    vertical-align:middle;
}
/* end subCategory posting panel */

.basicListModalstandardDescText, .advListModalstandardDescText
{
padding:6px;
margin:0px;
font-family:Arial;
font-size:8pt;
color:#000000;
text-align: left;
}
.advListModalDetailText 
{
padding:6px;
font-family:Arial;
font-size:7pt;
color:#000000;
text-align: left;   
}
/* close button for modals*/
.modalBtnX, .modalBtnX:Link, .modalBtnX:visited, .modalBtnX:Active
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background: url('images/closeX.gif') no-repeat left top;
    width:20px;
        height:20px;
        cursor:default;
        display:block;
}
.modalBtnX:Hover
{
   background: url('images/closeXOver.gif') no-repeat left top;
}
/* end close button for modals*/
/*flag this post link (gray text with orange rollover)*/
.modalTextLink, .modalTextLink:active, .modalTextLink:visited, .modalTextLink:link
{
    font-size:7pt;
    cursor:pointer;
    color:#666666;
} 
.modalTextLink:hover
{
    color:#f5a71e;
}
/*end flag this post link (gray text with orange rollover)*/
/*Share with a friend link*/ 
.sendMailImage, .sendMailImage:visited, .sendMailImage:link, .sendMailImage:active 
{
    padding-left:10px;
    height:11px;
    background-color: #ffffff;
    background-image: url(images/message.gif);
    background-repeat: no-repeat;
    background-position: left 0px;
    color:#666666;
	text-decoration:none;
	font-family:Tahoma;
	font-size:8pt;
	cursor:pointer;
}
.sendMailImage:hover
{
    /*background-image: url(images/messageOver.gif);*/
    color:#2A88D8;
}
/*end Share with a friend link*/
.loginBorderedTB
    {
        margin:0px;
        padding: 3px;
        font-size: 8pt;
        color: #000000;
        cursor: text;
        overflow: hidden;
        font-family:Tahoma;
        border:solid 1px #cccccc;
    }
.sharedBorderedTB
    {
        margin:0px;
        padding: 3px;
        font-size: 8pt;
        color: #000000;
        cursor: text;
        overflow: hidden;
        font-family:Tahoma;
        border:solid 1px #cccccc;
        width:250px;
    }
.editEssayWatermarked
	{
	    color:#999999;
		font-family:Tahoma;
		font-size:8pt;
		font-weight:bold;
		margin:0px;
        padding: 3px;
        font-size: 8pt;
        cursor: text;
        overflow: hidden;
        border:solid 1px #cccccc;
        width:199px;
	}
/*Events Calendar(calendar.ascx)*/
    /*widths and heights for each cell*/
    .calendarCell
        {
            width:32px;
            display:block;
            height:32px;
            vertical-align:top;
            text-align:center;
            padding:0px;
            margin:0px;
            border-right:solid 1px #cccccc;
            border-bottom:solid 1px #cccccc; 
            background-color:#ffffff;
            cursor:default;
        }
    /*formatting for current date*/
    .currentCalendarCell
        {
            width:32px;
            display:block;
            height:29px;
            vertical-align:top;
            text-align:center;
            padding:0px;
            padding-bottom:3px;
            margin:0px;
            color:#ffffff;
            background-color:#f5a71e;
            border-right:solid 1px #cccccc;
            border-bottom:solid 1px #cccccc;  
            line-height:7pt;
            cursor:default;
        }
    /*disabled dates*/
    .disabledCalendarCell
        {
            width:32px;
            display:block;
            height:32px;
            vertical-align:top;
            text-align:center;
            padding:0px;
            margin:0px;
            background-color:#dddddd;
            border-right:solid 1px #cccccc;
            border-bottom:solid 1px #cccccc;       
        }
    /*top left text in cells*/
    .calendarLinks, .calendarLinks:Active, .calendarLinks:link, .calendarLinks:visited
        {
            color:#666666;
            text-decoration:underline;
        }
    .calendarLinks:hover
    {
        color:#2a88d8;
    }
    
    .calendarLabels
        {
            font-family: Tahoma;
            font-size:6pt;
            color:#000000;
            background-color:#dddddd;
            padding-right:1px;
            border-right:solid 1px #bababa;
            border-bottom:solid 1px #bababa;
            line-height:7pt;
        }
    /* labels after current date */
    .futureCalendarLabels
        {
            color:#2a88d8;
            font-family: Tahoma;
            font-size:7pt;
        }    
    /*Header cell & label for Calendar control*/
    .calendarmonthHdr
        {
            line-height:30px;
            font-family: Tahoma;
            font-size:8pt;
            font-weight:bold;
            color:#666666;
        }
    /*Main Calendar Table*/
    .calendarMainTable 
    {
        width:300px;
        background-color:#ffffff;
        /*background: Transparent url(thumb.aspx?A=0&H=150&W=230&img=images/calendar/mainBkg.png) no-repeat left bottom;*/
    }
    /*Header for calendar control*/
    .calendarHeaderTable
    {
        width:190px;
        background-color:Transparent;
        border-bottom: solid 1px #666666;
    }
    /*labels for number of events in the calendar day*/
    .calendarTopLabels
        {
            font-family: Tahoma;
            font-size:7pt;
            height:20px;
        }
    /*container for number of events in the day*/
    .topTextCell
    {
        text-align:left;
        vertical-align:top;
        display:table-cell;
        margin: -5px 0px 0px 0px;
    }
    /*Sub table borders*/
    .calendarBorderTable
    {
        width: 100%;
        border-left:solid 1px #cccccc;
    }  
    /*Border for Days of the week table*/
    .calendarDayBorderTable
    {
        width: 100%;
        /*background-color: #f5a71e;*/
        background-color: #2a88d8;
    }
    /*days of the week div containers*/ 
    .calendarDays 
    {
        /*background-color: #f5a71e;*/
        background-color: #2a88d8;
        width:32px;
        display:table-cell;
        height:15px;
        vertical-align:middle;
        text-align:center;
        padding:0px;
        margin:0px;
        /*border-right:solid 1px #f5a71e;*/
        border-right:solid 1px #2a88d8;
    }
    /*labels for calendar days*/
    .calendarDayLabels
    {
        color:#ffffff;
        font-size:7pt;
        font-weight:bold;
    }  
/*login and post links*/
.topLinksMaster
{
    text-align:right;
    width:892px;
    border-bottom: none;
    height:20px;
    margin:0px auto 0px auto;
    background:#ffffff;/*url(images/bannerGradientAlt.png) repeat-y left top;*/
    padding-right:8px;
}
.lowerBrdCrmbBorder
{    
    background-color:#2a88d8;
    /*border-bottom:solid 1px #666666;*/
    padding-bottom:2px;
    height:5px;
}
.postLink, .postLink:visited, .postLink:active
    {
        color: #2a88d8;
        font-weight:bold;
        font-size:7pt;
        margin-top:3px;
        padding-bottom:2px;
        cursor:pointer;
		text-decoration:none;
		font-family:Tahoma;
    }
.postLink:hover
{
    color: #f5a71e;
}
.shadedPostLink
    {
        color: #2A88D8;
        font-weight:bold;
        font-size:7pt;
        margin-top:3px;
        padding-bottom:2px;
        cursor:pointer;
		text-decoration:none;
		font-family:Tahoma;
		background:url(images/postBkg.gif) repeat-x;
		border-style:outset;
		border-width:1px;
		padding:3px 20px 3px 20px;
		border-color:#CCCCCC;
    }
shadedPostLink:hover
    {    
        cursor:pointer;
        text-decoration:none;
        color:White;
        background:url(images/postBkgOver.gif) repeat-x;
    }
.shadedBannerPostLink
    {
        cursor:pointer;
		background:url(images/mainPostButton.png) no-repeat;
		width:202px;
		height:27px;
		/* firefox ignores // */
		//margin-top:7px;
    }
.shadedBannerPostLink:hover
    {    
        background:url(images/mainPostButtonOver.png) no-repeat;
    }
.shadedBannerSelectSchoolLink
    {
        cursor:pointer;
		background:url(images/mainSelectSchoolButton.png) no-repeat;
		width:134px;
		height:27px;
		/* firefox ignores // */
		//margin-top:7px;
    }
.shadedBannerSelectSchoolLink:hover
    {    
        background:url(images/mainSelectSchoolButtonOver.png) no-repeat;
    }
.shadedBannerSchoolInfoLink
    {
        cursor:pointer;
		background:url(images/mainSchoolInfoButton.png) no-repeat;
		width:134px;
		height:27px;
		/* firefox ignores // */
		//margin-top:7px;
    }
.shadedBannerSchoolInfoLink:hover
    {    
        background:url(images/mainSchoolInfoButtonOver.png) no-repeat;
    }
.tinyLinkAlt, .tinyLinkAlt:visited, .tinyLinkAlt:active
    {
        font-size:7pt;
        font-weight:normal;
        color:#2a88d8;
        cursor:pointer;
        padding-bottom:1px;
		text-decoration:none;
		font-family:Tahoma;
    }
.tinyLinkAlt:hover
{
    color: #f5a71e;
}
.tinyLink, .tinyLink:visited, .tinyLink:active
    {
        font-size:7pt;
        font-weight:normal;
        color:#144066;
        cursor:pointer;
        padding-bottom:1px;
		text-decoration:none;
		font-family:Tahoma;
    }
.tinyLink:hover
{
    color: #2a88d8;
}
.shadedPage
{
   /*background: #ffffff url(images/masterShade.jpg) no-repeat left top;*/
   height:5px;
   width:900px;
   /*border-left:solid 1px #666666;
   border-right:solid 1px #666666;*/
}
.topHeaderWrapper
{
    width:900px;
    background-color:Transparent;
    /*border: solid 1px #144066;*/
    /*padding: 5px;*/
    /*margin-top:10px;*/
}
.innerWrapper
{
    width:900px;
    background-color:Transparent;    
    /*margin-top:10px;*/
}
.messagesMenuSelected
    {
        width:40px;
        height:20px;
        background-color:#2A88D8;
        color:White;
        font-weight:bold;
        vertical-align:middle;
    }
.messagesMenuDeSelected
    {
        width:40px;
        height:20px;
        background-color:White;
        color:#2A88D8;
        font-weight:bold;
        vertical-align:middle;
    }
.eventsPanel
   {
        text-align:center;
   }  
/* default page main background */
.defaultBackgroundImage
{
    width:786px;
    height:250px;
    background-color: #ffffff;
    background-image: url(images/defaultBkg.jpg);
    background-repeat:no-repeat;
    background-position: left top;
}  
/*messages paged classes*/
.messages, .messages:active, .messages:visited, .messages:link
{
    width:100%;
    display:block;
    height:20px;
    color:#999999;
    padding: 5px 0px 0px 2px;
}  
.messages:hover
{
    /*background-color:#*/
    color:#2a88d8;
}
.xLinksAlt, .xLinksAlt:active, .xLinksAlt:Link, .xLinksAlt:visited 
{
    
    background-color:transparent;
    font-size: 8pt;
    font-weight:bold;
    font-family: Arial;
    display:inline;
    margin:0px;
    Width: 15px;
    Border: none;
    Height: 15px; 
    cursor: pointer;
    color: #cccccc;
    
}
.xLinksAlt:hover
{
    color:#2a88d8;
}
.viewPostBtn, .viewPostBtn:Link, .viewPostBtn:Active, .viewPostBtn:Visited 
{
    background-image: url(thumb.aspx?A=0&img=images/icons/listings/launchListing.gif&W=10&H=10);
    background-position:left center;
    background-repeat:no-repeat;
    background-color: Transparent;
    height:10px;
    width:10px;
    text-decoration:none;
    border:none;
}
.viewPostBtn:Hover
{
    background-image: url(thumb.aspx?A=0&img=images/icons/listings/launchListingBlue.gif&W=10&H=10);
}
.defaultWeatherDG
{
    width:100%;
    font-family:Tahoma;
    color: #144066;
    font-weight:bold;
    font-size:8pt;
    text-align:center;
}
.defaultWeatherDGIS
{
  width:100%;
  text-align:center;
  vertical-align:top;  
}
.eventCalInput
{
    background-color:#ffffff;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(images/eventsCalendarLink.jpg);
    border:none;
    cursor:pointer;
    width:25px;
    height:25px;
} 
.eventSingleTB
{
    width: 16px;
    text-align: center;
    height:16px;
    border:solid 1px #cccccc;
}
.editEventImg
{
    background-color:#eeeeee;
    border:solid 1px #cccccc;
}
/*background for gallery detail*/
.galleryBkg 
{
    height:450px;
    margin:0px;
    padding:0px;
    background-color:transparent;
    vertical-align:middle;
    /*background-repeat:no-repeat;
    background-position:center top;
    background-image: url(images/imagesBkg.jpg);*/
}
.imageWrapperBkg
    {
        
        background-repeat:no-repeat;
        background-position:0px 0px;
        height:550px;
        margin:0px;
        padding:0px;
        background-color:transparent;
    }
/************** Notes: background-color:#5fa430; was a possible green, but not being used*/
/*behavior: url(../iepngfix/iepngfix.htc);*/
.GalleryBtn
    {
        Border: none;
        Height: 18px; 
        color: #144066;
        cursor: pointer;
        background-color: Transparent;
        font-size: 8pt;
        font-family: Tahoma;
        font-weight:bold;
        display:inline;
    }
.homePageNavigationPanel
    {
        background-color:#ffffff;
        width:100%; 
        height:42px; 
        text-align:center;
    }
.homePageNavigationHR
    {
        height:0px;
        border:none;
        border-bottom:solid 1px #cccccc;
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
        line-height: 1px; /*needed for IE/win*/
        font-size: 1px; /*needed for IE/win*/
    }
.homePageProcrastinationHR, .homePageBlogHR
    {
        height:0px;
        border:none;
        border-bottom:dotted 1px #cccccc;
        padding:0px 0px 0px 0px;
        margin:10px 0px 10px 0px;
        line-height: 1px; /*needed for IE/win*/
        font-size: 1px; /*needed for IE/win*/
    }
.homePageNavigationText
    {
        cursor:pointer;
    }
.homePageNavigationIMG
    {
        cursor:pointer;
    }
.newsMenuSelectedItem
    {
        background-image:url(images/newsMenu/selectedItem.png);
        background-repeat:no-repeat;
        width:80px;
        height:20px;
        color:#ffffff;
        font-weight:bold;
        font-size:8pt;
        font-family:Tahoma;
        cursor:pointer;
    }
.newsMenuSelectedItem:hover
    {
    }    
.newsMenuDeselectedItem
    {
        background-image:url(images/newsMenu/deselectedItem.png);
        background-repeat:no-repeat;
        width:80px;
        height:20px;
        color:#2A88D8;
        font-weight:bold;
        font-size:8pt;
        font-family:Tahoma;
        cursor:pointer;
    }
.newsMenuDeselectedItem:hover
    {
        color:#F5A71E;
    } 
.newsMenuSmallDeselectedItem
    {
        background-image:url(images/newsMenu/smallDeselectedItem.png);
        width:51px;
        height:20px;
        color:#666666;
        font-weight:bold;
        font-size:8pt;
        font-family:Tahoma;
        cursor:pointer;
    }
.newsMenuSmallDeselectedItem:hover
    {
        color:#F5A71E;
    }
.innerBorderHover, .innerBorderHover img
    {
        float: left;
        overflow:hidden;
        cursor:pointer;
    }
.innerBorderHover:hover
    {
        border:2px solid #F5A71E;
    }
.innerBorderHover:hover img 
    {
        margin: -2px;
    }
.innerBorder
    {
        float: left;
        overflow:hidden;
        border:2px solid #2A88D8;
    }
.innerBorder img
    {
        float: left;
        overflow:hidden;
        margin: -2px;
    }
.defaultPhotosRecentAlbumsText
    {
        font-size: 7pt;
        color: #144066;
        text-align: center;
        line-height:14px;
        width:150px;    
        margin:0px;
        padding:0px;
    }
.hotLinksTitle,.hotLinksTitle:link, .hotLinksTitle:active, .hotLinksTitle:visited
    {
        text-decoration:none;
        font-size:6.5pt;
        color: #666666;
        font-weight:bold;
    }
.hotLinksUrl,.hotLinksUrl:link, .hotLinksUrl:active, .hotLinksUrl:visited
    {
        text-decoration:none;
        font-size:6.4pt;
        color: #2A88D8;
    }
.updateProgressImage
    {
    }
.updateProgressDiv
    {
        top: 30%; 
        left: 37%; 
        position: absolute;
        height:175px;
        width:200px;
        background-image:url(images/tabChangeAnimationBkg.png);
        background-repeat:no-repeat;
    }
.newsFeedGrid 
    {
        font-size: 7.9pt;
        color: #666666;
        text-align: center;
    }
.blogTagText,.blogTagText:link,.blogTagText:hover,.blogTagText:visited,.blogTagText:active
    {
        font-size: 7pt;
        color: #666666;
        font-weight: bold;
        text-decoration:none;
    }
.blogTitleText
    {
        font-size: 12pt;
        color: #333333;
        font-weight: bold;
    }
.recentBlogTitleText,.recentBlogTitleText:active, .recentBlogTitleText:link, .recentBlogTitleText:visited
    {
        font-size: 9pt;
        color: #666666;
        font-weight: bold;        
    }
.recentBlogTitleText:hover
    {
        text-decoration:underline;
    }
.blogInfoText
    {
        font-size: 6.5pt;
        color: #666666;
        font-weight: normal;
    }
.blogLabelText
    {
        font-size: 8pt;
        font-weight: bold;
        color: #144066;
    }
.blogBodyText
    {
        font-size: 8pt;
        font-weight: normal;
        color: #333333;
    }
.newsTitlesLinks,.newsTitlesLinks:link, .newsTitlesLinks:active, .newsTitlesLinks:visited, .top15Links 
    {
        text-decoration:none;
        font-size:8pt;
        color: #144066; 
        font-weight:bold;   
    }
.newsTitlesLinks:hover
    {
        color:#F5A71E;
    } 
.commentsCell
    {
        border-left:solid 1px #cccccc;
        border-right:solid 1px #cccccc;
        padding:5px;
    }
.commentInfo
    {
        font-size:8pt;
        font-family:Arial;
        color:#333333;
        font-weight:bold;
    }
.commentsLoginTable
    {
        border:solid 1px #cccccc;
        background-color:#eeeeee;
        padding:5px;
    }
.floatTip_close 
    {
	    width: 23px;
	    height: 10px;
	    /*background: transparent url(images/floatTip/button-close-focus.png) no-repeat 0 0;*/
	    position:relative;
	    top:0px;
	    right:0px;
	    cursor:pointer;
	    z-index:1000;
	    outline:none;
	    font-size:6.5pt;
	    float:right;
    }

.floatTip_close:hover 
    {
        /*background: transparent url(images/floatTip/button-close-focus-over.png) no-repeat 0 0;*/
        outline:none;
    }
.floatTipCell
    {
        color:#666666;
        padding:5px;
        font-weight: normal; 
        font-size: 11px; 
    }
.floatTipHeader
    {
        background-color:#fffee1;
        padding:3px;
    }
.essayMetaData
    {
        font-size: 7.9pt;
        color: #666666;
    }
.plainText
    {
		    font-size: 8pt;
		    font-family:Tahoma;
		    font-weight:normal;
		    color:#333333;
    }
.categoryGridLinkContainer
    {
        background-color: #ffffff;
        border: solid 1px #cccccc;
        width:160px;
        height:42px;
        padding:0px;
        margin:0px;
        cursor:pointer;
        display:block;
    }
.categoryGridLinkTextBlue, .categoryGridLinkTextBlue:active, .categoryGridLinkTextBlue:link, .categoryGridLinkTextBlue:visited
    {
        font-size:10pt;
        color:#2a88d8;
        font-family:Tahoma;
        font-weight:bold;
        cursor:pointer;
        text-decoration:none;
    }
.categoryGridLinkTextGray, .categoryGridLinkTextGray:active, .categoryGridLinkTextGray:link, .categoryGridLinkTextGray:visited
    {
        cursor:pointer;
        color:#666666;
		text-decoration:none;
		font-family:Tahoma;
		font-size:10px;
		font-weight:bold;
    }
.categoryGridLinkIcon
    {
        float:left;
        padding:0px 4px 17px 4px;
        border:none;
        outline:none;
    }
.schoolInfoTable
    {
        font-size:8pt;
        margin:20px 0px 0px 25px;
        font-family:Tahoma;
    }
.schoolInfoTable span a
    {
    }
.mainMenuLink
    {
        outline:none;
        border:none;
    }
.listingThumb
    {
        border: solid 1px #eeeeee;
        cursor:pointer;
    }
.listingThumbSelected
    {
        border: solid 1px #2A88D8;
    }
.listingLink,.listingLink:link, .listingLink:active, .listingLink:visited
    {
        text-decoration:none;
        font-size:7.5pt;
        color: #2A88D8;
    }