

.namestyle{
    color: #383838;
    
}


.combobox1{
    background-color:white;
   border-color:#BFBFBF #DEDEDE #DEDEDE #BFBFBF;
border-style:solid;
border-width:1px;

    
   margin-top: 1px; margin-bottom: 12px; color: rgb(0, 0, 0);
}


.textbox1{
    background-color:white;
   border-color:#BFBFBF #DEDEDE #DEDEDE #BFBFBF;
border-style:solid;
border-width:1px;
 height:12px;

 color: rgb(0, 0, 0);
}

.frmgrid1{}
.frmgrid1 a:link { text-decoration:none;  color:#D3CCD3; }
.frmgrid1 a:visited { text-decoration:none;  color:#D3CCD3; }
.frmgrid1 a:hover{ text-decoration:none; color:purple;


}

.plusminus{}
.plusminus a:link { text-decoration:none;  color:#0000CC; cursor:pointer }
.plusminus a:visited { text-decoration:none;  color:#0000CC; cursor:pointer }
.plusminus a:hover{ text-decoration:none; color:#0000CC;  cursor:pointer}



.frmgrida{}
.frmgrida a:link { text-decoration:none;  color:maroon; }
.frmgrida a:visited { text-decoration:none;   color:maroon; }
.frmgrida a:hover{ text-decoration:none; color:purple;  }


.frmgrid2
{
}
.frmgrid2 A:link
{
    color:black;
    TEXT-DECORATION: none
}
.frmgrid2 A:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none
}
.frmgrid2 A:hover
{
    COLOR: #ff9900;
    TEXT-DECORATION: none
}
root
{
    DISPLAY: block
}


body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: Georgia;
}

div.rounded-box {
    position:relative;
    width: 50em;
    background-color: #CCCCCC;
    margin: 3px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#B5B5B5; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:#CCCCCC; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; padding: 18px; color:#000;
}





/* Input field styles
---------------------------------------- */
.inputbox {
   background-color:white;
    color:rgb(0, 63, 141);
    border-color:#999999;
    border-style:solid;
}



.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
	font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #0E537D;
	background:#FFFFFF none repeat-x top;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #666666;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;

}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid #666666;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #0066FF;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
	background-position: 0 1px;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid #BCBCBC;
	background-position: 0 100%;
	color: #BCBCBC;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}






