﻿body {
}

#table_sc
{
    border-left:solid 1px #473a4d;
    border-right:solid 1px #473a4d;
    border-top:solid 1px #473a4d;
    border-bottom:solid 1px #473a4d;
    border-collapse:collapse; 
    font-family:Verdana;
    font-size:10px;
}

#table_sc thead
{
    height:20px;
    background-color:#4f0671;
    color:#ffffff;
    text-align:left;
    font-size:12px;
    margin-left:5px;
}

#table_sc tbody
{
    background-color:#f1dafc;
    text-align:left;
    height:15px;
}

#table_sc td
{
    background-color:#f1dafc;
    text-align:left;
    height:15px;
    font-family:Arial;
    font-size:10px;
    font-variant:normal;
}

#table_sc_main
{
    padding:2px; 
}

#see_link
{
    font-family:Arial;
    font-size:10px;
    font-variant:normal;
    color:Blue;
}

#see_link a
{
    text-decoration:none;
}

#see_link a:hover
{
    text-decoration:underline;
}

#see_link a:visited
{
    color:Blue;
}




.self_table
{
}

.self_table th
{
    background-color:#390942;
    background:#390942 none none no-repeat center center; 
    font:normal normal bold 10px verdana;
    color:#faecfd; 
    height:18px;
}

.self_table a
{
    text-decoration:underline;
    color:#ffffff;
}

.self_table td
{
}

.darkbackground
{
    background-color:#4c055a;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:inherit;
}

.profile
{
    width:800px;
    text-align:inherit;
}

.profile_popup
{
    background-color:#ffffff;
    border-left:solid 1px #4c055a;
    border-right:solid 1px #4c055a;
    border-top:solid 1px #4c055a;
    border-bottom:solid 1px #4c055a;
}

.profile_popup_title
{
    text-align:left;
    height:20px;
    background:#fff700 url('../JPG/icon_headerlink.jpg') repeat-x center center;
}

.profile_popup_titleclose
{
    text-align:center;
    height:20px;
    background:#fff700 url('../JPG/icon_headerlink.jpg') repeat-x center center;
}

.profile_modalbackground
{
    background-color:#4c055a; 
    float:left;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50; 
}

.profile_header_link
{
    background-color:#af51c3;
    text-align:center;
    vertical-align:middle;
}

.profile_body
{
    height:500px;
}

.profile_menu_link
{
    font-family:Verdana;
    font-size:10px;
    color:#4c055a;
    text-decoration:none;
}

.profile_menu_link a, a:visited, a:current
{
    font-family:Verdana;
    font-size:10px;
    color:#4c055a;
    text-decoration:none;
}

.profile_menu_link a:hover
{
    text-decoration:underline; 
    font-weight:bold;   
}


/* Universal Selectors   A comment, helps us sort the CSS code. */
#header-nav { /*This is the base of the side navigation, the identity selector for it. */
    display:block; /*Gives a line-break before and after the element.*/
    width:150px; /*Keeps our #side-nav 150px in width*/
    font-family:Arial, Helvetica, sans-serif; /*Universal Font Family, it applies to anything under the #side-nav!*/
}
#header-nav h1 {
    /*Controls our header-1 tags (within #side-nav only)*/
    font-size:14px;
    padding:5px; /*5px is padded from all coordinates*/
    letter-spacing:-1px; /*Makes letters have -1px of spacing between them.*/
    border-bottom:2px solid #75cdff; /*Gives a light border below the text*/
}
#header-nav a {
    display:block;
    height:12px; /*Needed for compatibility issues in some browsers*/
    /*border-left:5px solid #e994f9;*/
    font-size:12px;
    color:#75cdff;
    text-decoration:none; /*Removes the default border anchor tags get by default.*/
    padding:2px;
}
#header-nav a:hover { /*All these tags occur only when the mouse pointer hovers over the anchor area.*/
    color:#ffffff;
    font-weight:bold;
    cursor:pointer; 
    /*background-color:#fff700;*/
    background:#fff700 url('../JPG/icon_headerlink.jpg') repeat-x center center;
    /*padding-left:10px;*/
    /*text-align: justify;*/
}

