.common_window
{
  border: thin solid #2067A1;
  border-width: 2px;
  color: black;
  font-size: 13px;
  font-weight: normal;
  font-family: arial;
  left-padding: 10px;
  background: white;
}
.common_table_header
{
 background: #1E7B95;
 color:white;
 font-size:13px;
 font-weight:bold;
 font-family:arial;
}
.common_table_record
{
 background: white;
 color:black;
 font-size:12px;
 font-weight:normal;
 font-family:arial;
}
.common_record1
{
 background: white;
 color:black;
 font-size:14px;
 font-weight:normal;
 font-family:arial;
}
.common_record2
{
 background: #E5F6FF;
 color:black;
 font-size:14px;
 font-weight:normal;
 font-family:arial;
}

.small_window
{
  color: black;
  font-size: 13px;
  font-weight: normal;
  font-family: arial;
  left-padding: 10px;
  background: white;
}
.common_table
{
 background:#B8DDFF;
}
.caption
{
 font-weight:bold;
 font-size:13px;
 color:black;
 padding-left:15px;
}
#menu
{
 float: center;
 font-size: 13px;
 color: white;
 font-weight: bold;
 width : 95%;
 height: 22px;
 border: thin solid black;
 border-width:1px;
 font-family: arial;
 background : url(../images/menu_bar.jpg) repeat-x;
 padding-top:1px;
}
#menu a {
	display: block;
	float: left;
	height: 22px;
	
        font-family: arial;
	text-decoration: none;
/* 	text-shadow: red 0px 0px 5px; */
	font-size: 12px;
	font-weight: bold;
	color: white;
	font-family: arial;
        background : url(../images/menu_bar.jpg) repeat-x;

}

#menu li {
	display: inline;
}
#menu a:hover
{
 float : left;
 font-size: 12px;
 color : #10EBFF;
 font-weight : bold;
 font-family: arial;
  
}
#submenu
{
 float: center;
 font-size: 13px;
 color: white;
 font-weight: bold;
 width : 25%;
 height: 20px;
 border: thin solid black;
 border-width:1px;
 font-family: arial;
 background : #0DA8C7;
 padding-top:1px;
 text-align: right;
}
#submenu a {
	display: block;
	float: left;
	height: 20px;
	
        font-family: arial;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: white;
	font-family: arial;
        background : #0DA8C7;

}

#submenu li {
	display: inline;
}
#submenu a:hover
{
 float : left;
 font-size: 12px;
 color : #CBFF72;
 font-weight : bold;
/*  padding: 2px 15px 0px 15px; */
/*   background : #237FFF;  */
/* background : url(../images/hover.jpg) repeat-x;*/
 
 font-family: arial;
  
}
#midmenu
{
 float: center;
 font-size: 12px;
 color: white;
 font-weight: bold;
 width : 25%;
 height: 20px;
 border: thin solid black;
 border-width:1px;
 font-family: arial;
 background : #0DA8C7;
 padding-top:1px;
 text-align: right;
}
#midmenu a {
	float: center;
	color: white;
	text-decoration: none;
}

#midmenu a:hover
{
 float: center;
 font-size: 12px;
 color : #CBFF72;
 font-weight : bold;
/*  padding: 2px 15px 0px 15px; */
/*   background : #237FFF;  */
/* background : url(../images/hover.jpg) repeat-x;*/
 
 font-family: arial;
  
}

.common_input
{
 border: thin solid black;
 font-weight: normal;
 font-size: 15px;
 height: 20px;
 width: 210px;
}
.common_textarea
{
 border: thin solid gray;
 font-weight: normal;
 font-size: 14px;
 width: 200px;
 font-family: arial;
}
.common_textarea1
{
 border: thin solid gray;
 font-weight: normal;
 font-size: 15px;
 font-family: arial;
}
.common_selectbox
{
 color: white;
 background-color: #157588;
 font-weight: bold;
 font-size: 12px;
 height: 20px;
 width: 120px;
 text-align:center;
}

.general_selectbox
{
 color: black;
 background-color: white;
 font-weight: normal;
 font-size: 13px;
 height: 21px;
 width: auto;
 text-align:center;
 border:thin solid gray;
}
.small_input
{
 border:thin solid black;
 width:20px;
 font-size:13px;
}
.common_button
{
  background: #174B76; 
  color: white;
  font-size: 13px;
  font-weight: bold;
  height: 22px;
  border: 1px;
  font-family: arial;
  padding-bottom:3px;
}
.common_disable_button
{
 background :#A9B5B4;
 color: white;
 font-size: 13px;
 font-weight: bold;
 height: 22px;
 border: 1px;
 font-family: arial;
 padding-bottom:3px;
}
.common_heading
{
 background: url(../images/table_heading.jpg) repeat-x;
 color: white;
 font-size: 14px;
 font-weight: bold;
 font-family: arial;
 padding-bottom:4px;
 
}
.error_message
{
 color: red;
 font-size: 12px;
 font-family: arial;
}
.success_message
{
 color: #0E3391;
 font-size: 15px;
 font-family: arial;
 font-weight:bold;
}
.message
{
 color: green;
 font-size: 15px;
 font-family: arial;
 font-weight:bold;
}
