/************ Start of HOME Control *****************************/
#home_border
{
    padding: 2px 2px 2px 2px;
    margin: 5px 10px 5px 5px;
	border: 1px solid #d4d4d4;
	/*border: 1px solid #9933CC;*/
}

#home_bodyBorder
{
	padding: 1px 1px 1px 1px;
	border :1px dashed #d4d4d4;
}



#home_mainbox
{
    margin: 2px 2px 2px 2px;
    padding: 10px 10px 10px 10px;
    background-color: #EDF6FE;
    font-family: Arial;
    font-size: 11px;
    color: #5F5F5F;
}

#home_header
{
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 1px solid #D4D4D4;
   color: #005FBE;
}

#home_textbox
{
    font-size: 10px;
    color: #333;
}

/************ End of HOME Control *******************************/

/******************* Start of MENU *****************************/
.mainmenu
{
	background-color: #cc0000;
}

#mainmenu ul
{
  padding: 0;
  margin: 0;
  background-color: #cc0000;
  color: White;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold
}

#mainmenu ul li { display: inline; }

#mainmenu ul li a
{
  padding: 0.7em 1.8em;
  background-color: #cc0000;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 2px solid #fff;
}

#mainmenu ul li a:hover
{
  background-color: #3399ff;
  color: #fff;
}
/******************* End of MENU *****************************/

/************ Start of LOGININFO Control *****************************/
#info
{
  font-family: Verdana;
  font-size: 11px;
  font-weight:bold;
  text-align: right;
  color: #fff;
}
#info a
{
  color: #fff;
  font-weight: bold;
  text-decoration: underline
}
#info a:hover
{
  color: #fff;
  font-weight: bold;
  text-decoration: underline
}
/************ End of LOGININFO Control *******************************/

/************ Start of GENERAL Control *****************************/

.button_style
{	
	background-color: #0061C1;
	color:White; 
    border: 1px solid #212121;
    font-size: 12px;
	cursor: hand;
    position: relative;
	top: 0px;
	left: 0px;
	height: 26px;
}



.button_style_browse
{
    border: 1px solid #212121;
    font-size: 11px;
    position: relative;
	top: -3px;
	left: 0px;
	height: 25px;
}

#search_general
{
  color: #5F5F5F;
  font-weight: normal;
  font-family: Courier New;
}

.txt_required{
	background-image: url(../images/req.gif);
    background-position:top right;
    background-repeat:no-repeat;
}
/************ End of GENERAL Control *****************************/

