/*##########################################
Script: Niceforms 2.0
Theme: StandardBlue
Author: Lucian Slatineanu
URL: http://www.emblematiq.com/
##########################################*/

	
/*Text inputs*/
.NFText {
	border:none;
	vertical-align:middle;
	font:12px/15px Arial, Helvetica, sans-serif;
	background:none;
	color: #666666;
}

.NFTextCenter {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/forms/single-line-middle.png) repeat-x scroll 0 0 !important;
	float:left;
	height:17px;
	line-height:15px;
	margin:0;
	padding:6px 0;
}

.NFTextLeft,.NFTextRight {
	width:13px;
	height:29px;
	vertical-align:middle;
	float:left;
}

.NFTextLeft {
	background:url(../images/forms/single-line-left.png) no-repeat 0 0;
}

.NFTextRight {
	background:url(../images/forms/single-line-right.png) no-repeat 0 0;
}


	
/*Radio*/
.NFRadio {
	cursor:pointer;
	margin-top: 5px;
	display:block;
	width:16px;
	height:16px;
	border:1px solid transparent;
	background:url(../images/forms/radial.png) no-repeat 0 0;
	z-index:2;
	margin-bottom: -16px;
	}


	
/*Checkbox*/
.NFCheck {
	cursor:pointer;
	position:absolute;
	width:18px;
	height:18px;
	border:1px solid transparent;
	background:url(../images/forms/checkboxes.png) no-repeat 0 0;
	z-index:2;
}


	
/*Buttons*/
.NFButton {
	vertical-align:middle;
	background-color:transparent;
	background-image:url(../images/button-2.png);
	background-repeat:no-repeat;
	background-position: center center !important;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	height:35px;
	padding:2px 6px 5px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:103px;
}

.com_community_music_upload .NFButton {
background-color:transparent;
background-image:url(../images/button-2.png);
background-position:center center !important;
background-repeat:no-repeat;
border:0 none;
color:#FFFFFF;
cursor:pointer;
display:block;
height:35px;
padding:2px 6px 5px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
vertical-align:middle;
width:103px;
}

.NFButtonLeft,.NFButtonRight {
	width:6px;
	height:26px;
	vertical-align:middle;
}

.NFButtonLeft {
	background:url(../images/forms/button-left.png) no-repeat 0 0;
	display: none;
}

.NFButtonRight {
	background:url(../images/forms/button-right.png) no-repeat 0 0;
	display: none;
}


	
/*Textareas*/
.NFTextarea {
	border:none;
	background:none;
	font:12px/12px Arial, Helvetica, sans-serif;
	width: 453px !important;
	margin: 0 auto !important;
	color: #666666;
	line-height: 150%;
}

.NFTextareaTop,.NFTextareaBottom {
	height:14px;
	clear:both;
	float:none;
	padding-right:0px;
	width: 493px !important;
	padding:0px
}

.NFTextareaTop {
	background:url(../images/forms/textbox-top.png) no-repeat 100% 0;
}

.NFTextareaBottom {
	background:url(../images/forms/textbox-bottom.png) no-repeat 100% 0;
	margin-bottom:5px;
}

.NFTextareaTopLeft,.NFTextareaBottomLeft {
	display: none;
}

.NFTextareaTopLeft {
	background:#f2f2e6 url(../images/forms/textarea-tl.png) no-repeat 0 0;
}

.NFTextareaBottomLeft {
	background:#f2f2e6 url(../images/forms/textarea-bl.png) no-repeat 0 0;
}

.NFTextareaLeft,.NFTextareaRight,.NFTextareaLeftH,.NFTextareaRightH {
	float:left;
	padding-bottom:5px;
}

.NFTextareaLeft,.NFTextareaLeftH {
	display: none !important;
}

.NFTextareaLeft {
	background:url(../images/forms/textarea-l-off.png) repeat-y 0 0;
	display: none;
}



.NFTextareaRight, .NFTextareaRightH {
	background:url(../images/forms/textbox-middle.png) repeat-y 100% 0 !important;
	width: 493px !important;
	text-align: center;
}

.NFTextareaRightH {
	
}


	
/*Files*/
.NFFileButton {
	padding-bottom:0;
	vertical-align:bottom;
	cursor:pointer;
	background:url(../images/forms/file-upload-right.png) no-repeat 0 0;
	width:69px;
	height:29px;
}

