﻿
/*
**
** MasterPage Style Sheet
**
*/

/*
   Table
   +------------------------------+  MPTbl     - Table Element
   |             Header           |  MP[Nam]Tr - Name of Table Row Element
   |------------------------------|  MP[Nam]Td - Name of Table Cell Element
   |   Top Bar                    |
   |------------------------------|    [Nam] - Hdr: Header
   |   Left   |  Content          |            Lef: Left Navigation   Hid: Hide   Tpb: Top Bar
   |   Nav    |                   |            Ctt: Content
   |------------------------------|            Ftr: Footer
   |   Footer                     |
   +------------------------------+
          

*/

#MPTbl
{
	width:760px; vertical-align:middle;border-color:#000033; background-color:#000000;
}
#MPHdrTr
{
	background-color:#FFFFFF;
}
#MPHdrTd
{
	/* This is slightly off colour */
	background-color:#04759A;
}
#MPTbpTr
{
}
#MPTpbTd
{
	vertical-align: top; text-align: right; background-color:#ADB6BE; width:0px; padding:0px;
}

#BdGoogle
{
	vertical-align: top; text-align: left; background-color:#ADB6BE; padding:0px;
}

#MPLefCttTr
{
}
#MPLefTd
{
	vertical-align: top; background-color:#09799F; width:0px; font-size: 8pt; font-weight: bold;
}
#MPCttTd
{
	vertical-align: top; background-color:#FFFFFF; width:760px; height:350px; 
	padding:10px; padding-top:0px;
}
#MPFtrTr
{
	background-color:#ADB6BE;
}
#MPFtrTd
{
}
#MPFtrTdTxt
{
	font: Ariel; font-size: 8pt; color:#FFFFFF;
}

/*
**
** Defaults
**
a:link
{ 
	color: #333333;
}
a:visited
{ 
	color: #CCCCCC;
}
a:hover
{ 
	color: #CCCCCC;
}
a:active
{ 
	color: #333333;
}
*/

/*
**
** HTML Body
**
*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;

}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* H1-Heading used for all titles */ 
H1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #08779E;
	text-align: left;
	background-image: url(/corporate/images/DividerLine.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* H2-Heading used for all sub-titles */ 
H2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #474743;
	margin-top: 12px;
}

/* ul-bulleted lists formatting */ 
ul {
	list-style-image: url(/corporate/images/css-bullet.gif);
	text-indent: -3px;
}

li {
	margin-bottom : 5pt;
}

/* a-link formatting */ 
a {
	font-weight: bold;
	color: #2788B5;
	text-decoration: none;
	bottom: 50px;
}
divRight {
	text-align: right;
	width: 100%;
}

.inputText 
{
	border-bottom: dotted 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #ffffff;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	vertical-align: middle;
	height: 16px;
}

.inputMultiLineText 
{
	border-bottom: dotted 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #ffffff;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	vertical-align: middle;
}

.inputLabel
{
	text-align: left;
	vertical-align: middle;
	height: 16px;
}

.inputDropdown
{
	background-color: #ffffff;
	vertical-align: middle;
	height: 22px;
	border-bottom: dotted 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}

.dataGroup
{
	border: dotted 1px black;
	padding: 5px;
	background-color: #f0f0f0;
}

.infoGroup
{
	border: dotted 1px black;
	padding: 5px;
	background-color: #ffffcc;
}

.alertGroup
{
	border: dotted 1px black;
	padding: 5px;
	font-weight: bold;
	background-color: #ffcccc;
}

.wizardStep
{
	background-color: #f0f0f0;
	border: solid 2px #08779e;
	padding: 5px;
}

.buttonGroup
{
	background-color: #EFF3FB;
	border: dotted 1px black;
	padding: 5px;
	margin-bottom: -1px;
}

.submitButton
{
	text-align: left;
	padding-top: 5px;
}

.cancelButton
{
	text-align: right;
	padding-top: 5px;
}

.userMessage_OK
{
	border: solid 3px #00A000;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: ThreeDDarkShadow Black;
	vertical-align: middle;
	height: auto;
}

.userMessage_Warning
{
	border: solid 3px #FFCC00;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: ThreeDDarkShadow Black;
	vertical-align: middle;
	height: auto;
}

.userMessage_Error
{
	border: solid 3px red;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	color: ThreeDDarkShadow Black;
	vertical-align: middle;
	height: auto;
}

.editRow
{
	background-color:#ffffff;
	border: solid 3px #04759A;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: auto;
}

.tableView caption
{
	font-weight: bold;
	padding-bottom: 2px;
}

.inactive
{
	font-style: italic;
	font-weight: bold;
	color: #09799F;
}

.GvHeader
{
	background-color: #09799F;
	font-weight: bold;
	color: White;
}

@media print
{
	.NoPrint
	{
		display: none;
	}
	.PrintList
	{
		height: auto;
		overflow: auto
	}
}

@media screen
{
	.PrintList
	{
		height: 200px;
		overflow: scroll
	}
}

.valSummary
{
	background-image: url('/images/critical.gif');
	background-repeat: no-repeat;
	background-position: 3px;
	border: solid 3px red;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: White;
	min-height: 30px;
	vertical-align: middle;
}

.checkList input
{
	margin-left: -20px;
	list-style-position: outside;
}
.checkList td
{
	padding-left: 20px;
}
a.listLink:active {text-decoration:underline; color: black;}

