/* SkinCreator. 'dark' */
/* GENERALES */
body
{
	border:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px ;
	color: white;
	background-color: #EEEEEE ;
}
input
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px ;
	color: white;
	background-color: transparent ;
	border-style:none;	
}
table
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px ;
	color: white;
	background-color: transparent ;
}
span
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px ;
	color: white;
	background-color: transparent ;
}

/* VML Ser necesario que en el tag HTML pongan <html xmlns:v="urn:schemas-microsoft-com:vml" .... >
*/
v\:* 
{ 
	behavior: url(#default#VML);
}

/* Genericos para todo tipo de listas */
.stCool_over
{ 
	background-color: #FFFACD ;
	color:black; 
}
.stCool_check
{
	background-color: #FFDEAD ;
	color:black; 
}
.stCool_checkOver
{
	background-color: #FFDEAD ;
	color:blue; 
}

/* CCoolButton */
.stCoolButton
{
	background-color: #424242; 
	color:white ; 
}
.stCoolButton_over
{ 
	background-color: #393939; 
	color:white; 
}
.stCoolButton_overfont
{ 
	color: #ffffcc; 
}

/* CCoolDialog */
.stCoolDialog
{ 
	background-color: transparent ;	
}	
.stCoolDialog_title
{
	font-weight:bold ;
}
.stCoolDialog_subTitle
{
	color:black;
	background-color: #ECC58A;
	padding-left:5px;
}
.stCoolDialog_frame
{
	border-top:1px solid #E0E0E0 ;
	border-left:1px solid #E0E0E0 ;
	border-right:1px solid #E0E0E0 ;
}
.stCoolDialog_topLine
{
	border-top:1px solid #E0E0E0 ;
}
.stCoolDialog_bottomLine
{
	border-bottom:1px solid #E0E0E0 ;
}

/* CCoolEdit */
.stCoolEdit
{
	background-color: #424242;
	color:white;
	border-top-style:none;
	border-right-style: none; 
	border-left-style: none; 
	border-bottom-style: none;
}

.stCoolEditBorder
{
	background-color: #424242;
	color:white;
	border-top: solid 1px solid #E0E0E0 ;
	border-right: 1px solid #E0E0E0 ;
	border-left: 1px solid #E0E0E0 ;
	border-bottom: 1px solid #E0E0E0 ;
}

/* CItemList.cs */
.stCoolLabel
{
}

/* CCoolBox */
/* color del elemento "flecha" cuando se hace el scroll */
.stCoolBox_repeater
{
	background-color: crimson;
}
/* color de la barra de scroll */
.stCoolBox_scrollFace
{
	background-color: #E0E0E0;
}

/* Colores de la lista desplegable del comboBox */
.stCoolListCombo
{
	background-color: #393939;
	color: white;
}

/* colores del listBox*/
.stCoolList
{
	background-color: transparent;
	color: white;
}

/* Estilos para las clase CCoolToolBar */
.stCoolBar_Base
{
	color:white; 
	background-color: #393939;	
}
.stCoolBar_BorderFrame
{
	border-bottom: 4px solid #393939;
	border-left: 4px solid #393939;
}
.stCoolBar_Border
{
	border-top: 4px solid #393939;
	border-right: 4px solid #393939;
}
.stCoolBar_Button
{
	cursor:hand ;
	background-color: #EEEEEE;	
}
.stCoolBar_Separator
{
	background-color: transparent;
	border: solid 1px #E0E0E0;
	height:17px;
	width:17px;
	cursor:default ;
}

.stCoolBarDown_Text
{
	font-size: 11px ;
	font-weight:bold ;
}

.stCoolBarDown_Separator
{
	background-color: transparent;
	height:8px;
	width:17px;
	cursor:default ;
}

/* CDynMenu */
.stCoolMnu_frame
{
	xborder-top:1px solid #E0E0E0;
	xborder-left:1px solid #E0E0E0;
	xborder-right:1px solid #E0E0E0;
	background-color: #424242 ;
}
.stCoolMnu_item
{
	xxborder-bottom : 1px solid #E0E0E0 ;
	cursor : hand ;
}

/* CCoolGrid */
.stCoolGrid_cell
{
	border-bottom: 1px solid #E0E0E0;
	border-right:  1px solid #E0E0E0;
}
.stCoolGrid_cellLeft
{
	border-left: 1px solid #E0E0E0;
}
.stCoolGrid_cellTop
{
	border-top: 1px solid #E0E0E0;
}
.stCoolGrid_header
{
	background-color: #424242;
	color: white;
}

/* CCoolTabs */
.stCoolTab_button
{
	border:1px solid #E0E0E0 ;
}

/* CCoolCalendar */
.stCoolCalendar_dateGrid
{
	background-color: #424242 ;
}
.stCoolCalendar_weekGrid
{
	background-color: #FFC46F ;
	color:black; 
}
.stCoolCalendar_topGrid
{
	background-color: #4F5C66 ;
}

/* colores del scroll del CoolBox */
.stCoolBoxScroll
{
	scrollbar-face-color:#393939;
	scrollbar-shadow-color:#E0E0E0;
	scrollbar-highlight-color:#E0E0E0;
	scrollbar-3dlight-color:#393939;
	scrollbar-darkshadow-color:#393939;
	scrollbar-track-color:#393939;
	scrollbar-arrow-color:#E0E0E0;
}

.stCoolDialog_ResizeBorder
{
	border: 1px dotted #E0E0E0;
	background-color: #393939;
	filter: Alpha(Opacity=60);	
}

.stCoolDialog_BorderDockRight
{
	border-left: 1px solid white;
}

.stCoolDialog_BorderDockLeft
{
	border-right: 1px solid white;
}

.stCoolDialog_alphaBackground
{
	background-color: #000000;
}