.NFFile {
	position:relative;

}

.NFFile input.NFhidden {
	position:relative;
	filter:alpha(opacity=0);
	opacity:0;
	z-index:2;
	cursor:pointer;
	text-align:left;
}

.NFFileNew {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}


	
/*Selects*/
.NFSelect {
	height:29px;
	border:1px solid transparent;
	margin-bottom: -19px;
}

.NFSelectLeft {
	float:left;
	width:14px;
	height:29px;
	background:url(../images/forms/dropdown-left.png) no-repeat 0 0;
	vertical-align:middle;
}

.NFSelectRight {
	height:23px;
	width:auto;
	background:url(../images/forms/dropdown-right.png) no-repeat 100% 0;
	cursor:pointer;
	font:12px/21px Arial, Helvetica, sans-serif;
	color:#666;
	padding:3px 0px;
	margin-left:8px;
}

.NFSelectTarget {
	background:none;
	margin-top:0px;
	z-index:3;
	left:0;
	top:0;
	padding-bottom:13px;
	margin-left: auto;
	position: relative;
	left: 0px;
	width: 197px !important;
	background-image: url(/modules/mod_roknavmenu/themes/fusion/images/drop-bg-1.png);
	background-position: bottom center;
}

.NFSelectOptions {
	-x-system-font:none;
	color:#666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	left:0;
	line-height:13px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	margin-top:0;
	max-height:200px;
	overflow-x:hidden;
	overflow-y:auto;
	padding:4px 0 !important;
	position:relative;
	top:0;
	width:186px !important;
	z-index:4;
}

.NFSelectOptions li {
	padding-bottom:1px;
	padding-left: 7px !important;
}

.NFSelectOptions a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:2px 3px;
	background:none;
}

.NFSelectOptions a.NFOptionActive {
	background:#464646;
}

.NFSelectOptions a:hover {
	background:#333;
}


	
/*Multiple Selects*/
.NFMultiSelect {
	border:0;
	background:none;
	margin:0;
}

.NFMultiSelectTop,.NFMultiSelectBottom {
	height:5px;
	clear:both;
	float:none;
	padding-right:10px;
}

.NFMultiSelectTop {
	background:url(../images/forms/textarea-tr.png) no-repeat 100% 0;
}

.NFMultiSelectBottom {
	background:url(../images/forms/textarea-br.png) no-repeat 100% 0;
	margin-bottom:5px;
}

.NFMultiSelectTopLeft,.NFMultiSelectBottomLeft {
	width:5px;
	height:5px;
}

.NFMultiSelectTopLeft {
	background:#f2f2e6 url(../images/forms/textarea-tl.png) no-repeat 0 0;
}

.NFMultiSelectBottomLeft {
	background:#f2f2e6 url(../images/forms/textarea-bl.png) no-repeat 0 0;
}

.NFMultiSelectLeft,.NFMultiSelectRight,.NFMultiSelectLeftH,.NFMultiSelectRightH {
	float:left;
	padding-bottom:5px;
}

.NFMultiSelectLeft,.NFMultiSelectLeftH {
	width:5px;
}

.NFMultiSelectLeft {
	background:url(../images/forms/textarea-l-off.png) repeat-y 0 0;
}

.NFMultiSelectLeftH {
	background:url(../images/forms/textarea-l-over.png) repeat-y 0 0;
}

.NFMultiSelectRight,.NFMultiSelectRightH {
	padding-right:5px;
	padding-bottom:0;
}

.NFMultiSelectRight {
	background:url(../images/forms/textarea-r-off.png) repeat-y 100% 0;
}

.NFMultiSelectRightH {
	background:url(../images/forms/textarea-r-over.png) repeat-y 100% 0;
}


	
/*Focused*/
.NFfocused {
	border:1px dotted #666;
}


	
/*Hovered*/
.NFh {
	background-position:0 100%;
}

.NFhr {
	background-position:100% 100%;
}


	
/*Hidden*/
.NFhidden {
	opacity:0;
	z-index:-1;
	position:relative;
}


	
/*Safari*/
select,input,textarea,button {
	outline:none;
	resize:none;
}