/*  GENERIC STYLES FOR WHOLE DOC  */

.clear{
	clear:both;
}

.green{
	color:#00A90F;
	}

ul {
	margin:0;
	padding:0;
	}

form {
	margin:0;
	padding:0;
	}


input[type='checkbox'],input.checkbox  {
	margin-right:6px;
	margin-bottom:6px;
	}
	
input[type='radio'],input.radio  {
	margin-right:6px;
	margin-bottom:6px;
	}
	
.spacey {
	margin-top:30px;
	}
	
	
.icon {
	border:0;
	vertical-align:text-bottom;
	}

.performanceGrid td{
	padding:0;
	}
	
.hidden {
	display:none;
	}

/* Error handling for php pages */
.errors {
	color:#444444;
	border:1px solid #ff0000;
	background-color:#ffcccc;
	padding:3px;
	}
	
.successes {
	color:#444444;
	border:1px solid #d1dd95;
	background-color:#ebf1cb;
	padding:3px;
	}


/* Jquery validation error class */	
.error {
	color: red;
	}

.headerRow {
	padding:10px;
	font-weight:bold;
	text-indent:20px;
	border-bottom:1px solid #cccccc;
	}
	
.contentRow {
	border-bottom:1px solid #cccccc; 
	cursor:pointer;
	margin:0;
	padding:0;
	}

.contentRow li {
	padding:5px; 
	list-style:none;
	}
	
.contentRow li:hover {
	background:#e3e2e2;
	}


.productListEdit {
	float:right;
	margin:20px 10px 0 0;
	}

		
.container770x400 {
	/*width: 730px;*/
	min-height: 400px;
	border:1px solid #cccccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	}

.container770x400 p{
	margin:10px 0;
	}

.container770x400 li{
	font-size:.8em;
	padding:7px;
	margin:0;
	}

.container700 {
	width:800px;
	min-height: 400px;
	border:1px solid #cccccc;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	}

.container700 p{
	margin:10px 0;
	}

.container700 li{
	font-size:.8em;
	/*padding:7px;  --- removed b/c of wysiwyg editor conflict*/
	}

	
.container210x400 {
	width:210px;
	max-height:400px;
	border-right:1px solid #cccccc;
	float:left;
	}
	
.container560x400 {
	width:560px;
	height:400px;
	float:left;
	padding:20px;
	}
	
.container865x500 {
	/*min-height:500px;*/
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin:auto auto;
	display:none;
	} 
	
.grayBox{
	background-color:#F7F7F7;
	border:1px solid #cccccc;
	width: 370px;
	}
	
.disclaimerText {
	font-size:.8em;
	}

/* INPUT STYLES  */
.textbox {
	/*margin-bottom:15px;*/
	}
	
.textboxWide {
	width:270px;
	}
	
.textboxSmall {
	width:50px;
	}

.noStyleButton {
	background:none;
    border:0;
    cursor:pointer;
    }
   
    
.inputItem {
	margin-bottom:15px;
	}

.button {
	margin-top:25px;
	}
	
.inputSection {
	width:200px; 
	float:left;
	margin:20px 0px 0px 20px;
	}
	
.inputSectionMedSmall {
	width:220px; 
	float:left;
	margin:20px 0px 0px 20px;
	}
	
.inputSectionMed {
	width:270px; 
	float:left;
	margin:20px 0px 0px 40px;
	}
	
.inputSectionWide {
	width:350px; 
	float:left;
	margin:20px 0px 0px 40px;
	}
	
	
	
.inputSectionWider {
	width:650px; 
	float:left;
	margin:20px 0px 0px 40px;
	}
	
.note {
	width:200px;
	border:2px dashed #cccccc;
	padding:5px 10px;
	font-size:.8em;
	line-height:1.4em;
	}
/*  END INPUT STYLES  */

/* Loading Div in  bottom right corner  */
#loadingWheel {
	position:absolute;
	bottom:10px;
	right:10px;
	border:1px solid #BAC5FF;
	color:#444444;
	opacity:0.0;
	filter:alpha(opacity=0);
	padding:5px 10px 5px 10px;
	display:inline-table;
	}
	
#loadingWheel span{
	position: relative;
	top:-5px; 
	left:4px;
	}
	
