﻿/* table for collecting data from user */
table.genForm
{
    background-color: inherit;
    border: 0;
    width: 100%;
}
table.genForm .formLabel
{
    text-align: right;
    padding: 2px 10px 2px 0px;
    vertical-align: bottom;
    font-weight: bold;
}
table.genForm .formLabelTop
{
    text-align: right;
    padding: 2px 10px 2px 0px;
    vertical-align: top;
    font-weight: bold;
}
table.genForm td
{
}
table.genForm .text
{
    border-bottom: dashed 1px black;
}
table.genForm th
{
    text-align: center;
    font-size: 120%;
    background-color: White;
    color: Black;
}

/*table for display info */

table.formView
{
    background-color: inherit;
    border: 0;
    width: 100%;
}
table.formView .formLabel
{
    text-align: left;
    padding: 2px 10px 2px 0px;
    font-weight: bold;
}
table.formView td
{
    text-align: right;
}
table.formView .text
{
    border-bottom: dashed 1px black;
}
.errorMessage
{
    color: Red;
    font-size: 80%;
}
.message
{
    color: blue;
    font-weight: bold;
    font-size: 120%;
}
.mainErrorMessage
{
    color: red;
    font-weight: bold;
    font-size: 120%;
}
/* style for star displayd next to label as sign for required field */
.reqMark
{
    color: #990000;
    font-size: 100%;
    font-weight: bold;
    padding-left: 2px;
}

.gentablespacer
{
    padding-top: 10px; /*padding: 100px, 0px, 0px, 0px;*/
}

.gentablefooter
{
    padding-bottom: 10px;
    border-bottom: 1px dashed black;
}

/*.genTable
{
    font: 8pt verdana;
    width:100%;
    
}
.genTable th
{
font-weight:bold;
font-size:14px;
padding: 2px;
border: 2px solid black;
background-color:#94bac5;
color:#000000;
text-align:center;
height:30px;
}
.genTable td 
{
    padding:5px 0px 5px 0px;    
    text-align:center;
}
.genTable .formLabel 
{
    padding:5px 0px 5px 0px;    
    text-align:left;
    font-weight:bold;
}
.genTable .action
{
    font-size:90%;
    text-align:left;
}*/

/* Sections */
.sectionsContainer
{
    padding: 20px 5px 20px 5px;
    width: auto;
    height: auto;
    overflow: visible !important;
    background-color: transparent;
}


.sectionsContainer .section
{
    border: solid 1px black;
    text-align: center;
}
.sectionsContainer .section .sectionHeader
{
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    padding: 0px 5px 0px 5px;
}

.sectionsContainer .section .sectionContent
{
    margin-right: 1px;
    margin-left: 1px;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

/* End of Sections */

/*menu boxes */
.menuBoxList ul
{
    list-style-image: url(../App_Images/link_arrow.gif);
    margin-top: 0px;
    margin-left: 15px;
    font-size: 1.0em;
    padding: 0px 0px 0px 0px;
}
.menuBoxList li
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.menuBoxLink a
{
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
.menuBoxLink a:link
{
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
.menuBoxLink a:active
{
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
.menuBoxLink a:visited
{
    color: blue;
    text-decoration: none;
    font-weight: bold;
}
.menuBoxLink a:hover
{
    text-decoration: underline;
    color: purple;
}

/*end of menu boxes */

/*password strength*/

.passwordStrengthIndicator
{
    background-color: silver;
    color: black;
    font-family: Arial;
    font-size: 80%;
    padding: 2px 3px 2px 3px;
}

#linkPath
{
    padding-left: 5px;
    width: inherit;
}

#linkPath .current
{
    color: Red;
    font-weight: bold;
}

#mininav /*enhancement class from theme*/
{
    padding: 0px;
    margin: 0px auto;
}
/*

    begin of divs layout 
*/

div.spacer
{
    clear: both;
}

/* form laypout */

div.formview
{
    width: 450px;
    height: 100%;
    padding: 5px;
    margin: 0px auto;
}
div.row
{
    clear: both;
    padding-top: 10px;
}

div.row span.label
{
    float: left;
    width: 100px;
    text-align: right;
}

div.row span.formw
{
    float: right;
    width: 335px;
    text-align: left;
}

/* splitting minimenu */
/*div.row div.left {
  float: left;
  text-align: left;
  color: #000000;
  font-weight: bold;
  width: 49%;
  padding-left:5px;
  }*/

/*div.row div.right {
  float: right;
  text-align: right;
  font-weight: bold;
  width: 49%;
  padding-right:5px;
  }
*/
/* end of divs layout */

/*
********************
Table for repeater or data list
********************
*/
table.list
{
    font: 8pt verdana;
    width: auto;
    border: solid 1px black;
}
table.list th
{
    padding: 0px 5px 0 5px;
    font-weight: bold;
    font-size: 14px;
    border-left: solid 1px black;
    background-color: #cccccc;
    color: #000000;
    text-align: center;
}
table.list td
{
    padding: 5px 0px 5px 0px;
    text-align: center;
    border-bottom: solid 1px black;
}

/*
********************
    Cross table 
********************
*/
table.crosslist
{
    font: 8pt verdana;
    width: auto;
    border: solid 1px black;
}
table.crosslist th
{
    padding: 0px 5px 0 5px;
    font-weight: bold;
    font-size: 14px;
    background-color: #cccccc;
    color: #000000;
    text-align: center;
}
table.crosslist td
{
    padding: 5px 0px 5px 0px;
    text-align: center;
    border: solid 1px black;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    position: absolute;
}

.paymentHistory
{
    overflow: scroll;
    height: 250px;
    width: 100%;
}

