/* ************************************************************************************* */
/*   This is for any styles associated with SMART FORMS                                  */  
/*	 	-If you created a new smartform, add a comment header with your smart form title */			   
/* ************************************************************************************* */

/* *************************************** */
/*    Color Schemes     	     		   */
/* *************************************** */
/*
swicblue - color:#21428D;
darkblue - color:#0b3e91;
orange - color:#EC903D;
darktan - color:#EDE0BF;
lighttan - background-color:#F6EFDF;
darkgrey - color:#aeaeae;
lightgrey - background-color:#eaeaea;

lightblue(test color) - background-color:#DFEBF4;
*/

/* *************************************** */
/*  Announcment Smartform                  */
/* *************************************** */

.clear-left{
	clear:left;
}

.announcement_widget img{
	height:80px;
}


/* *************************************** */
/*  Collection Smartform                   */
/* *************************************** */

/* widths */
.collection_smartform_525
{
	background-color: #F6EFDF;
	border: 1px solid rgb(33,66,141);
	border-bottom:none;
	width:525px;
}

.collection_smartform_525 h2
{
	color: #0b3e91;
	background-color:#F6EFDF;
	padding: 3px 5px 3px 5px; 
	margin:0px;
	text-align:center;
	border-bottom:1px solid #EC903D;		
}

.collection_smartform_760
{
	background-color: #fff;
	border: 1px solid rgb(33,66,141);
	border-bottom:none;
	width:99.8%;

}

.collection_smartform_760 h2
{
	color: #fff!important;
	background-color:#0b3e91;
	padding: 3px 5px 3px 5px; 
	margin:0px;
	text-align:center;
	border-bottom:1px solid #EC903D;	
}

.collection_smartform_itemwrapper
{
	border-bottom: 1px solid #0b3e91;
	min-height:50px;
	margin:0px 0px 0px 0px;
	padding:5px;	
}
/* this is for the internal content you can have the smartform link to, it wraps collection_smartform_content.xsl */
.collection_fullcontent_wrapper
{
}
.collection_fullcontent_wrapper img
{
	float:left;
	margin:2px 5px 5px 0px;
}

/* inside elements - i added a seperate selector so i didn't have to duplicate everything for 525-760 widths */

.collection_elements h4
{
	line-height: 12px;
}

.collection_elements p
{

}

.collection_elements img
{
	float: left;
	margin-right: 5px;
	height: 50px;
	width: 50px;	
}

.collection_elements hr
{
	clear:left;
	background-color: #0b3e91;
	color: #0b3e91;	
	height: 1px;
	border:0px;
	margin:0px;
	padding:0px;
}







 	
	
