
/*	ECOTRAIL extra Stylesheet		*/

#date_edit_tool		{width: 160px; height: 160px;}

.box			{border: solid #999999 1px; background-color: #FFFFFF;}

table.toolbox			{width: 220px;}
table.toolbox th			{background-color: #DDDDDD;}
table.toolbox td			{text-align: center; font-size: 11px;}
table.toolbox td a		{font-size: 10px; display: block; color: #2F3D58;}
table.toolbox td a:hover		{background-color: #E4ECF5; color: #F6421F; text-decoration: none;}
table.toolbox td.selected		{border: solid #FF2222 1px; background-color: #E4ECF5;}
table.toolboxheadbar		{background-color: #CED6E0; width: 100%;}
table.toolboxhead		{padding: 0px;}
table.toolboxhead td		{font-size: 11px;}


/*-------------------------------------------------- INPUT ---------------------------------------------------*/

input.formatted, textarea.formatted	{width: 200px; height:20px; font-size: 12px; color:#444444; border:1px solid #CED6E0; background-color:white; padding-left: 4px;}
/* IE7 specific hack */
*:first-child+html input.formatted	{height: 13px; margin-top: -1px; margin-bottom: -1px; padding-top: 2px;}
/* IE6 specific hack */
* html input.formatted		{height: 13px; margin-top: -1px; margin-bottom: -1px; padding-top: 2px;}
/* IE7 specific hack */
*:first-child+html textarea.formatted	{padding-top: 1px;}
/* IE6 specific hack */
* html textarea.formatted		{padding-top: 1px;}

input.small, textarea.small	{width: 120px;}

input.search		{width: 174px; margin-bottom: 2px;}
input.button		{color: #FF3300; font-size: 11px; border: solid #DDDDDD 1px; cursor:pointer;}
input.button:hover	{color: #AE0B40; border: solid #AE0B40 1px; text-decoration: none; background-color: #EEEEEE;}
input.button:active	{color: #FF2222; font-size: 11px; background-color: #CED6E0;}

.date_input		{font-size: 11px; color: #666666;}

/*-------------------------------------------------- SELECT --------------------------------------------------*/
select			{width: 160px; font-size: 11px; color:#444444; border:1px solid #CED6E0; background-color:white;}
select.formatted		{height: 18px;}
/* IE7 specific hack */
*:first-child+html select.formatted
			{font-size: 10px; height: 17px;}
/* IE6 specific hack */
* html select.formatted	{padding-top: -1px; padding-bottom: -1px;  font-size: 10px; line-height: 9px;}


