﻿/*end common section class*/
.WrapperColorAdmin,.WrapperColorMember
{
    background-color:#FFF;
    width:100%;
    min-width:1050px;
}
.WrapperColorMember{
     background-color:#fff;
}

body 
{
	font-family: Calibri;
	font-size: 14px;
	color:#000000;
	margin-top:10px;
	margin-bottom:20px;
}

.contentTable
{
	width:100%;
	height:720px;
    border-collapse: separate; 
    border-spacing: 2px; 
}
.contentTable td {padding: 4px;}

#MasterMainTable
{
    border-collapse: collapse;
    border-spacing: 2px;
}

#headerDiv
{
	width:100%;
	border-bottom:dotted 1px #808080;
	color:#EE5D43;
	padding-bottom:3px;
    padding-left:5px;
    font-size: 18px;
    font-weight:bold;
}

#UserName
{
	margin-right:5px;
}

.fldPrompt,.fldViewStatus,.fldViewStatusGreen,.fldViewStatusRed
{
	font-weight:bold;
    color:#808080;
}
.fldView{
    color:#000000;
}

.fldViewStatus,.fldViewStatusGreen,.fldViewStatusRed
{
    font-size:18px;
}
.fldViewStatusGreen
{
     color:#00C000
}
.fldViewStatusRed{
    color:red;
}
.statusPrompt
{
    color:#808080;
    font-size:18px;
}

.errMsg
{
	color:Red;
	margin-left:30px
}

.errMsgNoMargin
{
	color:Red;
}

.errMsgBold{
    font-weight:bold;
    color:Red;
}
.warningMsgNoMargin
{
	color: #008000
}

.warningMsgBold{
    font-weight:bold;
    color:#008000;
}
.errMsgHeader
{
	color:Red;
}
.errorPageText{
    color:#000000;
    font-size:18px;
    font-weight:bold;
    text-align:center;
}

.infoMsg
{
	color:#000000;
}
h1
{
    color:#808080;
	text-align:center;
}
h2
{
	color:#808080;
	text-align:center;
}

h3
{
	color:#808080;
	text-align:center;
}

h4
{
	color:#808080;
	text-align:center;
}

.pageFieldView, .pageField
{
	font-family: Calibri;
	font-size: 14px;
	color:#000000;
    background-color:#FFFFFF;
 }

.subHeader
{
	color:#EE5D43;
	font-weight:bold;
}

.subHeader1
{
	color:#EE5D43;
	margin-bottom:5px;
	margin-top:5px;
}

.fldEntryError {
    background-color: #FFC0C0;
}

.fundErrorDiv {
    background: #ffc;
    width: 100%;
}

.borderedTable
{
	border:dotted 1px #8B8178;
}

.dataPanel
{
    background-color: #FFFFFF;
}

.mandatoryStar
{
	color:red;	
}

a
{
	color:#00ABC9;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
	color:#EE5D43;
}

.highlightedRow
{
    background-color:#FFA9A9;
}
.highlightedText
{
    background-color:gold;
}

.fileOverdueMessage {
    background-color: gold;
    border: solid 1px red;
    padding: 2px;
    font-family: Calibri;
    font-size: 15px;
    font-weight: bold;
}

/*end common section class*/
	
/*start list table section class*/
.ListTable, .ListTableNoHover
{ 
	border-left: 1px solid #C6C3C6;
	border-right: 1px solid #C6C3C6;
	border-bottom: 1px solid #C6C3C6;
    border-collapse: collapse;
    background-color:#FFF;
}

.ListTable th,  .ListTableNoHover th 
{
	background: url('../images/tableHeader.gif?v001');
	color:White;
	padding: 0.3em;
	border-right:solid 1px white;
    border-top:solid 1px #C6C3C6;
}

.ListTable .lastTh, .ListTableNoHover .lastTh 
{
	border-right:1px solid #C6C3C6;
}

.ListTable .singleTh, .ListTableNoHover .singleTh
{
	border-left:1px solid #C6C3C6;
	border-right:1px solid #C6C3C6;
}

.ListTable td, .ListTableNoHover td
{
	padding: 0.5em;
	border-bottom:solid 1px #C6C3C6;
}
.ListTable tr:hover
{ 
  color: #000000;
} 

