﻿body
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Arial, Tahoma, "Lucida Grande" , Verdana,sans-serif;
    font-size: 12px;
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "Lucida Grande" ,Tahoma, Verdana,Arial, sans-serif !important;
    color: #000;
}
p, span, a, ul, ol, li, table, label
{
    font-family: Arial, Tahoma, "Lucida Grande" , Verdana,sans-serif !important;
}
img, a img
{
    border: none;
}
h1
{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 15px;
}
h2
{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 15px;
}
h3
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
h4
{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
h5
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 8px;
}
h6
{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
}
p
{
    font-size: 1em;
    margin-bottom: 10px;
}
ul, ol
{
    margin: 8px 0px;
}
li
{
    list-style: inside;
}
ul li
{
    list-style-type: disc;
}
ol li
{
    list-style-type: decimal;
}
a, a:visited, a:active, a:link
{
    color: #00C0FF;
}
a:hover
{
    color: #600;
}
hr
{
    height:1px;
    color: #d5d5d5;
}
/**************************************************/
/* Site Layout */
#header
{
    background: url("../Images/Site Use/header_bg.png") repeat-x top left;
    height: 120px;
}
#content
{
    background: #f8fafd;
    padding: 15px 10px;
    text-align: left;
}
#leftCol
{
    width: 225px;
    float: left;
}
#rightCol
{
    padding-left: 245px;
}
#footer
{
    border-top: 2px solid #dedede;
    clear: both;
    height: 20px;
    color: #666;
    font-size: 9pt;
    padding: 10px 20px;
}

