/* proSilver Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
	font-size: 1.0em;
}

#search-box fieldset {
	font-size: 1.1em;
}



input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Arial, sans-serif;
}

select {
	font-family: Arial, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #AAAAAA;
	padding: 2px;
	background: #FFFFFF none no-repeat 0px 0px ;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: Calibri, Arial, sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #676767;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
	color: #333;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}


/* Quick-login on index page */
fieldset.quick-login {
	margin-top: 5px;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f3f3f3;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}



/* Submit button fieldset */
fieldset.submit-buttons {
	text-align: center;
	vertical-align: middle;
	margin: 5px 0;
}

fieldset.submit-buttons input {
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}

#message-box textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 0.95em;
	color: #333333;
}

/* Input field styles
----------------------------------------
.inputbox {
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
	cursor: text;
	background: #FFF none no-repeat 0 0;
}
 */



/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF; 
	background-image: url("../image/input.gif");
	border-color: #AAAAAA;
	cursor: text;
	color: #333333;
}



.inputbox:focus {
	/*border-color: #11A3EA;*/
	color: #0F4987;
}

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 125px; }

input.buttons   {
	background-color: #537CCC;
	color: #FFFFFF;
	font: bold 11px Verdana;
}

input.HiddenButton 
{
    display:none;
}

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 0px solid #666666;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Form button styles*/
---------------------------------------- 
input.button1, input.RegularButton {
	font-size: 1em;
}

/**/
a.button1, input.button1, input.button3, a.RegularButton, input.RegularButton {
	width: auto !important;
	padding: 3px 4px 2px 4px;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	background-color: #4D423D;
	background-image: url("../image/submit.gif");
}

/* Alternative button */
a.RegularButton, input.RegularButton, input.button3 {
	border-color: #666666;
}

/* Alternative button */
a.RegularButton, input.RegularButton, input.button3 {
	border: 0px solid #666666;
}

/* <a> button in the style of the form buttons*/
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.RegularButton, a.RegularButton:link, a.RegularButton:visited, a.RegularButton:active {
	text-decoration: none;
	color: #000000;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
} 

/* Hover states */
a.button1:hover, input.button1:hover, a.RegularButton:hover, input.RegularButton:hover, input.button3:hover {
	/*border: 0px solid #BCBCBC;*/
	color: #BCBCBC;
}

.RegularTextbox {
	background-image: url("../image/input.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 3px;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Topic and forum Search */
.search-box {
	margin-top: 3px;
	margin-left: 5px;
	float: left;
}

.search-box input {
}



.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}

label, .checkaligned, .regulartext
{
    font:12px Verdana;
    margin:3px 10px 3px 3px;
}

.regulartext 
{
	margin-left:0;
}

label.rightalignlabel, label.rightalignlonglabel, label.rightalignshortlabel, label.rightalignveryshortlabel
{
    display:block;
    float:left;
    text-align:right;
    margin: 3px 5px 3px 5px ;
}

label.leftalignlabel, label.leftalignlonglabel, label.leftalignshortlabel, label.leftalignveryshortlabel
{
    display:block;
    float:left;
    text-align:left;
    margin: 3px 5px 3px 5px ;
}

label.rightalignveryshortlabel
{
	width:100px;
}


label.rightalignshortlabel
{
	width:150px;
}

label.rightalignlabel
{
	width:200px;
}

label.rightalignlonglabel
{
	width:300px;
}

label.leftalignveryshortlabel
{
	width:80px;
}

label.leftalignshortlabel
{
	width:150px;
}

label.leftalignlabel
{
	width:200px;
}

label.leftalignlonglabel
{
	width:300px;
}

label.fullwidthlabel, span.fullwidthlabel
{
    display:block;
    float:left;
	width:100%;
	margin:3px 5px 3px 5px;
	clear:both;
}

label.radiochecklabel
{
    font:13px Verdana;
	margin:3px 5px 3px 0px;
}

label + span.afterlabel 
{
    margin:3px 5px;
    font: 12px Verdana;
	line-height: 1.8;
}

.ValidMBI
{
  border: 1px solid Green;
  background-image: url("/image/check.png");
  background-repeat:no-repeat;
  padding-left: 18px;
}

.InvalidMBI
{
 border: 1px solid Red;
  background-image: url("/image/close-red.png");
  background-repeat:no-repeat;
  padding-left: 18px;
}
