html, body
{  
    width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
    BACKGROUND-COLOR: ;
	FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;	
}
A
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	COLOR:#006699;
}

A:active
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
/*	COLOR:#7D053F; */
	COLOR:#006699; 
}
A:link
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	COLOR:#006699;
}
A:visited
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	COLOR:#006699;
}
A:hover
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
	COLOR:#000000;
}

.leftartical A:active
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
/*	COLOR:#7D053F; */
	COLOR:#000000; 
}
.leftartical A:link
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	COLOR:#000000;
}
.leftartical A:visited
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	COLOR:#00000;
}
.leftartical A:hover
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
	COLOR:#FF0000;
}

TD
{
   	FONT-SIZE: 12px;
    color:#333333;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.lightblue
{background-color:#ddf0f8;
}
.green
{
background-color:#c6ce79
}
.background1
{
 background-color:#bdd5e6;
}
.b1
{
	background-color:#F778A1;
	font-weight:bold;
}
.b2
{
	background-color:#ebebeb;
	font-weight:bold;
	font-size:16px;
	color:#CC6600;
}

/* ==============================Header Section class [start]============================================ */

div#container {
	margin: 0 auto;
	padding: 0;
	width: 996px;
	border-right: 1px solid #CCCCCC;  
	border-left: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
}
/* Common style end */

/* Header style start */
div.tableContainera {
	width: 98%;		/* table width will be 99% of this*/
	height: 230px; 	/* must be greater than tbody*/
	overflow: auto;
	margin: 0 auto;
	}
div#header {
	margin:0px 0px 0px 0px;
	padding: 0; 
	width:100%;
	background-color:#7D053F;
    /*background:#FFFFFF url(images/logo_bg.gif); */
    background-repeat:repeat-x;
}
div#headerinfobar {
	margin: 0 auto;
	padding: 0;
	float:right;
	width:100%;
	height:29px;
	
}
div#statisticsinfobar {
	margin: 0 7px 0 auto;
	float:right;
	width:100%;
	height:35px;
}
.headerinfotext {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.headerinfotext A, .headerinfotext A:link, .headerinfotext A:active, .headerinfotext A:visited {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.headerinfotext A:hover {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#777777;
	text-decoration:none;
}
.headerinfotextbrown {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#9c6320;
}

/* Header style end */

/* Page style start */

div#layout {
	margin: 0 auto;
	padding: 0;
	background-color:#FFFFFF;
	width:100%;
}
/* Page style end */
/* ==============================Header Section class [END]============================================ */

/*******************************************************************************************/
/**********************************NEW MENU CSS[START]**************************************/
/*******************************************************************************************/
.ddsmoothmenu{
font: bold 11px Arial, Verdana, Helvetica, sans-serif;
letter-spacing:1px;
background:#7D053F; /*background of menu bar (default state)#64ADD2*/
width: 100%;

}
.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	background: #7D053F; /*background of menu items (default state)*/
	color: white;
	padding: 5px 5px;
	border-right: 1px solid #000;
	color: #2d2b2b;
	text-decoration: none;
}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly 87381F 929292 2e6ab1 929292*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #E03434; 
	color: white;
}

.ddsmoothmenu ul li a:hover{
	background:#caea9b; /*background of menu items during onmouseover (hover state)*/
	color:#333333;
	font-weight:bold;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px Arial, Verdana, Helvetica, sans-serif;
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 11px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/*******************************************************************************************/
/**********************************NEW MENU CSS[END]****************************************/
/*******************************************************************************************/

/*******************************************************************************************/
/*********************************Page caption css cass [START}*****************************/
/*******************************************************************************************/
div#page {
    margin: 10px;
	width:98%;	
}
div#pagea {
	margin: 10px;
	width:100%;
}
div#pageb {
	margin: 10px;
	width:100%;
}
div#pagetitle {
	width:100%;
	height:25px;
    /*background-image: url(images/capbg.gif);
	background-repeat:repeat-x;*/
	background-color:#ddf0f8;    
    width:100%; 
}
.ticpagetitle {
	width:100%;
	height:25px;	
    background-image: url(images/capbg.gif);
    background-repeat:repeat-x;
    width:100%; 
}
/*******************************************************************************************/
/*********************************Page caption css cass [END}*******************************/
/*******************************************************************************************/


/*******************************************************************************************/
/***********************************breadcrumb Class [START]********************************/
/*******************************************************************************************/
.breadcrumb{
margin-left:10px;
padding-top:5px;
height:20px;	
text-align:left;
color:#006699;
font: bold 11px Arial, Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
/*background: transparent url(images/breadcrumb.gif) no-repeat center right;*/
background-color:#ddf0f8;
text-decoration: none;
padding-right: 15px; /*adjust bullet image padding*/
color: #006699;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #767981;
}

