body
{
    margin:0;
    padding:0;
    line-height: 1.5em;
    font-family: arial, sans-serif;
    font-size: 12px;
}

b
{
    font-size: 110%;
}
em
{
    color: red;
}


#maincontainer
{
    width: 1000px; /*Width of main container*/
/*    margin: 0 auto; */ /*Center container on page*/
    margin: 0 0;
}

#topsection
{
    background: #EAEAEA;
    height: 45px; /*Height of top section*/
    color: #b30000;
    border-bottom: 4px solid green;
}

#topsection h1
{
    margin: 0;
    padding-top: 15px;
}

#contentwrapper
{
    float: left;
    width: 100%;
}

#contentcolumn
{
    margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn
{
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
    background: #005b00;
    color: #ffffff;
    min-height: 400px;
}

#leftcolumn hr {
    height: 3px;
    color: #000000;
    background-color: #000000;
    width: 100%;
}

#leftcolumn a {
    color: #ffffff;
}

#leftcolumn ul {
    margin-left: 0;
    padding-left: 0;
}

#leftcolumn ul hr {
    width: 100%;
    color: #000000;
    background-color: #000000;
    height: 3px;
/*    margin-left: -30px;
*/}

#leftcolumn ul li
{
    font-weight: bold;
    font-size: 1.2em;
    color: #ffffff;
    list-style-type: none;
    padding-left: 10px;
/*    margin-left: -30px;
*/}

#leftcolumn ul ul li {
    padding-left: 20px;
}

#leftcolumn ul li a
{
    color: #ffffff;
/*    margin-left: -30px;
*/    font-weight: normal;
}

#leftcolumn ul ul li a
{
    color: #ffffff;
/*    margin-left: 0;
*/    font-size: 10pt;
    font-weight: normal;
}

#footer
{
    clear: left;
    width: 100%;
    background: black;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
}

#footer a
{
    color: #FFFF80;
}

.innertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

#termMainContainer
{
    width: 1000px; /*Width of main container*/
/*    margin: 0 auto; */ /*Center container on page*/
    margin: 0 0;
}

#termTopSection
{
    background: #EAEAEA;
    height: 45px; /*Height of top section*/
    color: #b30000;
    border-bottom: 4px solid green;
}

#termTopSection h1
{
    margin: 0;
    padding-top: 15px;
}

#termContentWrapper
{
    float: left;
    width: 100%;
}

#termContentColumn
{
    margin-left: 400px; /*Set left margin to LeftColumnWidth*/
}

#termContentColumn h2 {
    text-align: center;
}

#termNameDisplayDiv {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#termMatchCard {
    text-align: center;
    margin-left: auto;
    marign-right: auto;
    font-size: 24pt;
    text-align: center;
}

.termNameDisplay {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
    font-size: 24pt;
    text-align: center;
}

.termNameDisplaySpan {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
    font-size: 24pt;
    text-align: center;
}

.termCardSwipe {
    border: none;
    color: #ffffff;
    font-size: 1pt;
}

.termReadyToSwipe {
    color: green;
    text-align: center;
    font-size: 24pt;
}

#termLeftColumn
{
    float: left;
    width: 400px; /*Width of left column*/
    margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
    background: #501b00;
    color: #ffffff;
    min-height: 400px;
    font-size: 48pt;

}

#termLeftColumn table {
    width: 80%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border: 2px solid #ffffff;
    padding: 5px;
}

#termLeftColumn table td {
/*    border: 2px solid #ffffff; */
    text-align: center;
}

#termLogin {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#termNoCardSwipeId {
    text-align: center;
    margin-left: auto;
    margin-right: auto;    
}

#termRightWrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.termButton {
    width: 100px;
    font-size: 36pt;
    background-color: #501b00;
    border: 2px solid #fffff;
    padding: 5px;
    margin: 0px;
    color: #ffffff;
}

.termButton2 {
    width: 200px;
    font-size: 36pt;
    background-color: #501b00;
    border: 2px solid #ffffff;
    padding: 5px;
    margin: 0px;
    color: #ffffff;
}

.termButton3 {
    width: 300px;
    font-size: 36pt;
    background-color: #501b00;
    border: 2px solid #ffffff;
    padding: 5px;
    margin: 0px;
    color: #ffffff;
}

.termButtonDisplay {
    font-size: 24pt;
    color: #501b00;
    border: 2px solid #ffffff;
    text-align: right;
}

.termCancelButton {
    font-size: 24pt;
    color: #ffffff;
    background-color: red;
    width: 200px;
    height: 100px;
}

.termOkButton {
    font-size: 24pt;
    color: #ffffff;
    background-color: green;
    width: 300px;
    height: 100px;
}

.termAddCardSwipeButton {
    font-size: 24pt;
    color: #ffffff;
    background-color: #ffa000;
    width: 300px;
    height: 100px;    
}

#termFooter
{
    clear: left;
    width: 100%;
    background: black;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
}

#termFooter a
{
    color: #FFFF80;
}

.termInnertube
{
    margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
}

.iehack {
    /* min-width hack for ie */
    height: 1px;
    width: 600px;
}

/* This imageless css button was generated by CSSButtonGenerator.com */

.alert {
    background-color: #FFbbbb;
}

#bg_mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-top: 0px;
    width: 981px;
    height: 610px;
    background : url("img_dot_white.jpg") center;
    z-index: 0;
    visibility: hidden;
} 

#frontlayer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 70px 140px 175px 140px;
    padding : 30px;
    width: 700px;
    height: 400px;
    background-color: orange;
    visibility: hidden;
    border: 1px solid black;
    z-index: 1;
}

#googleMap {
    height: 300px;
    width: 100%;
}

/* Scrollable Tables */
/* height and width of scrollable area */
div.tableContainer {
    clear: both;
    border: 1px solid green;
    height: 315px;
    overflow: auto;
    width: 756px;
}

/* reset overflow to hidden for all non-ie browsers */
html>body div.tableContainer {
    overflow: hidden;
    width: 756px;
}

/* width of table for IE */
div.tableContainer table {
    float: left;
    width: 740px;
}

/* width of table for non-IE: include 16 px for scrollbar */
html>body div.tableContainer table {
    width: 756px;
}

/* set table header to a fixed position */
thead.fixedHeader tr {
    position: relative;
}

html>body thead.fixedHeader tr {
    display: block;
}

thead.fixedHeader th {
    font-size: 0.8em;
    background-color: #aedbb0;
    border: 1px solid green;
    color: black;
}

thead fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
    width: 100%;
}

thead.fixedHeader a:hover {
    color: #FFF;
    display: block;
    text-decoration: underline;
    width: 100%;
}

tbody.scrollContent {
    display: block;
    height: 262px;
    overflow: auto;
    width: 100%;
}

html>body tbody.scrollContent {
    display: block;
    height: 262px;
    overflow: auto;
    width: 100%;
}

html>body thead.fixedHeader th {
    width: 50px;
}

html>body thead.fixedHeader th + th {
    width: 400px;
}

html>body thead.fixedHeader th + th + th{
    width: 100px;
}

html>body thead.fixedHeader th + th + th + th {
    width: 116px;
}

html>body tbody.scrollContent td {
    width: 50px;
}

html>body tbody.scrollContent td + td {
    width: 400px;
}

html>body tbody.scrollContent td + td + td{
    width: 100px;
}

html>body tbody.scrollContent td + td + td + td {
    width: 100px;
}

