@charset "UTF-8";

/* YAML */
@import url(yaml/core/base.css);
@import url(yaml-basemod.css);
@import url(yaml-patch.css);
@import url(yaml/print/print_draft.css);

body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

h1
{
	font-size: 18px;
	margin-bottom: 1.0em;
}

h2
{
	font-size: 16px;
	margin-bottom:0.5em;
}

table.data
{
	border-collapse: collapse;
	margin-bottom: 10px;
	width:100%;
}

table.data th, table.data td
{
	border: solid 1px #ccc;
	font-family: arial, sans-serif;
	font-size: 12px;
	/* text-align: left; */
	padding: 5px;
}

table.data th
{
	background-color: #DDD;
}

table.form, table.form table
{
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.form th, table.form td
{
	background-color:#f3f3f3;
	border: solid 1px #ccc;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 10px;
}

table.form th
{
	background-color: #ccc;
	text-align: center;
}

table.nostyle, table.nostyle th, table.nostyle td, table.nostyle tr
{
	background-image: none;
	background: inherit;
	border: none;
	width: auto;
}

label
{
	font-weight: bold;
}

a
{
	color: #28AAE1; 
	text-decoration:none; 
}

a:focus, a:hover, a:active
{ 
	text-decoration: underline; 
	background-color: transparent; 
}

p {	margin: 0 0 1.0em 0; }

img { border: solid 1px #ccc; }

.clear { clear: both }
.left { float: left }
.right { float: right }

#login
{
	width: 320px; 
	margin: auto;
	border: solid 1px #ccc;
	background-color: #efefef;
}

#login .content
{
	text-align: center;
	margin: 1.0em;
}

#login div.error
{
	color: red;
	padding: 10px;
}

#login div.form
{
}

#login div.element
{
	width: 280px;
	margin: 0 auto;
}

#login div.label
{
	float: left;
	width: 110px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	text-align: left;
	font-weight: bold;
}

#login div.input 
{
	float: left;
	width: 150px;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	text-align: left;
}

#login input.text, input.password
{
	width: 150px;
}

#login input.submit
{
	background-color: #DDD;
	border-top: solid 1px #FFF;
	border-right: solid 1px #A0A0A0;
	border-bottom: solid 1px #A0A0A0;
	border-left: solid 1px #FFF;
	text-align: center;
	padding: 2px 6px 2px 6px;
	margin: 0;
	width: 275px;
	outline: none;
}

#login input.submit:hover
{
	background-color: #F4F4F4;
	text-decoration: none;
}
#login input.submit:active
{
	background-color: #F4F4F4;
	border-top: solid 1px #A0A0A0;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	border-left: solid 1px #A0A0A0;
	text-decoration: none;
}

#login a
{
	color: #900; 
	text-decoration: none; 
}

#login a:focus, a:hover, a:active
{ 
	background-color: transparent; 
	text-decoration: underline; 
}