/* ----------------  INITIAL START ------------- */

* { margin: 0px; padding: 0px;}

h1 { margin-bottom: 10px;}
h2 { margin-bottom: 7px;}
h3, h4, h5 { margin-bottom: 5px;}
p, ul { margin-bottom: 7px; }

form label { cursor: pointer; }
input, select, textarea {
		font: normal normal 11px Arial, Helvetica, sans-serif;		
		color: #000000;	
		border: 1px solid #666666;
		background: white;		
}

input 
{
	height:auto;
	/*width:200px;*/
}
select,textarea
{
	height:auto;
	padding:2px;
	width:225px;
	border: 1px solid #666666;
}
img { border-style: none;
	border-color: inherit;
	border-width: medium;
	/*width: 14px;*/
}

/* ----------------  INITIAL END ------------- */


/* ----------------  FONT  ------------- */

a {
	text-decoration: none;
}
h1 {
font: normal normal 20px Arial, Helvetica, sans-serif;
}
h2 {
font: normal bold 16px Arial, Helvetica, sans-serif;
}
h3 {
font: normal bold 12px Arial, Helvetica, sans-serif;
color: #15559d;
}
h4 {
font: normal bold 12px Arial, Helvetica, sans-serif;
color: #0e76a2;
}
a:link, a:visited {
	/* color: #15559d; */
	 color: #15559d;
	font-weight: bold;
	font-size:110%;
}
a:hover, a:active {
	/* color: #4b84c5;*/
	color: #9D154F;
	font-size:110%;
}

.readmore a:link, .readmore a:visited {
	font-weight: bold;
	color: #15559d;
}
.readmore a:hover, .readmore a:active {
	color: #4b84c5;
}
#navBar a:link, #navBar a:visited {
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: white;
}
#navBar a:hover, #navBar a:active {
	color: #999999;
}
/* ----------------  BASICS  ------------- */


.spacer {
	background: url(images/separatorBG.gif) repeat-x;
	padding-bottom: 3px;
}
ul li {
	font-weight: bold;
	list-style: none;
	padding-left: 0px;
	/*background: url(images/listelement.gif) left center no-repeat;*/
}
body {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	/*background-color: #2e6ad1;*/
	/*background-color: #173569;*/
	background: url(images/bg_grad.png) center top repeat-x;
}
body.body1 {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;	
	background: url(images/bg.gif) center top repeat-x;
	background-color:#ecf2fb;
	}
td,tr,table
	{
		font-size:100%;
		padding:2px;
	}
#shadContainer, #top, #baseShad {
	width: 990px;
}
#baseShad1 
{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#ffffff;
}
#shadContainer1,  #baseShad1 {
	width: 980px;
	background-color:#ffffff;	
	height:100%;
}
#top, #baseShad, #LogoNav,#shadContainer1,  #baseShad1  {
	text-align: center;
	margin: 0 auto 0 auto;
} 	

#top {
	text-align: left;
	background: url(images/signon_bg.gif) no-repeat;
	width: 990px;
	height: 179px;
	border: 0px;
}
#hdr 
{
	text-align: right;
	background: url(images/landing.png) no-repeat;
	width: 980px;
	height: 90px;
	border: 0px;
	display:block;
}
#loginDtl
{
	padding-right:10px;
	padding-top:30px;
	padding-bottom:20px;
	width:auto;
	text-align: right;
}
#menubg
{
	text-align:left;	
	width: 980px;
	height: 28px;
	border: 0px;
	background: url(images/navbarbg.gif) repeat-x;
}
#softwarename
{
	padding-right:10px;
	padding-left:10px;
	padding-top:2px;
	float:left;
	width: 250px;
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
}
#navBar
{
	padding-right:10px;
	padding-top:2px;
	float:right;
	width:680px;
	text-align:right;
	/*border:1px solid #000000;*/
}


#signonHdr {
	text-align: left;
	background: url(images/signon_hdr.gif) no-repeat;
	width: 990px;
	height: 75px;
	border: 0px;
}
#sitecontent {
	margin: 0 auto 0 auto;
	background-color: white;
	text-align: center;
	position: static;
	width: auto;
	height: 100%;
	padding-left: 0px;
	padding-right: 5px;
}


#signonContent {
	margin: 0 auto 0 auto;
	background: white;
	text-align: left;
	position: static;
	width: 990px;
}

#signonMiddle {
	text-align: left;
	background: url(images/signon_pic.png) no-repeat;
	width: 990px;
	height: 285px;
	border: 0px;
}
#signonArea 
{
	float:right;
	width:402px;
	height:285px;
}
.signon
{
	padding-left:100px;
	padding-right:100px;
	padding-top:90px;
	padding-bottom:90px;
}
#footerbg
{
	text-align:right;	
	width: 100%;
	height: 28px;
	border: 0px;
	background: url(images/footerbarbg.gif) repeat-x;
}
.clear {
	clear: both;
}
#leftarea {
	width: 48%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
#rightarea {
	width: 48%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float: right;
}
#wholearea
{
	width:99%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	float:left;	
}

#anotherwholearea
{
	width:99%;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:5px;
	float:left;	
}
/* ----------------  BOXES FEATURED CONTAINER  ------------- */




/* ----------------  BUTTON AND FORMS  ------------- */

input.txtbox {
	
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width:220px;
}
input.txtbox1 {
	
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width:100px;
}

