/* CSS Document */
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info, .success, .warning, .error, .validation :hover{
display:none;
}
.info {
color: #00529B;
background-color: #BDE5F8;
/*background-image: url('info.png');*/
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
/*background-image:url('success.png');*/
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
/*background-image: url('warning.png');*/
}
.error {
color: #D8000C;
background-color: #FFBABA;
/*background-image: url('error.png');*/
}


body{
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#414141;
}
.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.textb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.bcolor{
	color:#0078bf;
}


/*input:focus
{
background:#fdfdf7;
}

input[type="text"], input[type="password"]{
	/*border:#0078bf 1px solid;*/
/*	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#414141;
	padding:4px;
}*/
/*input[type="text"]:hover, input[type="password"]:hover{
	background:#fdfdf7;
}*/
/*select{
	border:#0078bf 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#414141;
	padding:4px;
}
select:hover{
	background:#fdfdf7;
}
textarea:hover{
	background:#fdfdf7;
}*/
.border{
	border:#0078bf 1px solid;
	padding:50px;
}
select{
	border:#0078bf 1px solid;
}
.rcolor{
	color:#FF0000;
}

solidblockmenu.a:link, solidblockmenu.a:visited, solidblockmenu.a:active {
	font-weight: bold;
	color: black;
	text-decoration: none;
} 

/* Menu CSS*/
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
/*border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;*/
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/menu_hover.jpg) center center repeat-x;
}
/* END Menu CSS*/

/* Drop Down Menu CSS */

.jqueryslidemenu{
font: bold 12px Verdana;
/*background: #414141;*/
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
/*background: #414141; background of tabs (default state)*/
color: white;
padding: 10px 11px;
border-right: 1px solid white;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
color: white;
background: transparent url(../images/menu_hover.jpg) center center repeat-x;
}
.nohover a:hover{
color: white;
background: none !important;
}	
.nohover a{
display: block;
/*background: #414141; background of tabs (default state)*/
color: white;
border-right: 0px solid white !important;
color: #2d2b2b;
text-decoration: none;
padding:1px 1px 1px !important;
/*margin:-48px 0 0;
position:absolute;*/
}
.nomove a{
display: block;
/*background: #414141; background of tabs (default state)*/
color: white;
border-right: 0px solid white !important;
color: #2d2b2b;
text-decoration: none;
padding:14px 1px 1px !important;
/*margin:-48px 0 0;
position:absolute;*/
}
.nomove a:hover{
color: white;
background: none !important;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
background-image:url(../images/dwmenu_bg.png);
border:1px #666666 solid;
/*background-color:#0590e3;*/
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: bold 11px Verdana;
width: 160px; /*width of sub menus*/
/*padding: 5px;*/
margin: 0;
border-top-width: 0;
/*border-bottom: 1px solid gray;*/
color:#414141 !important;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
color: white !important;
background: transparent url(../images/dwmenu_bg_hover.png) center center repeat-x;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/* END CSS*/






.red_border{
	border:#FF0000 1px solid;
}

.hinttxt
{

font-size:10px;
color:#666666;
font-weight:bold;

}
.table_hover:hover {
	background-color: #fdfdf7;
}

#searchwrapper {
width:181px; /*follow your image's size*/
height:35px;/*follow your image's size*/
background-image:url(../images/search_box.jpg);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:9px;
left:9px;
width:140px;
height:28px;
color:#FFFFFF;
}
 
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:0px;
left:148px;
width:38px;
height:35px;
}

table .ft_hide a{
cursor:default;
background:#FFFFFF;
color:#FFFFFF !important;
}
table .ft_hide a:hover{
cursor:default;
background:#FFFFFF;
color:#FFFFFF !important;
}
table .ft_hide a:visited{
cursor:default;
background:#FFFFFF;
color:#FFFFFF !important;
}
.wcolor{
	color:#FFFFFF !important;
	font-size:4px !important;
}

