/* CSS Document */

/*<![CDATA[*/
<!--
body {
	scrollbar-base-color: #003366;
	scrollbar-face-color: #003366;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: #0E294B;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: #003366;
	scrollbar-track-color: #0E294B;
	scrollbar-arrow-color: #3299CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(01_bg.jpg);
	background-repeat: repeat;
	text-align: center;

}
a:link {
    text-decoration: none;
    color: #3299CC
}
a:visited {
    text-decoration: none;
    color: #3299CC
}
a:active {
    text-decoration: none;
    color: #FFFFFF
}
a:hover {
    text-decoration: none;
    color: #FFFFFF
}

.image {
    text-align: center;
    float: left;
	margin-left: 5%;
    padding: 0em;
    width: 19em;
    height: 21em;
}

.delete_area p {
    text-align: left;
    font-size: 0.63em;
    font-weight: normal;
}
  
.spacer {
    clear: both;
}

.login_header {
    background-color: #333333;
    background-position: center;
    text-align: center;
    font-size: 1.3em;
    display: block;
    padding-top: 6px;
    width: 100%;
   	border-top: 3px double #666666; 
}

.login_header_bottom {
	background-color: #333333;
	background-position: center;
	text-align: center;
	font-size: 1.3em;
	display: block;
	padding-top: 6px;
	width: 100%;
    border-bottom: 3px double #666666; 
}

.delete_area {
    border: dotted #333333 1px;
    background-color: #FFFFFF;
    color: #FF0000;
    font-size: 1.4em;
    font-weight: 600;
}

.directory_listing {
    text-align: left;
	font-size: 14px;
    float: left;
    border: dotted #CCCCCC 1px;
    padding: 0 5px;
}

.images_container {
    text-align: center;
}

#content_container {
    border: dotted #FF0000 2px;
}

#navlist ul
{
    margin: 0;
    white-space: nowrap;
    padding: 0;
}

#navlist li
{
    display: inline;
    list-style-type: none;
	white-space: nowrap;
    line-height: 2em;
}

#navlist a
{
	border: 1px solid #333;
	background-color: #999;
	background-image: url(images/l1_down.gif);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#navlist a:link, #navlist a:visited
{
    color: #EEE;
    text-decoration: none;
}

#navlist a:hover
{
    border: 1px solid #333;
    background-color: #FF6600;
    background-image: url(images/l1_over.gif);
    color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
    border: 1px solid #333;
    background-color: #FF6600;
    background-image: url(images/l1_over.gif);
    color: #333;
}

/*<![CDATA[*/
div.c5 
{
    text-align: center; 
	font-size: 9px;
}

span.c4 
{
    color: #999999;
}

img.c3 
{
    border-width:1; 
	border-color: #999999; 
	border-style:solid;
}

div.c2 
{
    width: 450px; 
	background-color: #333333; 
	border: 3px double #666666; 
	padding: 5px; 
	margin: 0px auto; 
	text-align: center;
}
input.c1 
{
    border: groove;
}
/*]]>*/

