/* Default CSS Stylesheet for a new Web Application project */

.divb
{
	OVERFLOW:auto; HEIGHT:380px;
}

.divtree
{
	OVERFLOW:auto; HEIGHT:210px;
}

/* The followings relate to the tabs */

.tabact
{
	font-weight: bold;
	background-color: #add8e6; /* lightblue */
	text-align:center;
}

.tabinact
{
	background-color: #e6e6fa; /* lavender */
	text-align:center;
}

.tabsubact
{
	font-weight: bold;
	font-size: x-small;
	background-color: #add8e6; /* lightblue */
/*	background-color: #ffcc99; */
}

.tabsubinact
{
	font-size: x-small;
	background-color: white;
}

/* Finish tabs */

.tdtitle
{
	font-weight: bold;
	color: #000099;
	background-color: #add8e6; /* lightblue */
}

.tdtitletech
{
	font-weight: bold;
	color: #000099;
	background-color: #add8e6; /* lightblue */
}

.tabtech
{
	BORDER-RIGHT: #add8e6 thin solid; 
	BORDER-TOP: #add8e6 thin solid; 
	BORDER-LEFT: #add8e6 thin solid; 
	BORDER-BOTTOM: #add8e6 thin solid;
}

.tdtitleres
{
	font-weight: bold;
	color: #330000;
	background-color: #33ff00; /* lightgreen */
}

.tabres
{
	BORDER-RIGHT: #33ff00 thin solid; 
	BORDER-TOP: #33ff00 thin solid; 
	BORDER-LEFT: #33ff00 thin solid; 
	BORDER-BOTTOM: #33ff00 thin solid;
}

.tablogin
{
	BORDER-RIGHT: lightblue thin solid; 
	BORDER-TOP: lightblue thin solid; 
	BORDER-LEFT: lightblue thin solid; 
	BORDER-BOTTOM: lightblue thin solid;
}

.tabintro
{
	BORDER-RIGHT: Fuchsia thin solid; 
	BORDER-TOP: Fuchsia thin solid; 
	BORDER-LEFT: Fuchsia thin solid; 
	BORDER-BOTTOM: Fuchsia thin solid;
}

.trow1
{
	height: 40px;
}

.trow2
{
	height: 80px;
	background-image: url(../images/header.jpg);
}

.tdrow1
{
	width: 40%;
	text-align:right;
}

.tdrow2
{
	text-align:center;
	font-size: 20pt; 
	color: maroon; 
/*	font-family: 'Script MT Bold'; */
}
.tdtit
{
	text-align:center;
	font-size: 15pt; 
	font-weight:bold;
}

.tdhg
{
	width: 20%;
	background-color: Aqua;
	color: White;
	text-align:center;
}
.trhg
{
	height:3px;
	background-color: Aqua;
}
	
.tddg
{
	width: 20%;
	background-color: Fuchsia;
	color: White;
	text-align:center;
}
.trdg
{
/*	height:3px;
	background-color: Fuchsia; */
}

.tdhyp
{
	width: 20%;
	background-color:Silver;
	color: White;
	text-align:center;
}
.trhyp
{
	height:3px;
	background-color: Silver;
}

.tdbook
{
	width: 20%;
	background-color: Gray;
	color: White;
	text-align:center;
}
.trbook
{
	height:3px;
	background-color: Gray;
}

.tdforum
{
	width: 20%;
	background-color: Yellow;
	color: blue;
	text-align:center;
}
.trforum
{
	height:3px;
	background-color: Yellow;
}

.tdsel
{
	font-size: 12pt;
	font-weight:bold;
}

.readt
{
	font-weight: bold;
	color: blue;
}

.txt
{
	border-width:1px;
	border-style:solid;
}

.txttitle
{
	font-weight: bold;
	font-size: 12pt;
	color: olive;
	font-family: Verdana;
}

.txterr
{
	font-weight: bold;
	color: red;
}

.txtmsg
{
	font-weight: bold;
	color: blue;
}

.txtreq
{
	background-color: #FFE0C0;
}

.tdcol1
{
	vertical-align:text-top;
	width: 20%;
}

.tdcol1act
{
	border-bottom:Fuchsia thin solid;
	font-weight: bold;
}

.tdcol1inact
{
	border-bottom:Fuchsia thin solid;
}

.txtdetleft
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
	text-decoration:none;
}

.txtdet
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#01356c;
	text-decoration:none;
}

.left{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#01356c;
text-decoration:none;}

.tdideas
{
	color:red;
	font-style:italic;
	font-weight:500;
}

.linkclick
{
	font-weight: bold;
	text-decoration: underline;
}

.bigclass
{
	color:Blue;
	font-weight:bold;
}

/* Calendar */	
.calimg
{
	WIDTH: 20px; 
	HEIGHT: 18px; 
	vertical-align: bottom
}

.cal
{
	font-size: 11pt;
	font-family: Arial;
	background-color: white;
}

.caltoday
{
	font-weight: bold;
	color: red;
}

.caldays
{
	font-weight: bold;
	color: red;
}

/* Button */
.bt
{
	background-color:#C0FFFF;
	border-style:outset;
}

.btreg
{
	background-color: #ffcc00;
	border-style: outset;
	font-weight: bold;
	color: #3300cc;
	font-family: Tahoma;
}

/* DataGrid */
.dgtitle
{
/*	background-color: #ffdab9; */
	font-weight: bold;
}

.dg
{
	font-size: 11pt;
	font-family: Arial;
	background-color: white;
}

.dgheader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: coral;
	text-align: center;
}

.dgfooter
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: coral;
	text-align: center;
}

.dgfooteralpha
{
	background-color: #FFFFCC;
}

.dgsubtotal
{
	font-weight: bold;
	font-style: italic;
	background-color: #ffffcc;
}

.dgalt
{
	/*background-color: lavender; */
	/*background-color: #99ccff;*/
	background-color:lightblue;
}

.dglinetop
{
	border-top: black thick solid;
}

.dglinebottom
{
	border-bottom: black thick solid;
}

.dg
{
	font-size:;
	font-family: Arial;
}

.calpop
{
	background-color: #e0ffff;
	position: absolute;
	visibility: visible;
	width: 150px;
	height: 150px;
	z-index: 1;
	border: solid 2px black;
	font-size: 8pt;
}

.desc
{
	font-weight:bolder;
	font-style: italic;
	font-size: 7pt; 
	font-family: Arial;
	color: Black;
}

.box2
{
	/*border: 1px solid #ffffff;
	background: #ffffff url(images/box_back.gif) repeat-x top;
	width: 480px;
	padding: 10px;
	padding-top: 30px;
	float: right;*/
	font-size: 12px;
	font-family: Verdana;
}
.searchbox
{
	font-weight:bolder;
	background-color: #cacdcd;
}
