* {
	margin-top: 0px; /* nice bg color #F6F4F5*/
	/* background-color: #2B547E; */
}

body {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #003399; /* background-color: #F8FCC2; */
	margin: 0;
	padding: 0;
}

html>body {
	font-size: 8.9pt;
}

table {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #003399; /*background-color: #F8FCC2;*/
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.richpanelmain {
	background-color: #E0E8ED;
	position: relative;
	padding: 0px;
}

.reportclass {
	border: 1px solid #DEF2F2;
	padding: 6px;
	width: 100%;
}

.borderclass {
	border: 1px solid #e5e5e5;
}

.errors {
	color: white;
	background-color: pink;
}

.errorMessage {
	font-weight: bold;
	color: red
}

.infoMessage {
	font-weight: bold;
	color: green
}

.tableheader {
	width: 97%;
	padding: 3px;
	text-align: left;
	background-color: #2B547E;
	color: #ffffff;
	vertical-align: top;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.rowOdd {
	background-color: #EDEDED;
	color: #003399;
}

.rowEven {
	background-color: #ffffff;
	color: #003399;
}

.midbar {
	width: 100%;
	padding-top: 6px;
}

.searchclass {
	border: 1px solid #e5e5e5;
	padding: 2px;
}

.iconbar {
	text-align: right;
	width: 30%;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 2px;
}

.commandlinkbold {
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
}

.commandlink {
	text-decoration: none;
}

.but {
	background-color: #DDEAFA;
	font-weight: bold;
	padding: 3px 10px 3px 7px;
}

.but:hover {
	color: #d12f19;
}

.but_s {
	background-color: #DDEAFA;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

.but_s:hover {
	color: #d12f19;
}

/*
 .dataTableHd{background-color: #DDEAFA; color: black;}
 .dataTableOddRow  { background-color:#fafbd3;} 
 .dataTableEvenRow { background-color:#f7f7f7;   border-bottom:2px;border-bottom-color: red;}
 .dataTableHdBg    { background-color:#DDE8F2;  line-height:20px; font-size: 14px; font-weight: bold; color:black;   }
 .dataTableClass   { border: 1px solid #e5e5e5;	 background-color:#fff; line-height:15px;}
 .dataTableCol1{text-align:-moz-left; text-align: left;margin: 0 auto;}
 .dataTableCol2{ text-align: left;margin: 0 auto;} 
 .containerTable  { border: 1px solid #e5e5e5;	 background-color:#fff; } 
 
 
 */
.orange {
	background-color: orange;
}

#clear {
	clear: both;
}

#bodybg {
	border: 0px solid #e5e5e5;
	width: 998px;
	margin: 0 auto;
	background-color: #fff;
}

#upper_space {
	height: 1px;
	background-color: #ddddfd;
}

#left_header {
	float: left;
	padding-left: 2px;
	margin-top: 5px;
}

#right_header {
	float: left;
	padding-left: 15px;
}

#upper_right_header {
	height: 55px;
	padding-top: 4px;
}

#inner_header {
	height: 13px;
	background-image: url(../images/bg_cm.gif);
	background-repeat: repeat;
	background-position: center;
	border-bottom: 1px solid #e5e5e5; /*border-bottom:1px solid #6B78A9;*/
}

#main_container {
	padding: 15px 15px 15px 15px;
	width: auto;
}

#sub_container {
	padding: 0px;
	background-color: #fff;
	width: auto;
}

#footer {
	padding-bottom: 10px;
	width: auto;
	height: 25px;
	background-image: url(../images/bg_cm.gif);
	background-repeat: repeat;
	background-position: center;
	border-bottom: 1px solid #e5e5e5;
}

#inner_report_header {
	height: 20px;
	text-align: left;
	border-bottom: 1px solid #e5e5e5; /*border-bottom:1px solid #6B78A9;*/
}

#reportContent {
	height: 300px;
}

/* --------------- Horizontal Menu --------------------------- */
#horizontalmtabs {
	float: left;
	width: 100%;
	font-weight: bold;
	line-height: normal;
}

