﻿/******************************/
/**Styling information specific to individual content pages**/


.dropShadowPanel 
{	
	width:300px;	
	background-color:#5377A9;		
	color:white;
	font-weight:bold;		
}

/*Drag Panel*/
.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;
	background-image:url(images/header-opened.png);
	text-align:center;
	cursor:move;
	font-weight:bold;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#0a3c57;
	width:820px;
}


/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color:Blue;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}



/* Rounded Corners*/

.roundedPanel
{	
	width:800px;	
	background-color:#5377A9;	
	color:white;
	font-weight:bold;		
}

/* ResizableControl */

.frameImage
{
	width:130px;
	height:65px;
	overflow:hidden;
	float:left;
	padding:3px;
}

.frameText
{
	width:100px;
	height:100px;
	overflow:auto;
	float:left;
	background-color:#ffffff;
	border-style:solid;
	border-width:2px;
	border-color:Gray;
	font-family:Helvetica;
	line-height:normal;
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url(images/HandleHand.png);
	overflow:hidden;
	cursor:se-resize;
}

.handleText
{
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizingImage
{
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#B4D35D;
}

.resizingText
{
	padding:0px;
	border-style:solid;
	border-width:2px;
	border-color:#7391BA;
}


/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}


/************ Custom Styles ***********************/
.frm_btn_submit {color: #FFFFFF;
				 background-color: #093854;
				 font-family : Arial, Helvetica, Verdana, sans-serif;
				 font-size : 10px;
				 font-weight: bold;
				}
.horizontal_lines{background:url(../Images/Web/grd_lines_horizontal.gif); width:100%; height:1px;}			
.vertical_lines{background:url(../Images/Web/grd_lines_vertical.gif); width:10px; height:100%;}

.dft_hrd_features {font-family: Verdana, Arial, Helvetica, sans-serif;
				   font-size: 14px;
			       font-weight: bold;
			       color: #616161;
		           text-align:left;
			      }
.dft_hrd_products {font-family: Verdana, Arial, Helvetica, sans-serif;
				   font-size: 10px;
				   font-weight: bold;
				   color: #FFFFFF;
				   line-height:16px;
				   background-color: #063c56;
				   text-align: center;
				   vertical-align: middle;
				  }		
.dft_features_list {font-family: Verdana, Arial, Helvetica, sans-serif;
				    font-size: 12px;
				    color: #FFFFFF;
				    text-align: left;
				    line-height:16px;
				    background-color: #84a0b8;
				    padding-left: 10px;
				    }	
.dft_price_tag_bold {font-family: Verdana, Arial, Helvetica, sans-serif;
				     font-size: 10px;
				     font-weight: bold;
				     color: #616161;
				     line-height:16px;
				     text-align:center;
				    }
.dft_price_hrd_sol {font-family: Verdana, Arial, Helvetica, sans-serif;
				    font-size: 12px;
				    font-weight: bold;
				    color: #000000;
				    line-height:16px;
				    background-color: #c8c8c8;
				    text-align: left;
				    font-style:italic;
				    vertical-align:middle;
				    padding-left:2px;
				   }	
.dft_price_hrd_cat {font-family: Verdana, Arial, Helvetica, sans-serif;
				    font-size: 12px;
				    font-weight: bold;
				    color: #083957;
				    line-height:16px;
				    text-align: left;
				    padding-left:2px;
				   }	
.dft_category{font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 11px;
			  color: #000000;
			  line-height:16px;
		      background-color: #c8c8c8;
			  text-align: left;
        	 }
.dft_category_link_underline A:link {
	FONT-SIZE: 11px; COLOR: #083b56; line-height:16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
}
.dft_category_link_underline A:visited {
	FONT-SIZE: 11px; COLOR: #083b56; line-height:16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
}
.dft_category_link_underline A:active {
	FONT-SIZE: 11px; COLOR: #083b56; line-height:16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
}
.dft_category_link_underline A:hover {
	FONT-SIZE: 11px; COLOR: #083b56; line-height:16px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;
} 				   			   				    					    			  		      