/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #333333;
    margin: 0px;
}
.blue A:link
{	
	color: blue;
	text-decoration: none;
}	
.blue A:visited	
{	
	color: blue;
	text-decoration: none;
}	
.blue A:active	
{	
	color: blue;
	text-decoration: none;
}	
.blue A:hover	
{	
	color: blue;
	text-decoration: underline;
}
.header
{margin: 0px; padding: 0px; font-weight: normal; color: #1d5308; font-size: 30px; border: none; background: none;}

.heading
{
	FONT-WEIGHT: bold;
	font-size: 14px;
	COLOR: #006666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.heading2
{
	FONT-WEIGHT: bold;
	font-size: 14px;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.heading3
{
	float: left;
	padding-left:0px;
	height: 25px;
}
.subheader
{
	FONT-WEIGHT: bold;
	padding-left: 5;
	font-size: 14px;
	COLOR: #006666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
}
TABLE
{
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #333333; 	
}
.tablerowborder
{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.tableborderleft
{
	border-left: 1px solid #CCCCCC;
}
.tableheader2
{
	background-color: #E7D8B7;
	padding-left: 5;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #006666;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.error
{
	FONT-WEIGHT: bold;
	font-size: 12px;
	COLOR: Red;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.required
{
	FONT-WEIGHT: normal;
	font-size: 11px;
	COLOR: Red;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.delete
{
	FONT-WEIGHT: bold;
	font-size: 12px;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}	
.text{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.text2{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
/* used by display tag */
table.intouchlisting {
	width: 95%;
}

table.intouchlisting caption {
	text-align: left;
	background-color: #FFFFFF;
	margin: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}

table.intouchlisting caption .heading {
	FONT-WEIGHT: bold;
	font-size: 14px;
	COLOR: #006666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	float: left;
	padding-left:0px;
	height: 25px
}

table.intouchlisting caption button {
	float: right;
	width: 100px;
}

table.intouchlisting thead tr {
	text-align: left;
	background-color: #FFFFFF;
	padding-left:5px;	
}

table.intouchlisting thead th {
	width: 200px;
	font-weight: normal;
}

table.intouchlisting tr.even {
	background-color: #FFFFFF;
	padding-left:5px;
	margin:0;
	vertical-align: top;	
}

table.intouchlisting tr.odd {
	background-color: #EEEEEE;
	padding-left:5px;
	margin:0;
		vertical-align: top;	
}

.diplayHeaderClass {
	FONT-WEIGHT: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 0.5cm
}

.diplayClass {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 0.5cm
}