#horizontalmtabs ul {
	margin: 0;
	padding: 0px 10px 0 0px;
	list-style: none;
}

#horizontalmtabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#horizontalmtabs a {
	float: left;
	background: url('../images/tableft4.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 7px;
	text-decoration: none;
}

#horizontalmtabs a span {
	float: left;
	display: block;
	background: url('../images/tabright4.gif') no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #6B78A9;
}

#horizontalmtabs a span {
	float: none;
} /* Commented Backslash Hack hides rule from IE5-Mac \*/
#horizontalmtabs a:hover span { /*color:#6B78A9;*/
	color: orange;
}

#horizontalmtabs a:hover {
	background-position: 0% -42px;
}

#horizontalmtabs a:hover span {
	background-position: 100% -42px;
}

/* ------------------------- end --------------------------------*/

/*-------------------------- Vertical menu-----------------------*/
#menu {
	width: 12em;
	background: #eee;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-bottom: 1px solid #bbb;
	margin: 0;
	padding: 2px 3px 3px 6px;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
	background: #fff;
}

/* ------------------------- end --------------------------------*/
.rightAlign {
	align: right;
	text-align: right;
}

.leftAlign {
	align: left;
	text-align: left;
}

.amountReadOnly {
	white-space: nowrap;
	vertical-align: bottom;
	text-align: right;
	font-size: 12px;
	align: right;
	margin: 0px;
	COLOR: black;
	background-color: #D4D0C8;
	BORDER-BOTTOM: gray 1px solid;
	BORDER-LEFT: gray 1px solid;
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	height: 17px;
	padding-top: 1px;
	/*
   	white-space:nowrap;
	vertical-align: top;
	text-align: right;
	font-size: 12px;
	align: right;
	margin: 0px;
	background-color: #D4D0C8;
	BORDER-BOTTOM: gray 1px solid;
    BORDER-LEFT: gray 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-TOP: gray 1px solid;
    COLOR: black;
    height: 17px;
    */
	padding-top: 1px;
	padding-right: 1px;
}

.header-breadcrumbs {
	clear: both;
	width: 100%;
	padding: 0.75em 0 0.5em 0;
}

.header-breadcrumbs ul {
	float: left;
	width: 560px;
	list-style: none;
	padding: 0 0 0 5px;
	font-family: Arial, sans-serif;
	font-size: 10px
}

.header-breadcrumbs ul li {
	display: inline;
	padding: 0 0 0 10px;
	background: transparent url(../images/bg_bullet_arrow.gif) no-repeat 0
		50%;
	font-weight: bold;
	color: black;
	font-size: 100%;
}

.header-breadcrumbs ul a {
	color: rgb(70, 122, 167);
	text-decoration: none;
}

.header-breadcrumbs ul a:hover {
	color: rgb(42, 90, 138);
	text-decoration: underline;
}

.nav1 {
	width: 500px;
	position: absolute;
	z-index: 3;
	margin: 20px 0 20px 475px;
}

ul {
	float: right;
	padding: 0 15px 0 0;
	color: black;
	font-weight: bold;
}

li {
	display: inline;
	list-style: none;
	font-size: 100%;
}

li a {
	display: block;
	float: left;
	padding: 2px 5px 2px 5px;
	color: rgb(125, 125, 125);
	text-decoration: none;
	font-size: 100%;
	border-right: 1px solid #cccccc;
}

a:hover {
	text-decoration: none;
	color: rgb(50, 50, 50);
}

/* customize css..Ajeet..16/10/2015 */
input, select {
	height: 25px;
	border-radius: 7px;
}

textarea {
	border-radius: 7px;
}

.rf-p-hdr{
	height: 25px;
	color: #A8590B;
	font-size: 13px;
	text-align: center;
}

.rf-pp-hdr-cnt{
	height: 25px;
	color: #A8590B;
	font-size: 13px;
	text-align: center;
}

button, input[type="reset"], input[type="submit"], input[type="button"]
	{
	min-width: 115px;
	color: #A8590B;
	font-weight: bold;
}

.rf-dt-hdr-c{
	font-size: 13px;
	height: 34px;
}
/* End customize css */