body {
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: white;
    margin: 0px;
    padding: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

p {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 600px;
    padding: 5px;
    text-align: justify;
}

table.index {
    border: 2px solid #e0e1e3;
    margin: 5px;
    background: white;
    width: 1000px;
}

td.indextop {
    background: #f0f1f3;
    padding: 3px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e0e1e3;
}

td.indexleft {
    padding: 3px;
    background: #e0e1e3;
    background-image: url('trbg.gif');
    background-repeat: repeat-y;
    border-right: 2px solid #e0e1e3;
    width: 15%;
    
}

td.indexmain {
    padding: 3px;
    padding-left: 5px;
}

td.indexbottom {
    padding: 3px;
    border-top: 2px solid #e0e1e3;
    color: #b0b1b3;
}

table.help {
    background: white;
    border: 2px solid #e0e1e3;
    cursor: default;
    margin: 5px;
    width: 250px;
}

td.helptop {
    background: white;
    background-image: url('metallic2-black.png');
    background-repeat: repeat-x;
    color: white;
    cursor: default;
    padding-left: 5px;
}

td.helpmain {
    background: white;
    cursor: default;
    padding: 3px;
    padding-left: 5px;
}

.error {
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    color: red;
}

a {
	color: black;
}

a:visited {
	color: black;
}

a:hover {
    background: #85b0c6;
	color: white;
	text-decoration: none;
}

a.login {
	color: #808183;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid white;
	margin-left: 5px;
}

a.login:visited {
	color: #808183;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid white;
	margin-left: 5px;
}

a.login:hover {
	color: black;
	text-decoration: none;
	background: white;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #ff9f00;
	margin-left: 5px;
}

.small {
    text-transform: uppercase;
}

table.list {
    border: 2px solid #cccccc;
    background: white;
    width: 99%;
    margin: 5px;
    margin-top: 0px;
}

th.list {
    background: #e0e1e3;
    background-image: url('trbg.gif');
    background-repeat: repeat-y;
    text-align: left;
    font-weight: normal;
}

td.list {
    background: #eeeeee;
    text-align: left;
    line-height: inherit;
}

td.list_ne {
    background: #ffffff;
    text-align: left;
}

td.list_red {
    background: #ffcccc;
    text-align: left;
}

td.list_yellow {
    background: #ffffcc;
    text-align: left;
}

td.list_green {
    background: #ccffcc;
    text-align: left;
}

td.list_green-yellow {
    background-image: url('../pictures/green-yellow.gif');
    background-repeat: repeat;
    text-align: left;
}

td.list_green-red {
    background-image: url('../pictures/green-red.gif');
    background-repeat: repeat;
    text-align: left;
}

td.tab {
    background: #eeeeee;
    text-align: left;
    width: 100px;
}


table.profile, table.profilesimple {
    border: 2px solid #cccccc;
    background: #f0f1f3;
    width: 99%;
    margin: 5px;
    margin-top: 0px;
}

table.profilesimple {
    width: 45%;
}

th.profile, th.profilesimple {
    color: black;
    text-align: right;
    line-height: 1.2em;
    padding-right: 15px;
    font-weight: normal;
}

td.profile {
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 10px;
    line-height: 1.2em;
}

td.profile_header {
    background: white;
    background-image: url('metallic2-blue-dark.png');
    background-repeat: repeat-x;
    color: white;
    padding-left: 8px;
}

td.profile_header_disabled {
    background: white;
    background-image: url('metallic2-white.png');
    background-repeat: repeat-x;
    color: #808183;
    padding-left: 8px;
}

td.profile_indent {
    line-height: 1.2em;
    padding-left: 25px;
}

table.edit {
    border: 1px solid silver;
    background: #eeeeee;
    width: 99%;
    margin: 5px;
}

th.edit {
    color: black;
    text-align: right;
    line-height: 1.2em;
    padding-right: 15px;
    font-weight: normal;
}

th.offer_titles {
    text-align: left;
    vertical-align: top;
    line-height: 1.5em;
    font-weight: normal;
}

td.edit {
}

.help {
    cursor: help;
    border-bottom: 1px dashed silver;
}

input.edit, input.edit_fancy, input.error, input.disabled {
    width: 250px;
    padding-left: 2px;
    margin: 1px;
    color: black;
    border: 5px solid black;
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: white;
}

input.edit {
    border: 1px solid black;
}

input.edit_fancy {
    border: 1px solid white;
}

input.error {
    border: 1px solid red;
    background: #ffffcc;
}

input.disabled {
    color: silver;
    border: 1px solid silver;
    background: #eeeeee;
}

input.button {
    width: 55px;
    height: 22px;
    margin: 0px;
    padding: 0px;
    background: white;
    color: black;
    border: 1px solid silver;
    background-image: url('metallic2-white.png');
    background-repeat: repeat-x;
}

input.button_nondefault {
    width: 55px;
    height: 22px;
    margin: 0px;
    padding: 0px;
    background: white;
    color: black;
    border: 1px solid silver;
    background-image: url('metallic2-gray-light.png');
    background-repeat: repeat-x;
}

input.button_disabled {
    width: 55px;
    height: 22px;
    margin: 0px;
    padding: 0px;
    background: white;
    color: silver;
    border: 1px solid silver;
    background-image: url('metallic2-gray-light.png');
    background-repeat: repeat-x;
}

select.edit {
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid black;
    background: white;
    width: 130px;
    padding: 0px;
    margin: 0px;
}

select.edit_fancy {
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid white;
    background: white;
    width: 130px;
    padding: 0px;
    margin: 0px;
}

select.disabled {
    color: silver;
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid silver;
    background: #eeeeee;
    width: 130px;
    padding: 0px;
}

textarea.edit {
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid black;
    background: white;
    padding-left: 2px;
    margin: 1px;
    width: 95%;
}

textarea.edit_fancy {
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid white;
    background: white;
    padding-left: 2px;
    margin: 1px;
    width: 95%;
}

textarea.error {
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid red;
    background: #ffffcc;
    padding-left: 2px;
    margin: 1px;
    width: 95%;
}

select.error {
    font-family: 'Tahoma', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid red;
    background: #ffffcc;
}

.listwh {
    cursor: help;
    background: #eeeeee;
    text-align: left;
}

.smallerlist {
    vertical-align: top;
}

/*Used to indicate what fields have been added in the database*/
.smalleradded {
    line-height: 1.1em;
    color: gray;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alert {
    color: red;
}

.disabled {
    color: silver;
}

table.alert {
    border: 1px solid red;
    background: #ffffcc;
    width: 99%;
    margin: 5px;
}

th.alert {
    text-align: left;
    font-weight: bold;
}

td.alert {
}

td.alert_header {
    background: white;
    background-image: url('metallic2-warning.png');
    background-repeat: repeat-x;
    color: #ffffcc;
    padding-left: 8px;
}

a.alert {
	color: white;
}

a.alert:visited {
	color: white;
}

a.alert:hover {
	color: black;
}

tr.section {
    background: #e0e1e3;
    background-image: url('trbg.gif');
    background-repeat: repeat-y;
}

ul.profile {
    list-style-type: square;
    margin-top: 5px;
    margin-bottom: 5px;
}

.menuheader {
    padding: 1px;
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    color: black;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}

.collapse {
    margin-bottom: 1px;
    cursor: pointer;
}

.tab_active, .tab_enabled, .tab_disabled {
    border-left: 2px solid silver;
    border-top: 2px solid silver;
    border-right: 2px solid silver;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    margin-left: 5px;
    margin-right: 0px;
}

.tab_active {
    background: #f0f1f3;
    color: black;
    cursor: pointer;
    font-weight: bold;
    padding-bottom: 2px;
}

.tab_enabled {
    background: silver;
    color: black;
    cursor: pointer;
    padding-bottom: 0px;
}

.tab_disabled {
    background: silver;
    color: gray;
    cursor: default;
    padding-bottom: 0px;
}

.memotext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