/*Color Specific*/
/*Green*/
#header-nav h1.headerlink { /* Header Design */
    color:#b1e3ff;
}

#header-nav td.headerlink { /* Header Design */
    color:#4aff37;
    font-family:Verdana;
}

#header-nav a.headerlink:hover { /* Item Design */
    /*border-color:#4aff37;*/
    text-decoration:blink;
    color:#4c055a;
    cursor:pointer;
}

#header-nav a.headerlink { /* Item Design */
    color:#f9e7fd;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
        cursor:pointer;
}
















.table_grid
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    height:18px;  
    vertical-align:middle;
    color:#6e2f7a; 
}

.table_simple
{
    text-align:left;
    font-family:Verdan;
    font-size:10px 
}

.table_white_simple
{
    background-color:#ffffff;
    text-align:left;
    font-family:Verdana;
    font-size:10px 
}

.table_error td
{
    height:18px;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#4c055a;

}

.TDHeader_Error
{
    color:#de1eaf;
    background-color:#4c055a;
    height:20px;
}

.TDDetail_Error
{
    color:#ffffff;
    background-color:#faecfd;
    text-align:left;
    vertical-align:middle;
    border-left:dashed 1px #4c055a;
    border-right:dashed 1px #4c055a;
}

.TDFooter_Error
{
    color:#ffffff;
    background-color:#faecfd;
    text-align:left;
    vertical-align:middle;
    border-left:dashed 1px #4c055a;
    border-right:dashed 1px #4c055a;
    border-bottom:dashed 1px #4c055a;
}

.ServiceStationInfo
{
    background-color:#c856dd;
}

.pageHeaderTD
{
    border:solid 1px #4c055a;
    background-color:#4c055a; 
    height:15px
}

.pageDetailTD
{
    background-color:#faecfd; 
    border-left: dashed 1px #4c055a; 
    border-right: dashed 1px #4c055a;
    border-bottom: dashed 1px #4c055a;
}

/* Header Image for Master , ID: HI*/
.HI_Header
{
    background-image: url('../JPG/header_background.jpg'); 
    background-repeat:repeat-x;
}

/* Left Pane , ID: LP*/
.LP_Module
{
    background-image: url('../GIF/icon_module.gif'); 
    background-repeat:repeat-x;
    height:20px;
    font: Bold 10px Verdana;
    color:#ffffff;
}

/* Universal Selectors   A comment, helps us sort the CSS code. */
#side-nav { /*This is the base of the side navigation, the identity selector for it. */
    display:block; /*Gives a line-break before and after the element.*/
    width:150px; /*Keeps our #side-nav 150px in width*/
    font-family:Arial, Helvetica, sans-serif; /*Universal Font Family, it applies to anything under the #side-nav!*/
}
#side-nav h1 {
    /*Controls our header-1 tags (within #side-nav only)*/
    font-size:14px;
    padding:5px; /*5px is padded from all coordinates*/
    letter-spacing:-1px; /*Makes letters have -1px of spacing between them.*/
    border-bottom:2px solid #75cdff; /*Gives a light border below the text*/
}
#side-nav a {
    display:block;
    height:12px; /*Needed for compatibility issues in some browsers*/
    /*border-left:5px solid #e994f9;*/
    font-size:12px;
    color:#75cdff;
    text-decoration:none; /*Removes the default border anchor tags get by default.*/
    padding:2px;
}
#side-nav a:hover { /*All these tags occur only when the mouse pointer hovers over the anchor area.*/
    color:#4c055a;
    font-weight:bold;
    background-color:#fff700;
    /*padding-left:10px;*/
    text-align: justify;
}

/*Color Specific*/
/*Green*/
#side-nav h1.green { /* Header Design */
    color:#b1e3ff;
}

