/* css common to every site */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body { color: #000; background: #FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var{ font-style: normal; font-weight: normal; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup, sub { line-height: -1px; vertical-align:  text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select{ font-family: inherit; font-size: inherit; font-weight: inherit; }

a img { border: none; }
.clear { clear: both; height: 0; }

/* text */

p { margin-bottom: 1em; }
strong { font-weight: bold; }

/* forms etc... */

legend
{
	font-size: 120%;
	font-weight: bold;
}

fieldset
{
	padding: 0 6px 8px 6px;
	margin-bottom: 5px;
}

input.submit, input.reset
div.row input.submit, div.row input.reset
{
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-image: url(/img/background_form_element.gif);
	background-repeat: repeat-x;
	background-color: #eee;
	font-size: 95%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333;
}

html>input.submit, html>input.reset { padding: 0; }

input[type~=text], input[type~=password], textarea { padding: 1px 2px; }

div.row, form fieldset p
{
	margin-top: 4px;
	margin-left: 1em;
}

html>body { padding-bottom: 3px; }

div.submitRow
{
	margin-top: 10px;
	margin-left: 1em;
}

form p#toggleFormFields { padding-bottom: 1px; }

form p
{
	margin: 1em 0 0 0;
	padding: 0;
}

fieldset.singleCombo { border: 0; }

fieldset fieldset.combo
{
	margin-top: 0.5em;
	margin-left: 1em;
	padding-left: 1em;
	margin-right: 1em;
}

form > fieldset > fieldset.singleCombo { padding-left: 0; }

.comboElement { padding-bottom: 3px; }

form > fieldset.combo > div.comboElement { padding-left: 1em; }

fieldset div.row label, fieldset.combo div.label
{
	display: block;
	padding-top: 0.2em;
	margin-bottom: 0.3em;
}

fieldset.combo label, fieldset.combo input
{
	margin-bottom: 0px;
	padding: 0;
}

fieldset.combo label { margin-left: 0.5em; }

fieldset.combo div.label { margin-top: 3px; }

fieldset div.row input, fieldset div.row select, fieldset div.optional input, fieldset div.select
{
	border: 1px solid #bbb;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}

select.numeric, input.numeric { text-align: right; }
select.numeric option { margin-right: 0; }

textarea { border: 1px solid #bbb; }

textarea.code
{
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
}

fieldset div.row label, fieldset.combo div.label { font-weight: bold; }

fieldset div.optional label, fieldset div.optional div.label, fieldset.optional legend { font-weight: normal; }

fieldset div.row p, fieldset div.comboRow p
{
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}

label span.pointer { font-weight: normal; }

input.submit:active, input.reset:active
{
	border: 3px double #ccc;
	border-top-color: #999;
	border-left-color: #999;
}

input.reset { color: #900; }

fieldset fieldset
{
	border-width: 1px;
	border-style: solid;
}

fieldset fieldset legend
{
	color: #333;
	font-size: 100%;
}

.combothin div.comboElement
{
	float: left;
	width: 19%;
}

.combomedium div.comboElement
{
	float: left;
	width: 32%;
}

input.submit:focus, input.reset:focus
{
	border: 3px double #ccc;
	border-top-color: #999;
	border-left-color: #999;
}

.importantField
{
	 background: #ebcccc;
	 padding: 2px;
	 border: 1px solid #d99999;
}

table.form, table input[type^="text"], table select { font-size: 0.9em; }

.formError { color: #900; font-weight: bold; }

span.misspelled { color: #900; }
a.externalLink span.misspelled { display: inline; left: inherit; width: inherit; position: inherit; } /* overwrite external link code */

/* lists */

ol li { list-style-type: decimal; }

/* tables */
table
{
	font-size: inherit;
	margin-top: 0;
	margin-bottom: 1em;
	border-width: 0;
	border-style: solid;
	max-width: 95%;
}

th, td { padding: 0.2em 0.5em; vertical-align: top; }
tr.evenRow td { background-color: #f9f9f9; }
tr.oddRow td { background-color: #eee; }


/* admin page */

ul.adminLinks li a { font-weight: bold; }	

/* privileges admin */

ul.privs
{
	border: 1px solid blue;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.privs li
{
	margin-left: 0;
	padding-left: 0;
}	

/* confirmation messages */

.confirmation
{
	font-weight: bold;
	border-left: 5px solid #6c0;
	padding: 1px 0 1px 6px;
}

.negative { border-left-color: #c00; }
.warning { border-left-color: #ff8000; }

/* next/previous and pager links */

div.previousLink, div.nextLink
{
	width: 50%;
	float: left;
	margin-top: 1em;
}

html>body div.previousLink, html>body div.nextLink { margin-bottom: 2em; }

div.nextLink { text-align: right; }

.pagerLinks
{
	padding-top: 1em;
	padding-left: 3em;
	display: block;
	clear: both;
}

#topPagerLinks { clear: right; }