/*****************************/
/* element definitions start */
/*****************************/

html, body {
    font-family:lucida,verdana,sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#000000;
    /*background-color: #fdd39f;*/
	background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}

body {
    color:#000000;
    background-color:#ffffff;
    padding: 0;
}

a {
    font-family:lucida,verdana,sans-serif;
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
    color:#1b376c;
}

a.link {
    color:#1b376c;
    background-color:transparent;
}

a:hover {
    color:#1b376c;
    background-color:#dfe8f6;
}

a img {
    text-decoration:none;
    border:none;
    padding:0px;
    margin:0px;
}

h1 {
    font-size:18px;
    font-weight:normal;
    text-align:left;
    padding:15px;
    margin:0px;
    color:#ffffff;
    background-color:#15428b;
}

h1 a {
    font-size:18px;
    font-weight:normal;
    text-decoration:none;
    color:#ffffff;
    background-color:transparent;
}

h1 a:hover {
    text-decoration:none;
    color:#ffffff;
    background-color:transparent;
}

h2 a {
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
    color:#ffffff;
    background-color:transparent;
}

h2 a:hover {
    text-decoration:none;
    color:#ffffff;
    background-color:transparent;
}

h2 {
    font-size: 15px;
    color: #1010d0;
}

h2 span {
    color: #1010d0;
}

p span {
    font-weight: bold;
    color: #990000;
}

/*****************************/
/* main starts               */
/*****************************/

div.main {
    font-size:12px;			/* Internet Explorer needs this */
    font-weight:normal;
    line-height:18px;
    color:#000000;
    /*background: url(../images/ams/bodybg2b.gif);*/
	bacground: #ffffff;
    padding:10px;
    margin:10px 10px 10px 10px;
    border:solid 1px #cccccc;
    min-height: 550px;
    _height: 550px;		/* Internet Explorer needs this */
}

div.main.no_menu {
    margin:10px 10px 10px 10px;
}


div.main h3 {
    font-size:16px;
    font-weight:bold;
}

div.main h4 {
    font-size:12px;
    font-weight:bold;
    padding:0px;
    margin:25px 0px 2px 0px;
    border-bottom:solid 1px #cccccc;
}

div.main h4 a {
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
}

div.main h4 span.top {
    font-size:11px;
    font-weight:normal;
}

div.main h4 span.top a {
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
}

div.main p {
    padding:0px;
    margin:2px 0px 10px 10px;
}

div.main table {
    font-family:lucida,verdana,sans-serif;
    font-size:12px;				/* Internet Explorer needs this */
    font-weight:normal;
    line-height:17px;
}

div#filterTable table label {
    font-weight: bold;
}

div#filterTable table td {
    padding:5px;
}

.filter_table {
    margin: 0;
}

div.main td {
    padding:0px 5px 0px 5px;
    margin:0px;
}

/*****************************/
/* main ends                 */
/*****************************/


/* These are the styles for detail screen tables */
table.detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
    color: #1010d0;
    border-spacing: 5px;
    background-color: #EBF3FD;
    border: 1px solid #9CBFEE;
    width: 100%;
}

table.dental_detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
    color: #1010d0;
    border-spacing: 0px;
    background-color: #EBF3FD;
    border: 1px solid #9CBFEE;
    width: 100%;
}

table.appointment {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
    color: #1010d0;
    border-spacing: 0px;
    background-color: #EBF3FD;
    border: 1px solid #9CBFEE;
    width: 100%;
}


table.associate_detail {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
    color: #6d1900;
    border-spacing: 0px;
    background-color: #fdd39f;
    border: 1px solid #9CBFEE;
    width: 100%;
}

table.exempted_field {
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
    color: #1010d0;
    border-spacing: 0px;
    background-color: #fdd39f;
    border: 1px solid #9CBFEE;
    width: 100%;
}

table.detail th {
    text-align: right;
    padding: 0px 3px 0px 0px;
    font-weight: bold;
    font-size: 12px;
    background-color: #ebf3fd;
    width: 170px;
    text-align: left;
}

table.dental_detail th {
    text-align: left;
    padding: 0px 3px 0px 0px;
    font-weight: bold;
    font-size: 12px;
    background-color: #ebf3fd;
    width: 450px;
}
table.appointment th {
    text-align: left;
    padding: 0px 3px 0px 0px;
    font-weight: bold;
    font-size: 12px;
    background-color: #ebf3fd;
    width: 150px;
}

table.dental_detail td {
    text-align: left;
    padding: 5px;
}

table.appointment td {
    text-align: left;
    padding: 5px;
}

table.payment_detail_receivable_type td {
    text-align: left;
	width: 750px;
    padding: 5px;
}
table.credit_card td {
    text-align: left;
	width: 40px;
    padding: 5px;
}

table.card_type td {
    text-align: left;
	width: 35px;
    padding: 5px;
}

table.detail th.tallCell {
    vertical-align: top;
}

table.detail td {
    text-align: left;
    padding: 5px;
}

table.detail td.moveOptions {
    text-align: center;
    width: 50px;
    padding: 5px;
}

table.detail td.moveOptions button {
    margin-bottom: 3px;
    width: 45px;
    white-space: nowrap;
}

table.detail td.buttonBar {
    padding-top: 10px;
}

div.separator {
    border-bottom: 1px solid #cccccc;
    margin: 10px 0px;
    width: 300px;
}

div#filterTable {
    background: #ebf3fd;
/*border: 1px solid #9CBFEE;*/
    color: #1010d0;
    margin: 0px;
    padding: 5px;
}