/* Main Menu Tabs */
#mainMenuTabs
{
    float: left;
    width: 100%;
    font-size: 8pt;
    line-height: normal;
    font-family: Tahoma, "Trebuchet MS" , Verdana, Arial, Sans-Serif, Serif;
}
#mainMenuTabs ul
{
    margin: 0;
    padding: 24px 0px 0 30px;
    list-style: none;
}
#mainMenuTabs li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#mainMenuTabs a
{
    float: left;
    background: url("../Images/Menu/mainmenu_left_active.png") no-repeat left top;
    margin: 0;
    padding: 0 0 0 18px;
    text-decoration: none !important;
    margin-left: -15px;
    z-index: 1;
}
#mainMenuTabs a span
{
    float: left;
    display: block;
    background: url("../Images/Menu/mainmenu_right_active.png") no-repeat right top;
    padding: 3px 25px 3px 7px;
    color: #666;
    position: relative;
    z-index: 2;
    font-weight: bold;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mainMenuTabs a span
{
    float: none;
}
/* End IE5-Mac hack */
#mainMenuTabs a:hover span
{
    color: #000;
}
#mainMenuTabs a:hover
{
    background-position: 0% -20px;
    position: relative;
    z-index: 2;
}
#mainMenuTabs a:hover span
{
    background-position: 100% -20px;
}
/* selected tab */
#mainMenuTabs a.mainMenuTabs_selected
{
    float: left;
    background: url("../Images/Menu/mainmenu_left_selected.png") no-repeat left top;
    margin: 0;
    padding: 0 0 0 18px;
    text-decoration: none;
    margin-left: -15px;
    z-index: 3;
    position: relative;
}
#mainMenuTabs a.mainMenuTabs_selected span
{
    float: left;
    display: block;
    background: url("../Images/Menu/mainmenu_right_selected.png") no-repeat right top;
    padding: 3px 25px 3px 7px;
    color: #333;
    z-index: 3;
}
#mainMenuTabs a.mainMenuTabs_selected:hover span
{
    color: #000;
}
#mainMenuTabs a.mainMenuTabs_selected:hover
{
    cursor: pointer !important;
}
#mainMenuTabs a.mainMenuTabs_selected:hover span
{
    cursor: pointer !important;
}
/* end selected tab */

/* end Main Menu Tab */

/* Sub Menu Links */
#subMenuLinks
{
    float: left;
    width: 100%;
    font-size: 8pt;
    font-family: Tahoma, "Trebuchet MS" , Verdana, Arial, Sans-Serif, Serif;
}
#subMenuLinks ul
{
    margin-top: 12px;
    margin-left: 30px;
}
#subMenuLinks ul li
{
    list-style: none;
    display: inline;
}
#subMenuLinks ul li a
{
    background: url("../Images/Site Use/edtRadioButtonOff.gif") no-repeat;
    text-decoration: none;
    color: #444;
    padding-left: 17px;
    padding-right: 5px;
    font-weight: bold;
}

#subMenuLinks ul li a:hover
{
    background: url("../Images/Site Use/edtRadioButtonOn.gif") no-repeat;
    color: #1941a5;
    text-decoration: underline;
}

#subMenuLinks ul li a.subMenuLinks_selected
{
    background: url("../Images/Site Use/edtRadioButtonOn.gif") no-repeat;
    color: #1941a5;
    text-decoration: underline;
}

/* end Sub Menu Links */
/* end Site Layout */
/* round panel */
.roundPanel
{
    margin-bottom: 15px;
}
/* end round panel */
/* Site map treelist */
.treelist_Cell
{
    /*background: transparent;*/
    cursor: pointer;
}
.treelist_FocusedNode
{
    background: #FFBD69 !important;
}
/* End Site map treelist */
/**************/
/**************/
/**************/
/* Cms Styles */
.controlList_Title
{
    font-size: 10pt;
    color: #1941A5;
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
}
.sitePath_Node
{
    font-size: 1.3em;
    color: #2C6FC2;
}
.sitePath_Separator
{
    color: #2C6FC2;
}
/**************/
/**************/
/**************/
/* End Cms Styles */

/************/

/* Internal Use Styels */
.iBlock
{
    border: 1px solid #ccc;
    font-family: Tahoma;
    margin-bottom: 15px;
}
.iBlock .iBlockHedaer
{
    font: .8em Tahoma;
    font-weight: bold;
    color: #5C5C5C;
    background: #f4f4f4 url('../Images/Site Use/nbHeaderBack.png') repeat-x top; /* switch theme should be modified here */
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom: solid 2px #5C5C5C;
    padding: 4px 4px 4px 6px;
    height: 20px;
    font-size: 9pt;
    line-height: 20px;
    vertical-align: middle;
}
.iBlock .iBlockHeaderWithLiteBorder
{
    font: .8em Tahoma;
    font-weight: bold;
    color: #5C5C5C;
    background: #f4f4f4 url('../Images/Site Use/nbHeaderBack.png') repeat-x top; /* switch theme should be modified here */
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom: solid 1px #ccc;
    padding: 4px 4px 4px 6px;
    height: 20px;
    font-size: 9pt;
    line-height: 20px;
    vertical-align: middle;
}
.iBlock .iBlockBody
{
    font-size: .8em;
    padding: 10px;
    color: #666;
    background: #fff !important;
}
.iBlock .iBlockBody .iBlockBodyHeading
{
    color: #707070;
    display: block;
    width: 100%;
}

.iBlock .iBlockFooter
{
    font: 9pt Tahoma;
    color: #999999;
    background-color: #DCDCDC;
    background: #f4f4f4 url('../Images/Site Use/pcFooterBack.gif') repeat-x top left; /* switch theme should be modified here */
    border-top: solid 1px #E0E0E0;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}



/******** service related ******/
/*
D7D9FF purple UPDATED
9EB297 green OTHER
F5FFF1 rice UNHANDLED
86DFFF blue PROCESSING
EE9B9D pink UNPAID
C0C0C0 gray COMPLETED
*/
.serviceListItem
{
    background: #fff;
    padding: 10px;
    border-bottom: 1px dashed #c0c0c0;
    color: #666;
}
.serviceListItem:hover
{
    background: #f3f3f3 !important;
}
.serviceListItem_Hover
{
    background: #f3f3f3 !important;
}
.serviceListItem_Left
{
    width: 100px;
    float: left;
    border: 1px solid #999;
    background: #c0c0c0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    text-align: center;
}
.serviceListItem_Left h2 /*Service ID Text*/
{
    color: #fff;
    margin-bottom: 8px;
}
.serviceListItem_Left p /* ID */
{
    font-weight: bold;
    color: #fff;
    font-size: 1.5em;
    margin: 0;
}
.serviceListItem_Right
{
    padding-left: 135px;
    color: #666;
    text-align: left;
}

.serviceListItem_ServiceName
{
    color: #46B4C1 !important;
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 5px;
    text-decoration: none;
    padding: 0px !important;
}
a:hover.serviceListItem_ServiceName
{
    color: #600 !important;
    text-decoration: underline;
}
.serviceListItem_Status
{
    color: #333;
    font-weight: bold;
}
.serviceListItem_StatusTime
{
    color: #666;
}
.serviceListItem_ServiceFunctions
{
    text-align: left;
}
.serviceListItem_ServiceFunctions a
{
    color: #6B8D05 !important;
    font-weight: bold;
    padding-right: 5px;
}
.serviceListItem_ServiceFunctions a:hover
{
    color: #600 !important;
}
/*
D7D9FF purple UPDATED
9EB297 green OTHER
F5FFF1 rice UNHANDLED
86DFFF blue PROCESSING
EE9B9D pink UNPAID
C0C0C0 gray COMPLETED
*/
/******** UPDATED *********/
.serviceListItem_Updated
{
}
.serviceListItem_Updated .serviceListItem_Left
{
    background: #FA8000;
    border: 1px solid #999;
}
.serviceListItem_Updated .serviceListItem_Status
{
    color: #FA8000;
    font-weight: bold;
}
/******** Other *********/
.serviceListItem_Other
{
}
.serviceListItem_Other .serviceListItem_Left
{
    background: #9EB297;
    border: 1px solid #999;
}
.serviceListItem_Other .serviceListItem_Status
{
    color: #9EB297;
    font-weight: bold;
}
/******** Unhandled *********/
.serviceListItem_Unhandled
{
}
.serviceListItem_Unhandled .serviceListItem_Left
{
    background: #473323;
    border: 1px solid #999;
}
.serviceListItem_Unhandled .serviceListItem_Status
{
    color: #473323;
    font-weight: bold;
}
/******** Processing *********/
.serviceListItem_Processing
{
}
.serviceListItem_Processing .serviceListItem_Left
{
    background: #0099DD;
    border: 1px solid #999;
}
.serviceListItem_Processing .serviceListItem_Status
{
    color: #0099DD;
    font-weight: bold;
}
/******** Unpaid *********/
.serviceListItem_Unpaid
{
}
.serviceListItem_Unpaid .serviceListItem_Left
{
    background: #600;
    border: 1px solid #999;
}
.serviceListItem_Unpaid .serviceListItem_Status
{
    color: #600;
    font-weight: bold;
}
ul.serviceListItem_Series
{
}
ul.serviceListItem_Series li
{
    display: inline;
    list-style: none;
}
.serviceListItem_Legend
{
    float: none !important;
    color: #fff;
    width: auto !important;
    font-weight: bold;
}
/******** service details *********/
.serviceItem_Details_FieldHeader
{
    color: #46B4C1;
}
.serviceItem_Details_Field
{
    margin-bottom: 10px;
}

/******** end service details *********/
.note
{
    border: 1px solid #a8a8a8;
    padding: 10px;
    background: #f7f7f7;
    margin-top: 15px;
}
/****** CRM ******/
.accountItem
{
    background: #fff;
    padding: 10px;
    border-bottom: 1px dashed #c0c0c0;
    color: #666;
    margin-bottom: 10px;
}
.accountItem_Left
{
    width: 100px;
    float: left;
    border: 1px solid #999;
    background: #c0c0c0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    text-align: center;
}
.accountItem_Left h2 /*Service ID Text*/
{
    color: #fff;
    margin-bottom: 8px;
}
.accountItem_Left p /* ID */
{
    font-weight: bold;
    color: #fff;
    font-size: 1.5em;
    margin: 0;
}
.accountItem_Right
{
    padding-left: 135px;
    color: #666;
    text-align: left;
}

.accountItem_AccountName
{
    color: #46B4C1 !important;
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 5px;
    text-decoration: none;
    padding: 0px !important;
}

.accountItem_Personal .accountItem_Left
{
    background: #0099DD;
    border: 1px solid #999;
}
.accountItem_Personal .accountItem_Type
{
    color: #0099DD;
    font-weight: bold;
}

.accountItem_Corporate .accountItem_Left
{
    background: #600;
    border: 1px solid #999;
}
.accountItem_Corporate .accountItem_Type
{
    color: #600;
    font-weight: bold;
}
/****** end CRM *******/

/******************************************************/
/* DexExpress Controls Modification */
.iCAN_RptSpacing /* Round Panel */
{
    margin-bottom: 15px;
}


/* end DexExpress Controls Modification */






/**************************************************/