table.border{
	border: 1px solid #000000;
}
.small_font{
	font-family:"Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/arr.gif);
}
.middle_font{
	font-family:"Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/arr.gif);
}
.input_box{
	font-family:"Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: normal;
	color: #292929;
}
.input_btn_new{
	font-size: 13px;
	font-weight: bold;
	background-color:#FE960B; 
	color: #FFFFFF; 
	font-family:"Trebuchet MS", Arial;
	/*font-size: 0.70em; */
	height:25px;
	border:1px solid #000000;
}
.succ
{
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color:#0033FF;
	text-decoration: none;
}
.blueheading
{
	font-family:"Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: normal;
	color:#0033FF;
	text-decoration: none;
}

.hint {
   	display: none;
    position: absolute;
    right: 100px;
    width: 190px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
	}
/* for tool tip */	

.smallerr
{
	font-family:Verdana, Arial;
	font-size: 10px;
	font-weight: normal; 
	color: #FF0000;
	text-decoration: none;
}
.heading
{
	font-family:"Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	font-style:italic;
}
.bigheading
{
	font-family:"Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0C61C3;
	text-decoration: none;
	font-style:italic;
}
.normal_bold_black{	
	font-family:"Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #292929;
	text-decoration: none;
}
.grey{
	font-family:"Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #5D84AB;
	text-decoration: none;
}

#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F98C1B;
color: #FFFFFF;
}
.red {
font-family:"Trebuchet MS", Arial;
color: #f53205;
font-weight: bold;
}
.red_msg {
font-family:"Trebuchet MS", Arial;
font-size: 13px;
color: #f53205;
font-weight:normal;
text-decoration: none;
}

.welcomesubmenu {
font-family:"Trebuchet MS", Arial;
color: #FFFFFF;
font-weight: normal;
font-size: 13px;
text-decoration:none
}
.welcome {
font-family:"Trebuchet MS", Arial;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
}
.welcome  a:hover{
font-family:"Trebuchet MS", Arial;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
background-color: #FF9900;
}
.bigwelcome {
font-family:"Trebuchet MS", Arial;
color: #FFFFFF;
font-weight: bold;
font-size: 13px;
}
.logout{
	font-family:"Trebuchet MS", Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* tabed stylesheet started */

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px "Trebuchet MS", Arial;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #F9E8C1;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #FF9900;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FF9900;
color: black;
}
/* End here */