/* Stylesheet for PHPlist frontende /list/index.php */
/* ================================================ */
/* modify according to your needs                   */

a:link.poweredphplist,
a:active.poweredphplist,
a:visited.poweredphplist {
	color: #666666;
	font-family: Arial, verdana, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: normal;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}

a:hover.poweredphplist {
	color: #7D7B7B;
}

input,
textarea {
}

li.list {
}

li.list strong {
	text-transform: uppercase;
}

p.list {
}

ul.list {
}

.adminmessage {
}

.attributeinput {
	margin: 1.33em 0 0 0;
}

.attributeinput label {
	display: block;
	font-weight: bold;
	padding: 3px 0 !important;
}

.attributeinput legend {
	font-weight: bold;
}

textarea {
	width: 100%;
}
 
.attributeinput input {
	width: 50%;
}

.keepsingleline input,
li.list input {
	width: auto;
}

#wf-text ul.list {
	margin-left: 0;
	padding-left: 0;
}

#wf-text li.list {
	padding-left: 30px;
}

#wf-text li.list input {
	margin-left: -20px;
}

#wf-text li.list label {
	font-size: 1.2em;
}

.error {
	color: #FF0000;
	font-weight: bold;
	padding-left: 40px;
	background: url(warning-sign.gif) top left no-repeat;
	min-height: 26px;
}

.success {
	padding-left: 40px;
	background: url(confirmation-sign.gif) top left no-repeat;
	min-height: 26px;
}

* html .error,
* html .success {
    height: 26px;
}

.information {
	font-weight: bold;
	padding-left: 40px;
	background: url(notice-sign.gif) top left no-repeat;
	min-height: 26px;
}

.keepsingleline label,
.list label {
	display: inline;
	font-weight: bold;
	padding: 0.3em 0 0 0 !important;
}

.listdescription {
}

.missing {
	color: #FF0000;
	font-weight: bold;
}

span.poweredphplist {
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: normal;
	padding: 2px;
	padding-left: 20px;
	display: block;
	text-align: right;
}

.required {
	color: #FF0000;
}

div.langswitch {
  float: right;
  margin-top: -46px;
}

div.langswitch a,
div.langswitch span {
  background-color: #eee;
  border: 1px solid #000;
  display: inline-block;
  font-weight: bold;
  padding: 0.3em;
  margin: 0 0.3em;
}

div.langswitch a:hover {
  background-color: #fff;
}

