/* proSilver Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
	_font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;;
}

input {
	
	border:1px solid #8ea5ab;
	background:#FFFFFF;
	
	color:#666666;
	padding-left:5px;
	line-height:1.5em;
	font-size:12px;
}

select {
	font-weight: normal;
	cursor: pointer;
	border: 1px solid #8EA5AB;
	padding: 1px;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #666;
}



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: 30%;
	text-align: left;
	display: block;
}

fieldset dt span {
	color:#999999;
}

fieldset dd {
	margin-left: 31%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}
fieldset.fields1 .temawidth dt {width: 80px;}
fieldset.fields1 .temawidth dd {margin-left: 80px;}

fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.fields1 {
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}
fieldset.fields2 dd span {
	color:#999;
}

fieldset.fields1 dd span {
	color:#999;
}


/* 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: 86%;
}
dd select.wid {
	width: 360px;
}

dd textarea {
	width: 85%;
}
.movselect{ margin-left: 220px;}
.mov{width: 200px;}

/* Hover effects */
fieldset dl:hover dt label {
	color: #000000;
}

fieldset.fields2 dl:hover dt label {
	color: inherit;
}

#timezone {
	width: 350px;
}

* html #timezone {
	width: 50%;
}

/* 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;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
	margin: 3px 0 5px 0;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 0px;
}

fieldset.display-options a {
	margin-top: 3px;
}
fieldset.display-options select{ margin: 0 0px;}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	text-align: right;
	line-height:1.5;
}

fieldset.quickmod {
	float: right;
	text-align: right;
	height: 2.5em;
}
.jumpbox  select{
	border:1px solid #8EA5AB;
	color:#666666;
	font-size:12px;
	height:20px;
	line-height:1.5;
	padding-left:5px;
	width:300px;
}

/* Submit button fieldset */
fieldset.submit-buttons-searsh {
	vertical-align: middle;
	padding-top:15px;
	padding-left:8px;
}

fieldset.submit-buttons input {
}

.searsh-button {
	margin-bottom: 20px;
	border-bottom: 1px solid  #CCCCCC;
	border-left: 1px solid  #CCCCCC;
	border-right: 1px solid  #CCCCCC;
}


/* Posting page styles
----------------------------------------*/

/* 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 {
	width: 100%;
	font-size: 1.2em;
	color: #333333;
}

#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #FFFFFF;
	border: 1px solid #8ea5ab;
	color: #333333;
	padding: 2px;
	cursor: text;
}

.inputbox:hover {
	border: 1px solid #8ea5ab;
}

.inputbox:focus {
	border: 1px solid #8ea5ab;
	color: #4b4b4b;
}

input.inputbox	{ width: 85%; }
input.medium	{ width: 50%; }
input.narrow	{ width: 25%; }
input.tiny		{ width: 125px; }
input.big_auth_form	{ width: 185px;  margin-bottom: 10px;}

textarea.inputbox {
	width: 85%;
}
input.radio {border:0 none;}

.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */

a.button1, input.button1, a.button2, input.button2, a.button3, input.button3 {
	width: auto !important;
	background:url(images/bg_but.gif) repeat-x left bottom;
	border: 1px solid #94a5ac;
	color:#666;
	cursor:pointer;
	padding: 0 5px;
	font-size:12px;
	line-height:1.7;
}

input.button21{
	background:transparent url(images/buttom.jpg) no-repeat scroll left top;
	border:0 none;
	height:21px;
	width:45px;
}

a.button1, input.button1 {
	font-weight: bold;
}


input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #666;
	border: 1px solid #94a5ac;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {	
	color: #94a5ac;
	text-decoration:none;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Topic and forum Search */
.search-box {
	margin-top: 3px;
	margin-left: 5px;
	float: left;
}

.search-box1 {
	border: 1px solid #CCCCCC;
    height: 20px;
    margin: 10px 0;
    padding: 5px;
    background-color: #EDEDED;
}

input.search {
	padding-left: 5px;
	height: 16px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}

.inner fieldset.searchborder{border-left:1px solid  #CCCCCC; border-right:1px solid  #CCCCCC; padding: 0 8px;}

