A  {
	font-size: xx-small;
	color: #703200;
	text-decoration: underline;
}

A:Visited  {
	color : #8b008b;
	text-decoration : underline;
}

A:Active  {
	text-decoration : underline;
}

A:Hover  {
	text-decoration : underline;
}

BODY  {
	font-size : xx-small;
	font-family : Verdana;
	color : #703200;
}

.smallheader  {
	font-size : x-small;
	font-weight : bold;
}

.smallerheader  {
	font-weight : bold;
	font-size : xx-small;
}

.smalltext  {
	font-size : x-small;
}

.smallertext  {
	font-size : xx-small;
}

.tbflat  {
	font-size : xx-small;
	font-family : Verdana;
	border-width : 1;
	border-style : solid;
	border-color : #008080;
}

.cmdflat  {
	font-size : xx-small;
	font-family : Verdana;
	background-color : #483d8b;
	color : #ffffff;
	font-weight : bold;
	border-width : thin;
}

.smallbutton {
	font-size: 9px;
	border-width: 1;
}

.updown_sort {
	cursor: hand;
}

.smimg {
	width: 9;
	height: 11;
	border: 0;
	cursor: hand;
}

.folder {
	color: gray;
}

.mdbNew {
	color: blue;
}

.mdbExist {
	color: STEELBLUE;
}

.hrBar {
	color: #C0C0C0;
}

.OpenDialogueFont {
	font-size: xx-small;
	font: MessageBox;
	color: black;
	cursor: default;
}

.SQLBuilder {
	cursor: hand;
	font: Courier;
	color: darkblue;
}

.HelpText
{
	background-color : #ffffe0;
	padding-left : 5px;
	padding-top : 5px;
	padding-right : 5px;
	padding-bottom : 10px;
	border-top : 1px dotted #ccccdd;
	border-left : 1px dotted #ccccdd;
	border-right : 1px dotted #ccccdd;
	border-bottom : 1px dotted #ccccdd;
}
.imgfilepng {

	color: STEELBLUE;
}
.imgfilejpg {

	color: #FF0000;
}
.imgfilegif {

	color: #009900;
}
.videowmv {

	color: STEELBLUE;
}
.videoavi {

	color: #FF0000;
}
.videoflv {

	color: #FF00ff;
}
.videompg {

	color: #009900;
}
.audiowma {

	color: STEELBLUE;
}
.audiomp3 {

	color: #FF0000;
}
.audiowav {

	color: #009900;
}
.casellaadiscesa {
	height: 15px;
	width: 112px;
	font-size: 9px;
}.tbflatlayer {
	font-size : xx-small;
	font-family : Verdana;
	border-width : 1;
	border-style : solid;
	border-color : #008080;
	height: 70px;
	width: 96%;
	overflow: auto;
	background-color: #FFFFFF;
}
TABLE#tblCoolbar 
	{ 
	background-color:threedface; padding:1px; color:menutext; 
	border-width:1px; border-style:solid; 
	border-color:threedhighlight threedshadow threedshadow threedhighlight;
	}
.cbtn
	{
	height:20;
	BORDER-LEFT: threedface 1px solid;
	BORDER-RIGHT: threedface 1px solid;
	BORDER-TOP: threedface 1px solid;
	BORDER-BOTTOM: threedface 1px solid; 
	}
.txtbtn {font-family:tahoma; font-size:70%; color:menutext;}
.separator {
   border-right: 1 solid buttonhighlight; 
   border-left: 1 solid buttonshadow; 
   margin-left: 2px; 
   margin-right: 2px;
   margin-top: 0px;
   margin-bottom: 0px;
   width: 1px; 
   height: 24px; 
   overflow: hidden;}
.tbflatlayerbig {

	font-size : xx-small;
	font-family : Verdana;
	border-width : 1;
	border-style : solid;
	border-color : #008080;
	height: 450px;
	width: 100%;
	overflow: auto;
	background-color: #FFFFFF;
}
/* Date picker style */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	/*background-color: #CCCCCC;*/
	/*border: 1px solid #AAAAAA;*/
	color: #333333;
	font-weight:bold;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background: #ffffff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background: #ffffff;
	font-weight: bold;
	}