/* CSS Document */

/* Misc. structures & effects */

.lf-alert
{
    display:none;
    background-color: #CCCCCC;
    border: 1px solid #000000;
    padding: 3px 12px 3px 12px;
    float:right;
    margin-top: 2px;  
}
.lf-notification, .lf-alert
{
    color: #ff0000 !important;
    font-weight: bold;
}

.lf-hoverbar
{
    background-color: #F3A330;
    padding-left: 10px;
    padding-right: 10px;
}

.panel-loading
{
    background-image: url('~/images/icons/loading-large.gif');
    background-position:center;
    background-repeat:no-repeat;
    border: 1px solid #CCCCCC;
    height: 50px;
}

/* forms */

input.field-medium
{
    width: 160px; 
}

/* Field validation failed */
.invalid
{
	font-weight:bold;
	color: Red;
	margin-left: 8px;
	padding-left: 8px;
}
.invalid a,
.invalid a:link,
.invalid a:hover,
.invalid a:visited
{
	font-weight:bold;
	color: Red;  
}
.invalid a:hover
{
    text-decoration:underline;
}

/* Common Styles */

div.bullet-arrow
{
    background-image: url('~/images/lf-clean/icons/right-triangle.gif');
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 16px;
    padding-top: 2px;
}

div.message {
    background-color:#EEEEEE; 
    padding: 8px;
    -moz-box-shadow: 2px 2px 4px #535353;
    -webkit-box-shadow: 2px 2px 4px #535353; 
    box-shadow: 2px 2px 4px #535353; 
    -moz-border-radius: 6px 6px 6px 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px 6px 6px 6px;
}
div.form-header
{	
    background: #A8A8A8 url(~/images/TableHeaderBack.gif) top;
    color: #FFFFFF;
	font-weight: bold;
	padding-bottom:7px;
	width: 100%;
	margin: 15px 0px 5px 0px;
    padding:2px 4px 2px 4px;
    border:0;

}
div.spacer 
{
    clear: both;
    height: 6px;   
}
div.bottom-divider
{
    padding-bottom: 6px;  
    margin-bottom: 6px;
    border-bottom: 1px solid #C8C8C8;
}
div.dialog
{
    display:none; 
    width:600px; 
    height:250px;   
}
.error 
{
	font-weight:bold;
	color: Red;
}
.deprecated 
{
    display: none;
}
/* Lists */

ul.vertical li
{
    list-style-type:none;
}

/* Dialogs */

.modal-dialog 
{
    display: none;
    background-color: #ffffff; 
}

/* Table Styles */

table.lf-data, table.lf-table {
    padding: 0 0 0 0;
    margin: 0;
    font-size:12px;
    width: 751px;
    border: 1px solid #999;
    border-spacing: 0;
	border-collapse: collapse;
    table-layout: fixed;
}

.lf-data thead tr {
	background: #A8A8A8 url(~/images/TableHeaderBack.gif) top;
	border-left: 1px solid #888;
    border-right: 1px solid #BBB; 
	border-top: 1px solid #CCC;
    border-bottom: 1px solid #888;
    text-shadow: 0px -1px #888;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.lf-data thead tr th > tt-sort-placeholder
{
    cursor: pointer;
}
.lf-data thead tr a:link, .lf-data thead tr a:visited, .lf-data thead tr span {
	color: #FFFFFF;
	/*display: block;*/
	font-weight: bold;
	/*text-align: left;*/
	text-decoration: none;
	/*padding: 10px;*/
}

.lf-data thead tr a:hover, .lf-data thead tr a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;	
}

