@charset "UTF-8";
/* CSS Document */

/* Main Page Layout Elements */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #302710;
	background-color: #ffffff;
	}

	.pagebody #container {
		width: 960px; 
		background: #ffffff;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 0px;
		font-size:12px;
		text-align: left; /* this overrides the text-align: center on the body element. */
	}
.am-layout {
    font-family: Tahoma, Arial, san-serif;
    color: #ffffff;
	
}	
	
.am-layout h1 {
    font-size: 150%;
    font-weight: normal;
    color:#ffffff;
    margin-bottom: 1em;
}

.am-layout h2 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0.8em;
}

.am-layout a { color: #937663; }

.am-header {
    text-align: center;
    overflow:hidden;
    background: url('../img/genogram-website-header.png') repeat-x top left;
}

.am-main {
    padding-left: 20px;
    padding-right: 20px;
    width:960px;
    display: inline-block;
    text-align: left;
}


.am-header-content-wrapper {
    border-color: #ffffff;
    border-width: 0px;
    border-style: solid;
    height: 37px;
    background: url('../img/genogram-website-header.png') repeat-x top left #ffffff;
}

.am-header-content {
    padding-top: 10em;
}

.am-header-line {
    height: 12px;
    /*background: #9c9c9c;*/
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.am-footer {
    text-align: center;
    color: #919191;
    /* padding: 0.5em 2em 0.5em 1em; */
    height: 30px;
}

.am-footer-content-wrapper {
    background: #ffffff;
    color: white;
    height: 30px;
}

.am-footer-content {
    padding-top: 0.5em;
}

.am-footer-content a {
    color: white;
}

.am-footer-actions {
    float: right;
}

.am-layout {
    min-height: 100%;
    margin-bottom: 0px;
    background: url('../img/layout-bg.png') repeat-y top center #ededed;
}


.am-body {
    background-color: #ffffff;
	background: #ffffff;
    text-align: center;
}

.am-body-content-wrapper {
	border-color: #ffffff;
	border-width: 0 1px;
	border-style: solid;
	text-align: left;
	background: white;
	padding-bottom: 0px;
	padding-top: 1em;
}

.am-user-identity-block {
    background: url('../img/identity-glyph.png') no-repeat left center;
    font-weight: bold;
    padding-top: 0.4em;
    padding-left: 25px;
    line-height: 18px;
    margin-bottom: 1em;
}

.am-user-identity-block a {
    text-decoration: none;
}

.am-layout hr {  background-color: #FFF;  border: 0;  width: 100%;  height: 1px; }

.am-lang-choice {
    float: right;
}

.am-block {
    color:#666666;
	size:600px;
    background:#fff;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
    margin-bottom: 1em;
    padding: 1em;
    box-shadow: 0 1px 1px #ffffff;
}

.am-block li {
    list-style-type: none;
}

/*.am-layout-two-coll {
    overflow: hidden;
    background: url('../img/two-coll-divider-middel.png') repeat-y top center #f5f5f5;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
    box-shadow: 0 1px 3px #e3e3e3;
}

.am-layout-two-coll-bottom {
    clear: both;
    height: 20px;
    background: url('../img/two-coll-divider-bottom.png') repeat-y top center;
}
.am-layout-two-coll-top {
    clear: both;
    height: 20px;
    background: url('../img/two-coll-divider-top.png') repeat-y top center;
}*/

.am-coll-left,
.am-coll-right {
    float: left;
    width: 50%;
}


.am-coll-left .am-coll-content {
    margin: 0 2em;
}

.am-coll-right .am-coll-content {
    margin: 0 2em;
}

.am-info, .am-login-text {
    background: #ffffff;
	font-size:11px;
	text-align:center;
    border: 1px solid #ffffff;
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
    margin: 15px 22px 22px 22px;
    padding: 0.5em 1em;
}

/* Common Form Elements */
a.button {
    display: inline-block;
    text-decoration: none;
	size:9px;
}

a.button,
input[type=button],
input[type=submit]  {
    background: url('../img/admin/form-button-bg.png') repeat-x top left #e8e8e8;
    border: 1px solid #ccc;
    padding: 0.4em 1em;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    color: #555960;
    /*text-shadow: 0 -1px 1px #c7c8c9;*/
}

a.button:hover,
a.button.active,
input[type=button]:hover,
input[type=submit]:hover,
input[type=button].active,
input[type=submit].active {
	border-color: #BDA9C4;
	background-image: url('../img/admin/form-button-hover-bg.png');
	background-color: #ffffff;
	color: #CDAC98;
	
}

input[type=button]:disabled,
input[type=submit]:disabled {
    color: #000;
    border: 1px solid #000;
    background: url('../img/admin/form-button-bg.png') repeat-x top left #e8e8e8;
    text-shadow: none;
}

select,
textarea,
input[type=text],
input[type=password]{
    padding: 0.4em;
    border: 1px solid #c2c2c2;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

textarea:focus,
input[type=text]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=password]:focus {
	background-color: #ffffff;
	border-color: #BDA9C4;
}

textarea.error,
input.error {
    background-color: #fce6e6;
    border-color: #fc8181;
}

/* END Common Form Elements */

/* Form*/

.am-form form {
    border: 1px solid #ededed;
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
    box-shadow: 0 1px 1px #b0b0b0;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}

.am-form fieldset {
    display: block;
}

.am-form fieldset legend {
    width:100%;
    font-family: Arial;
    font-size: 120%;
	color: #966;
    white-space: nowrap;
    display: block;
	text-align:center;
    padding: 0.5em 0 0;
    background: none;
    text-shadow: 0 0px 0px #745DA1;
}

.am-form div.reqnote {
    clear: both;
    font-size: 80%;
    margin: 0.5em 0 0 1em;
}

.am-form div.row {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
}

.am-form div.element-title {
    width: 35%;
    padding: 1em 0.5em 0em 7em;
    float: left;
    text-align: right;
	
}

.am-form div.element-title label {
	font-weight: bold;
	padding: 1em 0.5em 0em 0em;
	font-size:12px;
	color: #000;
}

.am-form div.element {
    margin-left: 35%;
    padding: 1em 0.5em;
    padding-left: 1.5em;
}

.am-form span.error,
.am-form span.required {
    color: red;
}

.am-form fieldset:first-child legend:first-child {
    -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
}

.am-form textarea {
    overflow: auto;
}

.am-form input,
.am-form select,
.am-form textarea
{
    padding: 0.4em;
    margin-top: -0.4em;
}

.am-form .element > input,
.am-form .element > select,
.am-form .element > textarea,
.am-form .element > div {
    margin-left: 0.5em;
}

.am-form input[type=checkbox] {
    margin-top: 0.4em;
}

.am-form input[type=submit],
.am-form input[type=button] {
    padding: 0.4em 1em;
    margin-left: 0.5em;
}

.am-form input[type=checkbox],
.am-form input[type=radio]{
    margin-right:0.5em;
}

/* support for form elements without the label */
.am-form div.row.no-label div.element-title { width: 0; display: none; }
.am-form div.row.no-label div.element { margin-left: 0; margin-right: 0; }

/* END Form */

/* Form Login */

div.form-login-wrapper {
    padding:5em 10em 1em 10em;
    size: 600px;
    text-align:center;
}

div.form-login legend {
    text-align:center;
	font-weight: bold;
	font-size:12px;
	color: #CDAC98;
	
}

div.form-login{
    width: 350px;
    display: inline-block;
}

.form-login input[name=login] {
    background-image: url('../img/icons/users.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 30px;
}

.form-login input[name=passwd] {
    background-image: url('../img/icons/key.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 30px;
}

/* END Form Login */

/* Tabs */

.am-tabs {}

.am-tabs > ul {
    color:#333333;
    background:#ffffff;
    -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
    padding:0 0.5em 0.5em 0.5em;
    text-align: right;
    margin: 0;
    
    overflow: hidden;
}

.am-tabs > ul > li {
    margin-top: 0.5em;
}

.am-tabs > ul li {
    display: inline-block;
    float: left;
    margin-right: 0.5em;
    white-space: nowrap;
}

.am-tabs > ul a {
    display: block;
    background: url('../img/admin/form-button-bg.png') repeat-x top left #e8e8e8;
    border: 1px solid #ccc;
    padding: 0.5em 1em;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    color: #555960;
    text-shadow: 0 -1px 1px #c7c8c9;
    text-decoration: none;
}

.am-tabs > ul li.active > a, .am-tabs > ul li.normal a:hover {
    border-color: #966
    background-color: #966
    color: white;
    text-shadow: 0 -1px 1px #966;
}

.am-tabs > ul li.active > a {
    font-weight: bold;
}

.am-tabs > ul li.disabled a {
    color: #ccc;
    text-shadow: none;
}

/* END Tabs */

