/* CSS Document */
/*---------DIV MENU
---------------------*/
html{
	margin:0;
	padding:0;
}
body {
		color:#25539B;
        margin:0;
        padding:0;
        font: 11px/1.5em Verdana;
		/*background-color: #83CEFE;*/
}

#container{
	padding: 5px 0px 0px 0px;
	width:800px;
	margin:0 auto;
	border-style:solid;
	border-width: thin medium medium thin;
	border-color: #B9BAC6;
}

/*ajapex*/
#loader{
	position:absolute;
	left:48%;
	top:28%;
	text-align:center;
	font-size:10px;
	text-decoration:blink;
}

#content {
	margin 0;
	padding:0;
}

#button{
	color:#FFFFFF;
	background-color:#376CB7;
	border-color:#B9BAC6;
	border-style:none solid solid none;
	border-width:thin;
}

#alert{
	width:250px;
	line-height:10px;
	text-align:center;
	color:#FFFFFF;
	border-style:solid none solid none;
	border-width:medium;
	border-color:#B9BAC6;
}

#alert{
	margin:0 auto;
	padding:0px 0px 0px 0px;
	width:250px;
	line-height:50px;
	text-align:center;
	color:#996633;
	border-style:solid none solid none;
	border-width:medium;
	border-color:#FDDC9A;
	background-color:#FFF3CE;
}

#alert span{
	font-weight:bold;
	padding-left:15px;
	background: url(../images/alert.gif) no-repeat 0 1px;
}

#footer	{
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-width:thin;
	border-style:solid none none none;
	border-color: #2763A5;
	line-height:50px;
}
/*----TAB MENU CSS
----------------------*/


h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #25539B;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

#welcome{
	margin:0;
	text-align:right;
	padding:0px 10px 5px 0px;
}

#welcome span{
	color:#000000;
	font-weight:bold;
}
#welcome a:link{
	color: #25539B;
	font-weight:bold;
	text-decoration:none;
}
a:link{color: #0000FF; font-weight:bold;	text-decoration:none;}
a:active{color: #0000FF; font-weight:bold;	text-decoration:none;}
a:visited{color: #25539B; font-weight:bold; text-decoration:none;}
a:hover{color: #5B95DF; font-weight:bold;	text-decoration:none;}


img {
border: none;
}

/*- 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 15px;
          list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("../images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("../images/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;
      }
---->
/*--/END OF TAB MENU CSS/
----------------------------*/

/*--------Table Style-----
----------------------------*/
.datasheet {
	width:100%;
}
.datasheet th {
	padding:0px 3px 0px 3px;
	background-color:#ddd;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#003;
	font-size:.9em;
	font-weight:bold;
}
.datasheet th {
	text-align:left;
}
.datasheet tr {
	vertical-align:top;
}
.datasheet td {
	padding:0px 3px 0px 3px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
	font-size:.9em;
}
.datasheet td input {
	border:0px none;
	width:100%;
	height:100%;
	//width:90%;
	//height:90%;
}
/*--------End of Table Style-----
----------------------------*/

/*- Pagination Style-------
------------------------ */
.pagination { 
	width:40%;
	padding:3px 0px 5px 0px; 
	margin:0px;
	vertical-align:middle;
}

.pagination ul { 
	margin:0px; 
	padding:0px; 
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;	
	text-align:center; /* Pagination Alignment */
	vertical-align:middle;
}

.pagination li { 
	list-style-type:none; 
	display:inline; 
	padding:1px; 
}

.pagination a, .pagination a:visited { 
	padding:2px; 
	text-decoration:none; 
	font-weight:bold;	
	color:#25539B; 	
}

.pagination a:hover {
	color:#25539B;
	font-weight:bold; 
	text-decoration:underline;
}

.pagination li.currentpage { 
	font-weight:bold; 
	padding:2px; 
	color:#999999; 
}

.pagination li.disablepage { 
	padding:3px; 	
	color:#929292; 
	font-weight:bold;
}

.pagination li.nextpage { 
	font-weight:bold; 
}

* html .pagination li.currentpage, * html .pagination li.disablepage { /* IE 6 and below. Adjust non linked LIs slightly to account for bugs */
		margin-right:5px; padding-right:0; 
}
/*- Pagination Style-------
------------------------ */

/*- Table View style------
--------------------------*/
#tbl {
	width:500px;
	border:solid;
	border-color:#B9BAC6;
}

#tbl th{
	text-align:left;
	background-color:#376CB7;
	color:#FFFFFF;
}

#tbl .td1{
	width:30%;
	font-weight:bold;
	background-color:#EEEEEE;
}

#tbl .td2{
	width:70%;
	background-color:#F3F1E9;
}
.tbl_stat{
	width:500px;
	margin: 0 auto;
	padding:0px 0px 10px 0px;
}
