﻿.button {}
.button a { text-decoration:underline; color:#333333;}
.button:hover {}

.button.live_edit {}
.button.live_edit:hover {}


/*style do inplaceeditor */

.in_place_template_select {}
.in_place_template_select select { font-size:11px;}

input { outline:none;}

input[type="file"]
{
	border: 1px solid #7F9DB9; font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
	background-image:url(../images/cms/input_text_bg_1.gif);
}

input[type=submit].submit-hidden, input[type=submit], input[type=button], input[type=reset] {
	background: url(../images/cms/input_button_bg.png) right;
	border: 1px solid #c1c1c1;
	height:19px;
	cursor:pointer;
	color: #333;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	
	padding:1px 9px 1px 10px !important;
	
}
input:hover[type=submit], input:hover[type=submit], input:hover[type=button], input:hover[type=reset] {
	background:  url(../images/cms/input_button_hover_bg.png) right;
	border: 1px solid #999;

}
input:active[type=submit], input:active[type=submit], input:active[type=button], input:active[type=reset] {
	background:  url(../images/cms/input_button_active_bg.png) right;
	color:#333333;

}


select.focus  {	border: 1px solid #F1CA80; }
select { font-family: Arial, Helvetica, sans-serif; border: 1px solid #7F9DB9; font-size: 12px; height: 19px}


/* dodane na dla testu - select wybieralny w parametrach jest zjebany */

select.txt {
	width:auto;
	height:auto;
}
select.txt option {
	width:auto;
	height:auto;
}

em   { color:#ec4a24; font-weight:bold; }

input:focus::-moz-focus-inner { border-color: transparent !important; } 
input[type="text"], input[type="password"] { border: 1px solid #7F9DB9; font-family: Arial, Helvetica, sans-serif; font-size: 12px; height: 15px; background-image:url(../images/cms/input_text_bg_1.gif); margin:1px;}
input[type="text"][disabled] { background-image:url(../images/cms/input_text_bg_2.gif);}

input[type="text"].focus, input[type="password"].focus {
	border: 2px solid #F1CA80;
	background-image: none;
	margin:0px;
}

input.theme { border:1px solid #00FFFF; }
input.changed {	border:1px solid #FFFF00; }
input.ok { border:1px solid #009900; }
input.normal { border:1px solid #7F9DB9;}

input.exist { border:1px solid #009900; }
input.empty { border:1px solid #990000; }

input.small {width:45px;}
input.medium { width:310px;}
input.long { width:750px;}

textarea { font-size: 12px; border: 1px solid #7F9DB9;}
textarea.theme { border:1px solid #00FFFF; }
textarea.changed { border:1px solid #FFFF00; }
textarea.ok { border:1px solid #009900; }
textarea.normal { border:1px solid #7F9DB9; }
textarea.focus  {	border: 1px solid #F1CA80; background: #FEFAF3;}

textarea.small {width:45px;}
textarea.medium { width:310px;}
textarea.long { width:750px;}


select.theme { border:1px solid #00FFFF; }
select.changed { border:1px solid #FFFF00; }
select.ok { border:1px solid #009900; }
select.normal { border:1px solid #7F9DB9;}


form { 	margin: 0px; padding: 0px;}
form fieldset { border:none; }
form legend { display:none;}
form label { color:#666; font-weight:normal; }
form input, form select, form button  { vertical-align:middle; }
