h1{
	padding-top: 10px;
	font-size: 20px;
	margin-bottom: 2px;
}

h2{
	padding-top: 0px;
	font-size: 17px;
	margin-bottom: 2px;
}

p
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.label{
	font-weight: bold;	
}

td{
	font-family: Arial;
	font-size: 13px;
}

textarea{
	font-family: Arial;
	font-size: 13px;
}

.alignRight{
	text-align: right;	
}

.message{
	color: Red;
	font-weight: bold;
	font-style: italic;
	padding-top: 4px;
	font-size: 11px;
}

.notice{
	font-style: italic;	
}

.title{
	text-align: center;	
}

.banner{
	font-size: 20px;
	padding-left: 10px;
}

.smallText{	
	font-size: 11px;
	font-family: Arial;
}

.nhanManhText{	
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: DarkRed;
}

.tableLineLeft {
    BORDER-LEFT: #cccccc 1px solid;
}

.tableDashTop {
    BORDER-TOP: #A5A5A5 1px dashed;
}

.tableDashLeft {
    BORDER-LEFT: #A5A5A5 1px dashed;
}

.tableDashBottom {
    border-bottom: #A5A5A5 1px dashed;
}

.tableDashRight {
    border-right: #A5A5A5 1px dashed;
}

.tableLineRight {
    BORDER-RIGHT: #cccccc 1px solid;
}

.tableLineTop {
    BORDER-TOP: #cccccc 1px solid;
}

.tableLineBottom {
    BORDER-BOTTOM: #cccccc 1px solid;
}

.header{
	font-family: Verdana;
	padding-right: 5px;
	font-size: 20px;
	color: White;	
}

.paddingRight{
	padding-right: 25px;
}

a {
    TEXT-DECORATION: none;    
}

a:hover {
    BORDER-BOTTOM: #104a7b 1px solid;
}


.CustomTabStyle .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
}

.comboPrompt
{
	padding-left: 2px;
	font-family: Verdana;
	font-size: 10px;
	background-color: yellow;
	border: solid 1px black;
}

.complete
{
	font-family: Arial;
	font-size: 13px;
}

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

legend
{	
	font-size: 11px;	
	text-align: left;
	font-family: Arial;
}

.successMessage
{
	color: Green;
	font-weight: bold;
	font-style: italic;
	padding-top: 4px;
	font-size: 11px;
}

.midAlign
{
	vertical-align: middle;	 
}

.updateProgress
{
    border-width:1px; 
    border-style:solid; 
    background-color:#CCCCCC; 
    width:150px;          
}
.updateProgressMessage
{
    margin:3px; 
    font-family:Arial; 
    font-size:small;     
}
.textAlignCenter
{
	text-align: center;
}

.border
{
	border-style: solid;
	border-color: DarkGray;
	border-width: 1px;
}
.italic
{
	font-style:italic;
}
