﻿/* BORDER COLORS */

.brdBot_LightBlue 
{
  border-bottom:solid 1px #c1e3f4;
}

.brdTop_LightBlue 
{
  border-top:solid 1px #c1e3f4;
}

.brdTop_LightBlue_big 
{
  border-top:solid 1px #dff0f9;
}

.brdLeft_LightBlue 
{
  border-left:solid 1px #c1e3f4;
}

.brdBot_LightOrange 
{
  border-bottom:solid 1px #f8ccb1;
}


/* BACKGROUND COLORS */

.bgLightBlue {
  background-color:#dff0f9;
  }
  
.bgHighLightOrange {
  background-color:#f26522;
  color:White;
  padding:2px;
 }
 
 /* INPUT COLORS */

input.LightField, textarea, select {
  padding:2px;
  background-color:White;
  border:solid 1px #a2d6ef;
  color:#038ed3;
  font-size:13px;
  }


/* FONT COLORS */
/*-----------------------------------*/
.txtColor_SkyBlue,
.txtColor_SkyBlue a,
.txtColor_SkyBlue a:link,
.txtColor_SkyBlue a:active,
.txtColor_SkyBlue a:visited   
{
  color:#038ed3;
}

.txtColor_SkyBlue a:hover 
{
  color:#025793;
}
/*-----------------------------------*/
/*-----------------------------------*/
.txtColor_DarkBlue, 
.txtColor_DarkBlue a,
.txtColor_DarkBlue a:link,
.txtColor_DarkBlue a:active,
.txtColor_DarkBlue a:visited   

{
  color:#3166b6;
}

.txtColor_DarkBlue a:hover   
{
  color:#043277;
}
/*-----------------------------------*/
/*-----------------------------------*/
.txtColor_Orange,
.txtColor_Orange a,
.txtColor_Orange a:link,
.txtColor_Orange a:active,
.txtColor_Orange a:visited   
{
  color:#f26522;
}

.txtColor_Orange a:hover   
{
  color:#ff5400;
}
/*-----------------------------------*/
/*-----------------------------------*/
.txtColor_LightGrey ,
.txtColor_LightGrey a,
.txtColor_LightGrey a:link,
.txtColor_LightGrey a:active,
.txtColor_LightGrey a:visited 
{
  color:#9d9d9d;
}

.txtColor_LightGrey a:hover 
{
  color:#444444;
}
/*-----------------------------------*/
/*-----------------------------------*/

.txtColor_MarineBlue, 
.txtColor_MarineBlue a,
.txtColor_MarineBlue a:link,
.txtColor_MarineBlue a:active,
.txtColor_MarineBlue a:visited   

{
  color:#2960b3;
  text-decoration:none;
}

.txtColor_MarineBlue a:hover   
{
  color:#002f74;
  text-decoration:none;
}
/*-----------------------------------*/
/*-----------------------------------*/

/*-----------------------------------*/
/*-----------------------------------*/
.txtColor_White, 
.txtColor_White a,
.txtColor_White a:link,
.txtColor_White a:active,
.txtColor_White a:visited   

{
  color:White;
  text-decoration:none;
}

.txtColor_White a:hover   
{
  color:White;
   text-decoration:underline;
}

/* BUTTONS */

/* BLUE */
/*
.btnHolder {
  width:150px;
  height:23px;
  float:left;
  margin:10px 0 0 0;
  }
*/
.btnBlue {
  height:23px;
  color:White;
  width:83px;
  /*float:left;*/
  padding:0 0 0 23px;
  background:url(../images/btnBlueBg.gif);
  background-repeat:no-repeat;
  border:none;
  cursor:pointer;
  float:left;
  text-align:left;
  }

.btnBlueBig {
  height:23px;
  color:White;
  width:113px;
  /*float:left;*/
  padding:0 0 0 23px;
  background:url(../images/btnBlueBig.gif);
  background-repeat:no-repeat;
  border:none;
  cursor:pointer;
  float:left;
  text-align:left;
  }

.btnBlueDelete {
  height:23px;
  color:White;
  width:83px;
  /*float:left;*/
  padding:0 0 0 23px;
  background:url(../images/btnBlueBgDelete.gif);
  background-repeat:no-repeat;
  border:none;
  cursor:pointer;
  float:left;
  text-align:left;
  }



.btnCrnLeft {
  width:22px;
  height:23px;
  float:left;
  background-repeat:no-repeat;
  background:url(../images/btnCrnLeft.gif);
  cursor:pointer;
}

 .btnCrnRight {
  width:9px;
  height:23px;
  float:left;
  background-repeat:no-repeat;
  background:url(../images/btnCrnRight.gif);
  cursor:pointer;
  }

.btnMiddle {
  width:auto;
  height:23px;
  float:left;
  background:url(../images/btnMiddle.gif);
  background-repeat:repeat-x;
  border:none;
  color:White;
  /*padding:1px 0 0 0;*/
  text-align:left;
  cursor:pointer;
}

/* Orange */

.btnCrnLeft_orange {
  width:22px;
  height:23px;
  float:left;
  background-repeat:no-repeat;
  background:url(../images/btnCrnLeft_orange.gif);
  cursor:pointer;
}

 .btnCrnRight_orange {
  width:9px;
  height:23px;
  float:left;
  background-repeat:no-repeat;
  background:url(../images/btnCrnRight_orange.gif);
  cursor:pointer;
  }

.btnMiddle_orange {
  width:auto;
  height:23px;
  float:left;
  background:url(../images/btnMiddle_orange.gif);
  background-repeat:repeat-x;
  border:none;
  color:White;
  /*padding:1px 0 0 0;*/
  text-align:left;
  cursor:pointer;
}

.lblSearchResult
{
	color:#3166b6;		
	font-weight:bold;
}