﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*             Form StyleSheet - Athena's Heavenly Goddess Project
*           Created by Jeremy S. Cargilo for ETR Consutling, Inc.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the custom form css styles for the entire project.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Default Form Styles
-------------------------------------------------------------------------------*/
table { }
td    { padding: 2px 4px 2px 4px; }
tr    { }
ul    { list-style-image: url("../../images/ArrowR.gif"); margin-left: 15px; }
li    { margin: 0px 0px 15px 15px; padding-left: 10px; }


/* Request Form Styles
-------------------------------------------------------------------------------*/
#requestform    { width: 100%; }
#requestform th { text-align: left; }
#required       { color: #333333; font-weight: bold; font-size: 10px; }

/*DVB add*/
 .DVB_headerMaroonUnderline{
font : Verdana; 
color : White; 
background-color : #690B0B; 
 
 font-style :  normal;
 font-weight :  bold;
 font-size : 12px;
 
 border-bottom :  solid;
 border-bottom-width :  1px;
 border-color : Gray;} 
 
 .DVB_Stripe2{ background-color: White; border: 1px; border-color: Gray; color: #000000;  border-style :  solid;}
 .textBoxSize30{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width :  30px;}
.textBoxSize50{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width :  50px;}
.textBoxSize100{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width :  100px;}
	.textBoxSize150{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width :  150px;}
	.textBoxSize200{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width :  200px;}
	.textBoxSize300{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width :  300px;}
	.textBoxSize400{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width :  400px;}
	.textBoxSize500{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width :  500px;}
	.textBoxSize600{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width :  600px;}
	.DVB_HeaderPurple
	{
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #663366; FONT-FAMILY: 'Times New Roman', Times, serif
	}
	.DVB_headerRedUnderline{
font : Verdana; 
color : Black; 
background-color : #E8DADA; 
font-style :  normal;
 font-weight :  normal;
 font-size : 12px;
 
 border-bottom :  solid;
 border-bottom-width :  1px;
 border-color : Gray;} 
 
 
 .DVB_HeaderPurple2
{
FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #663366; FONT-FAMILY: 'verdana', Times, serif
}

.DVB_headerGreenUnderline2{
font : Verdana; 
color : Black; 
background-color : #d5dec3; 
font-style :  normal;
 font-weight :  normal;
 font-size : 12px;
 
 border-bottom :  solid;
 border-bottom-width :  1px;
 border-color : Gray;} 