﻿/* CSS Document */

/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    background-color: white;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
}
table {
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 15px;
 	}
h1 {
	color:red;
	font-size: 20px;
	font-weight:bold;
 	}
 	
.SubArgTitleLabel
{
    font-weight: bold;
    font-size: 12pt;
    color: blue;
    /*border-bottom: silver 1px solid;*/
}

.SubArgTitleCell
{
    font-weight: bold;
    font-size: 12pt;
    color: gray;
    border-bottom: silver 1px solid;
    /*padding-top: 15px;*/
}

.UserInputField
{
    /*font-weight: bold;*/
    font-size: 10pt;
    color: blue;
    border-right: silver 1px dashed;
    border-top: silver 1px dashed;
    border-left: silver 1px dashed;
    border-bottom: silver 1px dashed;
    width: 200px;
    padding-left: 5px;
}

.UserInputLabel 
{
    color: black;
}

.UserInputLabel_ERROR
{
    color: red;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline;
}

/*
.UserInputDDList
{
    font-weight: bold;
    font-size: 10pt;
    color: blue;
    border-right: silver 1px dashed;
    border-top: silver 1px dashed;
    border-left: silver 1px dashed;
    border-bottom: silver 1px dashed;
    width: 200px;
    padding-left: 5px;
}
 */

