/*  "Slick-Blk" Theme (theme.css)                             */
/*  EZUser Manager (www.phpeasyscripts.com)                   */
/*  © 2009 by DC                                              */
/*                                                            */
/* Please feel free to modify this theme as you see fit.      */


/* Scroll Bars IE5.5 - 6.0 */

body {
    scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #444444;
	scrollbar-face-color: #444444;
	scrollbar-darkshadow-color: #444444;
	scrollbar-track-color: #686868;
	background-color: #000000;
}

hr {
border: none;
border-top: 1px dashed #90A860;
margin-top:10px;
height: 1px;
}

.admin_bar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 23px;
    color: #808080;
    background-color: #444444;
    border-bottom: solid 3px #90A860;
}

.nav {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C4FB93;
	padding: 0px;
    border-bottom: solid 1px #808080;
}

#tabsH {
    float:left;
    width:100%;
    background:#000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height:normal;
    }
    
	/*Tab Left Pad*/
	#tabsH ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
    }
    
	#tabsH li {
    display:inline;
    margin:0;
    padding:0;
    }
    
	/*Tab Spacing*/
	#tabsH a { 
    float:left;
    margin:0;
    padding:0 2 0 4px;
    text-decoration:none;
    }
	  
	.tab {
    background:url("images/tableftH.gif") no-repeat left top;
	}
	  
    #tabsH span {
    float:left;
    display:block;
    background:url("images/tabrightH.gif") no-repeat right top;
    padding:5px 15px 4px 9px;
    color:#808080;
    }
    
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
    color: #C4FB93;
    }
    #tabsH a:hover {
    background-position:0% -42px;
    }
    #tabsH a:hover span {
    background-position:100% -42px;
    }
	
	.reg {
	line-height: 23px;
	padding-top:10px;
    color: #90A860;
	padding-left: 30px;
	}
	a.reg:hover  {
	color: #C4FB93;
	}
	  
	/*.head_bg {
    background: #000 url(images/bkbrushed.gif) repeat-x 0 0;
    }*/

    #cell_body {
    background-color: #333;
    color: #808080;
   /*background: #000 url(images/diaggray.gif) repeat-x 0 0;*/
    }

    .bigtxt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #EEEEEE;
    }

    .txt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #808080;
    }

    .footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #808080;
	background: #000 url(images/foot_bg.gif) repeat-x 0 0;
    /*border-top: solid 1px #808080;*/
    }
    
    /* Pad our bullet graphics */
    .bulpad {
    margin-left: 5px;
    }


/*  table.ezform is the top header on the login form (and other forms) */
table.ezform {
	background-color: #333333;
}

/*  date is the date of the blog) */
.date {
	color: #909090;
	font-family: verdana, arial, sans-serif;
    font-size: 11px;
	text-decoration: none;
}

.nav_txt {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
    text-decoration: none;
    }

/*  EZform_header is the top header on the login form (and other forms) */
.ezform_header {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}

/*  EZform_header1 is the top header on the login form (and other forms) */
.ezform_header1 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #90A860;
}

/*  form_choices displays the choices available on the login form (and other forms) */
.ezform_choices {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}

/*  form_input_box displays the style of the text box on the login form (and other forms) */
.ezform_input_box {
	width: 133px;
    font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
    margin-top: 4px;
    padding: 2px;
    background-color: 000000;
    border: solid 1px #90A860;
}

/* contact form text box only */
.ezform_txt_box {
width: 550px;
height: 200px;
    font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
    margin-top: 4px;
    padding: 2px;
    background-color: 000000;
    border: solid 1px #90A860;
}

/*  form_button displays the style of the submit button on the login form (and other forms) */
.ezform_button {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 133px;
    color: #FFFFFF;
	background-color: #000000;
    padding: 4px;
	border: solid 1px #808080;
}

/*  form_button displays the style of the submit button on the login form (and other forms) */
.ezform_button1 {
    font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	width: 60px;
    color: #FFFFFF;
	background-color: #000000;
    padding: 0px;
	border: solid 1px #808080;
}

/*  form_link displays the style of the links on the login form (and other forms) */
.ezform_link {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #90A860;
	text-decoration: none;
	}
	
a.ezform_link:link {
    color: #909090;
    text-decoration: none;
}

a.ezform_link:hover {
     color: #C4FB93;
     text-decoration: none;
}

/*  info displays the style of the regular text */
.ezform_info {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
    text-decoration: none;
	}
	
a.ezform_info:link {
    color: #808080;
    text-decoration: none;
}

a.ezform_info:hover {
     color: #EEEEEE;
     text-decoration: underline;
}

/*  info displays the style of the regular text */
.blog {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #808080;
    text-decoration: none;
	}
	
a.blog:link {
    color: #90A860;
    text-decoration: none;
}

a.blog:hover {
     color: #C4FB93;
     text-decoration: underline;
}

/*  needed for download_photos */
a.img_opacity img{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
a.img_opacity:hover img{
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

.cellb{
border: solid 1px #788870;
}

/* All Form Errors */
.ezform_error {
font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D87100;
}