.ListTable .filterTD
{
	border-bottom:solid 1px #C6C3C6;
}

.ListTable .controlTD
{
	border-bottom:solid 0px #C6C3C6;
	padding: 0.2em;
}
.ListTable a
{
	color:#00ABC9;
	font-weight:bold;
	text-decoration:underline;
}
.ListTable a:hover
{
	text-decoration:none;
}

.ListTable .lastTC
{
	border-right:1px solid #C6C3C6;
}
.wordBreak {
    word-break: break-all;
}
.NoBorders
{
    border:solid 0px #ffffff;
}
.NoBorders td
{
    border-bottom:solid 1px #ffffff;
}
/*end list table section class*/

/*start audit log inner table class*/
.auditLogDetailsTable
{
    font-size: 10px;
    border: solid 1px #C6C3C6;
	border-collapse: collapse;
}
.auditLogDetailsTable td
{
    border-right:dotted 1px #C6C3C6;
}
.auditLogDetailsTable th
{
  width:40px;  
}
.auditLogDetailsTable .colHeader
{
    background-color: #D5D2CA;
    padding: 0.1em;
}
.auditLogDetailsTable .beforeRowTD
{
    background-color: #FEFEF6;
    padding: 0.1em;
}
.auditLogDetailsTable .afterRowTD
{
    background-color: #ffffcc;
    padding: 0.1em;
}
/*end audit log inner tableclass*/

/*start table paging section class*/
.pageHtml
{
	margin-bottom:5px;
}

.pageNum
{
    border:solid 1px #808080;
	color:#00ABC9;
	text-decoration:none;
	margin-right:5px;
}

.pageNumCurrent
{
	border:solid 1px #808080;
	padding:2px 2px 0px 2px;
	text-decoration:none;
	font-weight:bold;
	background:#00ABC9;
	color:#FFFFFF;
	margin-right:5px;
}

.pageNum:hover
{
	color:#F36A5B;
}
.pageNumCurrent:hover
{
	background-color:#FFFFFF;
	color:#F36A5B;
}
/*start table paging section class*/

/*start homepage section class*/
.imageBorderLeft
{
	background-image: url('../images/corners/leftcol.gif?v001');
	background-repeat:repeat
}
.imageBorderRight
{
	background-image: url('../images/corners/rcol.gif?v001');
	background-repeat:repeat
}
.sirText
{
	text-align:center;
}
.sirText a
{
	color:#00ABC9;
}
.sirText A:hover
{
	color:#F36A5B;
}
/*end homepage section class*/

/*start footer section class*/
.footer
{
	background-color:#394042;
    width:100%;
}

.versionText
{
	color:#ffffff;
	margin-top:5px;	
	margin-right:5px;
}

/*end footer section class*/

/*start header section class*/
.headerTitle
{
    color:#EE5D43;
    font-weight:bold;
    font-size:25px;
}
.menuLineTop
{
	background-color:#D5D2CA;
	width:100%;
	height:3px;
	margin-bottom:3px;
}
.menuLine
{
	background-color:#D5D2CA;
	width:900px;
	height:3px;
	margin-top:3px;
}

.DateTime
{
	color:White;
	font-size: 12px;
	text-align:right;
}
/*end header section class*/

