﻿ul.expand
{
    cursor: default;   
}

.hoverClass 
{        
    cursor: pointer !important;
}

.navAnchorHover
{
	color: #fff !important;
	/* text-decoration: none !important; */
	background-image: url(../images/tile_nav_o.gif) !important;
	background-repeat: repeat-x !important;
	background-position: bottom !important;
	background-color: #faa369 !important;
}

.areaselect_container 
{
    margin-top: -5px !important;
    margin-bottom: 0px !important;
    margin-left: -5px !important;
}

ul.most_common 
{
    display: none;
}

li.signedInSpecific
{
    display: none;    
}

li.signedOutSpecific
{
    /*display: block;*/
    display: none;
}

div.navigation
{
    width: 100%;
}

a.contractImage 
{
	background-image: url(../images/icon_contract.gif);	
}

a.expandImage
{
	background-image: url(../images/icon_expand.gif);
}


/* textarea resize */
div.grippie {
background:#EEEEEE url(../images/grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
width:95%;
height: 20%;
}

.width400 
{
	width: 400px !important;	
}

.errorNewLine
{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

#ctl00_content_spnEventLoc
{
	width: 110px !important;
}

.errorSameLine
{
	margin-left: 5px !important;
}


.extraUpload
{
	width: 300px !important;
}

a.extraFmt
{
	width: 80px;
	font-size: 0.8em;
	margin-left: 2px;
	display: inline !important;
}