

.dropdown
{
	position: relative;
	cursor: pointer;
}

.dropdown-text
{
	font: 10px verdana;
	color: #000000;
	font-weight: bold;
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

.dropdown-text-menu
{
	font: 10px verdana;
	color: #000000;
	font-weight: bold;
}


.dropdown-text-box
{
	font: 10px verdana;
	color: #000000;
	font-weight: bold;
	border: 1px;
	border-style: solid;
	border-color: #D0D0D0;
}



.dropdown-list
{
	position: absolute;
	display: none;
	top: 18px;
	border: 1px solid #000000;
	background-color: #ede9e3;
}

.dropdown-list-content
{
	position: relative;
}



.dropdown-item
{

 	cursor: pointer;
 	background-color: #EEEEEE;
 	font: 10px verdana;
	color: #000000;
 }

.dropdown-item-text
{
	font: 10px verdana;
}

.dropdown-line
{
	background-color: #ede9e3;
	height: 1px;
	width: 100%;
}

.tab-item
{
	height: 14px;

	width: 150px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}



.ctm-button
{
	border:1px;
	border-style: solid;
	border-color: #D0D0D0;
	font-family: verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	background-image:url(images/controls/button/bg.gif);
	background-color: #EDEDED;
	height:19px;
	cursor: pointer;

}
.ctm-button-tv
{
	border:1px;
	border-style: solid;
	border-color: #FFFFFF;
	font-family: verdana, Arial;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	background-color: #FFFFFF;
	height:19px;
	cursor: pointer;
}






