/* motorcyclepit.com*/

BODY {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

select{
	font-family:tahoma;
	font-size: 11px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #cccccc;
}

.button{
	font-family:MS Sans Serif ;
	font-size: 11px;
	padding: 1px;
	font-style: normal;
	font-weight: bold ;
	text-align: center;
	color:#990000;
	vertical-align:middle;
	letter-spacing:1pt;
	width:60px;
}
.bodytext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal ;
	color:#000000;
}
.button2{
	font-family:MS Sans Serif ;
	font-size: 11px;
	padding: 1px;
	font-style: normal;
	font-weight: bold ;
	text-align: center;
	color:#990000;
	vertical-align:middle;
	letter-spacing:1pt;
	width:120px;
}

/* Login box area classes */
.Login {
	height: 180px;
	width: 180px;
	padding: 2px;
	border: 1px solid #cfcfcf;
	font-size: 11px;
	font-family: Tahoma;
}

 .lgnHead {
	font-family: Tahoma;
	font-size:11px;
	font-weight: bold;
	padding: 2px;
	color: #666666;
	border: 1px solid #cfcfcf;
	background-color: #f1f1f1;
}

 .lgnText {
	font-family: Tahoma;
	font-size:11px;
	font-weight: Normal;
	padding: 2px;
	color: #444444;
}

 .lgnTxtBold {
	font-family: Tahoma;
	font-size:11px;
	font-weight: Normal;
	padding: 2px;
	color: #444444;
	font-weight: bold;
}

 .lgnErr {
	font-family:Tahoma;
	font-size:11px;
	font-weight: Normal;
	padding: 1px;
	background-color: #f1f1f1;
	color: #ff0000;
	text-align: center;
}

.lgnForgotPass { /* Optional */
	font-family: Tahoma;
	font-size:11px;
	font-weight: Normal;
	padding: 2px;
	color: #444444;
}
/* End of Login Classes*/


/* Homepage Text Classes */
.textnormal { /* All normal text*/
	font-family: Tahoma;
	font-size:11px;
	font-weight: Normal;
	padding: 2px;
	color: #444444;
	text-decoration: none;	
}

.Heading1 { /* All main headings -background grey*/
	font-family: Arial;
	font-size:15px;
	font-weight: Bold;
	padding: 2px;
	text-decoration: none;	
}

.Heading2 { /* Sub headings */ 
	font-family: ;
	font-size:13px;
	font-weight: Bold;
	padding: 2px;
	text-decoration: none;	
}

.TextBold { /* All required text in bold */ 
	font-family: Tahoma;
	font-size:11px;
	font-weight: Bold;
	padding: 2px;
	color: #444444;
	text-decoration: none;	
}

.TableHead { /* General Table Header */
	font-family: Tahoma;
	font-size:11px;
	font-weight: Bold;
	padding: 3px;
	text-decoration: none;
	border-bottom: 1px solid #ECECEC;
	background-color: #f1f1f1;
}

.DataTableHead { /* Data Table Header */
	font-family: Tahoma;
	font-size:11px;
	font-weight: Bold;
	padding: 3px;
	color: #FFFFF1;
	text-decoration: none;
	background-color: #444444;
	border-bottom: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC
	text-align: center;
}

.Row1 { /* Alternate row 2 */
	font-family: Tahoma;
	font-size:11px;
	font-weight: Normal;
	padding:0 1 0 2;
	text-decoration: none;		
	background-color: #f2f2f2;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #dddddd;
	line-height: 20px;
	vertical-align: middle;
}

.Row2 { /* Alternate row 2 */
	font-family: Tahoma;
	font-size:11px;
	font-weight: Normal;
	padding:0 1 0 2;
	color: #444444;
	text-decoration: none;		
	background-color: #fffff1;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #dddddd;
	line-height: 20px;
	vertical-align: middle;
}

.SelectedRow { /* Displaying any selected row in table */
	font-family: Tahoma;
	font-size:11px;
	font-weight: Normal;
	padding:0 1 0 2;
	color: #444444;
	text-decoration: none;		
	background-color: #FFFFCC;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #dddddd;
	line-height: 20px;
	vertical-align: middle;
}

.ReqField { /* required field */
	font-family:Tahoma;
	font-size:10px;
	font-weight: Normal;
	padding: 1px;
	color: #ff0000;
}

/* Only for Asp DataGrid only */
/*end of datagrid*/


/* Navigation Classes  */
.header_top_navigation{ /*( eg ; Home&nbsp; |&nbsp;About Us }*/
	font-family:Microsoft Sans Serif;
	font-size:14px;
	color:#8F8F8F;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
}

.header_yellow_links{
	COLOR: #ffcc00;
	font-size: 11px;
	font-family: Verdana;
	font-style:normal;
	font-weight:normal;
}

.header_yellow_links_large{
	COLOR: #ffcc00;
	font-size: 11px;
	font-family: Verdana;
	font-style:normal;
	font-weight:normal;
}

.heading_link{
  COLOR: #000000;
	font-size: 12px;
	font-family:tahoma;  
	font-style:normal;
	font-weight:normal;
	}

/*A:link {
	COLOR: black; TEXT-DECORATION: none
}

A:visited {
	COLOR: black; TEXT-DECORATION: none
	}

A:hover {
	COLOR: black; TEXT-DECORATION: none
}*/

/* LEFT NAVIGATION  */

.left_heading{ /* Left panel headings - "Area of Interest" - background maroon*/
	COLOR: #ffffff;
	font-size: 12px;
	font-family: Arial;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	height:20px
}

.left_nav_links{ /* Left panel navigation links - bottom border grey, text color black*/
	COLOR: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style:normal;
	/*font-weight:bold;*/
	text-decoration:none;
	text-transform:none;
	vertical-align: middle;
}
.left_nav_links_home{ /* Left panel navigation links - bottom border grey, text color black*/
	COLOR: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	vertical-align: middle;
}

.left_nav_links_border{ /*bottom border for left pabel links*/
	border-bottom:1px solid #808080;
	height:25px;
}

/* Footer Classes */
.footertext{
	font-family:Microsoft Sans Serif;
	font-size:12px;
	color:#666666;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
}

/* Form Classes */
.form_table_border{
	border:2px solid #CCCCCC;
	COLOR: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	vertical-align: middle;
}

.form_heading{
	COLOR: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	vertical-align: middle;
	border-bottom:2px solid #999999;
	background-color:#CCCCCC;
	height:20px;
}

.form_table_headings { /* Table headings like Make, Model, etc*/
	color: #003399;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-decoration:none;
	vertical-align: middle;
	/*text-align:center;*/
}

.form_text{
	COLOR: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style:normal;
	font-weight:normal;

}

.form_text_1{
	COLOR: #000000;
	font-size: 12px;
	font-family: Arial;
	font-style:normal;
	font-weight:normal;
}

.wrap_text{
	word-wrap:break-word; /*width:200px*/
}

.wrap_text500{
	word-wrap:break-word; width:520px;
}

.input_textbox{
	FONT-SIZE: 8pt;
    color: #000000;  
	FONT-FAMILY: Arial;
	/* border:1px #999999;
   BACKGROUND-COLOR: #ffffff;
	border-style: inset;*/
}

.input_button{
}

.input_dropdown{
}


.errormsg{ /*for displaying any error message in the document */
    font-family:Tahoma;
	font-size:11px;
	font-weight: Normal;
	padding: 1px;
	color: #ff0000;
	text-align: center;
}

/* Help Classes */
.help_text{
}


.admin_border3
      {
	  border:1px solid #000000;      
      }