/*Start of main menu css*/
#menuBlank
{
	width:100%;
	height:20px;
}
.cssnav1
{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url('../images/over-btn.gif?v001') repeat;
	width: 120px;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/	
	/*border-bottom:solid 1px white;*/
}
.cssnav1 a
{
	display: block;
	font-size: 16px;
	width: 120px;
	height: 25px;
	float: left;
	color: #808080; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.focusText
{
    color:#fff;
}
.cssnav1 a:hover
{
	color:#fff;
	text-decoration:underline;
}
				
.cssnav1 img {width: 120px; height: 25px; border: 0; }
* html a:hover {visibility:visible}
.cssnav1 a:hover img{visibility:hidden}

.cssnav1 span
{
	position: absolute;
	left: 2px;top: 2px;
	text-align: center;
	width: 120px;
	cursor: pointer;      
}
/* End of main menu*/ 

/*Start of sub menu css*/
.subMenuTD {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background: url('../images/over-btn.gif?v001') repeat;
    width: 120px;
    height: 25px;
    overflow: hidden; /* for ie to hide extra height*/
}
.subMenuTD a {
    display: block;
	font-size: 16px;
	width: 120px;
	height: 25px;
	float: left;
	color: #fff; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
    }
.subMenuTD a:hover{
    color:#fff;
	text-decoration:underline;
    background-color:#EE5D43;
}

.subMenuTD img {width: 120px; height: 25px; border: 0; }
.subMenuTD a:hover img{visibility:hidden}

.subMenuTD span
{
	position: absolute;
	left: 2px;top: 2px;
	text-align: center;
	width: 120px;
	cursor: pointer;      
}

.subMenuTDBlank{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background: url('../images/over-btn.gif?v001') repeat;
    height: 25px;
    overflow: hidden; /* for ie to hide extra height*/
}
/* End of sub menu*/ 

/*-----  Error  -----*/
.Error
{
	background:#ffc url(../images/ErrorFrame/TopLeft.gif?v001) no-repeat top left;
}

.Error .Inner1
{
	background:url(../images/ErrorFrame/TopRight.gif?v001) no-repeat top right;	
}

.Error .Inner2
{
	background:url(../images/ErrorFrame/BottomLeft.gif?v001) no-repeat bottom left;	
}

.Error .Inner3
{
	background:url(../images/ErrorFrame/BottomRight.gif?v001) no-repeat bottom right;	
	padding:3px 10px 0 10px;
}

.Error h4
{
	color:#000000;
	padding:0px 0 8px 25px;
	background:url(../images/icons/Error.gif?v001) no-repeat top left;
	text-align:justify;
}

.Error ul
{
	margin:0;
	padding:0 0 5px 7px;	
	list-style:none;
}

.Error ul li
{
	background:url(../images/icons/ErrorBullet.gif?v001) no-repeat left;
	padding-left:8px;
	margin-bottom:2px;
}

.ErrMsg
{
	color:Red;
	margin-left:30px;
}

.InfoMessage
{
    padding-left:5px;
    background-color:#E3FFE3;
}
.InfoMessageForContinue
{
    padding-left:5px;
    color:red;
}

.ContinuePromptMsg
{
	color:Red;
	margin-left:25px;
    padding:2px
}

.fldViewGreen
{
	color:#548912;
	font-weight:bold;
}

.Clear
{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;	
}

/*-----  Buttons  -----*/
a.Button
{
	float:left;
	background:#EE5D43 url('../Images/LinkButtons/Orange/Background.jpg?v001') repeat-x left top; 	
	color:#FFFFFF;
    font-size:14px;
	text-decoration:none;
	font-weight:600;
    height: 23px;
}

a.Button .label
{
    color:#FFFFFF;
    font-size:14px;
	padding:1px;
	font-weight:600;
}

a.Button span
{
	display:block;
	background:url(../Images/LinkButtons/Orange/Dot.gif?v001)	repeat-y top right;
}

a.Button span span
{
	background:url(../Images/LinkButtons/Orange/Dot.gif?v001)	repeat-x bottom left;
}

a.Button span span span
{
	background:url(../Images/LinkButtons/Orange/Dot.gif?v001)	repeat-y top left;
}

a.Button span span span span
{
	background:url(../Images/LinkButtons/Orange/TopLeft.gif?v001)	no-repeat top left;
}

a.Button span span span span span 
{
	background:url(../Images/LinkButtons/Orange/TopRight.gif?v001) no-repeat top right;
}

a.Button span span span span span span 
{
	background:url(../Images/LinkButtons/Orange/BottomLeft.gif?v001) no-repeat bottom left;
}

a.Button span span span span span span span
{
	background:url(../Images/LinkButtons/Orange/BottomRight.gif) no-repeat bottom right;
	padding:3px 6px;
}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #8B8178; border-right:1px solid #8B8178;}
.xb1 {margin:0 5px; background:#8B8178;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
 
.xboxcontent {display:block; background:#fff; border:0 solid #8B8178; border-width:0 1px;}

.dataItemList1 .xboxcontent{height:135px;}

/*bubble tooltip*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
    word-wrap: break-word;
}
a.tt span{ display: none; }

a.tt:hover{ z-index:25; color: #aaaaff;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:-300px;
	padding: 15px 0 0 0;
	width:300px;
	color: black;
    text-align: center;
	
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url('../images/BubbleImage/bubble.gif?v001') no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url('../images/BubbleImage/bubble_filler.gif?v001') repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url('../images/BubbleImage/bubble.gif?v001') no-repeat bottom;
}

/*bubble tooltip warning*/
a.ttWarn{
    position:relative;
    z-index:24;
    color:red;
	font-weight:bold;
    text-decoration:none;
    word-wrap: break-word;
}
a.ttWarn span{ display: none; }

a.ttWarn:hover{ z-index:25; color: #aaaaff;}
a.ttWarn:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:-300px;
	padding: 15px 0 0 0;
	width:300px;
	color:#000000;
    text-align: center;
	
}
a.ttWarn:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url('../images/BubbleImage/bubbleRed.gif?v001') no-repeat top;
}
a.ttWarn:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url('../images/BubbleImage/bubble_fillerRed.gif?v001') repeat bottom; 
}
a.ttWarn:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: red;
    background: url('../images/BubbleImage/bubbleRed.gif?v001') no-repeat bottom;
}