#side-nav td.green { /* Header Design */
    color:#4aff37;
    font-family:Verdana;
}

#side-nav a.green:hover { /* Item Design */
    /*border-color:#4aff37;*/
    text-decoration:blink;
    color:#4c055a;
}

#side-nav a.green { /* Item Design */
    color:#f9e7fd;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
}







































.HeaderBackground
{
    background-image: url('../JPG/header_background.jpg'); 
    background-repeat:repeat-x;
}

.HighLinkTable
{
    border-collapse:collapse;
    border-left:solid 1px #354962;
    border-right:solid 1px #354962;
    border-top:solid 1px #354962;
    border-bottom:solid 1px #354962;
}

.HighLink
{
    font-family:MS Sans Serif;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:#354962;
}

.HighLink a, a:visited, a:current
{
    text-decoration:none;
    color:#354962;
}

.HighLink a:hover
{
    text-decoration:underline;
}

/*
    This CSS is for forgot password? maybe...
*/

.TableForgot
{
    text-align:left;
    font-family:verdana;
    font-size:12px;
}

.Label_SupperSmall
{
    font-size:8px 
}

.LabelHeaderForgot
{
    text-align:left;
    font-family:Sans-Serif;
    font-size:18px;
}

/* NOTE OF MESSAGE AFTER ENTERING SAVE BUTTON OR ETC. */

.image_success_white
{
    background: transparent url(../JPG/icon_success_white.jpg) no-repeat center center;
}

.image_warning_white
{
    background: transparent url(../JPG/icon_warning_white.jpg) no-repeat center center;
}

.note_white td
{
    background-color:#ffffff;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#595c5a;
}

/* SHOPPING CART MY ITEMS */

.

.calendar_datepicker
{
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    height:15px;
    color: #5d066e;
    text-align: right;
    vertical-align: middle; 
}

.calendar_datepicker_WeekEndDayStyle
{
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #5d066e;
    text-align: right;
    vertical-align: middle;
}

.calendar_datepicker_CalendarDayHeaderStyle
{
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #4c055a;
    text-align: right;
    vertical-align: middle;
}

.calendar_datepicker_CalendarFooterStyle
{
    background-color: #880ca1;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #4c055a;
    text-align: center;
    vertical-align: middle;
}

.calendar_datepicker_CalendarDayStyle
{
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #4c055a;
    text-align: center;
    vertical-align: middle;
}

.calendar_datepicker_CalendarNextPrevStyle
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #4c055a;
}

.calendar_datepicker_OtherMonthDayStyle
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #e994f9;
    text-align:right;
    vertical-align:middle;
}

.calendar_datepicker_SelectedDayStyle
{
    background-color:#a00cbd;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-decoration:underline;
    text-indent:2px;
}

.calendar_datepicker_CalendarTitleStyle
{
    background-color:#880ca1;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

.calendar_datepicker_TodayDayStyle
{
    background-color:#faecfd;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #ffffff;
}

.calendar_datepicker_MonthYearDropDownStyle
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #5d026f;
}

.calendar_datepicker_TimplePickerDropDownStyle
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #5d066e;
    text-align:right;
}

.calendar_datepicker_TodayButtonStyle
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #5d026f;
}

.panel_popUpControlExtender
{
	visibility: hidden; 
    position:absolute; 
    border: solid 1px #999999;
    background-color:#ffffff;
}

.panel_popuphovercatalog
{
    border:2px;
    boder-left:solid 1px #08cafb;
    boder-right:solid 1px #08cafb;
    boder-top:solid 1px #08cafb;
    boder-bottom:solid 1px #08cafb;
}

.panel_popuphover
{
    border:1px;
    boder-left:solid 1px #08cafb;
    boder-right:solid 1px #08cafb;
    boder-top:solid 1px #08cafb;
    boder-bottom:solid 1px #08cafb;
    filter:alpha(opacity=50);
	opacity:0.7;
}