.success {
	margin-top:20px; 
	border:1px solid #74F019; 
	padding:10px; 
	background:#DEF8CA;
	display:none;
	}

.fail {
	margin-top:20px; 
	border:1px solid #c94242; 
	padding:10px; 
	background:#F8E5E5;
	display:none;
	}
	
	
.exampleDark {
	color:#666666;
	font-size:.8em;
	}

/*  END GENERIC STYLES  */


#ptTimeSelectCntr a:link, #ptTimeSelectCntr a:visited{
	color:#444444;
	text-decoration:none;
	}



.editor {
	width:350px;
	height:260px;
	}


/*  START LEAD DISPLAY PAGE  */

.leadTables td {
	border:1px solid #cccccc;
	}
	
.leadTables tr {
	cursor:pointer;
	}

#leadCenter a{
	font-size:.8em;
	}
	
#leadCenter p{
	margin-left:10px;
	}

.leadName {
    padding-left: 15px;
    width: 30%;
}
.leadAge {
    text-align: center;
    width: 10%;
}
.leadSource {
    text-align: center;
    width: 30%;
}
.leadAssign {
    text-align: center;
    width: 30%;
}	
	
.leadCenter{
	width:210px;
	text-align:left;
	font-size:.9em;
	cursor:pointer;
	}
	
.leadCenterDiv {
	display:none;
	border:1px solid #cccccc; 
	margin:auto auto;
	padding:5px;
	}
	
table {
	border-collapse:collapse;
	margin:auto auto;
	}
	
td {
	/*border:1px solid #cccccc;  <-- this needs to be childed to the lead mngt system and maybe some other stuff   */
	padding:5px;
	}

.leadTable {
	width:100%;
	}
	
.leadName {
	min-width:200px;
	padding-left:15px;
	}
	
.leadAge {
	min-width:100px;
	text-align:center;
	}
	
.leadSource {
	min-width:150px;
	text-align:center;
	}

.leadReason {
	min-width:150px;
	text-align:center;
	}
	
.leadAssign {
	min-width:200px;
	text-align:center;
	}

.lead_dropdown{
	max-width:200px;
}

.historyCol1 {
	width:150px;
	text-align:left;
	}
	
.historyCol2 {
	width:200px;
	padding-left:15px;
	}
	
.historyCol2 {
	width:200px;
	padding-left:15px;
	}
	
.historyCol3 {
	width:100px;
	text-align:center;
	}
	

	
.tableHeader {
	color:#1969BC;
	}


/*  END LOCATION TAB AND DIV STYLES  */



/*  Lead Search  */

.searchFieldset {
	border:1px solid #cccccc;
	margin:10px;
	width:180px;
	float:left;
	}
	
.searchFieldset legend {
	font-size:.8em;
	font-weight:bold;
	}
	
	
	
/*  begin add/edit boat section specifics  */


	
.skinny {
 	margin:0;	
	}
	
.skinny td {
	border:0;
	padding:3px;
	}
	

fieldset {
	padding:10px;
	}

.fieldset170 {
	border:1px solid #cccccc;
	margin:10px 0 0 0;
	padding:20px;
	/*width:170px;*/
	}
	
.fieldset170 legend {
	font-size:.8em;
	font-weight:bold;
	}
	
.exampleText {
	font-size:.8em;
	}
	
#pwc, #power, #sail, #smallBoats, #boatType {
	display:none;
	}
	
	
/* Image Upload divs */

.uploadBox {
	margin:20px auto 20px auto; 
	width:400px; 
	text-align:center; 
	border:2px dashed #444444; 
	padding-bottom:20px;
	padding:40px;
	}
	
#uploadContent td {
	border:1px solid #cccccc;
	}

