/***************************************************************************
                  AutoIndex PHP Script, by Justin Hagstrom
                             -------------------

   filename             : stylesheet.css

   copyright            : Copyright (C) 2002-2004 Justin Hagstrom
   license              : GNU General Public License (GPL)

   website & forum      : http://autoindex.sourceforge.net
   e-mail               : JustinHagstrom [at] yahoo [dot] com

 ***************************************************************************/


body {
	background-color: #ffffff;
	/* background color */
	color: #003F77;
	/* text color */
	font-family: Verdana;
	/* font name */
	font-size: 10;
	/* font size */
	margin: 20px 0px 20px 0px;
	/* top right bottom left */
}
A {
	color: #00AEFF;
	text-decoration: underline;
	font : bold;
	text-transform : uppercase;
}
A:Hover {
	color: #0080FF;
	text-decoration : underline;
	cursor: hand;
}
h1{
	font-size : 11px;
	color : White;
	border: 1px none White;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding : 4px;
	text-transform: uppercase;
	background : #0063CE;
} 

h2{
	font-size : 10px;
	color : White;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding : 4px;
	text-transform: uppercase;
}

h3{
	font-size : 10px;
	color : White;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	padding : 4px;
	text-transform: uppercase;
}

h4{
	font-size : 10px;
	color : White;
	text-transform: uppercase;
	font-weight : bold;
	margin-bottom : 0px;
}

img{
	border : none;
}

table {
	background : #005D9A url(../images/back_fade.jpg) repeat-x;
	font-size: 10;
	color : White;
	margin-left : 4px;
	margin-top : 4px;
	margin-right : 4px;
	margin-bottom : 4px;
}

.basebg {
	background : transparent none repeat-x;
}

hr {
	color : White;
	height: 1px;
	background : #003163;
	border : thin solid;
}

fieldset {
	border : 1px solid #0063CE;
}
legend { 
font-weight: bold;
 }
 
.menucell {
	border: 1px solid #0063CE;
	cursor: pointer;
	padding : 2px;
	background-color : #9CCEFF;
}
.menucell_on {
	border: 1px solid #0063CE;
	cursor: pointer;
	padding : 2px;
}
.menucell_blank {
	border: 0px none;
height : 1px;
}
.aspmaker {
        color: ; /* text color */
        font-family: Verdana; /* font name */
        font-size: 10; /* font size */
}

input, textarea, select {
        font-family: Verdana;
        /* font name */
        font-size: 8pt;
        /* font size */
}

option {
        font-family : Verdana;
        font-size : 8pt;
}



                /* main table */
                .ewTable {
                        width: ; /* table width */
                        color: ; /* text color */
                        font-family: Verdana; /* font name */
                        font-size: 10; /* font size */
                        border-collapse: collapse;
                        border: none;
                }

                /* main table data cells */
                .ewTable td {
                        padding: 4px; /* cell padding */
                        border:2px solid; /* cell spacing */
                        border-color: #ffffff;  /* table background color */
                        font-size: 10;
                }

                /* main table header cells */
                .ewTableHeader {
                        background-color:  #E2DBAA; /* header color */
                        color: #003f77 ; /* header font color */
                        vertical-align: top;
                }

                .ewTableHeader a {
                        color: #FFFFFF; /* header font color */
                }

                /* main table row color */
                .ewTableRow {
                        background-color: #F9F8EE;  /* alt row color 1 */
                }

                /* main table alternate row color */
                .ewTableAltRow {
                        background-color: #ffffff; /* alt row color 2 */
                }

                /* main table sorting indicator */
                .ewTableOrderIndicator {
                        font-family: Webdings;
                }

                /* main table footer section */
                .ewTableFooter {
                        background-color: #E2DBAA;
                        color : #003F77;
                }
.ihcbutton {
	color : #003F77;
	background-color : #E2DBAA;
	cursor : pointer;
	border : 1px solid #003F77;
	font-size : 10px;
	font-family : Verdana;
	width : 110px;
}
.ihcbutton_hover { 
	color : white;
	background-color : #003F77;
	cursor : pointer;
	border : 1px solid #003F77;
	font-size : 10px;
	font-family : Verdana;
	width : 110px;
  }

.ihkbutton {
	color : #7A3E39;
	background-color : #E2DBAA;
	cursor : pointer;
	border : 1px solid #7A3E39;
	font-size : 10px;
	font-family : Verdana;
	width : 110px;
}
.ihkbutton_hover { 
	color : white;
	background-color : #7A3E39;
	cursor : pointer;
	border : 1px solid #7A3E39;
	font-size : 10px;
	font-family : Verdana;
	width : 110px;

  }
  .whitebg {
	background-color : White;
}
  
/*  The default BODY setting  */
.autoindex_body, html
{
	font-family: verdana, lucidia, sans-serif;
	font-size: 10px;
	background-color: White;
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: White;
	font-size: 10px;
}
.dark_row
{
	background-color: #9CCEFF;
	font-size: 10px;
	border : 1px solid #0063CE;
}
.default_td
{
	border: 1px solid #DADEEE;
	font-size: 10px;
	padding : 2px;
}
.default_th
{
	background-color: #0063CE;
	border: 1px solid White;
	padding : 2px;
	font-size: 10px;
	color : White;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #595959;
	text-decoration: underline;
}
.default_a:link
{
	color: #003F77;
	text-decoration: underline;
}
.default_a:hover
{
	color:  black;
	text-decoration: underline;
}

/*  The style for every button  */
.button
{
	color: White;
	background-color: #0063CE;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
	border: 1px solid;
}

/*  Misc. Styles  */
.paragraph
{
	background: White;
	color: #354F0F;
	font-size: 10px;
}
.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: White;
	color: #000020;
	font-family: lucida console, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #354F0F;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}

.xsmall{ 
	font-size: 9px;
 }
 .whitepage a {
	color : #013066;
	text-decoration : underline;
	font : normal;
}