@charset "utf-8";
/* CSS Document */

#adminForm fieldset {
	border: 1px solid #CCCCCC;
	margin: 30px 10px 10px 0px;
	padding-right: 2px;
	padding-left: 5px;
	width: 95%;!important /*else it will break layout*/
 	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#adminForm legend {
	border: 1px solid #CCCCCC;
	margin: 30px 2px 20px;
	padding: 4px;
	background: #999999;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}
#adminForm textarea { /*Controls textarea dimentions*/
	padding-left: 0px;
	width: 300px;
	height: 50px;
	margin-bottom: 15px;
	margin-top: 5px;
}

#adminForm label, #adminForm input {
	display: block;
	/*	width: 150px;*/
	float: left;
	margin-bottom: 5px;
}


#adminForm label {
	text-align: left;
	width: 275px;
	padding-right: 20px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 2px dotted #CCCCCC;
	margin-top: 4px;
	margin-bottom: 4px;
}
#adminForm input.inputbox-radio { /*Makes the radio buttons in PAF display correctly - apply a "-radio" when building the form*/
	display: inline;
	width: 15px;
	margin-bottom: 2px;
	width: 15px;
	float: none;
	border: 1px solid #CCCCCC;
	margin-right: 2px;

}

#adminForm br {
	clear: left; !important
}
.form_note {
	width: 98%;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 30px;
	margin-bottom: 10px;
	background: #EFEFEF;
	text-transform: none;
}
.margin {
	width: 94%; !important
}
.form_tb {
/*	width: 98%;*/
}
.form_tb th { /*class for th of table in case is needed*/
	padding: 0px;
	font-weight: hinerit;
	text-align: hinerit;
	width: 50%;
}

/*Reduces the width of the label for insertion iside the narrow divs that contain side by side fields*/
#adminForm .form_tb label {
	text-align: left;
	width: 155px;
	padding-right: 2px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 2px dotted #CCCCCC;
}
/*This makes a medium lenght label enclosed in the form_tb_m div*/
#adminForm .form_tb_m label {
	width: 215px;
}
.leftdiv, .rightdiv { /*Gives the side by side table consistent width*/
	width: 47%;
	display: table;
}

.leftdiv { /*Floats the left div left*/
	float: left;
	margin-right: 20px;
}
.rightdiv { /*Floats the right div right and gives it a margin*/
	float: left;
/*	margin-right: 22px;*/
}

/*Help box to float right next to the fields*/
.help-note {
	border: 1px dotted #666666;
	background: #FFFFA8;
	float: right;
	width: 160px;
	padding: 5px;
	margin: 5px;
	font-weight: normal;
	text-transform: none;
}
p.form_submit { /*CONTROL PADDING FOR SUBMIT BUTTONS*/
	padding-left: 200px;
}
.no_label {
	visibility: hidden;
	
}
#adminForm h5 {
	border-bottom: 2px dashed #CCCCCC;
	padding-bottom: 2px;
	text-transform: uppercase;
	width: 70%;
	padding-top: 5px;
	margin-bottom: 20px;
}
#adminForm h3 {
	border-bottom: 2px dashed #CCCCCC;
	margin-bottom: 5px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

/*INPUTBOX - STYLES*/

.list_sm {width: 130px;}
.long { width: 300px;}/*makes the list field 300px max*/
.list {width: 300px;}/*EXTRA Class JIC makes the list field 300px max*/
#adminForm .form_tb .inputbox {
	width: 130px;
	margin-top: 2px;
	margin-bottom: 2px;
}/*controls the fields width inside the sidexside  */

 fieldset.one {
	border-top: medium solid #333333;
	border-right: 4px solid #999999;
	border-bottom: 4px solid #999999;
	border-left: 4px solid #999999;
	background: #333333;
}
#registrationTable .button {
	margin-top: 15px;
	margin-left: 230px;

}
#cbIconsBottom {
	margin-top: 15px;
}
#mod_loginform-signin #mod_login_username-signin, #mod_loginform-signin #mod_login_password-signin, {
	height: 20px;
}

#adminForm .inputbox-select {
	float: right;margin-bottom: 10px;
}

/*IMAGE ARRAY FOR TRADEMARKS*/
#array_container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#adminForm .img_array {
	padding: 2px;
	width: 30%;
	margin: 5px 2px;
	float: left;
	clear: right;
	display: inline;
	text-align: center;
	border: 1px solid #CCCCCC;
	height: 200px;
}
 #adminForm  #array_container .img_array img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#adminForm .form_tb_m .img_array label {
	width: 80%;
	text-align: center;
	margin-bottom: 5px;
	border-style: none;
	margin-right: auto;
	margin-left: auto;
}

#adminForm #array_container .img_array label {
	width: 100px;
	float: none;
	text-align: center;
	margin: 0px auto;
	border-style: none;
}

#adminForm input.inputbox-radioimg { /*Makes the radio buttons in PAF display correctly - apply a "-radio" when building the form*/
	display: inline;
	width: 15px;
	margin-bottom: 2px;
	float: none;
}
#adminForm .medium_lbl {
	width: 170px;
	float: left;
	font-weight: bold;
	border-bottom: 2px dashed #999999;
	margin-right: 10px;
}