.center {
	text-align:center;
	}

.leftContainerIU {
	padding:20px 10px 15px 20px; 
	width:185px;
	}
	
.leftContainerIU img {
	border:1px solid #cccccc;
	width:180px;
	}
	
.rightContainerIU {
	width:350px; 
	margin-left:15px;
	}
	
.tableIU {
	width:600px; 
	margin-bottom:20px;
	}
	
.topTd {
	vertical-align:top;
	}

/* end Image Upload divs */



/* Start of Block List styles */
/* Intended to display small blocks of selections kinda button style or menu style */
.blockList{
	width:183px;
	float:left;
	padding:0;
	}

.blockList h3{
	text-align:center;
	}

.blockList li{
	list-style:none;
	text-align:center;
	font-size:.8em;
	border:1px solid #cccccc;
	padding:10px;
	}
	
.blockList ul{
	margin-top:0;
	padding:0;
	}
	
.blockList li:hover{
	background:#F0F0F0;
	color:#227BBF;
	cursor:pointer;
	}







#rsm_yearly_numbers
{
	width:930px;
	height:136px;
	margin-left:20px;
	overflow:hidden;
}
#rsm_yearly_numbers .row
{
	width:970px;
	height:25px;
	margin:2px 0px;
}
#rsm_yearly_numbers .heading
{
	color:#000;
}
#rsm_yearly_numbers .orders_row
{
	color:#00F;
}
#rsm_yearly_numbers .forecasts_row
{
	color:#4D7E39;
	background:#D9D3B8;
}
#rsm_yearly_numbers .remaining_row
{
	border-top:1px solid #333;
	color:#E53A2A;
}
#rsm_yearly_numbers .col
{
	width:60px;
	height:17px;
	padding-top:3px;
	float:left;
	text-align:center;
}



/*  style for admin toolbar  */

#admin_toolbar {
	/*background-image: url(http://www.rustydealer.net/images_app/style_elements/admin_bar_bkg.png);*/
	/*background-repeat:repeat-x;*/
	height:83px;
	width:100%;
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:1000;
	background-color:rgba(0, 0, 0, 0.8);
	}

.admin_toolbar_div_holder hr {
	margin:0;
	}


#admin_toolbar_upper{
	color:#b0b0ad;
	font-size:15px;
	}

#admin_toolbar_upper .admin_bar_links_top a:link {
	text-decoration:none;
	color:#b0b0ad;
	padding:5px;
	border:1px solid none;
	}

#admin_toolbar_upper .admin_bar_links_top a:visited{
	text-decoration:none;
	color:#b0b0ad; 
	padding:5px 7px;
	}

#admin_toolbar_upper .admin_bar_links_top a:hover{
	color:#cccccc;
	background-color:#616161;
	}

#admin_toolbar_lower{
	color:#444444;
	font-size:17px;
	}

#admin_toolbar_lower a{
	padding:0 5px;
	}

#admin_toolbar_lower a:link {
	text-decoration:none;
	color:#444444;
	border:1px solid none;
	}

#admin_toolbar_lower a:visited{
	text-decoration:none;
	color:#444444; 
	}

#admin_toolbar_lower a:hover{
	color:#333333;
	background-color:#bdbcb7;
	}