/* DevExpress Grid */
.dxgvSelectedRow_Metropolis
{
	background-color: #FDF6F6;
	color: #000000;
}
.dxgvFocusedRow_Metropolis
{
	background-color: #00ABC9;
	color: White;
}

.dxgvHeader_Metropolis{
    font-weight:bold;
    color: white;
    background-color: #00ABC9;
}

.dxgvEditFormDisplayRow_Metropolis td.dxgv,
.dxgvDetailCell_Metropolis td.dxgv,
.dxgvDataRow_Metropolis td.dxgv,
.dxgvDetailRow_Metropolis.dxgvADR td.dxgvAIC
{
	overflow: hidden;
	border-bottom: 1px Solid #c0c0c0;
	border-right: 0px;
	border-top-width: 0;
	border-left-width: 0;
	padding: 3px 6px 4px;
}

.dxgvDataRow_Metropolis td.dxgvPHEC
{
    border-right:  1px Solid #c0c0c0;
}

.dxgvFocusedRow_Metropolis a:hover
{   
    color:white;
}

.Padding2 { border-collapse: separate; border-spacing: 2px; }
.Padding3 { border-collapse: separate; border-spacing: 3px; }
.Padding4 { border-collapse: separate; border-spacing: 4px; }
.Padding5 { border-collapse: separate; border-spacing: 5px; }

/*Used for tables in pages*/
.TablePadding2 td{padding: 2px;}
.TablePadding3 td{padding: 3px;}
.TablePadding4 td{padding: 4px;}
.TablePadding5 td{padding: 5px;}

.analysisTable
{
    border:solid 1px #8B8178;
    margin-left:10px;
    width:98%;
}
.analysisTableBlankCell
{
    background-color:#00ABC9;
    border-bottom:solid 1px #8B8178;
    width:150px;
}
.analysisTableHeaderCell
{
    border-bottom:solid 1px #8B8178;
    color:#000000;
	font-weight:bold;
}
.analysisTableColumnCell
{
    border-right:solid 1px #8B8178;
    color:#000000;
	font-weight:bold;
}

.columnDimensionRDOList
{
    width:100%;
}
.columnDimensionRDOList label {margin-left: 3px; font-weight:normal; color:#000000}

.rowDimensionRDOList
{
    height:150px;
}
.rowDimensionRDOList label {margin-left: 3px; font-weight:normal;}

.fixedFormatTextCell
{
    Padding-left:150px;
    padding-top:50px;
}

/*Dashboard holding divs*/
.orangeBorderedDiv,.blueBorderedDiv{
    width:1100px;
    padding:5px;
}
.orangeBorderedDiv
{
	border: #EE5D43 2px solid;
    margin-bottom:5px;
}
.blueBorderedDiv
{
	border: #00ABC9 2px solid;
    margin-top:5px;
}
