﻿#idLoginContainer #idLoginUserName input,
#idLoginContainer #idLoginPassword input
{
  border:1px solid #3a8da4;
}

/**** Reduce line width between menus *****/
#idMainMenu LI
{
  padding: 1px;
}

#idMainMenu LIlast
{
  padding-bottom: 0px;
}

/*** Reduce space between header and content page **/
#idHeaderSeparator
{
 height: 0px;
}

#idContentContainer
{
 margin-top: 0px;
 margin-bottom: 0px;
}

/*** Reduce space between menu and content  ****/
#idPrimaryContentContainer
{
  margin-left: 0px;
}




