﻿html { font-size: 62.5%; } 

body,textarea { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-size: 1.6rem; } /* =16px */ 


h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */

html, body
{
height: 100%; margin: 0; padding: 0;
}

#nonFooter
{
position: relative;
min-height: 100%;
    top: 1px;
    left: -7px;
}

* html #nonFooter
{
height: 100%;
}

#content
{
padding-bottom: 30px;
}

#footer
{
    position: relative;
    margin-top: -30px;
	background-image: url('Images/MenuBackGround.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Calibri;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    width: 100%;
} 

.titleText
{
    border-width: 0px;
    border-style: solid;
    background-image: url('Images/MenuBackGround.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Calibri;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    list-style-image: url('Images/MenuBackGround.png');
}
.titleText a { text-decoration:  none; color: #FFFFFF; }

.titleTextSmall
{
    border-width: 0px;
    border-style: solid;
    background-image: url('Images/MenuBackGround.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Calibri;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    list-style-image: url('Images/MenuBackGround.png');
}
.titleTextSmall a { text-decoration:  none; color: #FFFFFF; }

.titleTextTiny
{
    border-width: 0px;
    border-style: solid;
    background-image: url('Images/MenuBackGround.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Calibri;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    list-style-image: url('Images/MenuBackGround.png');
}
.titleTextTiny a { text-decoration:  none; color: #FFFFFF; }


.bottomBarFixed
{
    background-image: url('Images/MenuBackGround.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Calibri;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    position: fixed;
    bottom: 22px;
    width: 100%;
    left: 0px;
}
.bottomBar
{
    background-image: url('Images/MenuBackGround.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-family: Calibri;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    bottom: 22px;
    width: 100%;
    left: 0px;
}
.topBar
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	
	position: absolute;
	top: 122px;
}
.topBar a { color: #FFFFFF; }
.tableHeader
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5381FF;
	color: #FFFFFF;
	font-weight: bold;
}
.tableHeader a { color: #FFFFFF; }
.tableFooter
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	font-size: small;
}
.dataFieldNumeric
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: right;
	
}
.dataFieldText
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
    
}

.dataLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
   
}

#addordertable .dataLabelRight
{
    width: 300px;
    text-align: right;
}



.dataFieldFooter
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    text-align: left;
    width: 97%;
}

.menuButton1
{
    background: url('Images/ButtonNoText.gif') no-repeat center;
    display:block;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 50px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    min-width: 200px;
    
}
.menuDesc
{
    font: tahoma;
    font-family: tahoma;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
}
.orderFilterDiv
{
    float: left;
}

.pageContainer
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    
}
.menuButtonSml
{
    background: url('Images/ButtonNoTextSmall.gif') no-repeat center;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    width: 86px;
}

.tabButtonSml
{
    background: url('Images/TabSmall.gif') no-repeat center;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    width: 86px;
}

.tabButtonSmlSel
{
    background: url('Images/TabSmallSel.gif') no-repeat center;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
    width: 86px;
}
.addorderSubHeading
{
    text-align: left;
    font-weight: bold;
}
.bodyWrap
{
 width: 100%;
}
.header, .content, .footer
{
 width: 100%;
 float:left;
}

.gridView
{
  table-layout:fixed;
}

.col
{
  word-wrap:break-word;
  max-height: 150px;
  height: 150px;
}

.loginControl
{
    
}
