﻿/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/
 
.mythc { /* column header container (above select checkbox) */
	background-color: #ffffff;
	border-bottom: 2px solid #eda2a2;
	/*color: #777777;*/
	color: #6f0300;
	font-family: Verdana, Arial, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
	vertical-align: top;
	}


 .docGrid table/*, .docTable TD */
 {
 	border-collapse: collapse;
 }
 
  .docGrid table, .docTable TD , .DocTable TH
 {
 	border: 1px solid black;
 }
 
.myClass
{
	position: absolute;
	
	top:2px;
	text-align:right;
	width: 900px;
	/*width: 1200px;*/
	margin: auto 0;
}

#table1
{
	float:right;
}
#clear
{
	clear:both;
}

.signInBarStatus { /* sign in bar status message text - overriding color as the background is pale. MR 2012-05-29*/
	color: #6F0300;

	}

.borderTable, .pbTable { /* page content container */
	width: 900px;
	/*width: 1200px;*/
	margin-left: auto;
	margin-right: auto;

	}

.dialog_view, .dv { /* panel container (includes panel header) */
     width: 900px;
	 /*width: 1200px;*/
	 
     }

.pcT { /* page container top center edge (header container) */
	background-image: none;	
}

.ajax__tab_xp .dialog_view, .ajax__tab_xp .dv { /* panel container within tab container */
	width:850px;
	/*width:1150px;*/
	
	}


.MLMmCStaff{
	width: 225px;
	border-right: 1px dotted #cccccc;
	color: #ffffff;
	cursor: pointer !important;
	font-family: Verdana, Arial, Geneva, ms sans serif;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
}	
	
	.mydialog_header_leftalign, .mydh { /* sub headings inside a panel */
	background-color: #eda2a2;
	background-color: #eeeeee;
	border-bottom: 1px solid #6f0300;
	color: #6f0300;
	font-family: Verdana, Arial, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	width: 500px;
	}
	
	.mydialog_header_centeralign, .mydh_centeralign { /* sub headings inside a panel */
	background-color: #eda2a2;
	background-color: #eeeeee;
	border-bottom: 1px solid #6f0300;
	color: #6f0300;
	font-family: Verdana, Arial, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	}
	






