
/*CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(images/bkgrnd_greydots.png);
}

a
{
	text-decoration:none;
	
}

a:hover
{
	text-decoration:underline;
	
}

.header {
    margin: 0px auto;
    padding: 6px;
	background-image: url(images/header_img.png) !important;
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center;
	text-align:center;
}

.helpheading {
    margin: 0px auto;
    padding: 0px;
	text-align:center;
	padding-bottom: 5px;
}

.main {
    margin: 0px auto;
    padding: 5px;
}

.main_heading {
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
}


.main_header {
	margin: 0px auto;
    padding: 2px;
	}
	
	
.tabs {
    text-align:center;
	}

.date_css {
	color:#FFFFFF;
	font-size:12px;
	vertical-align:bottom;
	}


.error
{
    FONT-SIZE: 10pt;
    COLOR: red
}

.error1
{
    FONT-SIZE: 14pt;
    COLOR: red
}


.done
{
    FONT-SIZE: 10pt;
	color:#000000;
	font-weight:bold;
}

.heading
{
	FONT-SIZE: 12pt;
	FONT-FAMILY: Arial,verdana,helvetica;
	FONT-WEIGHT:bold;
	text-decoration:underline;
	COLOR: #33669
}

INPUT.button
{
    FONT-WEIGHT: normal;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #6699cc
}



a.menulink {
	color: ffffff;
	text-decoration: none;
	font-weight : bold;
}
.menulink:hover{
	color: Red;
	text-decoration: none;
}
.linkcolor
{
	color : #6699cc;
}

a.hyperlink{
	text-decoration:none;
	color:#FF0000;
}
.hyperlink:hover{
	text-decoration:underline;
}

/*========= CSS for action=========== */
.note{

font-size:12px;
color:#333333;
}
/*====== ends here ======*/


.head_text
{
font-size:18px;
font-weight:bold;
color:#000000;
}

/*========= CSS for autocomplete=========== */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 1px;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #929292;
	color: white;
}

/*====== ends here ======*/

#errors {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  text-align:left;
  color:#FF0000;
  list-style:none;
  padding:15px;
  margin:2px;
}

/*========= CSS for pagging=========== */

.pagging {

	font-size:13px;
  	margin:3px;
	color:#003366;
	text-align:center;
	text-decoration:none;

}

.pagging a {

	font-size:13px;
    color: #003366;
	text-decoration:none;

}

.pagging a:hover {
	 color: #003366;
	 text-decoration:underline;
}

.pagging_select {
	font-size:13px;
	color: #FF0000;
	text-align:center;
	text-decoration:none;
	font-weight:bold;

}

.pagging_select a {

	font-size:13px;
	color: #FF0000;
	text-decoration:none;
    font-weight:bold;
}

.pagging_select a:hover {

	font-size:13px;
	color: #FF0000;
	text-decoration:none;
    font-weight:bold;
}
/*====== ends here ======*/

/*CSS for Tab Menu */

    #tab_div
	{
	width: 100%;
	margin: 0px auto;
	position:relative;
	left:-10px;
	}

	#tabmenucontainer li 
	{
	   display: inline;
	   text-align:center;
	   font-weight:bold;    
	}
	
	#tabmenucontainer a 
	{
	    	
		margin-left:3px;
		margin-top:0px;
		margin-right:0px;
		margin-bottom:0px;
		width: 90px;
	   	height: 25px;
	    color: #ffffff;
	    border: none;
	    text-decoration: none;
	}

	#tabmenucontainer a:link, #tabmenucontainer a:visited, #tabmenucontainer a:hover, #tabmenucontainer li a.tabactive 
	{
	    float: left;
		background: url(images/tab_active1.gif) repeat-x;
		color: #ffffff;
	}

	#tabmenucontainer a:link, #tabmenucontainer a:visited 
	{
	  background: url(images/tab_active1.gif) repeat-x;

	}

	
	#tabmenucontainer li a.tabactive 
	{
	    background:url(images/tab_active1.gif) repeat-x;
	    line-height: 25px;
	  }
	  
	  #tabmenucontainer li a.inactive 
	{
	    background: url(images/tab_deactive.gif) repeat-x;
	    line-height: 25px;
	   
	}
	#tabmenucontainer li a.inactive:hover
	{
	background: url(images/tab_active1.gif) repeat-x;
	line-height: 25px;
	
	}