.lf-data thead th.left
{
	/*background: #A8A8A8 url(~/images/Corners.gif) no-repeat top left;
	background: #A8A8A8 url('~/images/TableHeaderBack.gif') top;
	/*border-right: dotted 1px #CCCCCC;*/
	border-right: 1px solid #888;
	border-top: 1px solid #CCC;
    border-bottom: 1px solid #888;
    text-shadow: 0px -1px #888;
	color: #FFFFFF;
	font-weight: bold;
}
.lf-data thead th 
{
    text-align: center;
    font-weight: bold;
	border-right: 1px solid #888;
	border-top: 1px solid #CCC;
    border-bottom: 1px solid #888;
    padding: 0;
    margin: 0;
}
.lf-data thead th div 
{
    padding: 10px;
}
.lf-data thead th.right {
	/*background: #A8A8A8 url(~/images/Corners.gif) no-repeat top right;
	background: #A8A8A8 url('~/images/TableHeaderBack.gif') top;
	/*border: 0;*/
	border-right: 1px solid #BBB;
	border-top: 1px solid #CCC;
    border-bottom: 1px solid #888;
    text-shadow: 0px -1px #888;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
}

.lf-data tbody td {
	background-color: #FAFAFA;
	font-weight: normal;
	padding: 6px;
	/*border-bottom: dotted 1px #CCCCCC;*/
	border-bottom: solid 2px #DDD;
	border-top: solid 1px #FFF;
}
.lf-data tbody tr.merge-row td
{
    border-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EEEEEE;
}
.lf-data.controls tbody tr td:first-child
{
    background-color: #DDDDDD;
    border-right: 1px solid #888888;
}

.lf-data tbody tr:not(.merge-row) td:nth-child(even)
{
  	background-color: #EEEEEE;
}

.lf-data tbody td:left 
{
    *border-left: 0;
}
.lf-data tbody td 
{
    *border-left: solid 1px #888;
}

/* template tables defaults */

.config, .tt-if-results, .tt-no-results
{
    display:none;
}
.tt-config
{
    display:none;
    height:0;
    width:0;
}

.tt-overflow
{
    background-image: url(~/images/lf-clean/icons/right-triangle-small-padded.gif);
    background-repeat:no-repeat;
    background-position: right center;
    padding-right: 20px !important;
}
.tt-overflow-div
{
    padding:0;
    margin:0;
}

.tt-nav-template 
{
    border-spacing: 0;
	border-collapse: collapse;
}
.tt-table-template
{
    width: 100%;   
}
.tt-nav-template td.pager_left
{
    text-align: left;   
}
.tt-nav-template td.nav_list
{
    text-align:center;   
    font-size:12px;
}
.tt-nav-template td.pager_right
{
    text-align: right;   
}
.tt-nav-template td.pager_left img, 
.tt-nav-template td.pager_right img
{
    padding-top: 4px;
}