input.txtbox_gray {
	
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width:100px;
	background-color:ThreeDFace;
}
input.dropdownstyle
{
	font-size: 11px;	
	border: 1px solid #666666;
}
.buttonstyle {

	cursor: hand;
	text-decoration: none;
	font: normal bold 11px Arial, Helvetica, sans-serif;
	/*background-image:url(mcsbuttonbg.gif) !important;
	background-repeat:repeat-x !important;
	background-position:bottom left !important;*/
	background-color:#eeeeee;
	color: #333333;
	margin-bottom: 0px;
	padding-top:2px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:2px;
	border:1px solid #999999;
	width:auto;
}
input.buttonstyle {

	cursor: hand;
	text-decoration: none;
	font: normal bold 11px Arial, Helvetica, sans-serif;
   /* background-image:url(mcsbuttonbg.gif) !important;
	background-repeat:repeat-x !important;
	background-position:bottom left !important;*/
	background-color:#eeeeee;
	color: #333333;
	margin-bottom: 0px;
	padding-top:2px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:2px;
	border:1px solid #999999;
	width:auto;
}
.appbuttonstyle {
	background: none;
	background: #15559d;
	border: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font: normal bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 0px;
	padding-top:2px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:2px;
	border:1px solid #666666;
	width:auto;
}
.impbuttonstyle {
	background: none;
	background: #e69875;
	border: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font: normal bold 11px Arial, Helvetica, sans-serif;
	color: #15559d;
	margin-bottom: 0px;
	padding-top:2px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom:2px;
	border:1px solid #666666;
	width:auto;
}
/*.buttonstyle1 {
	
	cursor: hand;
	text-decoration: none;
	font: normal bold 10px Arial, Helvetica, sans-serif;
	background-image:url(images/mcsbuttonbg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#ffffff;
	color: #15559d;
	margin-bottom: 0px;
	padding:0px;
	border:1px solid #666666;
	width:auto;
}*/
input.checkBoxstyle
{
	border:1px solid #666666;
	background-color:#eeeeee;
}
.buttonstyle:hover {
	color: #ffffff;
	background-color:#999999;
}

.impbuttonstyle:hover {
	color:#c5624b;
	background-color:#999999;
}

button div {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 12px;
}

.gap
{
height:10px;
}

/* ----------------  NAVIGATION  ------------- */

#navigation {
	padding-left: 65px;
}
#navigation div {
	padding-top: 6px;
	margin-top: 10px;
	float: left;
	height: 22px;
	padding-left: 12px;
	background: url(images/navispacer.gif) left top repeat-y;
}
.navispacer {
	background: url(images/navispacer.gif) repeat-y;
	width: 11px;
}

.subnav {
	height: 18px;
	background: #fff3e0;
	border-bottom: 2px solid white;
	padding: 5px 0 0 20px;
}
/* ----------------  FOOTER  ------------- */

#footer 
{
	height:35px;
	width:990px;
}
#SignonFooter 
{
	height:35px;
	width:990px;
	background:url(images/signon_footer.gif) no-repeat;
}
#SignonFooter div
{
	padding:5px 10px 5px 20px;
	color:#333399;
	font-weight:bold;
	font-family:Verdana,arial;
	background-image:none;
	float:left;
	font-size:12px;
}

/*--------------- Error Display -----------------*/
.display_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
/*----------------- font color------------------ */
.white11pxbold
{
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}
.black10px
{
	color:#000000;
	font-size:10px;
	font-weight:normal;	
}
.blackbold14px
{
	color:#000000;
	font-size:14px;
	font-weight:bold;	
}
.librarycatred
{

	color:#cf1a19;
	font-size:18px;
	padding-left:5px;
	font-weight:bold;
	padding-top:10px;	
}
.librarysectblue
{

	color:#15559d;
	font-size:16px;
	padding:0px;
	font-weight:bold;	
}
/*-------------------------*/
.bluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/bluetitlebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	vertical-align: middle;
	height: 23px;
	width:99%;
	padding-left: 7px;
	padding-top: 5px;
	display:block;
	padding-right: 5px;
}

.bluetitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/bluetitlebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width:99%;
	padding-left: 7px;
	padding-top: 5px;
	display:block;
	padding-right: 5px;
}

div.bluebox
{
	background-color: #f8fafb;
	background-image: url(images/bluepanelbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 99%;
	border-left: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;	
	height:auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
}
div.bluebox
{
	background-color: #f8fafb;
	background-image: url(images/bluepanelbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 99%;
	border-left: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;	
	height:auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;

}
div.bluebox1
{
	background-color: #f8fafb;
	background-image: url(images/bluepanelbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 99%;
	border-left: 1px solid #99ccff;
	border-right: 1px solid #99ccff;
	border-bottom: 1px solid #99ccff;	
	height:auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align:left;
	vertical-align:top;

}
div.sec_100
{
	height: auto;  	
  	border: 0px solid #cccccc;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:left;
	vertical-align:top;	
	width: 100%;
}

.gridstyle
{
	border: 1px solid #cccccc
}

/*AutoComplete flyout */

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

.upload_instruction
{
	color:#000000;
	font-weight:normal;
	font-size:9pt;
	text-align:left;
	float:left;
	padding:10px 5px 10px 5px;
	
}

.btnMcsJmsStyle {
	background: none;
	background: #15559d;
	border: none;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font: normal bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	border: 1px solid #666666;
	border-radius: 5px;
	width: auto;
}