.breadcrumb a:hover{
text-decoration: underline;
}
.breadcrumb_new{
padding-left:10px;
text-align:left;
color:#539553;
font: bold 11px Arial, Verdana, Helvetica, sans-serif;
}

.breadcrumb_new a{
background: transparent url(images/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 15px; /*adjust bullet image padding*/
color: #767981;
}

.breadcrumb_new a:visited, .breadcrumb a:active{
color: #767981;
}

.breadcrumb_new a:hover{
text-decoration: underline;
}
.breadcrumbcap
{
text-align:left;
color:#934C01;
font: bold 16px Arial, Verdana, Helvetica, sans-serif;
}
.contenttitle{
text-align:left;
color:#7C7C7C;
font: bold 14px Arial, Verdana, Helvetica, sans-serif;
}
/*******************************************************************************************/
/***********************************breadcrumb Class [END]**********************************/
/*******************************************************************************************/

/*******************************************************************************************/
/*********************************System button and textfield class [START]*****************/
/*******************************************************************************************/
/*.button
{
    FONT-SIZE: 12px; 
    COLOR:#87381f; 
    FONT-WEIGHT: bold; 
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif; 
    BORDER:#dad1c5 1px solid; 
    /*background-image:url(images/btnbg.gif);
	background-color:#3399cc;
    background-repeat:repeat-x;
	text-decoration: none; 
    padding:0px 4px 0px 4px; 
    cursor:pointer; 
    margin-right:7px;
}*/
.button {
	BORDER-RIGHT: #069 1px solid; 
	PADDING-RIGHT: 0px; 
	BORDER-TOP: #069 1px solid; 
	PADDING-LEFT: 0px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 100%; 
	VERTICAL-ALIGN: top; 
	BORDER-LEFT: #069 1px solid; 
	COLOR: #fff! important; 
	LINE-HEIGHT: 1.5; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #069 1px solid; 
	TEXT-DECORATION: none;
	background-color:#3399cc;
}
.back_button
{
    FONT-SIZE: 12px; 
    COLOR:#000000; 
    FONT-WEIGHT: bold; 
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif; 
    BORDER:#333333 1px solid; 
    background-image:url(images/backbg.gif); 
    background-repeat:repeat-x;
	text-decoration: none; 
    padding:0px 4px 0px 4px; 
    cursor:pointer; 
    margin-right:7px;
}
.form_textfiled 
{
	background-color: #FFFFF4;
	border: solid 1px #999999;
    margin-bottom:4px;
	padding-left:3px;
	FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color:#000000;
}

/*******************************************************************************************/
/* ********************************System button and textfield [END]************************/
/*******************************************************************************************/

/*******************************************************************************************/
/**********************************table grid class [Start]**********************************/
/*******************************************************************************************/
.grid
{
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
}
.grid tr
{
	
}	
.grid th
{
	padding: 3px 3px 3px 3px;		
	background-color:#ddf0f8;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}
.grid td 
{
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
} 
.grid td table tr td 
{		
	border-bottom: 0px solid #fff;
	border-right: 0px solid #fff;
}
table.grid > tbody > tr > td 
{
	padding: 3px 3px 3px 3px;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}
table.grida
{	
	border: 1px solid #DFDFDF;
}
.he
{
    FONT: bold 11px Arial, Verdana, Helvetica, sans-serif; 
    COLOR:#000000; 
    /*BORDER:#CCCCCC 1px solid; */
    background:#ddf0f8; 
    background-repeat:repeat-x;
    padding:0px 4px 0px 4px; 
    cursor:pointer; 
    height:17px;
    margin-right:7px;
}

/*******************************************************************************************/
/************************************Grid class start***********************************/
/*******************************************************************************************/

/*******************************************************************************************/
/*******************************Message class [Start]*******************************/
/*******************************************************************************************/
.message {
   	FONT-SIZE: 12px;
	color:#80579D;
    background-color:#FFFFF2;
    width:100%;  
	font-weight: bold; 
    border:1px solid #e5e5e5;  
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
    padding:5px;
}

/*******************************************************************************************/
/*******************************Message class [END]*******************************/
/*******************************************************************************************/

/****************************************Footer class [Start]*******************************/
/*******************************************************************************************/
.footer
{
	border:0px solid #cccccc;
	font: normal 12px Arial, Verdana, Helvetica, sans-serif;
	background-color:#bdd5e6;
	color:#FFFFFF;
	text-align:center;
	height:30px;
}
footer.A
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	COLOR:#006699;
}

footer.A:active
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	COLOR:#006699;
}
footer.A:link
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	COLOR:#006699;
}
footer.A:visited
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	COLOR:#006699;
}
footer.A:hover
{
    FONT-SIZE: 12px;
    FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
	COLOR:#FF0000;
}
/*******************************************************************************************/
/****************************************Footer class [END]*********************************/
/*******************************************************************************************/

