/* Style tags for Stuffer project */


/* Text tags */
.TextS {
	font-size: 11px;
}
.TextM {
	font-size: 13px;
}
.TextL {
	font-size: 18px;
}
/*----------------------------------------*/
.TextWhiteS {
	font-size: 11px;
	color: #FFFFFF;
}
.TextWhiteM {
	font-size: 13px;
	color: #FFFFFF;
}
.TextWhiteL {
	font-size: 18px;
	color: #FFFFFF;
}
/*----------------------------------------*/
.TextBlackS {
	font-size: 11px;
	color: #000000;
}
.TextBlackM {
	font-size: 13px;
	color: #000000;
}
.TextBlackL {
	font-size: 18px;
	color: #000000;
}
/*----------------------------------------*/
.TextGrayS {
	font-size: 11px;
	color: gray;
}
.TextGrayM {
	font-size: 13px;
	color: gray;
}
.TextGrayL {
	font-size: 18px;
	color: gray;
}
/*----------------------------------------*/
.TextBlueTitle {
	font-size: 14px;
	font-weight: bold;
	color: #005FA4;
}
.TextWhiteTitle {
	font-size: 25px;
	color: #FFFFFF;
}
.TextBlackTitle {
	font-size: 25px;
	color: #000000;
}
/*----------------------------------------*/


/* Tables tags (borders) */
.BorderGrayFrame {
	border-style:solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
.BorderBlackFrame {
	border-style:solid;
	border-width: 1px;
	border-color: #000000;
}
.BorderGrayRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.BorderGrayLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.BorderGrayTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.BorderGrayBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.BorderBlackRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.BorderBlackLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.BorderBlackTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.BorderBlackBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.FieldEdit {
	border-style:solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #EEEEEE;
}
/*----------------------------------------*/


/* Control tags (borders) */
.InputBoxBlack
{
	border-style:solid;
	border-width: 1px;
	border-color: #000000;
}
/*----------------------------------------*/


/* Button tags */
.ButtonTextS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ButtonFunction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-style: solid;
	background-color: Navy;
}
/*----------------------------------------*/


/* Customized style for existing elements */
Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
Input 
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
TextArea 
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

/*////////////////////////////////////////////////////////*/

.inputSearch
{
	font-size: 11px;
	border: 1px solid #FFFFFF;
}
.contentTreeText
{
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
