@charset "utf-8";
@import url("/megabeeadmin/megabee_theme/includes/megabee-variables.css");
@import url("/megabeeadmin/megabee_theme/includes/carriersoft-ui-all.css");

/*general*/
body, html {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
}

img {
    border: 0;
}

a {
    color: #659833;
    text-decoration: none;
}

a:hover {
    color: #659833;
    text-decoration: underline;
}

li.feedbackInfo  {
    color:blue;
    text-align: left;
    float: left;
    list-style: none;
    background-repeat:no-repeat;
    height:34px;
}

.feedbackInfo  {
    color:blue;        
    list-style: none;
    background-repeat:no-repeat;
    height:34px;
}

#mustSaveDiv, #reprocessDiv, #pricesChangeDialogDiv, #incomplete  {
    color:red;
    text-align: left;
    list-style: none;
    background-repeat:no-repeat;
    height:34px;
}

ul  {
    padding:0;
    margin:0;
}

/*top nav*/
#logo {
    background-repeat: no-repeat;
    height: 81px;
}

#logout {
    width: 107px;
    height: 81px;
    padding-right: 10px;
}

#email {
    width: 87px;
    height: 81px;
}

/*navigation*/
#firstNavButton {
    width: 96px;
    height: 46px;
    vertical-align:top;
}

#secondNavButton {
    width: 96px;
    height: 46px;
    vertical-align:top;
}

#thirdNavButton {
    width: 96px;
    height: 46px;
    vertical-align:top;
}

#fourthNavButton {
    width: 96px;
    height: 46px;
    vertical-align:top;
}

#fifthNavButton {
    width: 100px;
    height: 46px;
    vertical-align:top;
}

#sixthNavButton {
    width: 103px;
    height: 46px;
    vertical-align:top;
}

#seventhNavButton {
    width: 85px;
    height: 46px;
    vertical-align:top;
}

#navRepeatingStrip {
    background-repeat: repeat-x;
    height: 46px;
    width:99%;
}

#quoteAndOrderText {
    color: white;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100px;
    background-repeat: repeat-x;
    padding-top: 14px;
    vertical-align:top;
}

#inputBox {
    background-image: url(/megabeeadmin/megabee_theme_common/images/nav_repeating_strip.jpg);
    background-repeat: repeat-x;
    width: 142px;
    height: 22px;
    font-weight: bold;
    color: white;
    font-size: 10pt;
    vertical-align: top;
}

#magnifyingImageBackground {
    background-repeat:repeat-x;
    height:46px;
}

#magnifyingGlassImage  {
    padding-bottom:17px;
    padding-left:10px;
}

#rightEndNav {
    width: 49px;
    height: 46px;
    padding-right: 10px;
    background-repeat: no-repeat;
    padding-bottom:16px;
}

/*mainPage*/
#mainPage {
    width: 827px;
    padding-right: 10px;
}

#leftText {
    text-align: left;
    color: #303030;
}

#mainPageTable {
    padding-bottom: 10px;
}

table.dataTable {
    border: 0;
    padding: 2px;
    width: 100%
}

table.dataTable tr {
    padding: 2px;
    cursor: pointer;
}

tr.genericTableEven {
    background-color: white;
}

tr.genericTableOdd {
    background-color: #e9f3fd;
}

tr.mouseOverRow {
    background-color: lightsteelblue;
}

tr.genericTableHeader {
	background-color: #525252;
	padding: 2px;
    font-weight:bold;
    color:white;
}

.genericTableHeader td {
    padding-left:10px;
    padding-top:2px;
}

.genericTableOdd  Td {
    padding-left: 10px;
}

.genericTableEven  Td {
    padding-left: 10px;
}

.leftNavNumber  {
    float:right;
    color:#4d4c4c;
}

.leftColumn  {
    padding-right:50px;
    font-weight:bold;
}

.vehicleHeader  {
    font-weight:bold;
    text-align:center;
    background-color:#525252;
    color:white;
}

.requiredField  {
    vertical-align:bottom;
    color:blue;
    margin:0;
    padding:0;
    clear:both;
}

.greenButtons  {
    cursor: pointer;
}

.miniEditorButton {
	cursor:pointer;
}

div.vehicle {
	float:left;
	width:400px;
}

.categoryName  {
    font-weight:bold;
    padding-top:5px;
}

.smallLeftColumn  {
    font-weight:bold;
}


/*footer*/
#bug {
    padding-right: 3px;
}

#helpLink {
    width: 125px;
    padding-left: 0;
    margin-left: 0;
    padding-right: 10px;
}

#footerTable {
    font-size: 12px;
}

/*no section*/
#filterDiv {
	min-width: 980px;
}

/* notification bee stuff */
div.notificationMessage {
    margin-bottom: 20px;
    margin-left: 30px;
}

div.notificationMessage h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

div.notificationMessage p {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.notificationMessage div.messageDate {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

table#infoMessage {
    width: 100%;
    text-align: center;
    background-color:#e2f1f8;
    border:2px solid blue;
    padding-top:5px; 
    padding-left:5px;
    padding-right:5px;
}

table#errorMessage {
    width: 100%;
    text-align: center;
    background-color:#ffecea;
    border:2px solid red;
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
}

a.quoteHeader:hover, .quoteHeader  {
    font-weight: bold;
    font-size:20px;
    color:#285485;
    margin-top:30px;
    text-decoration: none;
}


.smallLeftColumn2  {
    font-weight: bold;
    padding-right: 25px;
}