/* @override http://www.texle.com/css/default.css */

/* @group global reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group general */



/* @end */

body {
	background-color: #eee;
	font: 62% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #999;
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: left center;
	padding-top: 4em;
	padding-bottom: 4em;
	margin-top: 50px;
}

#content {
	margin-left: 50px;
}

.login {
	background-image: url(/img/bg_login.gif);
}

.error {
	background-image: url(/img/bg_error.gif);
}

h1 {
	font-size: 2.5em;
	color: #600;
	margin-bottom: 1em;}

h2 {
	font-size: 2em;
	color: #999;
	margin-bottom: 1em;
}

.down h2 {
	color: #600;
}

label {
	display: block;
	font-size: 1.8em;
	color: #666;
	margin-bottom: .25em;
}

p {
	display: block;
	color: #666;
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.4em;
	width: 350px;
}

p a {
	color: #666;
}

p em {
	font-style: italic;
}

input {
	font-size: 1.8em;
	width: 175px;
	margin-bottom: .5em;
	border-top: 1px solid #999;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #bbb;
	background: url(/img/bg_input.gif) repeat-x 0 -3px;
}

.message {
	color: #F00;
	display: block;
	font-weight: bold;
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

/* @group buttons */

.buttons {
	margin-top: 2em;
}

.separater {
	width: 1px;
	height: 27px;
	background-color: #ddd;
	display: block;
	float: left;
	margin-right: 14px;
	margin-left: 7px;
}

.buttons a, button{cursor:pointer;display:block;float:left;margin:0 7px 0 0;background-color: #f5f5f5;border:1px solid #dedede;border-top:1px solid #eee;border-left:1px solid #eee;padding:5px 10px 6px 7px;text-decoration:none;color:#565656;
	font: small/130% "Lucida Grande", Lucida, Verdana, sans-serif;
}button{font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;width:auto;overflow:visible;padding:4px 10px 3px 7px; /* IE */}button[type]{width:auto;padding:5px 10px 5px 7px; /* Firefox */line-height:17px; /* Safari */}button img, .buttons a img{margin:0 3px -3px 0 !important;width:16px;height:16px;}

/* Small buttons for inter-form edit buttons */

.buttons a.icon {
	font-size: 110%;
	margin-top: 2px;
	background-position: 4px;
	padding: 4px 8px 4px 24px;
	display: inline;
}

button:hover, .buttons a:hover {
	background-color:#dff4ff;border:1px solid #c2e1ef;color:#336699;
}

.buttons a:active{
	background-color:#6299c5;border:1px solid #6299c5;color:#fff;
}
button.positive, .buttons a.positive{color:#529214;}.buttons a.positive:hover, button.positive:hover{background-color:#E6EFC2;border:1px solid #C6D880;color:#529214;}.buttons a.positive:active{background-color:#529214;border:1px solid #529214;color:#fff;}.buttons a.negative, button.negative{color:#d12f19;}.buttons a.negative:hover, button.negative:hover{background-color:#fbe3e4;border:1px solid #fbc2c4;color:#d12f19;}.buttons a.negative:active{background-color:#d12f19;border:1px solid #d12f19;color:#fff;}

/* @end */