.small_button
{
    border: 1px solid green;
    color: green;
    font: 11px arial;
    background: #ffffff;
    padding: 2px 2px 2px 2px;
}

.tiny_button
{
    border: 1px solid gray;
    color: green;
    font: 10px arial;
    background: #C8ECC9;
    padding: 0px 0px 0px 0px;
}
.small_textbox {
	BORDER-RIGHT: green 1px solid; BORDER-TOP: green 1px solid; BACKGROUND: #ffffff; FONT: 10px arial; BORDER-LEFT: green 1px solid; BORDER-BOTTOM: green 1px solid
}

.small_select {
    font: 10px arial;
}
.small_text{
    font: 10px arial;
}
.error
{
    font: bold 11px arial;
    color: red;
    text-align: center;
}
.success
{
    font: bold 11px arial;
    color: green;
    text-align: center;
}

.TITLE {
	font: bold 20px Century Gothic;
}

.SUBTITLE{
	font: bold 15px;
	text-align: center;
}
.BOXSTYLE {
	border : 2px solid black;
	font : 15px Arial, Helvetica, sans-serif;
	background : #FFFFFF;
}

.BUTTONSTYLE {

border : 2px solid black;
font : bold 15px Arial, Helvetica, sans-serif;
background : #FFFFFF;
padding : 4px 4px 4px 4px;
}
.BUTTONSTYLEMID {

border : 2px solid black;
font : bold 15px Arial, Helvetica, sans-serif;
background : #FFFFFF;
padding : 2px 2px 2px 2px;
}
.BUTTONSTYLESMALL {

border : 1px solid black;
font : bold 12px Arial, Helvetica, sans-serif;
background : #FFFFFF;
padding : 1px 1px 1px 1px;
}
.BUTTONSTYLEMINI {

border : 1px solid black;
font : bold 10px Arial, Helvetica, sans-serif;
background : #FFFFFF;
padding : 0px 0px 0px 0px;
}

.header {
	background : #dddddd;
}

form {
  background : none; 
  border : none;
  color : black;
  padding : 1px;
  }
  
table{
font: 11px arial;
}

select, option {
  background : white;
  color : black;
  font : bold 12px Arial, Helvetica, sans-serif;
  }	

BODY
{
	font :  12px Arial, Helvetica, sans-serif;
}

A:HOVER {
color: red;
}

A {
color: blue;
}

.T-MenuBar {
/** height:20px; **/
}

.T-Menu {
position:absolute;
z-index:100;
background-color:#FEFEFE;
visibility:hidden;
border:1px solid #000000;
filter:progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4) Alpha(Opacity=100);
}

/** Menu Item **/
.T-Menu-mi {
display:block;
border:1px solid #FEFEFE;
background-color:#FEFEFE;
padding:1px;
text-decoration:none;
font-family:Trebuchet MS,Verdana,Tahoma,Arial;
font: 10px arial;
text-align:left;
color:#000000;
margin:1px;
height:12px;
}

/** Menu Item, Mouse over **/
.T-Menu-mi:hover {
background-color:#DAE3F8;
border:1px solid #000000;
font: 10px arial;
text-decoration:none;
}

.T-Menu-icon {
padding:0px 3px 0px 0px;
float:left;
border:0px;
}

.T-Menu-arrow {
border:0px;
float:right;
padding:0px;
height:7px;
width:4px;
}
.down_arrow {
border:0px;
margin:0px 0px 2px 10px;
width:7px;
height:4px;
}
.T-Menu-separator {
font-size:0px;
background-color:#cccccc;
height:1px;
margin:1px;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}

/** A text based button on T-MenuBar **/
.TButton {
background-color:#2D3588;
color:#ffffff;
text-decoration:none;
padding:1px 5px 0px 5px;
font-family: Arial;
font-size:12px;
border:1px solid #ECECEC;
height:20px;
}

.TButton:hover {
background-color:#dfdfdf;
text-decoration:underline;
color: #000000;
border-top:1px solid #4B4881;
border-right:1px solid #808080;
border-bottom:1px solid #808080;
border-left:1px solid #FFFFFF;
}

.TButton:active {
background-color:#E0E0E0;
color: #000000;
border-top:1px solid #808080;
border-right:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
border-left:1px solid #808080;
}


/***********************************************
/*************** ALL STYLES BELOW ARE FOR POP-UP CALENDAR ONLY******************************

/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #3a6ea5;	
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #cee3ef;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; 
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0;
	background-color: #cee3ef;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a6ea5;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: #cee3ef;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: black;
	background-color: #cee3ef;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}

