﻿a, a:hover, a:visited
{
    color: #0000ff;
}

a:hover
{
    text-decoration: underline;
}

a.linkbutton, a.linkbutton_left, a.linkbutton_right
{
    background-color: #F3F3F9;
    padding: 4px 7px;
    text-decoration: none;
    color: #333399;
    border: solid 1px #d0d0d0;
}

a.linkbutton_left
{
	float: left;
}

a.linkbutton_right
{
	float: right;
}

input, select, td input, td select
{
	border: solid 1px #A9A9B0;
	font-size: 11px;
}


div#mask_participant > div, div#mask_logindata
{ 
    margin-top: 16px;
}
div#mask_participant * h2, div#mask_logindata h2
{
    margin: 4px 0px 12px 0px;
    font-size: 1.1em;
    font-weight: bold;
}
div.labeled_input, div.customInput
{
    margin: 3px 0px;
}
div.labeled_input div
{
    float: left;
    text-align: right;
    margin-top: 2px;
    margin-right: 8px;
    width: 100px;
}    

div#mask_logindata div.labeled_input div
{
    width: 200px;
}

div#participant_institution
{
}

.confcms_error_box 
{
    background-color: #fdf0f0;
    font-size: 1.1em;
    padding: 8px;
    border: 1px solid #ff9999;
}

.confcms_success_box 
{
    background-color: #f0f9f0;
    font-size: 1.1em;
    padding: 8px;
    border: 1px solid #55cc55;
    margin-bottom: 4px;
}


div#confcms_login
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 160px;
    margin: 0px;
    padding: 0px;
}

div#confcms_login > div > div
{
    margin-bottom: 4px;
}

div#confcms_login > div > div > div
{
    font-size: 0.9em;
    color: #6c6c8c;
    margin-bottom: 2px;
}

div#confcms_login * div.confcms_login_header
{
    font-weight: bold;
    background-color: #c7ddf6;
    border-right: 3px solid #a7bdf6;
    border-bottom: 1px solid #a7bdf6;
    margin-bottom: 4px;
    padding: 3px;
}

div#confcms_login * a.confcms_login_button
{
    background-color: #F3F3F9;
    padding: 4px 7px;
    text-decoration: none;
    color: #333399;
    border: solid 1px #d0d0d0;
}

div#confcms_login * div.confcms_login_button
{
    margin: 12px 0px;
    text-align: right;
}


div#confcms_login * div.confcms_login_error_box
{
    margin: 8px 0px;
    color: #ff0000;
    border: 1px dotted #ff0000;
    padding: 4px;   
}

.membermenu
{
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 3px solid #c7ddf6;
}
