﻿.middle_main_table{padding: 0px;}

.contact_data_border{ 
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.error {
    color: #FF2D1B;
    font-weight: bolder;
}

.success {
    color: green;
}

.register_textbox {
    width: 222px;
    margin-bottom: 5px;
}

.register_dropdown {
    width: 233px;
    background-color: #efefef;
    color: #333333; 
    border:1px solid #afafaf; 
    font-family:Verdana, Arial, Helvetica, sans-serif; 
    font-size:11px;
    height: 22px;
    margin-bottom: 5px;
}

.register_error {
    padding: 10px 0px 10px 30px;
    color: #FF2D1B;
    font-weight: bolder;
    font-size: 120%;
}

.label {
    text-align: left;
    width: 235px;
}

.RadioButtonList {
    border: 1px solid black;
    border-spacing: 0px;
    margin: 20px;
}

.RadioButtonList label {
    margin-left: 10px;
}

.RadioButtonList td {
    border: none;
    text-align: center;
    width: 200px;
    background-color: White;
    padding: 0px;
}

.RadioButtonList tr {
    height: 30px;
    vertical-align: middle;
}

.UserListTable {
    /*table-layout: fixed;*/
}

.UserListTableTitle a, .UserListTableTitle a:visited {
    color: Black;
}

.UserListTable .Cell {
    text-align:left; 
    border-bottom:1px solid #b0afaf; 
    border-right:1px solid #b0afaf; 
    padding:4px 0 4px 5px;
    overflow:visible ;
}

/* Pagination links */
.UserListTable .Pager span {
    width:18px; 
    height:18px; 
    line-height:18px; 
    background:#d6d8d9; 
    float:left; 
    display:block; 
    text-align:center; 
    border:1px solid #b0afaf; 
    margin:0 0 0 5px; 
}
.UserListTable .Pager a {
    width:18px; 
    height:18px; 
    line-height:18px; 
    background:#fff; 
    float:left; 
    display:block; 
    text-align:center; 
    border:1px solid #b0afaf; 
    margin:0 0 0 5px; 
    cursor:pointer;
    color:#000000; 
    text-decoration:none;
}

.UserListTable .Pager a:hover {
    background:#d6d8d9;
    text-decoration:underline;
}

.popupHeader {
    font-size: 120%;
    font-weight: bolder;
    color: Black;
    padding: 5px 0px 10px 5px;
}

div.modalBackground {
	position: fixed;
	background-color: Gray;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 99;
}