/* ================================
    CSS STYLES FOR WebInsight PORTAL 
   ================================
*/

.SpacerLine {
    border-top: 3px solid #d07a20;
    margin: 5px 0;
}

.SubmitButton {
    background: #0f4876 none repeat scroll 0px 0px;
    border: 0px solid #FFF;
    border-radius: 4px;
    color: #FFF;
    font-style: normal;
    font-weight: bold;
    height: 34px;
    margin: 5px 15px 5px 0px;
    padding: 0px 15px;
    text-align: center;
    text-shadow: 1px 1px #333;
    cursor: pointer;
}

    .SubmitButton:hover {
        background: #3FA1C6;
    }

.SubmitButtonDisabled {
    color: #999999;
    background-color: #eeeeee;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
}

A:link {
    text-decoration: underline;
    color: black;
}

A:visited {
    text-decoration: underline;
    color: Black;
}

A:active {
    text-decoration: underline;
    color: Black;
}

A:hover {
    text-decoration: underline;
    color: Black;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/*.HeadBg
	{
		background-color: #005994;
	}
	*/
/* background color for the content part of the pages */

Body {
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #cccc99;
}

.BlankText {
    font-family: Verdana;
    font-size: 18px;
    color: #0d4c68;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: DarkRed;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: gainsboro;
    text-decoration: none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:active {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:hover {
    text-decoration: underline;
    color: white;
}

A.SitePath {
    font-size: 10px;
    height: 10px;
}

    A.SitePath:link,
    A.SitePath:visited,
    A.SitePath:active,
    A.SitePath:hover {
        color: white;
        text-decoration: underline;
    }


/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: underline;
    color: black;
}

A.SiteLink:visited {
    text-decoration: underline;
    color: black;
}

A.SiteLink:active {
    text-decoration: none;
    color: #0d4c68;
}

A.SiteLink:hover {
    text-decoration: underline;
    color: #0d4c68;
}

/* style for separator between site links */
.Accent {
    color: #0d4c68;
    font-weight: bold;
}

.Tabselected {
    color: #0d4c68;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.SmallLink {
    color: Black;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: underline;
    font-size: 11px;
}

    .SmallLink:link,
    .SmallLink:visited,
    .SmallLink:hover,
    .SmallLink:active {
        color: Black;
        font-family: Verdana, Helvetica, Sans-Serif;
        text-decoration: underline;
    }

.ToolbarLink {
    color: #0d4c68;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-decoration: underline;
}

    .ToolbarLink:link,
    .ToolbarLink:visited,
    .ToolbarLink:hover,
    .ToolbarLink:active {
        color: #0d4c68;
        font-family: Verdana, Helvetica, Sans-Serif;
        text-decoration: underline;
    }

.MediumLink,
.MediumLink:link,
.MediumLink:visited,
.MediumLink:hover,
.MediumLink:active {
    color: Black;
    text-decoration: underline;
    font-size: 12px;
}

/* text for displaying error messages */
.ErrorMessage {
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    color: Red;
    text-align: justify;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #0d4c68;
}

/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

.RepHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #0d4c68;
}


/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    /*   background: #0f4876;
        color: white;*/
}

.Normal12 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

.Normal13 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

.NormalButton {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    height: 25px;
    color: white;
    background: #0f4876;
}


