﻿body {
    font-family: Arial;
    font-size: 13px;
 
}

#masWrapperDiv
{
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px gray;
}

#masHeaderDiv
{
    height: 75px;
    background-image: url('img/CSTE_Banner_Logo.jpg');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 0px 5px 0px;
}

#masMenuDiv
{   
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
    
#masContentDiv
{
   margin-left: 10px;
   min-height: 600px;
}
  
#progressBar
{
	float:left;
	padding-right: 20px;
}  
    
.clearFloat
{
    clear: both;
}
A:link, A:visited, A:active
{
    font-family: Arial;
    font-weight: bold;
    color: #2C3C4D;
}
A:hover
{
    font-family: Arial;
    font-weight: bold;
    color: #9FDBF2;
}
#liWrapper { width: 315px;}
.liLabel, .liInput 
{
    width: 150px;
    height: 20px;    
}
.liLabel { padding-top:2px; }
.liInput
{ 
    background-color: #D5EBF9;
    padding: 5px;
}
.liInputText
{
    border: solid 1px  #9FDBF2;
    width: 145px;      
}
.liButtons
{
    width: 150px;
    text-align: center; 
    padding-top: 5px;   
}
.regLabel
{ 
	width: 150px;
	height: 20px;
	padding-top: 8px;
}
.regLabelBig
{
	height: 20px;
	padding-top: 8px;
}
.regInput
{
	width: 150px;
	height: 20px;
	padding: 5px;	
	background: #D5EBF9
}
.regTextbox
{
	width: 145px;	
	border: solid 1px  #9FDBF2;
}
.bigTextbox
{
	width: 225px;
	height: 85px;
	border: solid 1px #9FDBF2;
}
.bigInput
{
	width: 230px;
	height: 90px;
	padding: 5px;	
	background: #D5EBF9;
}
.regButtons
{
	padding-top: 10px;
	width: 230px;
	text-align: center;
}
.regResult
{
	color: red;
}
#regWrapper
{
	float: left;
	padding-right: 20px;
}
#regWrapperRight
{
	
	float: left;	
	padding-right: 10px;	
	padding-left: 10px;
    padding-bottom:10px;
    margin-right:10px;
}
#regWrapperRight
{
	
	float: left;	
	padding-right: 10px;	
	padding-left: 10px;
    padding-bottom:10px;
    margin-right:10px;
}
#regWrapperRight2, .rightSideWrapper
{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:10px;
}
#regHeader
{
	font-size: 18px;
	width: 800px;
	float:left;
}
#regHeader2
{
	font-size: 14px;
	padding-bottom: 20px;
	width: 800px;	
}
#loading
{
	padding-top: 5px;
}
.rightSideWrapperBorder
    {
    	 border:1px solid #DDDBDB;
	    float: left;	
	    padding-right: 10px;	
	    padding-left: 10px;
        padding-bottom:10px;
        margin-right:10px;
    }
.clearFloat { clear:both; }
