@charset "utf-8";
/* CSS Document */

/*--- Search Box ---*/





#dnn_dnnSEARCH_txtSearch
{
	border:0px;
	background-color:transparent;
	padding-left: 5px;
	/*padding-right: 5px;*/
	padding-top: 0px;
	width: 124px;
	height: 21px; /*--- Original, but changed to compensate for padding - height: 24px; ---*/	
	color:#333333;
	font-size:15px;
	width: 117px;
	vertical-align: middle;
	line-height:17px; /*--- Original, but changed for dnn - line-height:24px; ---*/
	outline: none;
}

#dnn_dnnSEARCH-txtSearch NormalTextBox
{
	border:0px;
	padding:0px;
	margin:0px;
}

#dnn_dnnSEARCH_txtSearch input
{
	padding-left:5px;
	padding-top:5px;
}

#dnn_dnnSEARCH_cmdSearch
{
	border:0px;
	position: relative;
	top: 6px;
/*	margin-left: 5px;*/
/*	background-repeat:no-repeat;
	width:35px;
	height:34px; 
	padding: 0px 0px 20px 0px;*/
}

#SearchInput #dnn_xsOpenSearch_txtSearch
{
	border:0px;
	background-color:transparent;
	padding-left: 5px;
	/*padding-right: 5px;*/
	padding-top: 0px;
	width: 124px;
	/*height: 21px; --- Original, but changed to compensate for padding - height: 24px; ---*/	
	color:#333333;
	font-size:15px;
	width: 117px !important;
	/*vertical-align: middle;*/
	line-height:17px; /*--- Original, but changed for dnn - line-height:24px; ---*/
	outline: none;
	margin-top:21px;
}

#SearchInput .CommandButton, #dnn_xsOpenSearch_imgGo
{
	width:34px !important;
	background-image:url(/Portals/_default/Skins/chamberlain/images/searchSubmit.gif);
	margin-left:10px;
	/*vertical-align:sub;*/
}

/*--- Open search overrides ---*/
.Open-SearchResultsContent a:link, .Open-SearchResultsContent a:visited, .Open-SearchResultsContent a:active
{
	color:#3A959B;
	text-decoration:none;
}

.Open-SearchResultsContent a:hover
{
	color:#D59F0F;
	text-decoration:none;
}

.Open-SearchResultsContent .path
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 16px;
	color:#000000;
}

.Open-SearchResultsContent .title
{
	background-image:none; /*--- To remove the small arrow that appears next to each search result ---*/
}


/*--- Prevents search results from displaying at the bottom of the page ---*/
#dnn_ctr352_ModuleContent
{
	float:left;
}

#dnn_ctr352_ModuleContent a.CommandButton
{
	display:none;
}

#dnn_ctr352_ModuleContent td
{
	vertical-align:top;
}


.DynamicForms_Label
{
	white-space:normal;
}

.DynamicForms_CheckBox
{
	/*display: inline !important;*/
/*	width:15px !important; 	*//*--- This was used but was messing up with Dynamic Forms 3.0 upgrade ---*/
}

.DynamicForms_QuestionTableCell
{
	white-space:normal;
}

.NormalBold
{
	white-space: normal;
}

.smallField
{
	width:150px !important;
}

.DNN_ANN_DesignTable p
{
	margin-bottom:0px;
}

UL LI
{
    list-style-type: none;
}

UL LI LI
{
    list-style-type: none;
}

UL LI LI LI
{
    list-style-type: none;
}

OL LI
{
}

OL OL LI
{
    list-style-type: none;
}

OL OL OL LI
{
    list-style-type: none;
}
OL UL LI
{
    list-style-type: none;
}

HR
{
    
}

