﻿body {
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #282828;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    padding: 0px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}

input {
    padding: 5px;    
}

textarea {
    padding: 5px;    
    font-family: Arial;
    font-size: 12px;
}

.profile_photo {
    float: left;
}

.profile_name {
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    margin-left: 70px;
    margin-top: 3px;
}

.profile_title {
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    margin-left: 70px;
    margin-top: 3px;
}

.profile_region {
    font-size: 11px;
    color: #282828;
    margin-left: 70px;
    margin-top: 3px;
}

.profile_company {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    margin-left: 5px;
    margin-top: 15px;
    clear: left;
}

.template_select {
    font-family: Arial;
    font-size: 12px;
    width: 428px;
    margin: 6px 0px 6px 0px;
}

.attachment {
    padding: 2px;
    background-color: #FAFAFA;
    font-size: 11px;
    width: 300px;    
    margin: 4px 0px 6px 0px;
}

#header {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-left: 20px;
}

#title {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    text-align: right;
}

#title_points {
    font-size: 14px;
    font-weight: bold;
    color: #37829B;
    padding-right: 20px;
    position: relative;
    top: 13px;
}
#navigation {
    background-image: url('images/header_bg.gif');
    background-repeat: no-repeat;
    width: 800px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    padding-left: 10px;
}

#navigation a:link, #navigation a:visited, #navigation a:hover {
    font-weight: bold;
    font-size: 12px;
    color: #197EC9;
    padding-left: 10px;    
    padding-right: 10px;
    border-right: solid 1px #CCCCCC;    
}

#container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
}

#sub_container {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 150%;
    font-size: 13px;
}

#blog_content {
    width: 460px;
    float: left;
}

#blog_sidebar {
    width: 180px;
    margin-left: 480px;
}

#splash {
    text-align: center;
}

#sidebar {
    float: right;
    width: 300px;
}

#footer {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 10px;
    font-size: 10px;
    color: #AAAAAA;
    border-top: dotted 1px #DDDDDD;
    text-align: center;
    clear: both;
}

.section_header {
    font-size: 10px;
    font-weight: bold;
    color: #AAAAAA;
    padding: 3px;
    border-bottom: dotted 1px #AAAAAA;
}

.section_header_bold {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    padding: 3px;
    border-bottom: dotted 1px #AAAAAA;
}

.form_row {
    padding-top: 15px;
    clear: both;
}

.form_label {
    float: left;
    width: 125px;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    position: relative;
    top: 8px;
}

.bizcard {
    margin-left: 135px;
    margin-top: 8px;
    border: solid 1px #CCCB88;
    background-color: #FFFDE3;
    min-height: 100px;
    padding: 10px;
}

.section_nav {
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    color: #CCCCCC;
}

.item_list {
    margin: 5px;
    padding: 5px;
    border-bottom: dotted 1px #CCCCCC;
}

.item_date {
    font-size: 11px;
    color: #AAAAAA;
    font-style: italic;
    padding-right: 15px;
}

.item_message {
    font-size: 12px;
    padding-left: 5px;
}

.item_rejected {
    border-left: solid 4px #E14040;
}

.item_request {
    border-left: solid 4px #47A82A;
}

.item_viewed {
    border-left: solid 4px #AAAAAA;
}

li {
    font-size: 11px;
    position: relative;
    right: 10px;
    bottom: 10px;
}

/* LINKS */
a:link 
{
    text-decoration: none;
    color: #37829B;
    font-weight: bold;
}

a:visited 
{
    text-decoration: none;
    color: #37829B;
    font-weight: bold;
}

a:hover 
{
    text-decoration: underline;
    color: #37829B;
    font-weight: bold;
}
