﻿
/* Login */

.loginlabel
{
    color:#ffffff;   
}
.loginbar
{    
   
}

.loginerror						{float:right; color:Red; }
/* End Login */



TD
{font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#333333;}

#loginback
{
    background-image: url(images/login_bar.gif);
    background-repeat:no-repeat;
}

.searchbackground
{
    background-image: url( images/searchbox.gif );
    background-repeat:no-repeat;

}


/* Navigation */
#subnavbar						{height:26px; font-size:11px; color:#003399; background:url(images/dotted_line_horizontal2.gif) no-repeat top left }
	


#subnavbar ul 					{list-style-type:none; padding-top:5px;}
#subnavbar li 					{display:inline;padding-left:4px;}
/*
#subnavbar a 					{color:#003399; text-decoration:none;}
#subnavbar a:active 			{color:#003399; text-decoration:none;}
#subnavbar a:visited 			{color:#003399; text-decoration:none;}
#subnavbar a:hover 			    {color:#003399; text-decoration:underline;}
*/
/* Used behind the toolbar */
.navbackground                  {background-color:#FFFFFF;}

/* Used to handle the larger buttons */
.navbutton2on a  						{color:#ffffff; text-decoration:none;  background:url(images/tabon2.jpg) no-repeat; width:83px; height:22px; display:block;}
.navbutton2on a:active, .navbutton2on a:visited  			{color:#ffffff; text-decoration:none;}

/********************************************************/
/* Web Zone sizing  
/********************************************************/
.webzonestretch
{
    width:100%;   
}

.webzonefixed
{
    width:200px;   
    text-align:left;
}

.webzoneeven
{
    width:33%;   
}

.cmsuserptions
{
   color:#000000; font-size:10px;
}

A.readmore
{
    text-decoration:none;
}

#aboutmsi p						{padding-top:4px; font-size:10px;}

#content 
{
	margin-bottom: 10px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;

}

#2colcontent p
{
    margin-bottom: 10px;
	margin-left:10px;
    margin-right:0px;
	margin-top:10px;
}


/*****************************************************
	Wizard
*****************************************************/
/* Used at the front of any controls e.g. Address: */
.wizardTextLabel
{
    font-size: 12px;
    text-align:right;
    vertical-align:top;
   
}
/* Used at the end of any controls to show help e.g. "e.g. Portland Place, SW1" */
.wizardTextHelp
{
     font-weight: bold;

}

/* Used for the text in the controls, Texbox, dropdown etc .. */
.wizardText
{
 font-size: 12px;
}


.wizardStepActive 
{
	border: 1px solid #003399;
	color: white;
	background-color:#003399;
	line-height:12px;
	font-weight:bold;
}



.wizardStepHeader
{
 font-weight: bold;
}

.wizardStep {
	border: 1px solid #003399;
	color: #003399;
  
	line-height:14px;
	
}

.wizardStepTitle {
	color: #003399;
	font-weight:bold;
	font-size:16px;
	
}

.SectionText
{
      font-size:14px;
      color: #003399;
      font-weight:bold;
     
}


.redirectMessage
{
     font-size:10px;
      color: #003399;
    
}

.completedMessage
{
     font-size:12px;
      color: #003399;
      font-weight:bold;
}

.webPartTitle
{
 	font-size:18px; color:#003399; font-weight:normal;
}
/*

a 					{color:#003399; text-decoration:none;}
a:active 			{color:#003399; text-decoration:none;}
a:visited 			{color:#003399; text-decoration:none;}
a:hover 			{color:#003399; text-decoration:underline;}


#largeWebPartLink a 			{ font-size:12px;color:#003399; text-decoration:none;}
#largeWebPartLink a:active 		{color:#003399; text-decoration:none;}
#largeWebPartLink a:visited 	{color:#003399; text-decoration:none;}
#largeWebPartLink a:hover 	    {color:#003399; text-decoration:underline;}

*/
.sectionHeader
{
    font-size:12px; 
    color:#003399; 
    font-weight:bold; 
    padding-bottom:10px;
}