#totalcell {
    font-weight: bold;
    border-top: 1px solid #282;
    border-bottom: 2px solid #282;
}


.totalcell {
    font-weight: bold;
    border-top: 1px solid #990000;
    border-bottom: 2px solid #990000;
    text-align: right;
}

.number {
    text-align: right;
}


.ListHeader {
    padding-left: 1em;
    background: #1b376c;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.ListHeaderAttachment {
    padding-left: 1em;
    background: #9999ff;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

.ListHeader th {
    padding: 5px 5px 5px 5px;
    font-weight: bold;
}

.ListHeader a {
    color: #ffffff;
    font-weight: bold;
}

.ListHeader a:hover {
    color:#990000;
    background-color:#ffffff;
}

table.inner_table.list_header {
    color: #990000;
}

.ListTitle {
    color: #244;
    font-weight: bold;
    font-size: larger;
}

.ListActions {
    font-size: x-small;
    text-align: right;
    padding-left: 1em;
    padding: 5px;
}

.ListLine0 {
    background: #dfe8f6;
    padding: 5px 5px 5px 5px;
}

.ListLine1 {
    background: #ccccff;
}

.ListLineAttachment0 {
    background: #bbd2f6;
    padding: 5px 5px 5px 5px;
}

.ListLineAttachment1 {
    background: #d0def0;
}

.ListLine0 td {
    padding: 5px;
}

.ListLine1 td {
    padding: 5px;
}


div.front_page_banner {
    background: #ffe0e0;
    font-size:13px;
    padding: 5px;
}

div.front_page_banner span {
    font-weight: bold;
    color: #990000;
}

div.free_trial_banner {
    position: absolute;
    margin-left: 300px;
    margin-top: 10px;
}

div#helpMessage {
    background: #f3e7bd;
    border: 1px dashed #556872;
    color: inherit;
    margin: 0px 0px 10px 10px;
    padding: 5px;
}

div#quick_check_info {
    position: absolute;
    background: #ffd;
    border: 1px solid silver;
    color: #008000;
//height: 400px;
    margin-top: 0px;
    margin-left: 160px;
    overflow: auto;
    padding: 5px;
    width: 370px;
}

div.page_numbers {
    margin: 5px 0px 5px 0px;
}
div.page_numbers h4 {
    border-bottom-style: none;
}

.quick_search {
    position: absolute;
    margin-top: 10px;
    width: 100%;
    text-align: right;
}
div#banner h1 {
    padding: 5px;
    margin-left: 10px;
}

div#first-col, div#second-col {
    float: left;
    width: 590px;
}

div.mainss {
    width: 100%;/*
	min-height: 520px;
	_height: 520px;*/		/* Internet Explorer needs this */
}

div.datagrid-container {
    width: 100%;
}

div.list-container {
    margin: 10px;
    padding: 10px;
    color: #000;
    background-color: #fff;
    border: 1px solid #9CBFEE;
    width: 100%;
}

div.list-container table {
    margin-top: 10px;
    padding: 10px;
    color: #000;
    border-collapse: collapse;
    width: 100%;
}

div.list-container table td {
    padding: 10px;
    border: 1px solid #9CBFEE;
}

div.list-container table th {
    padding: 10px;
    text-align: center;
    border: 1px solid #9CBFEE;
}

span.red-bold-text {
    color: red;
    font-weight: bold;
}

span.green-bold-text {
    color: green;
    font-weight: bold;
}

span.blue-bold-text {
    color: blue;
    font-weight: bold;
}

.wufoo li span.compulsory {
    color: red;
    font-weight: bold;
    float: left;
}

.clear-float {
    clear: both;
}

.wufoo li.first h2 {
    font-size: 16px;
}

div.legend {
    margin: 10px;
}

div#welcome h2, div#welcome p {
    margin: 10px;
}

form.button-to {
    float: left;
}

.el_content {
    padding: 10px;
}
.photo {
    position: absolute;
    margin-left: 615px ;
    margin-top: 50px;
}
div.banner_welcome {
    background: #d7d7d7;
    height: 97px;
    width: 350px;
}
#logo{
    float: left;
    width: 235px;
    height: 91px;
    background-color: #d7d7d7;
}
div#banner {
    background: #d7d7d7;
    padding-left: 10px;
    margin: 0px;
}
#topbar{
    position:absolute;;
    border: 1px #1010d0;
    padding: 2px;
    background-color: #fda752;
    width: 150px;
    visibility: hidden;
    z-index: 100;
}

.r_align {
    text-align: right;
}

.l_align {
    text-align: left;
}

.c_align {
    text-align: center;
}

.history_title {
    text-decoration: underline;
    margin-top: 5px;
}

.public_form_navigation {
    margin-top: 10px;
    border-top: 1px #1010d0;
}

.success{
    color: green;
}

.failure {
    color: red;
    font-weight: bold;
}

table.ListTable {
    width: 100%;
}

table.ListTable td {
    padding: 5px;
}

table.ListTable tr {
    padding: 5px;
}
table.message {
	width: 450px;
	height: 200px;
    margin-left: 10px;
    padding: 5px;
    font-weight: normal;
    color: #000000;
	position: absolute;
	left: 550px;
	top: 1180px;
    border-spacing: 5px;
    background-color: #ffffff;
    border: 5px solid #9CBFEE;
}
table.message td {
    text-align: left;
    padding: 5px;
	width: 75px;
}

table.message p {
	color: #9CBFEE;
}