@charset "utf-8";
/* CSS Document */
a { color: #105CB6; cursor: pointer; outline: none !important; }
a:visited { color: #105CB6; }
a:hover, a:focus { color: #003; }
a:active { color: #000; }
.main {
	margin-top: 1em;
	padding-left: 0.7em;
}
h2 {
    margin: 0 0 0.2em 0;
    font-size: 185%;
    letter-spacing: -1px;
    font-weight: normal;
    clear: left;
	color: #71ac0a;
}
.first {
    margin-top: 0 !important;
}
p{
	line-height:1.4;
}
#sub-nav {
    clear: left;
}

#sub-nav ul, #sub-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sub-nav ul {
    border-bottom: 2px solid #A5CC7A;
    height: 30px;
}

#sub-nav li {
    float: left;
    background: #c9e0af;
    padding-left: 4px;
    margin-right: 2px !important; /*imp IE6*/
}

#sub-nav li a, #sub-nav li span {
    display: block;
    padding: 6px 14px 4px 10px;
    height: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #6f9346;
}

#sub-nav li a:hover, #sub-nav li.active a:hover {
    color: #000;
}

#sub-nav li.active {
    background-position: 0 0;
    background-color: #a5cc7a;
}

#sub-nav li.active a, #sub-nav li.active span {
    background-position: 100% 0;
    color: #fff;
}
/**** PROFILE FORM ****/

.profile-form div {
    padding: 10px 0 10px 10px;
    clear: left;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.profile-form div .form-note,
.profile-form div .form-note-static {
    position: absolute;
    z-index: 80000;
    left: 380px;
    top: 5px;
    border: 0;
    padding: 5px 0 6px 22px;
    display: block;
    background: #fff url(images/note-info.gif) 1px 6px no-repeat !important;
}

.profile-form div .form-note-static {
    display: block;
}

.profile-form div .form-error {
    position: absolute;
    z-index: 80000;
    left: 380px;
    top: 5px;
    border: 0;
    padding: 6px 0 6px 20px;
    display: block;
    background: #fff url(images/note-info.gif) 1px 6px no-repeat;
    color: red;
}

.profile-form p {
    clear: left;
    margin: 0;
    padding: 1em 0 0 170px;
}

.profile-form label, .profile-form dt {
    display: block;
    float: left;
    width: 260px;
    font-weight: bold;
    font-size: 85%;
    padding: 5px;
    margin: 0;
}

.gallery .profile-form label {
    width: 190px;
    padding-right: 10px;
}

.profile-form label.inline {
    display: inline;
    float: none;
    width: auto;
    font-weight: bold;
    font-size: 85%;
    padding: 0 0 0 5px;
}

.profile-form input.form-text {
    width: 200px;
}

.profile-form textarea.form-text {
    width: 200px;
    height: 7em;
}

.profile-form ul {
    margin: 1em 0 0 140px;
}

.profile-form ul, .profile-form ul a {
    color: #666;
}

.profile-form dl {
    margin: 0;
}

.profile-form dt {
    font-size: 85%;
    font-weight: bold;
    padding-top: 2px;
}

.profile-form .form-foot {
    padding-left: 170px;
    border: none;
}
.warning {     
    background: #fff url(images/circle-yellow-exclamation.gif) 1.3em 0.5em no-repeat; 
    border-top: 1px solid #ddd; 
    border-bottom: 1px solid #ddd;
}
.warning div{
    display: inline;
    background: none;
    padding: 0;
    margin: 0;
}
.warning p{
    margin: 0;
}

.warning h3,
.warning strong{
    font-weight: bold !important;
    letter-spacing: normal !important;
    font-size: 1.2em !important;
    padding: 0 0.5em 0 0 !important;
    margin: 0 !important;
    display: inline;
    color: #b50b05;
}
