﻿
.TextSizeSelector_Custom1 
{
	padding-top:5px;
	padding-left:10px;
}

.TextSizeSelector_Custom1 .FontSelectorTable 
{
    	color:white;
    	border:0px solid white;
}

.TextSizeSelector_Custom1 .FontSelectorTable .FontSelectorCel1,
.TextSizeSelector_Custom1 .FontSelectorTable .FontSelectorCel5
{
    	text-transform: lowercase;
}



.TextSizeSelector_Custom1 .FontSelectorTable  .FontNormal
{
	margin-left:5px;
	margin-right:5px;

    	width:10px;
	height:10px;

	border:1px white solid;
    	cursor:pointer;
    	cursor:hand;
	valign:middle;
	text-align:center;
font-size:5px;
}


.TextSizeSelector_Custom1 .FontSelectorTable  .FontNormalSelected
{
	background-color:#B989B9;
	margin-left:5px;
	margin-right:5px;
    	width:10px;
    	height:10px;
	border:2px white solid;
    	cursor:pointer;
    	cursor:hand;
	valign:middle;
	text-align:center;
	font-size:5px;
}

.TextSizeSelector_Custom1 .FontSelectorTable  .FontLarge
{
	margin-left:5px;
	margin-right:5px;

    	width:13px;
    	height:13px;

	border:1px white solid;
    	cursor:pointer;
    	cursor:hand;
	valign:middle;
	text-align:center;
font-size:5px;
}

.TextSizeSelector_Custom1 .FontSelectorTable  .FontLargeSelected
{
	margin-left:5px;
	margin-right:5px;
background-color:#B989B9;

    	width:13px;
    	height:13px;

	border:2px white solid;
    	cursor:pointer;
    	cursor:hand;
	valign:middle;
	text-align:center;
font-size:5px;
}

.TextSizeSelector_Custom1 .FontSelectorTable  .FontLargest
{
	margin-left:5px;
	margin-right:5px;

    	width:16px;
    	height:16px;

	border:1px white solid;
    	cursor:pointer;
    	cursor:hand;
	valign:middle;
	text-align:center;
font-size:5px;
}

.TextSizeSelector_Custom1 .FontSelectorTable  .FontLargestSelected
{
	margin-left:5px;
	margin-right:5px;
background-color:#B989B9;
    	width:16px;
    	height:16px;

	border:2px white solid;
    	cursor:pointer;
    	cursor:hand;
	valign:middle;
	text-align:center;
font-size:5px;
}
