﻿.main_staticstyle
{
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		font-weight: bold;
		color: #5a4e49;
		cursor:pointer;
}

.main_statichovertyle
{	
	cursor:pointer;
}

.main_dynamicstyle
{
	margin: 0px;
	border: 1px ridge #c9c9c9;
	padding: 3px 4px 3px 2px;
	color: #353434;
	background-color: #FFFFFF;
	font-family: Verdana;
	text-align: left;
	font-size: 11px;
}

.main_dynamichoverstyle
{
	background-color: #dbdcdc;
	border: 1px ridge #c9c9c9;
	color: #000000;
}

/*Top*/

.top_staticstyle
{
	padding: 0px 3px 0px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: none;
	color: #666666;
}

.top_statichovertyle
{
	color: #C0C0C0;
}

.top_dynamicstyle
{
	margin: 0px 2px 0px 0px;
	border: thin ridge #C0C0C0;
	padding: 5px 14px 14px 5px;
	color: #f6f2e9;
	font-size: 12px;
	font-family: Verdana;
	background-color: #c4bfb1;
}

.top_dynamichoverstyle
{
	 color:#c4bfb1;
	 background-color: #f6f2e9; 
}

/*Bottom*/
.bottom_staticstyle
{
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	padding-right: 4px;
}

.bottom_statichovertyle
{
	text-decoration:underline
}

.bottom_dynamicstyle
{
	margin: 0px 2px 0px 0px;
	border: thin ridge #C0C0C0;
	padding: 5px 14px 14px 5px;
	color: #f6f2e9;
	font-size: 12px;
	font-family: Verdana;
	background-color: #c4bfb1;
}

.bottom_dynamichoverstyle
{
	 color:#c4bfb1;
	 background-color: #f6f2e9; 
}