@charset "utf-8";
/* CSS Document */



    body {
        margin:0;
        padding:0;
        font: normal 11px/1.5em Verdana; text-align:justify;
}

.tdtxt{font: normal 11px/1.5em Verdana; text-align:justify;}
a.a1{color:#034C77; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none;}
a.a1:hover{color:#999; text-decoration:none;};
.fotter{ color:#FFF; font-size:10px;}
.fotter1{ color:#06C; font-size:9px;}
.ttle{color:#06c; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.ttle1{color:#AE6228; font-size:11px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.ttle2{color:#FFF; font-size:12px; background-image:url(images/fon_menu.png); vertical-align:middle; }
.ttle3{color:#390; font-size:12px; font-weight:bold; vertical-align:middle; }
.cnt_title{color:#0A5380; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; height:28px; background-image:url(Images/titlebg.jpg); background-repeat:no-repeat; text-align:left; text-indent:10px;}
.crsr{ cursor:pointer; cursor:hand;}

h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

img {
border: none;
}

.tip{
	border:2 solid #039;
	border-style:outset;
	background-color:#AEDCF4;
	font-size:12px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	display:none;
	position:absolute;
	width:400px;
	left: 443px;

}

.tip1{
	border:2 solid #039;
	border-style:outset;
	background-color:#AEDCF4;
	font-size:12px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	display:inline;
	position:absolute;
	width:400px;
	left: 443px;}
.bdycnt{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#4A641C;}
.red {color:#F00;}


#adtd{background-image:url(images/fon_menu.png); border:1 solid #09F; height:27px;}
#adtd a{color:#FFF; width:150px; height:20px; text-decoration:none;  }
#adtd a:hover{color:#FF0; width:150px; height:20px;}





/*- Menu Tabs 10--------------------------- */

    #tabs10 {
      float:left;
      width:100%;
      font-size:93%;
          border-bottom:1px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:right;
      background:url("tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:right;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

      #tabs10 #current a {
              background-position:0% -42px;
      }
      #tabs10 #current a span {
              background-position:100% -42px;
      }


/* CSS Tabs */
#navcontainer {
        background: #AEDCF4;
        width: 100%;
        margin: 0 auto;
        padding: 1em 0;
        font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 13px; font-weight:bolder;
        text-align: center;
        /*text-transform: lowercase;*/
}

ul#navlist {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 70%;
}

ul#navlist li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 2em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color:#777;
        text-decoration: none;
        background: #eef2f6;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
        background: #f0e7d7;
        color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #800000;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}






/**************************************date time *********/

.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: white;
	}

/* 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: gray;
	background: #d8e8ff;
	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: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
#td1 {width:17px; height:17px; background-image:url(images/new.png); font-size:9px; font-weight:bold; cursor:pointer; cursor:hand;}
#td1 a {color:#fff; text-decoration:none;}
#td1 a:hover {color:#F90; text-decoration:none;}