.label_simple
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal; 
    color:#6e2f7a;     
}

.label_simple_error
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal; 
    color:#de1eaf;
    padding:10px; 
}

.label_IconViewHeader
{
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    text-decoration:blink;
    text-align:left;
    color:#6e2f7a;
}

.button_simple
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    height:18px; 
}

.link_checkout_shortcut
{
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;      
    color:#0d6ba1;
}

.link_checkout_shortcut a:
{
    text-decoration:none;
}

.link_checkout_shortcut a:hover
{
    font-weight:bold;
    text-decoration:underline; 
    position:absolute;
    border-left: solid 1px #0090eb;
    border-right: solid 1px #0090eb;
    border-top: solid 1px #0090eb;
    border-bottom: solid 1px #0090eb;
}

.PopUpModalBackGround
{
    background: #ffffff url(../JPG/body_image.jpg) repeat left top;
    background-color:#0090eb;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.PopupModal {
	background-color:#9ae6ff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.TableMessage 
{
    background-color: #c4e8fd;
    border:0;
    border-collapse:collapse;
    padding:0;
    cellspacing:0;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
}

.Label_Small
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    color:#4c055a;
    text-decoration:none;
}

.Label_Tiny
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    color:#000000;
    text-decoration:none;
}

.Label_Small a
{
    color:#4c055a;
}

.Label_Small a:hover
{
    font-weight:bold;
    padding:2px;
    color:#0781c5;
    text-decoration:underline;
}

.LabelBoldCheckOut
{
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:#4c055a;
}

.LabelError 
{
    color:#f44719;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
}

.Label_Error 
{
    color:#f44719;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
}

.Label_Error_Blink
{
    color:Red;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    text-decoration:blink; 
}

.LabelSuccess 
{
    color:#35b6ff;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
}

.LabelMsgDetails
{
    color:#000000;
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
}

.GridTextbox_Simple
{
    color:#045888;
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    text-align:left;
    height:18px;
}

.GridTextbox_SimpleError
{
    background-color:#ffcfde;
    color:#df0000;
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    text-align:left;
}

.GridTextbox_NumericError
{
    background-color:#ffcfde;
    color:#df0000;
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    text-align:right;
}

.GridTextbox_Numeric
{
    color:#045888;
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    text-align:right;
}

.myBody
{
    background: #ffffff url(../JPG/body_image.jpg) repeat left top;
}

.GridView_GlobalDealer
{
    font-family:Verdana;
    font-size:10px;
    color:#000000;
    background-color:#ffffff;
}

.GridView_GlobalDealer a
{
    text-decoration:none;
}

.GridView_GlobalDealer a:hover
{
    color:#53fd08;
    text-decoration:underline;
}

.GridView_GlobalDealer a:visited
{
    color:#0842fd;
}

.Label_GlobalDealer_Link a, a:visited
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    color:#000000;  
    text-decoration:none;
}

.Label_GlobalDealer_Link a:hover
{
    font-weight:bold;
    text-decoration:underline;
    color:#1f83ea;  
    padding:2px;
}


.label_catalog_header
{
    font-family: Verdana;
    font-weight: Bold;
    font-size: 12px;
    color: #ffffff;
}

.label_simple_white
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    color:#ffffff;
}

.label_simple_version
{
    font-family:Verdana;
    font-size:8px;
    font-weight:normal;
    color:#f9d7ff;
}

.label_bold_white
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
}

.link_bold_white a
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}

.link_bold_white a:hover, a:current
{
    color:#ffffff;
    text-decoration:underline;
}

.link_bold_white a:visited
{
    color:#ffffff;
}

.label_bold_shoppingcartshortcut
{
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#6e2f7a;
}

.label_catalog_white_bold
{
    font-family: Verdana;
    font-weight: Bold;
    font-size: 12px;
    color: #ffffff;
}

.label_catalog_description
{
    font-family: Verdana;
    font-weight: Normal;
    font-size: 10px;
    color: #044c76;
}

