/* ----------------------------------------------------------------- */
/* StyleSheet.Name=ibis-main.css */
/* ----------------------------------------------------------------- */

/* ----------------------------------------------------------------- */
/* Main Universal IBIS Styles */
/* ----------------------------------------------------------------- */

html 
{ 
	overflow-y: scroll; 
}

.AdditionalProjectInformation
{
	font-size:9px;
}

.ButtonStyle
{
	height:24px;
	width:88px;
	font: bold 10px arial,helvetica,sans-serif;
	text-align:center;
	background-color:#DDD990;
	vertical-align:baseline;
	vertical-align:8px;
	cursor:pointer;
	/*margin-left:2px;*/
	/*margin-right:2px;*/
}

.ButtonStyle:hover
{
	background-color:#D6E4EF;
	cursor:pointer;
}

.ButtonStyle#Statistics {background-image:url('/cwis438/images/Statistics1.gif'); background-repeat:no-repeat;}
.ButtonStyle#Map {background-image:url('/cwis438/images/Map1.gif'); background-repeat:no-repeat;}
.ButtonStyle#Photos {background-image:url('/cwis438/images/Photos1.gif'); background-repeat:no-repeat;}
.ButtonStyle#Join {background-image:url('/cwis438/images/Join1.gif'); background-repeat:no-repeat;}
.ButtonStyle#DownloadSightings {background-image:url('/cwis438/images/DownloadSightings1.gif'); background-repeat:no-repeat;}
.ButtonStyle#DownloadTreatments {background-image:url('/cwis438/images/DownloadTreatments1.gif'); background-repeat:no-repeat;}
.ButtonStyle#DownloadCharacteristics {background-image:url('/cwis438/images/DownloadCharacteristics1.gif'); background-repeat:no-repeat;}
.ButtonStyle#RequestNew {background-image:url(''); background-repeat:no-repeat; width:110px; vertical-align:bottom;} /* '/cwis438/images/Join1.gif' */

.WarningText
{
	color:red;
}

#IBIS_Legend_Item
{
	font-size:12px;
	vertical-align:text-bottom;
}

.Map_Panel
{
	background-color:transparent;
}

.FunctionImage
{
    background-color:#E5E5E5;
	background-image:url('http://ibis.colostate.edu/WebContent/cwis438/Admin/Design/PHPClassDefinitions/images/BackgroundImage_1.png'); 
    background-repeat:no-repeat; 
    padding-left:20px;
    cursor:pointer;
    margin-bottom:6px;
}

.FunctionImage:hover
{
	background-color:#CCCCCC;    
	background-image:url('http://ibis.colostate.edu/WebContent/cwis438/Admin/Design/PHPClassDefinitions/images/BackgroundImage_2.png');
	cursor:pointer;
}