.admin_toolbar_panel{
	position:fixed;
	z-index:999;
	bottom:80px;
	background-image: url(http://www.rustydealer.net/images_app/style_elements/transparent-bg-90.png);
	background-repeat: repeat;
	border:1px solid #6F6F6F;
	display:none;
	}

/* admin toolbar menu panels */
.admin_toolbar_div_holder ul{
	list-style:none;
	/*margin-left:15px;*/
}
.admin_toolbar_div_holder td{
	vertical-align:top;
	padding:10px;
}
.admin_toolbar_div_holder li{
	padding:4px 0;
}



/*   end of admin toolbar   */  

.adminOptionTeaserDiv {
	position:absolute;
	/*bottom:-10px;
	left:-11px;*/
	bottom:0px;
	left:0px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:4px 8px;
	font-size:.8em;
	background-repeat:repeat;
	}

.adminOptionPreview {	
	width:80px;
	border:3px solid #444444;
	float:left;
	}
	
.optionGroupContainer {
	margin-top:20px;
	}
	
.optionGroupContainer legend {
	font-size:1.5em;
	font-weight:bold;
	}
	
.optionToggle {
	position:absolute;
	top:-12px;
	right:0;
	font-size:.8em;
	}

/* option fildset list */
.oFL {
	margin-bottom:20px;
	position:relative;
	}

.oFL legend {
	font-size:.9em;
	color:#1969BC;
	}
	
/* option tease divider */
.oTD {
	color:#cccccc;
	margin:0 5px;
	}

/* option description paragraph */
.oD {
	font-size:.8em;
	line-height:1.4em;
	margin:0;
	}
	
.optionInfo {
	margin-bottom:10px;
	width:100%;
	}
	
.optionInfo td {
	vertical-align:top;
	}
	
.optionForm {
	display:none;
	width:100%;
	}
	
.optionForm td {
	vertical-align:top;
	padding-left:20px;
	}
	
.optionRules {
	padding:4px;
	margin-bottom:15px;
	}
	
.optionRules legend {
	font-size:.8em;
	color:#4E4E4E;
	}
	
.optionRules p {
	font-size:.8em;
	line-height:1.4em;
	margin:0 0 0 4px;
	}
	
.optionButtonGroup {
	position:absolute;
	bottom:-5px;
	right:20px;
	}
	
.blueLinks a:link {
	text-decoration:none;
	color:#1969BC; 
	}

.blueLinks a:visited{
	text-decoration:none;
	color:#1969BC; 

	}

.blueLinks a:hover{
	color:#1969BC;
	}

/*  end options in edit inventory */


/* Product Page Grid*/
.product_grid_box
{
	margin-bottom:30px;
	width:246px;
	height:225px;
	margin-left:12px;
	margin-right:12px;
	float:left;
	/*background-color:#ECEBDB;*/
}
.product_grid_box .product_grid_image
{
	width:246px;
	height:135px;
	margin:0;
	padding:0;
}

.product_grid_box .product_grid_image td
{
	vertical-align:middle;
	height:100px;
	text-align:center;
	margin:0;
	padding:0;
	/*border-bottom:1px solid #cccccc;*/
}


.product_grid_box .product_grid_image img
{
	max-width:236px;
	max-height:135px;
}
.product_grid_box .line_text
{
	height:30px;
}
.product_grid_box .line_text .model_name
{
	color:#404040;
	font-size:1.em;
}
.product_grid_box .line_text .link
{
	width:40px;
	margin-left:10px;
	margin-right:10px;
/*	color:#404040;
*/	font-size:15px;
	margin-top:5px;
}
.product_grid_box .line_text .view_link
{
	text-align:left;
}
.product_grid_box .line_text .build_link
{
	text-align:right;
}



.admin_page{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;	
}

.opaque_button {
    opacity: .7;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	}
	
.opaque_button:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
} 

.user_selector{
	padding:6px;
	cursor:pointer;	
}

table.tablesorter thead tr .headerSortDown {
    background-image: url("http://img.benningtonpreview.com/images/icons/desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #f3f3f3;
}table.tablesorter {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-family: arial;
    font-size: 0.9em;
    margin: 10px 0 15px;
    text-align: left;
    width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
    font-size: 1em;
    padding: 15px;
}
table.tablesorter thead tr .sortable_table_header {
    background-image: url("http://img.benningtonpreview.com/images/icons/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
table.tablesorter tbody td {
    background-color: #ffffff;
    font-size: 0.9em;
    padding: 15px 7px;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color: #f3f3f3;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url("http://img.benningtonpreview.com/images/icons/asc.gif");
}

.admin_content {
	padding:20px;
}