.tt-sort-asc
{
    background-image: url(~/images/extended_nav/datagrid_uparrow.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-bottom: 1px;
    padding-left:16px;
}
.tt-sort-desc
{
    background-image: url(~/images/extended_nav/datagrid_downarrow.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-bottom: 1px;
    padding-left:16px;
}
.tt-sort-none
{
    padding: 0px 16px 1px 16px;
}
.tt-loading
{
    background-image: url('~/images/icons/loading-large.gif');
    background-color: #BBBBBB;
    opacity: 0.2;
    filter: Alpha(opacity=20);
    background-position:center center;
    background-repeat:no-repeat;
    cursor: progress;
    z-index: 2000;
}
.tt-loading-nav
{
    cursor: progress;
    z-index: 2000;
}


/* Button styles */

lfb.image 
{
    border:0;
    border-width:0;
}

.lf-button 
{
    border: 0;   
}

/*
.lf-button-view
{
    di opacity: 0;
    background-image: url('~/images/nav/datagrid_view.gif');
}
.lf-button-edit
{
    line-height: 0; 
    font-size: 0;
    background-image: url('~/images/nav/datagrid_edit.gif');
}
*/
/* Body and Site Container styles */



/* Remove outlines in IE/Firefox on link */
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

body {
	background: #AAAAAA url(~/images/BackTexture.gif) repeat-x 50% 0%;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	color: #454545;
	font-size: 14px;  
	font-weight: normal; 
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

td, th
{
    font-size: 13px;
}
	
.rmv_bottom_line {
	border: none;
}
	
.SiteContainer {
	border: 0;
	margin: 30px 0 0 0;
	padding: 0;
	width: 1000px;
}

.SiteHeader {
	background: url(~/images/Header_R3.gif);
		background-repeat:no-repeat;
	height: 162px;
	width: 1000px;
}

.HomeLink a {
	display: block;
	width: 1000px;
	height: 50px;
	background: url(~/images/HomeLink.gif);
	background-repeat:no-repeat;
	border:0;
	padding:0;
	margin:0;
}
	
.HomeLink a:hover {
	background: url(~/images/HomeLinkOver.gif);
}

.HomeBottom
{
    width:1000px;
    height:62px;
}

.SideBar {
	text-align: left;
	background: #FFF url(~/images/SideBack.gif) repeat-y 0 0;
	margin: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
	/*width: 173px;
	height: 100%;*/
	}
	
td.SideSpacer {
	text-align: left;
	font-size: 1px;
	line-height: 1px;
	background: url(~/images/SideBack.gif);
	margin: 0;
	padding: 0;
	vertical-align: top;
	/*width: 16px;*/
	}
td.SideSpacer div 
{
	width: 16px;
}
	
.Bottom {
	background: url(~/images/Bottom.gif) no-repeat top;
	height: 16px;
	padding: 0 0 40px 0;
	width: 1000px;
	}

.LogInBox
{
    text-align:left;
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.LogInBox a:link, .LogInBox a:visited, .LogInBox a:active {
	color: #2E57A5;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.LogInPopupPanel
{
    display: none;
    width: 200px;
	height: 100px;
	background: #E8E8E8;
    border-top: solid 1px #e8e8e8;
    border-right: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;
    border-bottom: solid 1px #b8b8b8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 8px #CCC;
    -webkit-box-shadow: 0 2px 8px #CCC;
    box-shadow: 0 2px 8px #CCC;
    z-index: 5000;
}
.loginPopup 
{
    border: 1px solid;
}
.LogInPopup
{   
    width: 200px;
	height: 100px;
	float: left;
    text-align:left;
	border-top: solid 1px #f8f8f8;
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: #f8f8f8 0px 1px;
}

.LogInPopup a:hover, .LogInPopup a:visited:hover {
	color: #112E5E;
	text-decoration: underline;
}
.LogInPopup th {
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	width: 173px;
}
.LogInPopup a:link, .LogInPopup a:visited, .LogInPopup a:active {
	color: #2E57A5;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

.LogInPopup a:hover, .LogInPopup a:visited:hover {
	color: #112E5E;
	text-decoration: underline;
}
.CredTop
{
	background: #E8E8E8 url(~/images/InfoTop.gif) no-repeat top;
	border-bottom: 1px solid #C4C4C4;
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 0;
	padding: 10px 8px;
	text-shadow: 0px 1px #FAFAFA;
}


.CredBottom {
	background: #E8E8E8 url(~/images/BottomCorners.gif) no-repeat bottom;
	height: 10px;
	width: 173px;
	}





.PartnerProductCountTable
{
    text-align:left;
	background: #E8E8E8;
	/*border-top: dotted 1px #C5C5C5;*/
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 12px;
	margin: 0;
	width: 173px;
}
.PartnerProductCountTable td
{
    /*border-bottom: dotted 1px #C5C5C5;*/
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #D6D6D6;
    padding: 2px 8px 2px 8px;
    text-shadow: 0px 1px #FAFAFA;
}

/* Styles for the Content */
.ContentText {
	background: none;
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
}
.Content {
	text-align: left;
	color: #454545;
	background-color: #FFFFFF;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-weight: normal; 
	margin: 0; 
	padding: 13px 0 20px;
	/*width: 811px;*/
	/*width: 791px;*/
	vertical-align: text-top;
}
.Content-right 
{
    background: #FFFFFF url(~/images/ContentBack.gif) right repeat-y;
    width: 40px;
}	
.Content p {
	margin: 10px 0 0 0; 
	padding: 0; 
}

.Content select
{
    border: 1px solid #999999;
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px;
    padding: 1px;
}


.Content a:link, .Content a:visited, .Content a:active,
.DetailFormTable a:link, .DetailFormTable a:visited, .DetailFormTable a:active {  
	color: #6666ff; 
	font-weight: normal; 
	text-decoration: underline; 
	}

.Content a:hover, .Content a:visited:hover,
.DetailFormTable a:hover, .DetailFormTable a:visited:hover { 
	color: #3333cc;
	font-weight: normal; 
	text-decoration: none; 
	}

.smallText { 
	color: #999999;
	font-size: 10px; 
	font-weight: normal;  
	margin-left: 0px;
	margin-top: 10px;
	}
.disclaimerText
{
    color: #515151;
	font-size: 10px; 
	font-weight: normal;  
	margin-left: 0px;
	margin-top: 10px;
	padding-top: 10px; 
	border-top: dotted 1px #CCCCCC;
}
.BodyHeader {
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	}
.FAQ_Table { 
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

/*.FAQ_Table td {
	padding: 0;
	margin: 0;
}*/

.FAQ_Table p {
	padding: 10px 0 0 0;
	margin: 0;
}

.FAQ_Table ul, .FAQ_Table ol {
	padding: 10px 0 0 35px;
	margin: 0;
}

.Q {
	border-top: dotted 1px #CCCCCC;
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0 0 0;
	vertical-align: top;
}

.a {
	font-family: helvetica, arial, "trebuchet ms", sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 20px 0;
	vertical-align: top;
}





/* Left Nav Styles */

.LeftNav {
	background: none;  
	list-style: none;
	list-style-image: none; 
	margin: 0 0 20px 0;
	position: relative;
	left: 16px;
	padding: 0;
	width: 173px;
}

.LeftNavTop {
	background: #E8E8E8 url(~/images/InfoTop.gif) no-repeat top;
	border-bottom: solid 1px #C4C4C4;
	color: #454545;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 12px;
	font-weight: bold;  
	margin: 0;
	padding: 11px 0px 10px 20px;
	text-decoration: none;
}


.LeftNavTop a, .LeftNavTop a:link, .LeftNavTop a:visited
{
    text-decoration: none; 
    color: #454545;
    display: block;
    text-shadow: 0px 1px #fafafa;
}
.LeftNavTop a:hover
{
    text-decoration: underline;
}

.LeftNavTopSelected {
	background: #A8A8A8 url(~/images/InfoTopArrow.gif) no-repeat 70% 0%;
	/*border-bottom: solid 1px #909090;*/
	/*border-top: dotted 1px #C5C5C5;*/
	color: #FFFFFF;
	display: block;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-weight: bold;
	padding: 0;
	text-decoration: none; 
	text-align: left;	
	
	/*-moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;*/
}
.LeftNavLinks {
	background: #E8E8E8 url(~/images/LinkBack.gif) no-repeat top;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 12px;  
	list-style: none;
	list-style-image: none; 
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 173px;
}

.LeftNavLinksSelected {
	background: #A8A8A8 url(~/images/ButtonBackArrow.gif) no-repeat 70% 50%;
	border-bottom: solid 1px #909090;
	border-top: solid 1px #B4B4B4;
	color: #FFFFFF;
	display: block;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	text-decoration: none; 
	text-align: left;	
}


.LeftNavLinksSelected a, .LeftNavTopSelected a {
	display: block;
	border-top: 1px solid #BDBDBD;
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	text-decoration: none; 
	text-align: left;	
	text-shadow: 0px -1px #808080;
	}
.LeftNavTopSelected a {border-top: none;}

.LeftNavLinksSelected a:link, .LeftNavLinksSelected a:visited, .LeftNavTopSelected a:link, .LeftNavTopSelected a:visited {  
	color: #FFFFFF;
	}

.LeftNavLinksSelected a:hover, .LeftNavLinksSelected a:active, .LeftNavTopSelected a:hover, .LeftNavTopSelected a:active {  
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.LeftNavLinksDoubleSelected {
	background: #A8A8A8 url(~/images/ButtonBackArrow.gif) no-repeat 70% 50%;
	border-bottom: solid 1px #909090;
	/*border-top: dotted 1px #C5C5C5;*/
	color: #FFFFFF;
	display: block;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	text-decoration: none; 
	text-align: left;	
	}

.LeftNavLinksDoubleSelected a {
	display: block;
	border-top: 1px solid #DDD;
	font-weight: bold;
	text-decoration: none; 
	text-align: left;	
	padding: 11px 10px 10px 20px;
	}

.LeftNavLinksDoubleSelected a:link, .LeftNavLinksDoubleSelected a:visited {  
	color: #FFFFFF;
	}

.LeftNavLinksDoubleSelected a:hover, .LeftNavLinksDoubleSelected a:active {  
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.LeftNavLinks a,
.LeftNavLinks a:link,
.LeftNavLinks a:visited,
.LeftNavLinks div {
	border-top: solid 1px #F2F2F2;
	border-bottom: solid 1px #CFCFCF;
	/*border-top: dotted 1px #C5C5C5;*/
	display: block;
	font-weight: bold;
	padding: 11px 10px 10px 20px;
	text-decoration: none; 
	text-align: left;	
	background: url(~/images/Blank.gif) no-repeat; 
	color: #454545;
	text-shadow: 0px 1px #fafafa;
	}

.LeftNavLinks a:hover, .LeftNavLinks a:active {  
	background: #D8D8D8 url(~/images/LinkBackOver.gif) no-repeat top; 
	border-top: solid 1px #E5E5E5;
	border-bottom: solid 1px #B8B8B8;
	color: #454545;
	text-shadow: 0px 1px #eaeaea;
	}
	
.LeftNavLinks a#DoubleLine:hover, .LeftNavLinks a#DoubleLine:active {  
	background: #CCCCCC; 
	color: #333333;
	}
	

.SubHeader {
	background: #F4F4F4;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 12px;
	font-weight: normal;  
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 173px;
}

.SubHeader a {
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #E5E5E5;
	/*border-top: dotted 1px #D5D5D5;*/
	display: block;
	font-weight: normal;
	padding: 11px 10px 10px 20px;
	text-decoration: none; 
	text-align: left;	
	text-shadow: 0px 1px #fff;
	}

.SubHeader a:link, .SubHeader a:visited {  
	background: #F4F4F4 url(~/images/Blank.gif) no-repeat; 
	color: #666666;
	}

.SubHeader a:hover, .SubHeader a:active {  
	background: #EEE url(~/images/SubHeaderOver.gif) no-repeat top; 
	color: #454545;
	border-top: solid 1px #F2F2F2;
	}
	
.SubHeaderBottom a
{
    border-bottom: solid 1px #DEDEDE;
}
	

.Admin
{
	color: Maroon ;
}

.Admin a:link, a:visited
{
	color: Maroon ;
}

.AdminTop {
	background: #E8E8E8 url(~/images/TopCorners.gif) no-repeat top; 
	border-bottom: 1px solid #DADADA;
	height: 16px;
	font-size: 5px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.AdminBottom {
	background: #E8E8E8 url(~/images/BottomCorners.gif) no-repeat bottom;
	border-top: dotted 1px #EEE;
	height: 16px;
	font-size: 5px;
	margin: 0 0 15px 0;
	padding: 0;
	text-decoration: none;
}
	
.SubLinks {
	background: #F4F4F4;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 12px;
	font-weight: normal;  
	list-style-type: none;
	padding: 0;
	text-decoration: none;
	width: 173px;
}

.SubLinksSelected {
	background: #f4f4f4 url(~/images/SubLinkArrow.gif) repeat-x -10px 0;
	color: #808080;
	display: block;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	text-decoration: none; 
	text-align: left;	
	}
	
.SubLinksSelected a {
	display: block;
	font-weight: bold;
	text-decoration: none; 
	text-align: left;	
	padding: 7px 10px 7px 35px;
	text-shadow: 0px 1px #fafafa;
	}

.SubLinksSelected a:link, .SubLinksSelected a:visited {  
	background: url(~/images/Blank.gif) no-repeat; 
	color: #808080;
	}

.SubLinksSelected a:hover, .SubLinksSelected a:active {  
	color: #808080;
	text-decoration: underline;
	}

.SubLinks a {
	display: block;
	font-weight: normal;
	padding: 7px 10px 7px 30px;
	text-decoration: none; 
	text-align: left;	
	text-shadow: 0px 1px #fff;
	}

.SubLinks a:link, .SubLinks a:visited {  
	background: url(~/images/Blank.gif) no-repeat; 
	color: #808080;
	}

.SubLinks a:hover, .SubLinks a:active {  
	background: #E8E8E8; 
	color: #808080;
	}
.SubLinksBottom
{
    padding-bottom: 7px;
    border-bottom: 1px solid #DDD;
}
.SubLinksBottom a
{
    padding-bottom: 6px;
    
}
	
.NavBottom {
	background: #E8E8E8 url(~/images/BottomCorners.gif) no-repeat bottom;
	border-top: solid 1px #EEE;
	/*border-top: dotted 1px #C5C5C5;*/
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: 16px;
}
.NavBottom div
{
    font-size: 1px;
    line-height: 1px;
}
	





	

.attending {
	border: 1px solid #CCCCCC; 
	}

.attending td {
	padding: 5px 0 5px 10px;
	border-top: 1px dotted #CCCCCC;
	}

.attending th {
	background: #eaeaea;
	padding: 5px 0 5px 10px;
	}

.ProductInfo {
	border-left: none;
	border-right: none;
	color: #454545;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 260px;
	/*visibility: hidden;*/
	position: absolute;
}
	
.ProductInfo tr {
	margin: 0;
	padding: 0;
	width: 260px;
}

.ProductInfo td {
	background: #E8E8E8;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
	border-collapse: separate;
}

.ProductInfo_Border_Right {
	background: url(~/images/Arrow-Right-Shadow.gif) no-repeat 0 -60px;
	width: 20px;
}

.ProductInfo_Border_Left {
	background: url(~/images/Arrow-Left-Shadow.gif) no-repeat 0 -10px;
	width: 10px;
}

.ProductInfo_Left {
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	text-align: left;
	width: 180px;
}

.ProductInfo_Right {
	margin: 0;
	padding: 10px 10px 10px 0;
	text-align: right;
	width: 50px;
}

.HoverCell 
{
	background: #FAFAFA url(~/images/ProductHover.gif) repeat-x;
	padding: 10px 5px 10px 15px;
	border-bottom: dotted 1px #CCCCCC;
	font-weight: bold;
}


/* Stuff for ajax control extenders */

.modalPopup_old {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px; 
}

.popupControl {
    background-color:#dddddd;
    position:absolute;
    visibility:hidden;
    }

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:0;
	width: 500px;
}
.modalBackground 
{
    background-color:#333333;
    filter:alpha(opacity=70);
	opacity:0.7;
}

/* Stuff for uploads */

.FileUploadCell1
{
	width: 300px;
}

.FileUploadCell2
{
	width: 600px;
}

.FileUploadField
{
	width: 400px;
}
.Validation_Failure 
{
	font-size: 9pt;
	font-weight: normal;
	color: red;
	margin-left: 0;
	padding-left: 0;
}
.Notification
{
    font-size: 9pt;
	font-weight: bold;
	color:Navy;
	margin-left: 0;
	padding-left: 0;
}
.ProductNotesRow
{
	border-bottom: solid 2px black;
}

.ReportTable table
{

	border-width: 1px;	
	width: 400px;
}
.ReportTable th
{
	background: #777777;
}
.ReportTable tr
{
		border-bottom: solid 2px #000000;
}
.ReportTable td
{
	padding-left: 5px;
}

/*.SideBar {
	text-align: left;
	background: #FFFFFF;
	margin: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
	width: 173px;
	height: 100%;
	}*/

.GreyBox
{
    padding:10px;
    background-color:#dddddd; 
    border: 2px solid;
    margin: 6px 10px 6px 2px;
	text-align: left;
	width: 100%;

}



.BulletArrow
{
    margin-left: 8px;
    padding-left: 0;
    list-style: none;
}

.BulletArrow li
{
    background-image: url('~/images/bullet-arrow-right.gif');
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 10px;
}

.pdfLinks:link {
	color: #333333;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: underline; 
	}

.pdfLinks:hover {
	color: #333333;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: underline; 
	}

.pdfLinks:active {
	color: #333333;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: underline; 
	}

.pdfLinks:visited {
	color: #333333;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: underline; 
	}

.pdfLinks:visited:hover {
	color: #333333;
	font-family: helvetica, arial, "trebuchet ms", sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: underline; 
	}
.RightFloat
{
    padding:4px;
    overflow:hidden;
}

.LeftFloat
{
    float:left;
}

.greencheck {
    background: url('~/images/green-check.gif') no-repeat 0 1px; 
    padding-bottom: 4px; 
    padding-top:2px;
    padding-left: 22px; 
    font-weight: normal; 
}

.tabNav_old td 
{
    color: #ffffff;
}
.tabNav td
{
    line-height: 14px;
    padding:17px 0 9px;
    text-align: center;
    width: 147px;
    font-size: 14px;
    margin:0;
    color: #ffffff;

}
.tabNav td.selected
{
    background: url('~/images/tab-on.gif') no-repeat top left;
    color: #ffffff;
}
.tabNav td.unselected
{
    background: url('~/images/tab-off.gif') no-repeat top left;
}
.tabNav td.selected span a,
.tabNav td.selected span a:hover,
.tabNav td.selected span a:visited
{
    color: #ffffff;
    font-weight:bold;
}
.tabNav td.unselected a:link,
.tabNav td.unselected a:visited,
.tabNav td.unselected a:active
{
    color: #ffffff;
    text-decoration: none;    
}
.tabNav td.unselected a:hover
{
    text-decoration: underline;
     color: #ffffff;
}


.tabNav-header
{
    background: url('~/images/tabnav-header.gif') no-repeat;
    width: 100%;
    height: 24px;
    padding: 11px 0 0 10px;
    font-weight: bold;
    color: Black;
}
.tabNav-header-text 
{
    line-height: 12px;
    
}
.tabNav-header a:link, .tabNav-header a:visited 
{
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    color: Gray;
    
}
.pdfviewer {height:86%; width:90%; background-color: #ffffff; padding-top:30px; top: 20px; }

.defaultpopup {background-color: #ffffff; }
.new-version {height:360px; width:600px; background-color:#ffffff; }

/* Overlay */
#simplemodal-overlay {background:#464646 url('~/images/7px_dark_diagonal_stripe.gif'); cursor:wait;}

/* Container */

/*#simplemodal-container {background-color:#ffffff; border:4px solid #444; padding:12px;}*/
#simplemodal-container 
{
    background-color:#ffffff; 
    border:3px solid #bbb; 
    margin: 24px 0 0 0;
    padding: 12px;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
    -moz-box-shadow: 0 7px 18px #444; 
    -webkit-box-shadow: 0 7px 18px #444; 
    box-shadow: 0 7px 18px #444;
}
#simplemodal-container .simplemodal-wrap { background-color: #fff; padding: 0; }
#simplemodal-container .simplemodal-data { z-index: 4200; background-color: #fff;}
#simplemodal-container a.modalCloseImg 
{
    /*background: url(~/images/simplemodal/x.png) no-repeat; */
    background: #fff url(~/images/icons/close-large.gif) no-repeat 5px 2px; 
    /*width:25px;*/
    width: 70px;
    /*height:29px;*/
    height: 23px;
    border:3px solid #bbb;
    border-bottom: none;
    display:inline;
    z-index:-1000;
    position:absolute;
    /*top:-15px;
    right:-16px;*/
    top:-26px;
    right:-3px;
    cursor:pointer;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    }

.tooltip { background-color: #fff; border: 3px solid #999; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; display: none; font-size: 11px; padding: 0; width: 200px; }
.tooltip .tooltip_header { background-color: #999; display: block; font-weight: bold; padding: 5px 5px 5px 10px; }
.tooltip .tooltip_content { padding: 2px 5px 0px 10px; position: relative; top: 5px; }
.tooltip .tooltip_bottom_arrow { background: transparent url('~/images/tooltip_bottom_arrow.gif') no-repeat 0 0; display: block; float: right; height: 13px; position: relative; left: -21px; top: 13px; width: 19px; }




.criteria-item-row input[type=text] 
{
    width: 40px;
}
.form-table-clear-row td 
{
    border-bottom: 0 !important;
}

.form-table-display table
{
    background: #FAFAFA;
    width: 100%;
    border: 1px solid #999;
}
.form-table-display table th,
.form-table-edit table th
{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #888;
    text-shadow: 0px -1px #888;
}
.form-table-display table th.HeaderLeft,
.form-table-display table th.DataListHeaderRight,
.form-table-edit table th.DataListHeaderLeft,
.form-table-edit table th.DataListHeaderRight
{
    background-position: center top;
}
.form-table-display table td
{
    border-bottom: 1px solid #DDD;
}
.form-table-display table th,
.form-table-display table td,
.form-table-edit table th,
.form-table-edit table td
{
    padding: 4px 10px;
}

.form-table-edit table
{
    background: #ffffcc;
    width: 100%;
    border: 1px solid #999;
}
.form-table-edit table td
{
    border-top: 1px solid #fdfdec;
    border-bottom: 1px solid #dfe0ae;
}

/* some stuff copied from master.cs */

a.icon {
    float: left;

    /* width and height of your weather icons */
    width: 80px;
    height: 80px;

    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 10px;
    margin-top: 12px;
    border: hidden 2px;
}


a:hover.icon 
{
   background-position: -2px -2px;
   margin-top: 10px;
}
a.selected
{
    border: solid 2px black;
}
.chk_bollard {
    background-image: url(~/images/products/bollard.gif);
}

.chk_ceiling {
    background-image: url(~/images/products/ceiling_lights_diffusers.gif);
}
.chk_outdoor_decorative {
    background-image: url(~/images/products/outdoor_decorative_lights.gif);
}
.chk_outdoor_pathway {
    background-image: url(~/images/products/outdoor_pathway_lights.gif);
}

.small_info_callout 
{
    float: right;
    width: 300px;
    margin: 0 0 20px 20px;
    padding: 0;
    background: #E8E8E8 url('~/images/search_criteria_back.gif') repeat-x 0% 0%;
    border: 1px solid #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.small_info_callout h4
{
    border-top: 1px solid #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    margin: 0;
    padding: 16px 20px 0;
}

.extended_nav_top
{
   background: url('~/images/extended_nav/datagrid_uparrow.gif') no-repeat 50% 55%; width : 13px; height: 16px;
}

.DataGridPager input,
.DataGridPager img
{
    padding-top: 4px;
}


/* round corner styles */
.round_corners_all
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.round_corners_top
{
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
.round_corners_bottom
{
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.round_corners_top_left
{
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
.round_corners_top_left a,
.round_corners_top_left span
{
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}
.round_corners_top_right
{
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.round_corners_top_right a,
.round_corners_top_right span
{
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}
.round_corners_bottom_left
{
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.round_corners_bottom_right
{
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.productSearchImg
{
    float: right;
    padding-top: 8px;
    padding-right: 10px;
}