.label_catalog_price
{
    font-family: Verdana;
    font-weight: Bold;
    font-size: 14px;
    color: #3b3c3c;
}

.table_shoppeMessage
{
    background-color:#de1eaf;
    border:1px solid #4c055a;
    font: bold 10px Verdana;
    color:#ffffff;
}

.table_catalog_search
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #6e2f7a;
}

.table_simple
{
    font-family:Verdana;
    font-size:12px;
    font-weight:normal;
    color: #6e2f7a;
}

.checkbox_simple
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
}

.textbox_tab
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #6e2f7a;
    height: 15px;
}

.textbox
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #6e2f7a;
    height: 12px;
}

.textbox_simple
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #6e2f7a;
    height: 15px;
}

.textbox_numeric
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #6e2f7a;
    height: 15px;
    text-align:right;
}

.textbox_numeric_error
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    background-color:#ffc5de;
    color: #6e2f7a;
    height: 15px;
    text-align:right; 
}

.textbox_dropdown
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #6e2f7a;
    height: 18px;
}

.button_tab
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #6e2f7a;
    height: 18px;
}

.ShoppingCart_Info
{
    font-family:Verdana;
    font-size:10px;
    font-weight:normal;
    color:#6e2f7a; 
}

.catalogdisplay
{
    background-color:#faecfd;
    border-left:solid 1px #6d0981;
    border-right:solid 1px #6d0981;
    border-top:solid 1px #6d0981;
    border-bottom:solid 1px #6d0981;
    font-family:Verdana;
    font-size:10px;
    text-align:left;
    vertical-align:middle;
}

.catalogdisplay th
{
    background-color:#6d0981;
    color:#ffffff;
    font-weight:bold; 
    height:20px;
}

.catalogdisplay td
{
    color:#6d0981;
    font-weight:inherit; 
    height:25px;
}

.gridview_catalog_ProductTable
{
    border: 1px dashed #6d0981;
    background-color:#faecfd;
}

.gridview_catalog_ProductTable td
{
    height:25px; 
    padding:2px;
}

.gridview_catalog_ProductTable th
{
    height:15px; 
}

.gridview_catalog_ProductName
{
    background-color:#6d0981;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    color:#ffffff;
}

.gridview_catalog
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #6e2f7a;
}

.gridview_catalog_page a
{
    font-family:Verdana;
    font-size:12px;
    text-decoration:none;
    color: #6e2f7a;
}

.gridview_catalog_page a:hover
{
    font-family:Verdana;
    font-weight:bold; 
    text-decoration: underline;
}

.gridview_catalog_page a:visited
{
    font-family:Verdana;
    font-size:10px;
    text-decoration: none;
}

table td
{
    cellpadding: 2;
    cellspacing: 2;
}

.table_collapse
{
    border-collapse: collapse;
    border: 0;
    cellpadding: 0;
    cellspacing: 0;
    vertical-align: top;
}

.table_leftpane_catalog
{
    border-collapse: collapse;
    border: 0;
    cellpadding: 0;
    padding: 0;
    cellspacing: 0;
    vertical-align: top;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    color: #fff700;
}

.table_leftpane_catalog a
{
    color: #fff700;
    text-decoration: none;
}

.table_leftpane_catalog a:hover
{
    color: #fff700;
    font-size: 10px;
    text-decoration: underline;
}

.image_button_find
{
    background: transparent url(../JPG/findbutton.jpg) center center repeat-x;
    height:25px;
    width:25px; 
}

.image_leftpane_catalog a
{   
    background: transparent url(../JPG/catalogarrowblue.jpg) center center repeat-x; 
}

.image_leftpane_catalog a:hover
{   
    background: transparent url(../JPG/catalogarrowgreen.jpg) center center repeat-x; 
}

.imagebox_topleft
{
    background: transparent url(../GIF/top_left.gif) center center none; 
}

