*
{
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
}

body
{
	background: url("../Images/head_bggrad_nav.png") repeat-x scroll left top transparent;
	color: #333333;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.md_body
{
	background:none;
	background-color:#F3F5FD;
	padding:10px;
}

.page
{
	height: auto;
	margin: auto;
	position: static;
	text-align: left;
	width: 1250px;
	z-index: 4;
}

.headewraper
{
	height: 65px;
	position: relative; /*	border: thin dashed #Fe1111; */
}


#mastTopBar
{
	float: right;
	border: thin dashed #Fe1111;
	text-align: right;
}

#TopSignNavBar
{
	top: 8px;
	position: absolute;
	right: -1px;
}

#TopSignNavBar a
{
	text-decoration: none;
	float: none;
  color: #027AC6;
}

#TopSignNavBar .lgnname
{
	color: #729272;
}

#servertime
{
	position: absolute;
	right: -1px;
	top: 36px;
	color: #516a8a;
}

#titlelogo
{
	top: 9px;
	left: 9px;
	position: absolute;
	height: 45px;
	width: 116px;
	background-image:url("../Images/babylogo.png");
}


/*  Tabed Menu area */

#menucontainer
{
	float: right;
	position: absolute;
	/* width: 900px; */
	top: 13px;
	left: 138px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	z-index: 17;
}
#ui-datepicker-div
{
  display:none
}
#menucontainer ul
{
	vertical-align: baseline;
	list-style: none outside none;
	margin: 0;
	padding: 5px 10px 0;
}

#menucontainer li
{
	vertical-align: baseline;
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: center;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menucontainer li a
{
	display: block;
	font-weight: normal;
	padding: 5px 11px 1px 6px;
	text-decoration: none;
	float: none;
  color: #027AC6;
  height: 38px;
}
#menucontainer img
{
	border: 0 none;
}
/* End IE5-Mac hack */

#menucontainer li a:hover
{
	color: #c0c0c0;
}

#menucontainer li .highlight
{
	background: url(../images/tableft_highlight.png) no-repeat left top;
	position: relative;
	top: 0px;
}

#menucontainer li .highlight a
{
	background: url(../images/tabright_highlight.png) no-repeat right top;
	color: #027ac6;
	padding-bottom: 3px;
}

#menucontainer .current
{
	background: url(../images/tableft.png) no-repeat left top;
	position: relative;
	top: 0px;
	height: 46px;
}

#menucontainer .current a
{
	background: url(../images/tabright.png) no-repeat right top;
	color: #027ac6;
	padding-bottom: 3px;
}


#menucontainer > ul > li > ul
{
	display: none;
}

/* Path Navigation */


#SMPath
{
	padding-bottom: 22px;
	margin-bottom: 0px;
	margin-top: 19px;
	margin-left: 210px;
	position: relative;
	line-height: normal;
	z-index: 999;
}
#SMPath ul
{
	border: medium none;
	list-style: none outside none;
}

#SMPath ul li
{
	border: medium none;
	float: left;
	font-weight: bold;
	color: #027AC6;
	margin: 0;
	padding: 0 0 0 9px;
}

#SMPath a
{
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #027AC6;
	display: block;
	float: none;
	font-weight: bold; /*    padding: 5px 15px 4px 6px; */
	text-decoration: none;
}

#leftNav li a:hover, #SMPath a:hover
{
	color: #c0c0c0;
}

#leftNav
{
  float: left;
	font: 12px/15px Courier,Arial,sans-serif;
	line-height: normal;
	list-style: none outside none;
	padding: 20px 0 0 0;
	white-space: normal;
	width: 200px;
	position: relative;
/*	border: thin solid #e3ebef; */
}


#leftNav li
{
	display: block;
	line-height: 20px;
	list-style: none outside none;
	padding: 4px 0 4px 10px;
	text-align: left;
  outline: 0 none;
}

#leftNav a {
    font-size: 90%;
    color: #027AC6;
    text-decoration: none;
}

#leftNav li.current {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DCF0F6;
    border-top: 1px solid #DCF0F6;
   	padding: 3px 0 3px 4px;
}

#leftNav li.current a {
    color: #000000;
    font-weight: bold;
}

/* content styles   */

.leftborder
{
	background: url("../Images/vborder.png") repeat-y scroll left top transparent;
	margin-left: 198px;
	left: 0px;
}
#pagecontent
{
	border-top: thin solid #e3ebef;
	border-bottom: thin solid #e3ebef;
	border-right: thin solid #e3ebef;
	padding: 10px;
	margin-left: 1px;
	min-height: 640px;
	left: 0px;
	position: relative;
}

.pagemidle
{
/*	border: thin dashed #Fe1111; */

}


/* Foot Wraper */

.footwraper
{
	text-align: right;
	height: 35px;
	margin-top: 20px;
	background-color: #3a4a5c;
	color: #acb9c8;
	clear: both;
}

.footwraper a
{
	color: #acb9c8;
}
.gridRow td
{
    padding: 2px 5px 5px 5px; 
}
.dlink a:link, .dlink a:visited
{
    text-decoration:none;
    color:#00006F;
    font-size: 1em;
}
.dlink a:hover
{
     text-decoration: underline;
     color:#6666B9;   
     font-size: 1em;  
}
.tbl-ttl-b {
	background-color: #D7DFE7;
	text-align: center;
}

.text-10 {
	font-size: 10px;
	/*color: #5C7DA2;*/
	font-family: Arial, Helvetica, sans-serif;
}
.text-10-d {
	font-size: 10px;
	/*color: #324458;*/
	font-family: Arial, Helvetica, sans-serif;
}
.text-11-b, .text-11-b td {
	font-family: Arial, Verdana;	
	color: #2E6E9E;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #AEC0D0;
	font-size: 1em;

}
.text-11 {font-family: Arial, Verdana; font-size: 1em; 	color: #2E6E9E;}
.text-11r {	font-family: Arial, Verdana; font-size: 1em;	color: #CCCCCC;}
.text-12 {font-family: Arial, Verdana;	font-size: 12px;	color: #5C7DA2;}
.text-14 {font-family: Arial, Verdana;	font-size: 14px;	color: #5C7DA2;}
.cutom-text-11 {font-size: 1em; }
.errMsg	{font-family: Arial, Verdana; font-size: 1em; 	color:Red;}

/* Wizard */
.wstep
{
	 font-size:1.2em;
	 font-weight:bold;
	 color:#2E6E9E;
}
/* Grid */
.gr
{
    border:1px solid #C5DBEC;	 
}
.gr-header
{
	background:url("redmond/images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50% #DFEFFC;
	height:22px;
	font-family: Arial, Verdana; 
	font-size: 1em;
	font-weight:bold; 	
	color: #2E6E9E;
    vertical-align: middle;
    text-align:center;
    white-space:nowrap;
}
.gr-item 
{
	height:22px;
	font-family: Arial, Verdana; 
	font-size: 1em;
	color: #2E6E9E;
    vertical-align:middle;
    text-align:left;
    white-space:nowrap;
}
.gr-item td, .gr-header td
{
	border:1px solid #C5DBEC;	 
}
	
.gr-item a:link, .gr-item a:visited
{
    text-decoration:underline;
    color:#00006F;
    font-size: 1em;
}
.gr-item a:hover
{
     color:#6666B9;   
}	
	
	