.roundBoxSpacer > .topleft, .roundBoxSpacer > .topright, .roundBoxSpacer > .bottomleft, .roundBoxSpacer > .bottomright { 
    height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
    }
.roundBoxSpacer > .topright, .roundBoxSpacer > .bottomright { 
    margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
    }
.roundBoxSpacer > .inside {
    color: #000000;                 /* YCC: default text-color of the inside */
    }
.roundBoxSpacer > .inside > .notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.roundBoxSpacer > .inside > .nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

.roundBox {
	position: relative;
	left: -11px;
	}
.roundBox > .topleft, .roundBox > .topright, .roundBox > .bottomleft, .roundBox > .bottomright { 
    background-image: url('/images/corners1280x18.gif'); /* CHANGE: path and name of your image */
    height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
    }
.roundBox > .topleft, .roundBox > .bottomleft { 
    margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
    }
.roundBox > .topright, .roundBox > .bottomright { 
    margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
    margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
    }
.roundBox > .topright {
    background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
    }
.roundBox > .bottomleft  { 
    background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
    }
.roundBox > .bottomright { 
    background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
    }
.roundBox > .inside {
    border-left: 1px solid #979797; /* YCC: color & properties of the left-borderline */
    border-right: 1px solid #979797;/* YCC: color & properties of the right-borderline */
    background: WhiteSmoke;            /* YCC: background-color of the inside */
    color: #000000;                 /* YCC: default text-color of the inside */
    padding-left: 10px;             /* YCC: all texts at some distance of the left border */
    padding-right:10px;             /* YCC: all texts at some distance of the right border */
    }
.roundBox > .inside > .notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.roundBox > .inside > .nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

.calloutRight {
	position: relative;
	left: -11px;
	}
.calloutRight > .topleft, .calloutRight > .topright, .calloutRight > .bottomleft, .calloutRight > .bottomright { 
    background-image: url('/images/calloutright1280x18.gif'); /* CHANGE: path and name of your image */
    height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
    }
.calloutRight > .topleft, .calloutRight > .bottomleft { 
    margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
    }
.calloutRight > .topright, .calloutRight > .bottomright { 
    margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
    margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
    }
.calloutRight > .topright {
    background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
    }
.calloutRight > .bottomleft  { 
    background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
    }
.calloutRight > .bottomright { 
    background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
    }
.calloutRight > .inside {
    border-left: 2px solid #000000; /* YCC: color & properties of the left-borderline */
    border-right: 2px solid #000000;/* YCC: color & properties of the right-borderline */
    background: #FFFFE1;            /* YCC: background-color of the inside */
    color: #000000;                 /* YCC: default text-color of the inside */
    padding-left: 10px;             /* YCC: all texts at some distance of the left border */
    padding-right:10px;             /* YCC: all texts at some distance of the right border */
    vertical-align: middle;
    margin-left:5px;
    }
.calloutRight > .inside > .notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.calloutRight > .inside > .nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

.calloutLeft > .topleft, .calloutLeft > .topright, .calloutLeft > .bottomleft, .calloutLeft > .bottomright { 
    background-image: url('/images/calloutleft1280x18.gif'); /* CHANGE: path and name of your image */
    height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
    font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
    }
.calloutLeft > .topleft, .calloutLeft > .bottomleft { 
    margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
    }
.calloutLeft > .topright, .calloutLeft > .bottomright { 
    margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
    margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
    }
.calloutLeft > .topright {
    background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
    }
.calloutLeft > .bottomleft  { 
    background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
    }
.calloutLeft > .bottomright { 
    background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
    }
.calloutLeft > .inside {
    border-left: 2px solid #000000; /* YCC: color & properties of the left-borderline */
    border-right: 2px solid #000000;/* YCC: color & properties of the right-borderline */
    background: #FFFFE1;            /* YCC: background-color of the inside */
    color: #000000;                 /* YCC: default text-color of the inside */
    padding-left: 10px;             /* YCC: all texts at some distance of the left border */
    padding-right:10px;             /* YCC: all texts at some distance of the right border */
    vertical-align: middle;
    margin-right:5px;
    }
.calloutLeft > .inside > .notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.calloutLeft > .inside > .nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */
.wizardStepComplete
{
	background-image: url('/images/checkbox_checked.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border: solid 2px darkgray;
	padding: 5px;
	padding-left: 55px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #DDDDDD;
	min-height: 50px;
	white-space:normal;
	vertical-align: middle;
}
.wizardStepIncomplete
{
	background-position: 3px;
	border: solid 2px darkred;
	padding: 5px;
	padding-left: 55px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #FF8080;
	min-height: 50px;
	vertical-align: middle;
}
.wizardButtonNext
{
	background-position: 3px 3px;
	border: solid 2px darkgreen;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #80FF80;
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
}
.wizardButtonPrevious
{
	background-position: 3px 3px;
	border: solid 2px darkred;
	padding: 2px;
	margin: 2px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #FF8080;
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
}

/* upatel modified on 20110301 - Begin */
/* text style used for most text */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.tableHeaderCellTitle
{
	padding-right: 5px;
	padding-left: 5px;
	background: lightsteelblue;
	
}

.tableHeaderCell
{
	padding-right: 5px;
	padding-left: 5px;
	background: White;
	
}

.tableValueCell
{
	padding-right: 5px;
	padding-left: 5px;
	background: White;
	
}

.tableHeaderCellRequired
{
	padding-right: 5px;
	padding-left: 5px;
	background: Orange;
	
}
/* upatel modified on 20110301 - End */
