﻿/*
	#######################################
	BLUE - Widget
	#######################################
*/
	/* CONTENT */
	.WidgetContentBlue
	{
		border-left: solid 1px #C6D5E6;
		border-right: solid 1px #C6D5E6;
		border-bottom: solid 1px #C6D5E6;
		
		background-color: #FFFFFF;
		
		padding: 6px;
	}
	/* HEADER */
	.WidgetHeaderBlue
	{
		background-color: #3D78A6;
		height: 25px;
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 6px;
		padding-right: 6px;
		white-space: nowrap;
	}	
	/* LINKS */
	.WidgetContentBlue a 
	{
		color: #3D78A6;
		text-decoration: underline;
	}
	.WidgetContentBlue a:hover
	{
		color: #F14D0C;
		text-decoration: underline;
	}
/*
	#######################################
	RED - Widget
	#######################################
*/
	/* CONTENT */
	.WidgetContentRed
	{
		border-left: solid 1px #C94949;
		border-right: solid 1px #C94949;
		border-bottom: solid 1px #C94949;
		
		background-color: #FFFFFF;
		color: #A61010;
		
		padding: 6px;
	}
	/* HEADER */
	.WidgetHeaderRed
	{
		background-color: #972424;
		height: 25px;
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 6px;
		padding-right: 6px;
		white-space: nowrap;
	}	
	/* LINKS */
	.WidgetContentRed a 
	{
		color: #D50000;
		text-decoration: underline;
	}
	.WidgetContentRed a:hover
	{
		color: #F14D0C;
		text-decoration: underline;
	}
/*
	#######################################
	LIGHT RED - Widget
	#######################################
*/
	/* CONTENT */
	.WidgetContentLightRed
	{
		border-left: solid 1px #E9BDBD;
		border-right: solid 1px #E9BDBD;
		border-bottom: solid 1px #E9BDBD;
		
		background-color: #FFFFFF;
		color: #A61010;
		
		padding: 6px;
	}
	/* HEADER */
	.WidgetHeaderLightRed
	{
		background-color: #CD5A5A;
		height: 25px;
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 6px;
		padding-right: 6px;
		white-space: nowrap;
	}
	/* LINKS */
	.WidgetContentLightRed a 
	{
		color: #D50000;
		text-decoration: underline;
	}
	.WidgetContentLightRed a:hover
	{
		color: #F14D0C;
		text-decoration: underline;
	}
/*
	#######################################
	GREEN - Widget
	#######################################
*/
	/* CONTENT */
	.WidgetContentGreen
	{
		border-left: solid 1px #4FC658;
		border-right: solid 1px #4FC658;
		border-bottom: solid 1px #4FC658;
		
		background-color: #FFFFFF;
		color: #308536;
		
		padding: 6px;
	}
	/* HEADER */
	.WidgetHeaderGreen
	{
		background-color: #32A039;
		height: 25px;
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 6px;
		padding-right: 6px;
		white-space: nowrap;
	}
	/* LINKS */
	.WidgetContentGreen a 
	{
		color: #00B00D;
		text-decoration: underline;
	}
	.WidgetContentGreen a:hover
	{
		color: #F14D0C;
		text-decoration: underline;
	}

/*
	#######################################
	OLD STUFF - must be replaced by time
	#######################################
*/
	.td_widget_content
	{
		border-left: solid 1px #C6D5E6;
		border-right: solid 1px #C6D5E6;
		border-bottom: solid 1px #C6D5E6;
		
		background-color: #FFFFFF;
		
		padding: 6px;
	}
	
	.WidgetContentHeaderRed
	{
		background-color: #972424;
		height: 25px;
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 6px;
		padding-right: 6px;
		white-space: nowrap;
	}

	.WidgetContentHeaderLightRed
	{
		background-color: #CD5A5A;
		height: 25px;
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 6px;
		padding-right: 6px;
		white-space: nowrap;
	}

	.WidgetContentHeaderGreen
	{
		background-color: #32A039;
		height: 25px;
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 6px;
		padding-right: 6px;
		white-space: nowrap;
	}
	
/*
	#######################################
	ADD WIDGET MENU 
	#######################################
*/
	/* Normal - Blue */
	.AddWidgetMenuItem
	{
		background-image: url(../Images/Widgets/btnWidgetCategory.gif); 
		color: #4E86B2; 

		height: 40px; 
		font-size: 16px; 
		font-weight: bold; 
		padding-left: 18px; 
		font-family: Arial;
	}

	.AddWidgetMenuItem a 
	{
		color: #4E86B2;
		text-decoration: none;
	}
	.AddWidgetMenuItem a:hover
	{
		color: #4E86B2;
		text-decoration: underline;
	}
	
	/* Active - Orange */
	.AddWidgetMenuItemActive
	{
		background-image: url(../Images/Widgets/btnWidgetCategoryActive.gif); 
		color: #A3521C; 

		height: 40px; 
		font-size: 16px; 
		font-weight: bold; 
		padding-left: 18px; 
		font-family: Arial;
	}
	
	.AddWidgetMenuItemActive a 
	{
		color: #A3521C;
		text-decoration: none;
	}
	.AddWidgetMenuItemActive a:hover
	{
		color: #A3521C;
		text-decoration: underline;
	}

/*
	#######################################
	ADD WIDGET ITEM 
	#######################################
*/
	/* Normal - Smoky White */
	.AddWidgetItem
	{
		background-color: #FCFDFE;
		border-bottom: solid 1px #C6D5E6;
		font-family: Arial;
		padding: 8px;
	}

	.AddWidgetItem a 
	{
		color: #4E86B2;
		text-decoration: none;
	}
	.AddWidgetItem a:hover
	{
		color: #4E86B2;
		text-decoration: underline;
	}
	
	/* Active - Light Blue */
	.AddWidgetItemActive
	{
		background-color: #EDF5FA;
		border-bottom: solid 1px #C6D5E6;
		font-family: Arial;
		padding: 8px;
	}
	
	.AddWidgetItemActive a 
	{
		color: #A3521C;
		text-decoration: none;
	}
	.AddWidgetItemActive a:hover
	{
		color: #A3521C;
		text-decoration: underline;
	}
