﻿#ThemeSelectorButton
{
    background: right url(Icono.png) no-repeat;
    border: 1px solid gray;
    cursor: pointer;
    font-size: 16px;
    font-weight:bold;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif  !important;
    margin: 1px;
    padding: 1px;
    text-align: left;
    width: 70px;
}

.ImagenPlantilla
{
    background-image: url(ImagenPlantilla.png);
    background-repeat: no-repeat;
}

/* Theme selector */

.ThemeSelectorPopup,
.ThemeSelectorPopup.dxpc-mainDiv
{
    background: #2f2f2f;
    color: White;
    padding: 0 12px;
}

.ThemeSelectorPopup.dxpc-mainDiv 
{
    float: left;
    display: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

#ThemesContainer
{
    font-size: 16px;
    padding: 6px 3px 18px;
    width: 480px;
}

.ThemeGroupMenu
{
    padding-top: 28px;
}

.ThemeGroupMenu ul
{
	padding: 0;
}

.ThemeGroupMenu li
{
	float: left;
}

.ThemeGroupMenu .dxm-item
{
    color: white;
    cursor: pointer;
    font-size: 11px;
    padding: 5px;
    text-align: center;
    font-style: italic;
}

.ThemeGroupMenu .dxm-item img
{
    margin-bottom: 4px;
}

.ThemeGroupMenu .dxm-hovered
{
    background-color: white;
    color: #2f2f2f;
    padding: 5px;
}

.ThemeGroupMenu .dxm-selected
{
    background-color: #b71d1d;    
    color: White;
    cursor: default;
    font-weight: bold;
    padding: 5px;
}

.ThemeDefaultImage, 
.ThemeDevExImage,
.ThemeiOSfulImage
.ThemeOffice2010BlueImage, 
.ThemeOffice2010BlackImage, 
.ThemeOffice2010SilverImage,
.ThemeOffice2003BlueImage, 
.ThemeOffice2003OliveImage, 
.ThemeOffice2003SilverImage,
.ThemeAquaImage, 
.ThemeGlassImage, 
.ThemeBlackGlassImage, 
.ThemePlasticBlueImage, 
.ThemeRedWineImage, 
.ThemeSoftOrangeImage, 
.ThemeYouthfulImage 
{    
    width: 150px;
    height: 50px;
}

.ThemeDefaultImage, .ThemeiOSfulImage
{
    background-position: 0 0;
}

.ThemeOffice2003BlueImage
{
    background-position: 0 -51px;
} 

.ThemeOffice2003OliveImage
{
    background-position: 0 -102px;
} 

.ThemeOffice2003SilverImage
{
    background-position: 0 -153px;
} 

.ThemeYouthfulImage
{
    background-position: 0 -204px;
} 

.ThemePlasticBlueImage
{
    background-position: 0 -255px;
} 

.ThemeGlassImage
{
    background-position: 0 -306px;
} 

.ThemeBlackGlassImage
{
    background-position: 0 -357px;
} 

.ThemeDevExImage
{
    background-position: -151px 0;
}

.ThemeOffice2010BlueImage
{
    background-position: -151px -51px;
} 

.ThemeOffice2010BlackImage
{
    background-position: -151px -102px;
} 

.ThemeOffice2010SilverImage
{
    background-position: -151px -153px;
} 

.ThemeAquaImage
{
    background-position: -151px -204px;
} 

.ThemeRedWineImage
{
    background-position: -151px -255px;
} 

.ThemeSoftOrangeImage
{
    background-position: -151px -306px;
}
