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

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	//font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	line-height:1;
    font-family:'BryantProRegular';
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

@font-face {
font-family: 'BryantProRegular';
src: url('/common/fonts/bryantpro-regular-webfont.eot');
src: url('/common/fonts/bryantpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
	 url('/common/fonts/bryantpro-regular-webfont.woff') format('woff'),
	 url('/common/fonts/bryantpro-regular-webfont.ttf') format('truetype'),
	 url('/common/fonts/bryantpro-regular-webfont.svg#BryantProRegular') format('svg');
font-weight: normal;
font-style: normal;
}

.wrapper{margin:0 auto; width:960px; position:relative;}
.clearfix{width:1px; height:1px; clear:both; display:block;}
a{border:none;}

.lg-logo{margin:20px 0 0 0; float:left;}
hr{color:#CCCCCC; width:960px; height:0.5px; opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */}

.callout ul li a {
    text-decoration: none;
	font-size:12px;
	line-height:18px;
	color: #222222;
}
.callout ul li a:hover {
    text-decoration: underline;
}

#userprofile {
	z-index:960;
	position:fixed;
	margin:10px 0 0 780px;
	font-size:11px;
	color:#666;
		
}

#userprofile #greeting {
	float:left;
}

#footer {
    margin-top: 50px;
    text-align: center;
}
#footer p {
    font-size: 12px;
    color:#333333;
    text-align:center;
}

a.btn-red {
    background: -moz-linear-gradient(center top , #CC0033 0px, #E00E47 48%, #D30E43 53%, #C70E40 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top,#c03 0,#e00e47 48%,#d30e43 53%,#c70e40 100%);
    background: #C70E40;
    border: 0 none;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    clear: both;
    padding: 6px 8px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease-in-out 0s;
    vertical-align: text-top;
    white-space: nowrap;
    position:absolute;
    left:830px;
    top:40px;
    text-decoration: none;
}
a.btn-red-plain {
    background: -moz-linear-gradient(center top , #CC0033 0px, #E00E47 48%, #D30E43 53%, #C70E40 100%) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top,#c03 0,#e00e47 48%,#d30e43 53%,#c70e40 100%);
    background: #C70E40;
    border: 0 none;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    clear: both;
    padding: 6px 8px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease-in-out 0s;
    vertical-align: text-top;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

.blockUI {
    font-size:10px;
}

.ui-autocomplete-loading {
    background: white url('/images/common/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-menu-item a {
    font-size:12px;
}

#menu-holder {
    color:black;
    background:#ffffff url('/images/common/background-border.jpg') repeat-x;
    width:auto;
    height:99px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.apprise-overlay {
    z-index:999;
}
.apprise {
    z-index:1000;
}

.fleft
{
    float: left;
}