/*******************************************************************************************/
/*********************************page navigation class [END]*********************************/
/*******************************************************************************************/
.pagination{
padding: 2px;
margin: 0em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
margin-right: 0px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li{ /*IE6 and below CSS hack*/
margin-right: 0px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination ul li A, .pagination ul li A:link, .pagination ul li A:visited, .pagination ul li A:active
{
padding: 0 5px;
border: 1px solid #52a5d6;
text-decoration: none; 
color: #87381F;
background-color:#b0d6ec;
}
.pagination ul li A:hover
{
border: 1px solid #2b66a5;
color: #000;
background-color: #caea9b;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #FFFF80;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: #2b66a5;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
.paginationa{
padding: 2px;
margin: 0em 0;
clear: both;
}

.paginationa ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.paginationa li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .paginationa li{ /*IE7 only CSS hack*/
margin-right: 0px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .paginationa li{ /*IE6 and below CSS hack*/
margin-right: 0px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.paginationa a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #cccccc;
text-decoration: none; 
color: #2e6ab1;
}

.paginationa a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #f1f1f1;
}

.paginationa a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}


.paginationa a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationa a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
.subheading
{
font-family:Tahoma;
font-size:Tahoma;
color:#003f94;
font-weight:bold;
}
/*******************************************************************************************/
/********************************page navigation class [END]********************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*************************** Tool tip (J Query) CSS [START]*********************************/
/*******************************************************************************************/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #F7F7F7; 
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #F7F7F7;
  border:1px solid #666666;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 5px 10px 4px;
  font:bold 11px Tahoma;
  background-color: #87381F;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
/*******************************************************************************************/
/*************************** Tool tip (J Query) CSS [END]***********************************/
/*******************************************************************************************/

/*******************************************************************************************/
/*************************** Class Grid mouseover [Start]***********************************/
/*******************************************************************************************/

.MouseOverRow TD { 
    BACKGROUND-COLOR: #FAEFEB;
}

.NormalRow {
    BORDER-BOTTOM: #efefef 1px solid; 
    BORDER-BOTTOM: #efefef 1px solid; 
    BACKGROUND-COLOR: white
}
.RowSelect
{
	color:#000000;
	background-color:#FFFFB7;
}
.Rownormal
{
	color:#000000;
	background-color:#ffffff;
}
.Selectedrow
{
	color:#000000;
	background-color:#ffcc99;
}
/*******************************************************************************************/
/*************************** Class Grid mouseover [END]***********************************/
/*******************************************************************************************/

/*******************************************************************************************/
/*============================================Corners and border css start=================================*/
.atop, .abottom {
display:block; 
background:transparent; 
font-size:1px;
}
.ab1, .ab2, .ab3, .ab4 {
display:block; 
overflow:hidden;
}
.ab1, .ab2, .ab3 {
height:1px;
}
.ab2, .ab3, .ab4 {
background:#e8e8e8; 
border-left:1px solid #DFDFDF;
border-right:1px solid #DFDFDF;
}
.ab1 {
margin:0 5px; 
background:#DFDFDF;
}
.ab2 {
margin:0 3px;
border-width:0 2px;
}
.ab3 {
margin:0 2px;
}
.ab4 {
height:2px; 
margin:0 1px;
}
.aboxcontent {
display:block; 
border:0 solid #DFDFDF;
border-width:0 1px;
height:auto;
}
* html .aboxcontent {
height:1px;
}
.color_a {
background:#e8e8e8;
/*font:bold Calibri,MS Serif Tahoma;*/
color:#632916;
}
.color_b {
background:#e8e8e8; 
color:#632916;
}
.color_c {
background:#e8e8e8; 
color:#632916;
}
.color_d {
background:#e8e8e8; 
color:#632916;
}

.text
{
font-weight:bold;
}

.b3
{
background:#b1bd4a; 
}
.backcolor
{
background:#b1bd4a; 
}
.menu
{
font-weight:bolder;
color:#FFFFFF;
FONT-SIZE: 13px;
FONT-FAMILY:Arial, Verdana, Helvetica, sans-serif;
}
.headstrip
{background:#CCCCCC;
}
/*******************************************************************************************/
/*=================================================*/
/*****************************************************************************************/
.HEADCOLOR
{
	color:#006699;
	
}
.boldtext
{
font-weight:bold;
}
.list
{
	background-color:#EBF3FB;
}
.home
{
	background-color:#64add2;
}	

/*******************************************************************************************/
/*=================================================*/
/*****************************************************************************************/

.bluecolor
{
	background-color:#52a9d4;
}
.graycolor
{
	background-color:#e6e6e6;
}
.graydarkcolor
{
	background-color:#cccccc;
}
.loginheader
{
	background-color:#006699;
	font: Verdana,Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:20px;
	font-weight:bolder;	
}
.whitebg
{
	background-color:#FFFFFF;
}