/* BOX STYLES */
.BoxAroundTable {
    border: 1px solid #d0d0d0;
    padding: 2px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.floatBox {
    border-right: #0d4c68 3px solid;
    border-top: #0d4c68 3px solid;
    background: white;
    visibility: hidden;
    border-left: #0d4c68 3px solid;
    border-bottom: #0d4c68 3px solid;
    position: absolute;
    overflow: visible;
    z-index: 100;
}

.floatBox2 {
    border-right: #0d4c68 3px solid;
    border-top: #0d4c68 3px solid;
    background: white;
    border-left: #0d4c68 3px solid;
    border-bottom: #0d4c68 3px solid;
    position: absolute;
}

.floatBox3 {
    border-right: #0d4c68 3px solid;
    border-top: #0d4c68 3px solid;
    visibility: hidden;
    background: #f7f7f7;
    border-left: #0d4c68 3px solid;
    border-bottom: #0d4c68 3px solid;
    position: absolute;
    overflow: visible;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.NormalPadding {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.NormalRed {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

/* text style used for grey text rendered by modules */
.idsmgrey {
    color: dimgrey;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: black;
}

A.CommandButton:visited {
    text-decoration: underline;
    color: black;
}

A.CommandButton:active {
    text-decoration: underline;
    color: black;
}

A.CommandButton:hover {
    text-decoration: underline;
    color: #0d4c68;
}

.Command {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

    .Command:hover {
        font-family: Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-decoration: underline;
        color: #0d4c68;
    }

/* GENERIC */
H1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #0d4c68;
}

H2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: Black;
}

H3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H4 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H5, DT {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

H6 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

H7 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

TFOOT, THEAD {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

TH {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

U {
    border-bottom: dashed 1px black;
    text-decoration: none;
}

SMALL {
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}


UL LI {
    list-style-type: square;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

    UL LI LI {
        list-style-type: disc;
    }

        UL LI LI LI {
            list-style-type: circle;
        }

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}

HR {
    color: lightgrey;
    height: 1px;
    text-align: left;
}

    HR.dashed {
        text-align: left;
        width: 95%;
        border-top: 1px dashed dimgray;
    }

TD {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

table.cas {
    width: 100%;
    border-top: medium solid rgb(0,0,128);
    border-bottom: thin solid rgb(0,0,128);
}

td.cas {
    background-color: #f0f7fc; /*#dcdcdc;*/
    font-family: "Verdana";
    font-size: 11px;
    color: Black;
    border-bottom: 2px solid white;
}

th.cas {
    font-family: "Verdana";
    font-size: 11px;
    border-bottom: thin solid rgb(0,0,128);
}

.whitefont {
    font-family: "Verdana";
    font-size: 11px;
    color: white;
}

LI {
    list-style-type: square;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
}

P.SumRepNotes {
    text-align: center;
    font-size: larger;
    font-family: sans-serif, Verdana, Helvetica;
    color: #000080;
}

P.SumRepOfChangesNotes {
    text-align: left;
    font-size: medium;
    font-family: Verdana, sans-serif, Helvetica;
    font-weight: bold;
    color: #000000;
}

table.SumRepList {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-collapse: collapse;
    border-bottom-style: none;
}

table.SumRepNotes {
    width: 95%;
    border: solid thin gray;
}

table.SumRepCasList {
    width: 100%;
    border: 0;
    border-top: solid medium rgb(0,0,128);
    border-bottom: solid thin rgb(0,0,128);
    background-color: #f7f7f7;
}

table.SumRepTable {
    width: 100%;
    border: solid 1px black;
    border-top: solid medium rgb(0,0,128);
    border-bottom: solid thin rgb(0,0,128);
    background-color: #f7f7f7;
}

    table.SumRepTable th {
        font-size: 10px;
        text-align: center;
        background-color: gainsboro;
    }

    table.SumRepTable td {
        text-align: center;
        padding: 3px 3px 3px 3px;
    }


td.SumRepNotesHeader {
    font-size: 12px;
    font-weight: bold;
}

tr.SumRepNotesItem {
    text-align: left;
    background-color: #f0f7fc;
    vertical-align: top;
}

SPAN.showall {
    font-size: 10px;
    cursor: pointer;
    font-family: Verdana;
}

div.SectionHeader1 {
    cursor: pointer;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
}

div.SectionHeader2 {
    cursor: pointer;
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    left: 10px;
}

div.SectionHeader3 {
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    left: 20px;
}

div.SectionHeader4 {
    cursor: pointer;
    font-family: Verdana;
    font-size: 8px;
    font-weight: bold;
    left: 20px;
}

div.SectionContent {
    left: 10px;
    position: relative;
    top: 5px;
}

div.SectionContent2 {
    left: 20px;
    position: relative;
    top: 5px;
}

div.ECHATerms {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    margin-left: 38px;
    width: 80%;
    border: solid 1px gainsboro;
    padding: 3px 3px 3px 3px;
}

A.MenuItemDefault:Link,
A.MenuItemDefault:visited,
A.MenuItemDefault:active,
A.MenuItemDefault:hover {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/*
A.MenuItemDefault:visited
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A.MenuItemDefault:active
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

A.MenuItemDefault:hover
{
	text-decoration: underline;
	color: white;
	font-weight: bold;
}
*/

A.MenuItemSelected:link,
A.MenuItemSelected:visited,
A.MenuItemSelected:active,
A.MenuItemSelected:hover {
    text-decoration: none;
    color: darkred;
    font-weight: bold;
}

/*
A.MenuItemSelected:visited
{
	text-decoration: none;
	color: darkred;
	font-weight: bold;
}

A.MenuItemSelected:active
{
	text-decoration: none;
	color: darkred;
	font-weight: bold;
}

A.MenuItemSelected:hover
{
	text-decoration: underline;
	color: darkred;
	font-weight: bold;
}
*/
.PAD40 {
    text-indent: 40px;
}

.Sub {
    font-family: Verdana;
    font-size: 12px;
    color: #121212;
    font-weight: bold;
}

.SubSub {
    font-size: 11px;
    text-transform: capitalize;
}

.smalltext {
    font-weight: bold;
    font-size: 11px;
    color: Black; /*#0d4c68;*/
    font-style: normal;
    font-variant: normal;
}

.Normalsmalltext {
    font-size: 11px;
    color: #0d4c68;
    font-style: normal;
    font-variant: normal;
}

.mmTopGroup {
    border-style: none none solid none;
    border-width: thick;
    background-image: url(./images/menu_hover.gif);
    background-repeat: repeat;
    height: 25px;
    vertical-align: middle;
    border-bottom-color: #0d4c68; /*  background-color:Black;
  border-color:Black;
  background-color:#757495;   
*/ /*border:1px solid #696885; */
    border-left-color: inherit;
}

A.mmTopMenuItem:link,
A.mmTopMenuItem:visited,
A.mmTopMenuItem:active {
    color: #0c4e6b;
    text-decoration: none;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
}

A.mmTopMenuItem:hover {
    text-decoration: none;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
}

.mmTopMenuItemHover {
    background-image: url(./images/menu_selected.gif);
    background-repeat: repeat-x;
    color: #f2f2f2 !important;
    /*background-color:maroon;  */
    vertical-align: bottom;
    height: 15px;
}

.mmTopMenuItemSelect {
    background: url(./images/menu_selected.gif) repeat-x bottom;
    background-repeat: repeat-x;
    height: 15px;
    vertical-align: bottom;
}

.mmTopGroup,
.mmTopMenuItemHover,
.mmTopMenuItemSelect {
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

A.mmTopMenuItemSelect:link,
A.mmTopMenuItemSelect:visited,
A.mmTopMenuItemSelect:active {
    color: #f2f2f2;
    text-decoration: none;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    background: none;
}


.tsTopGroup {
    border: solid 1px gray;
    background: dimgray;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    color: white;
}

.OutsideBox {
    border-right: #0d4c68 2px solid;
    border-top: #0d4c68 2px solid;
    border-left: #0d4c68 2px solid;
    border-bottom: #0d4c68 2px solid;
    overflow: scroll;
    /*background: url(./images/bottom_shade.gif) repeat-x;
	background-position:bottom;*/
}

.SideBox {
    background: #ffffff; /*#d1e5f7 url(./images/sidebox-shade.gif) repeat-y right;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    width: 285px;
}

.SideBoxSmall {
    background: #eef7ff; /*url(./images/sidebox-shade.gif) repeat-y right;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: solid 1px #e1eff3;
    width: 200px;
}

.SubBox {
    background: #eef7ff url(./images/subbox-header.gif) repeat-x;
    height: 25px;
    color: #000;
    padding: 10px;
    height: auto !important;
    min-height: 13px;
    font-weight: bold;
    font-size: .917em;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.CurveBox {
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background: #eef7ff url(./images/subbox-header.gif) repeat-x;
    height: 25px;
    color: #000;
    padding: 10px;
    height: auto !important;
    min-height: 13px;
    font-weight: bold;
    font-size: .917em;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.SubBoxHeader {
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background: white url(./images/header2.gif) repeat-x;
    color: #000;
    padding: 10px 10px 10px 10px;
    height: auto !important;
    min-height: 13px;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

.SubBoxContent {
    padding: 5px;
    border: solid 1px #cee5f7;
}

.rightAlign {
    white-space: nowrap;
    text-align: right;
}

.WrapperDiv {
    width: 100%;
    height: 350px;
    border: 1px solid black;
}

    .WrapperDiv TH {
        position: relative;
    }

    .WrapperDiv TR {
        /* Needed for IE */
        height: 0px;
    }

.announcementDetailBox {
    padding: 5px 5px 5px 5px;
    width: 100%;
}

.Announcements {
    border: solid 1px gainsboro;
    padding: 5px;
    width: 100%;
}

.Rotater {
    /*border:solid 1px black;*/
    width: 100%;
    height: 25px;
    padding: 3px;
    font-family: verdana;
    font-size: 11px;
    background-color: white;
    cursor: default;
}

.AnnouncementTitle {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: Black;
    text-align: left;
}

.AnnouncementText {
    font-family: Verdana;
    font-size: 11px;
    color: Black;
    text-align: justify;
    margin: 2px;
}

.AnnouncementDate {
    font-family: Verdana;
    font-size: 10px;
    color: gray;
}

*html .productNewsContent {
    height: 150px; /*expression(this.scrollHeight > 350 ? "350px" : "auto");*/
}

.productNewsContent {
    max-height: 350px;
    overflow: auto;
}

*html .announcementContent {
    height: 350px; /*expression(this.scrollHeight > 350 ? "350px" : "auto");*/
}

.announcementContent {
    max-height: 350px;
    overflow: auto;
}

.textboxtext {
    width: 180px;
    padding: 3px 3px 3px 3px;
    border: none;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #9B8F73;
    padding-bottom: 2px;
}

.textboxactive {
    width: 180px;
    padding: 3px 3px 3px 3px;
    border: none;
    background: #E6DED9;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #2E2921;
    border: 1px solid #0099d4;
}

div .inline-div .left-element {
    width: 50%;
    float: left;
}

div .inline-div .right-element {
    right: 20px;
    width: 50%;
    text-align: right;
}

div .wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

    div .wrapper .inline {
        font: 11px Verdana, Helvetica, sans-serif;
        text-align: center;
        display: inline-block;
    }
/* MultiPage -- Inheritance is to avoid conflicting with any existing demo styles */
.multipagemain {
    width: 100%;
    position: relative;
    background-color: white;
    border: solid 1px black;
}

    .multipagemain .page-header {
        width: auto;
        height: 30px;
        line-height: 30px;
        font-family: Verdana;
        font-weight: bold;
        font-size: 13px;
        padding: 0 16px;
        color: #0d4c68;
        background: #eef7ff url(./images/subbox-header.gif) repeat-x;
    }

        .multipagemain .page-header .title {
            font-family: Verdana, Helvetica, Sans-Serif;
            float: left;
            vertical-align: bottom;
        }

        .multipagemain .page-header .left-element {
            position: absolute;
            width: 50%;
        }

        .multipagemain .page-header .right-element {
            position: absolute;
            right: 20px;
            width: 50%;
            text-align: right;
        }

        .multipagemain .page-header .options {
            text-align: right;
            float: right;
        }

            .multipagemain .page-header .options .button {
                background-image: url(./images/buttonBg.gif);
                color: White;
            }

                .multipagemain .page-header .options .button:hover {
                    background-image: url(./images/buttonBgHover.gif);
                    color: White;
                }

    .multipagemain .sub-header {
        width: auto;
        height: 20px;
        line-height: 20px;
        font-family: Verdana;
        font-weight: bold;
        font-size: 11px;
        padding: 0 14px;
        color: #0d4c68;
        background: white url(./images/header3.gif) repeat-x;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .multipagemain .sub-header-main {
        width: auto;
        height: 20px;
        line-height: 20px;
        font-family: Verdana;
        font-weight: bold;
        font-size: 11px;
        padding: 0 14px;
        color: #0d4c68;
        background: white url(./images/header5.gif) repeat-x;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .multipagemain .page-title {
        font-weight: bold;
        padding: 20px 0 10px 16px;
        color: #0d4c68;
    }

    .multipagemain .page-content {
        padding: 16px 10px 10px 16px;
    }

        .multipagemain .page-content .options-left {
            text-align: left;
            float: left;
        }

        .multipagemain .page-content .options-right {
            text-align: right;
            float: right;
        }

    .multipagemain .sub-content {
        padding: 16px 10px 10px 16px;
        border: solid 1px gainsboro;
    }

.divsection {
    width: 99%;
    margin: 3px;
}

    .divsection .header {
        padding-bottom: 1px;
        margin-bottom: 10px;
        height: 25px;
    }

        .divsection .header .title {
            font-family: Verdana, Helvetica, sans-serif;
            float: left;
            color: #000;
            font-size: 12px;
            font-weight: bold;
            vertical-align: bottom;
            padding-top: 5px;
            text-transform: capitalize;
        }

        .divsection .header .options {
            text-align: right;
            float: right;
        }
/************************************************************/
/*			STYLES FOR GRID									*/
/************************************************************/

.GridCommon {
    border: 1px solid #C1C1C1;
    font: normal 12px Verdana,Arial,Helvetica,sans-serif;
    background: #FCFCFC;
    padding: 20px;
    margin-left: 0px;
    color: #000;
    width: 100%;
}

    .GridCommon td a,
    .GridCommon td a:visited,
    .GridCommon td a:hover,
    .GridCommon td a:active {
        color: #000;
        text-decoration: underline;
    }

.GridAltRow {
    background-color: #FDFEFF;
}

.GridHeaderCommon {
    background: #cdcdcd url(images/header5.gif) repeat-x;
    height: 25px;
    line-height: 15px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: solid 1px #676767;
}

    .GridHeaderCommon th a {
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        color: #000;
        display: block;
    }

.MainHeader,
.SubHeader {
    height: 25px;
    line-height: 25px;
    cursor: default;
    padding: 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.MainHeader {
    background: #cdcdcd url(images/header5.gif) repeat-x;
    color: #000;
    font-size: 13px;
}

.SubHeader {
    background: #f5f5f5 url(images/header3.gif) repeat-x;
    color: #000;
    font-size: 12px;
}

.GridItemCommon td, .GridAltRow td {
    padding: 4px 10px 4px 10px;
    cursor: default;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    border: solid 1px #C1C1C1;
}

.GridFooterCommon {
    background: #fff url(images/header3.gif) repeat-x;
    border-top: 1px solid #9db6c5;
    color: #000;
    height: 30px;
    padding-top: 5px;
    padding-right: 30px;
    width: 100%;
}

.GridFooterText {
    /*color:#0d4c68;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 25px;
    background: #EEEEEE;
}

.GridEmptyRow {
    padding-left: 3px;
    height: 28px;
    background: #EEEEEE;
    vertical-align: middle;
}

.PagerStyle {
    height: 28px;
    background: #EEEEEE;
    vertical-align: middle;
}

    .PagerStyle span {
        font-size: 12px;
        color: #0d4c68;
        font-weight: bold;
    }
