﻿
html,body 
{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: Black;	
	margin:0;padding:0;
}
select
{
	font-family: Trebuchet MS;
	font-size: 11px;
}
input
{
	font-family: Trebuchet MS;
	font-size: 11px;
}

.General
{
	font-family: Calibri Tahoma Verdana;
	font-size: 11px;
	color: Black;	
}

TD
{
	/*font-family: Calibri;
	font-size: 12px;
	color: Black;*/		
}
.input {
	font-family: Calibri;
	font-size:12px;
	color:#3F4A52;
	
}

.topLink
{
 font-size:11px;
 text-decoration: none;
 color: Black;	
}

.txtButton
{
 background-color: Gray;
 width: 100px;
 text-decoration:none;
 padding: 10px 10px 10px 10px;	
 color: White;
}


/*
a:link, a:visited {
	font-family:Calibri;
	font-size:11px;
	color:#3F4A52;
	text-decoration:none;
}
a:hover {
	font-family:Calibri;
	font-size:11px;
	color:#3F4A52;
	text-decoration:underline;
}*/
.aWhite
{
	font-family: Calibri;
	font-size:11px;
	color: White;
	text-decoration: none;
	
}

/******************CSS FOR Rounded Corner******************************************/
.container
{
	
	background: #F4D329;
	color:Black;
	width:100%;
	
}
.rtop, .rbottom
{
	display: block;
	background: #BFC944;
}
.rtop *, .rbottom *
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #F4D329;
}
.r1
{
	margin: 0 5px;
}
.r2
{
	margin: 0 3px;
}
.r3
{
	margin: 0 2px;
}
.r4
{
	margin: 0 1px;
	height: 2px;
}
.td
{
	font-family :Tahoma;
	font-size: 10pt;
	width :110px;
	text-align:left;
	 
}

/******************CSS FOR VERTICAL MENU******************************************/
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
font-size:10px;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
background: #555555;

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: White;
text-decoration: none;
background: #555555;
padding:2px 2px 2px 2px;

border: 1px solid #ccc;

border-bottom: 0;
border-right:0;
border-left:0;
font-family: Trebuchet MS;
 font-size:11px;
}

.suckerdiv ul li a:visited{
color: White;
}

.suckerdiv ul li a:hover{
background-color: #f4d329;
color:Black;
}

.suckerdiv .subfolderstyle{
background: url(../../images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


#supertext {
position:absolute;
/*left:0;*/
right:0;
top:0;
/*visibility:hide;
visibility:hidden;
*/
}








/*div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE;color: #79B30B}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:left;width:100%}
div#content{margin: 0 25%;}
div#navigation{float:left;width:25%;margin-left:-100%;}
div#extra{float:left;width:25%;margin-left:-25%}
div#footer{clear:left;width:100%}
*************************************************************************************/
/*#header {
  background: #0f0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 100px;
}
#leftcol {
  background: #f00;
  position: absolute;
  top: 100px;
  left: 0px;
  width: 150px;
  height: 500px;
}
#rightcol {
  background: #f00;
  position: absolute;
  left: 650px;
  top: 100px;
  width: 150px;
  height: 500px;
}
#content {
  background: #fff;
  position: absolute;
  top: 100px;
left: 150px;
  width: 745px;
  height: 500px;
  
}
#footer {
  background: #0f0;
  position: absolute;
  top: 500px;
  left: 0px;
  width: 800px;
  height: 100px;
}*/
/*************************************************************************************
div.link-list {
        width:10.2em;
        position:absolute;
        top:0;
        font-size:80%;
        padding-left:1%;
        padding-right:1%;
        margin-left:0;
        margin-right:0;
}
#main {
        margin-left:10.2em;
        margin-right:10.2em;
        padding-left:1em;
        padding-right:1em;
}
#list1 {
        left:0;
}
#list2 {
        right:0;
}
*/

/**************************************************************************************/