.imagebox_topright
{
    background: transparent url(../GIF/top_right.gif) center center none; 
}

.imagebox_bottomleft
{
    background: transparent url(../GIF/bottom_left.gif) center center none; 
}

.imagebox_bottomright
{
    background: transparent url(../GIF/bottom_right.gif) center center none; 
}

.imagebox_dotx
{
    background: transparent url(../GIF/dot.gif) center center repeat-x;
}

.imagebox_doty
{
    background: transparent url(../GIF/dot.gif) center center repeat-y;
}

.td_white_font
{
    font-family: Verdana;
    color: #ffffff;
}

.header_white
{
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff; 
}

.blur {
    float:left;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50; 
}

.MyLink
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

.otherlinkmenu{
    margin: 0;
    padding: 0;
    float: left;
    font: bold 13px Arial;
    width: 100%;
    border-width: 1px 0;
    background: #e994f9 url(../JPG/mblue.jpg) center center repeat-x;
}
.otherlinkmenu li{
    display: inline;
}

.otherlinkmenu li a{
    float: left;
    color: white;
    padding: 2px 2px;
    text-decoration: none;
    background: transparent;
}

.otherlinkmenu li a:visited{
    color: white;
}

.otherlinkmenu li a:hover, .otherlinkmenu li .current{
    color: white;
    background: transparent url(../JPG/mGreen.jpg) center center repeat-x;
}



/* LINK MENU SOLID COLOR */

.solidblockmenu{
    margin: 0;
    padding: 0;
    font: bold 12px Verdana;
    width: 100%;
    background: #c655da url(../JPG/mblue.jpg) center center repeat-x;
}

.solidblockmenu a
{
    color: white;
    padding: 16px 0px;
    padding-left:0px;
    display:block;
    width:90%;
    text-decoration: none;
    background: transparent;
}

.solidblockmenu a:visited, .solidblockmenu .current
{
    color: #ffffff;
    font: bold 12px Verdana;
}

.solidblockmenu a:hover
{
    color: #ffffff;
    text-decoration:blink;
    background: transparent url(../JPG/mGreen.jpg) center center repeat-x;
}

/* LINK MENU */

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;	
	font: 12px verdana, Arial, sans-serif; 
}
	
ul li{	
	display: inline; 
}

ul li a{
	text-decoration: none;
	padding: .2em 1em;
	color: #0a76b4;
	background-color: #e994f9;
}
	
ul li a:hover{
	background-color:#75cdff;
	color: #ffffff;
}

.left_pane
{
    background-color: #4c055a;
    color: #ffffff;
    font-family: Verdana;
    font-size: 14px;
    vertical-align: top;
}

.left_pane_header
{
    /**background: url(../JPG/mGreen.jpg) center center repeat-x;*/
    background-color:#6e2f7a;
    height:15px;
    padding:2px;
    font: Bold 10px Verdana;
}

/* Login Page CSS */
.default_table
{
    background-color:#ffffff;
    font-family:Verdana;
    padding:2px;
}



/* Accordion */

.accordionLink
{
    font-family:Verdana;
    font-size:10px;
    color:#ffffff;
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: #a00cbd;
    background-color: #6e2f7a;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: #ffffff;
    background-color: #880ca1;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #f9d7ff;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.myNestedGridViewHeader
{
    border: 1px solid #2F4F4F;
    color: #ffffff;
    background-color: #4c055a;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
    cursor: pointer;
}

.myNestedGridViewDetails
{
    background-color: #f9d7ff;
    border-left: dotted 1px #2F4F4F; 
    border-right: dotted 1px #2F4F4F;
    border-bottom: dotted 1px #2F4F4F;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

.myCollapseHeader
{
    border: 1px solid #2F4F4F;
    color: #ffffff;
    background-color: #4c055a;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    cursor: pointer;
}

.myCollapseContent
{
    background-color: #f9d7ff;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding-top: 10px;
}



.myBtnsave
{
	background-color:Fuchsia;
}