@charset "utf-8";
/* CSS Document */

#outercontainer{
	width:900px;
	margin:0 auto;
	top:100px;
}
#header{
	width:auto;
	display:block;
	height:150px;
	background-color: #ffffff;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
#navbar{
	width:auto;
	display:block;
	height:38px;
	vertical-align:middle;
	background-color: #c9c9c9;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#navbar ul{
        margin: 0; padding: 0;
        float: left;}
#navbar ul li{
        display: inline;}
#navbar ul li a{
	float: left;
	text-decoration: none;
	color: #333;
	border-right-width: 0.5px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 10.5px;
	padding-right: 14px;
	padding-bottom: 10.5px;
	padding-left: 14px;
		}
#navbar ul li a:visited{
	color: #333;
}
#navbar ul li a:hover, .menu ul li .current{
        color: #fff;
        background-color:#0b75b2;
		}
#maincontent{
	width:auto;
	display:block;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-left: 12px;
	padding-right: 12px;
}
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px; padding:0;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:25px 1em 100px 1em;}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb3, .xb4 {
	background:#ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.xb1, .xb2 {
	margin:0 5px;
	background-color: #000;
}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#ffffff; border:0 solid #08c; border-width:0 1px;}

.footertext {
	text-decoration: none;
	color: #e6e6e6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.footertext a{
	text-decoration: none;
	color:#d2d2d2;
}
.footertext a:hover{
	color:#bcbcbc;
}

input, textarea, option {
	font-size: 14px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background-color: #f5f5f5;
	border: 1px solid #DBDBDB;
}

input:focus, textarea:focus, option:focus {
	font-size: 14px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	background-color: #DBFDFD;
	border: 1px solid #A6BEFD;
}

.vidheadtxt  {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	}

img.resultThumbnail { 
    float: left; 
    margin: 8px; 
	width:150px;
	height:84px;
	z-index:999;
}

#ProfileBar {
	float:left;
	width:250px;
	margin:10px;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#787878;
}
body {
	background-color: #232323;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}


.TextHeader
{
	font-weight: bold;
	letter-spacing:-1px;
	position:relative;
	display:block;
	font-size:28px;
	color:#333;
}

.TextHeader span
{
	position:absolute;
	display:block;
	top:0px;
}

.TextHeader:before
{
	display:block;
	padding:1px;
	content: attr(title);
	color:#777;
}

.GradientContainer
{
	background: white url(http://lfhstele.com/img/containerBGtoplt.png) repeat-x;
	border: 1px solid #d1d1d1;
}

/* What's New Menu Items Styling */
#WhatsNew ul
{
	padding-left:0;
	padding-right:0;
	margin:0;
	width:100%;
	font-size:14px;
	text-align:center;
	list-style-type:none;
}
#WhatsNew ul li
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}
#WhatsNew ul li.top
{
	border-top:1px solid #999;
}
#WhatsNew ul li:hover
{
	background-color:#ededed;
}
#WhatsNew ul li:active
{
	background-color:#e1e1e1;
}
#WhatsNew ul li a
{
	display:inline;
	color:#444;
	text-decoration:none;
}
#WhatsNew ul li a:hover
{
	color:#000;
}
#WhatsNew ul li a:active
{
	color:#333;
}
#WhatsNew ul li a img
{
	vertical-align:middle;
	padding-right:8px;
	border:0;
}

/* Table formatting coolness */
#hor-minimal-table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
/*	background: #fff; */
/*	margin: 45px; */
/*	width: 480px; */
	border-collapse: collapse;
	text-align: left;
}
#hor-minimal-table th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimal-table td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimal-table tbody tr:hover td
{
	color: #009;
}


/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/* Progress bar styles */
#pb_outer {
	text-align:center;
	display: none;
}
#pb_outertwo {
	height:25px;
	border: 1px inset #000000;
	width:80%;
	margin: 25px auto;
}
#pb_inner {
	font-weight: bold;
	color: #000;
	background-image: url("img/progress.gif");
	height: 25px;
	width: 1px;
	text-align: center;
}

#vertpb_container {
	float:left;
	width:64px;
	height:350px;
	border:1px solid #555;
}

#vertpb_inner {
	position:relative;
	width:64px;
	background-image:url("/img/vertpb.png");
}

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #adadad; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #555; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #adadad; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #c5c5c5; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
margin-bottom:20px;
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

.panel {
	border-bottom: 1px solid #d2d0d0;
}

/* end css tabs */


/* SWFUpload Progress Meter Stuff */
/* -- Table Styles ------------------------------- */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}
#btnSubmit { margin: 0 0 0 155px ; }

/*End SWFUpload Stuff */
