.main_txt_cont
{
	padding:14px;
	background-color:#fff;
	border-left:solid 15px #e5e6ea;
	border-right:solid 15px #e5e6ea;
}


/*.main_txt_cont
{
	padding:14px;
	background-color:#fff;
	width:920px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 15px #e5e6ea;
	border-right:solid 15px #e5e6ea;
}*/

input[type=text]
{
	border:solid 1px #ccc;
	width:150px;
	padding:1px;
	font-family:Verdana, Arial;
	font-size:11px;
	color:#515151;
}

input.date
{
	border:solid 1px #ccc;
	color:#666;
	width:70px;
}

input[type=password]
{
	border:solid 1px #ccc;
	color:#666;
	width:150px;
	padding:1px;
}

input[type=submit]
{
	border:solid 2px #d5dbe3;
	background-color:#f89a1e;
	width:70px;
	color:#fff;
	font-weight:bold;
}

/*input[type=button]
{
	border-top:solid 2px #dbdce1;
	border-right:solid 1px #dbdce1;
	border-bottom:solid 1px #dbdce1;
	border-left:solid 2px #dbdce1;
	background-color:#f7f7f7;
	width:70px;
	color:#373737;
}*/

input[type=button]
{
	border:solid 2px #d5dbe3;
	background-color:#f89a1e;
	width:70px;
	color:#fff;
	font-weight:bold;
}

input[type=reset]
{
	border:solid 2px #d5dbe3;
	background-color:#f89a1e;
	width:70px;
	color:#fff;
	font-weight:bold;
}

input[type=file]
{
	border:solid 1px #ccc;
	color:#666;
	width:450px;
}

textarea
{
    border:solid 1px #ccc;
}

select
{
	border:solid 1px #ccc;
	color:#666;
}

.btn_cont
{
    margin-top:10px;
}

.btn_cont_top
{
    margin-bottom:10px;
}

.home_link
{
    display:block;
    margin-left:18px;
    margin-top:7px;
    width:178px;
    height:40px;
}


/*Page heading*/
h1
{
	color:#f48121;
	font-family:Arial, Verdana;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	margin-bottom:15px;
	background:url(../../img/dotted_line.gif) left bottom repeat-x;
	height:22px;
	text-transform:lowercase;
	padding-bottom:3px;
}

/*Sub heading for form table, table grid*/
h2
{
	color:#999999;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	display:block;
}

h3
{
	color:#f48121;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	margin-bottom:15px;
	height:22px;
}

/*labels and value*/
div.lv_cont
{
   margin:0;
   padding:0;
}

div.row_lv {
  width: 700px;
  clear: both;
  margin-bottom: 10px;
  background-color:Transparent;
  padding: 5px 0 2px 0;
  border:solid 0px #ff0000;
}

div.row_lv span.label {
  font-weight: bold;
  float: left;
  width: 140px;
  text-align: right;
  display:block;
}

div.row_lv span.labelVal {
  float: left;
  width: 550px;
  text-align: left;
  margin-left: 5px;
}

/*labels and value*/
div.row_dashboard {
  width: 700px;
  clear: both;
  /*margin-bottom: 10px;*/
  height:20px;
  background-color:Transparent;
  padding: 5px 0 2px 0;
  border:solid 0px #ff0000;
}

div.row_dashboard span.label {
  font-weight: bold;
  float: left;
  width: 170px;
  text-align: right;
  display:block;
}

div.row_dashboard span.labelVal {
  float: left;
  width: 520px;
  text-align: left;
  margin-left: 5px;
}

/*form columns*/
div.row {
  width: 700px;
  height:17px;
  clear: both;
  margin-bottom: 2px;
  background-color:Transparent;
  padding: 5px 0 2px 0;
}

div.row span.label {
  font-weight: normal;
  float: left;
  width: 190px;
  text-align: right;
  padding: 1px;
  display:block;
  margin-top:1px;
}

div.row span.formw {
  float: left;
  width: 500px;
  text-align: left;
  padding: 0 0 0 2px;
  margin-left: 2px;
}

/*form columns*/
div.row_account_info {
  width: 700px;
  height:17px;
  clear: both;
  margin-bottom: 2px;
  background-color:Transparent;
  padding: 5px 0 2px 0;
}

div.row_account_info span.label {
  font-weight: normal;
  float: left;
  width: 140px;
  text-align: right;
  padding: 1px;
  display:block;
  margin-top:1px;
}

div.row_account_info span.formw {
  float: left;
  width: 460px;
  text-align: left;
  padding: 0 0 0 2px;
  margin-left: 2px;
}

/*login form columns*/
div.row_login {
  width: 700px;
  height:17px;
  clear: both;
  margin-bottom: 2px;
  background-color:Transparent;
  padding: 5px 0 2px 0;
}

div.row_login span.label {
  font-weight: normal;
  float: left;
  width: 130px;
  text-align: right;
  padding: 1px;
  display:block;
}

div.row_login span.formw {
  float: left;
  width: 240px;
  text-align: left;
  padding: 0 0 0 2px;
  margin-left: 2px;
}


/*single form*/
div.row_s_frm {
  width: 900px;
  clear: both;
  margin-bottom: 2px;
  background-color:Transparent;
  padding: 5px 0 2px 0;
}

div.row_s_frm span.label {
  font-weight: normal;
  float: left;
  width: 120px;
  padding: 1px;
  text-align:right;
  display:block;
}

div.row_s_frm span.formw {
  float: left;
  width: 620px;
  text-align: left;
  padding: 0 0 0 2px;
  margin-left: 2px;
}

/*Table Grid */
table.tblGrid {
    border-spacing: 0px;
    border-collapse: collapse;
    table-layout:fixed;
    width:100%;
}
table.tblGrid th {
    background:url(../../img/bg_top_nav_active.jpg) repeat-x 0 0;
    color: #fff;
    font-weight:bold;
    padding:6px; 
    text-align: left;
    border: 1px solid #d6d7db;
}
table.tblGrid td {
    padding:6px;
    border: 1px solid #d6d7db;
    background-color:#fff;
}
table.tblGrid thead th {
    text-align: center;
}
table.tblGrid th.Corner {
    text-align: left;
}

table.tblGrid td a
{
    color:#515151;
    text-decoration:underline;
}
/*********************/

/*Table Grid sub - View Design */
table.tblGridSub {
    border-spacing: 0px;
    border-collapse: collapse;
    table-layout:fixed;
    width:100%;
}
table.tblGridSub th {
    background:#ffffcc url(../../img/bg_top_nav_active.jpg44) repeat-x 0 0;
    color: #000;
    font-weight:bold;
    padding:4px; 
    text-align: left;
    border: 1px solid #fae1c1;
}
table.tblGridSub td {
    padding:4px;
    color: #000;
    border: 1px solid #fae1c1;
    background-color:#fff;
}
table.tblGridSub thead th {
    text-align: center;
}
table.tblGridSub th.Corner {
    text-align: left;
}

table.tblGridSub td a
{
    color:#515151;
    text-decoration:underline;
}
/*********************/

.alt_row
{
	background-color: #f8f8f8;
}

/*Table form for tabs*/
table.tblForm {
    border-spacing: 0px;
    border-collapse: collapse;
    width:100%;
    table-layout:fixed;
}
table.tblForm th {
    font-weight: normal; 
    color: #000; 
    padding:5px; 
    text-align: right;
    background-color: #f1f1f3;
    border: 1px solid #d6d7db;
}
table.tblForm td {
    padding:5px;
    background-color: #fff;
    border: 1px solid #d6d7db;
}
table.tblForm thead th {
    text-align: center;
}
table.tblForm th.Corner {
    text-align: left;
}

.txt_container
{
  /*border:solid 1px #f2f2f4;*/
  padding:10px 10px 0px 10px;
  /*background-color:#fafafc;*/
  text-align:left;
  margin-top:5px;
  min-height:250px;
}

.inner_cont
{
  border:solid 1px #ccc;
  padding:10px;
  background-color:#fff;
}


/*page error*/
.alerts-error
{
	background:#ffffcc url(../../img/icons/ico_error.png) no-repeat 7px 7px;
    border:solid 1px #a7190f;
    color:#000;
    padding:7px 7px 8px 27px;
}

.alerts-warning
{
	background:#ffffcc url(../../img/icons/ico_warning.png) no-repeat 7px 7px;
    border:solid 1px #dfdf89;
    color:#000;
    padding:7px 7px 8px 27px;
}

.alerts-hints
{
	background:#e2edf9 url(../../img/icons/ico_hints.png) no-repeat 7px 7px;
    border:solid 1px #9abde0;
    color:#000;
    padding:7px 7px 8px 27px;
}

.alerts-info
{
	background:#f1f4f8 url(../../img/icons/ico_info.png) no-repeat 7px 7px;
    border:solid 1px #65757a;
    color:#000;
    padding:7px 7px 8px 27px;
}

.alerts-success
{
	background:#F0FADC url(../../img/icons/Approve.png) no-repeat 7px 7px;;
    border:solid 1px #729F0E;
    color:#000;
    padding:7px 7px 8px 27px;
}

/*help message div*/
.help_message
{
	background:#ffffcc;
    border:solid 1px #ccc;
    color:#000;
    padding:7px;
    width:200px;
    position:absolute;
}

.paging_no
{
    margin-top:10px;
    text-align:right;
}

.paging_no img
{
    vertical-align:middle;
}

.paging_no a
{
    text-decoration:underline;
}

.paging_no a.active
{
    text-decoration:none;
    cursor:text;
}

ul.viewDesign
{
    list-style-type:none;
}

ul.viewDesign li
{
    line-height:20px;
    margin-left:16px;
    padding-left:12px;
    background:url(../../img/icons/arrow_right_red.png) no-repeat 0 center;
}

ul.viewDesign li a
{
    text-decoration:none;
    color:#00337f;
}

ul.viewDesign li a:hover
{
    text-decoration:underline;
    color:#006699;
}

/*Tabs*/
.tab_cont
{
    height:26px;
}

ul.tabs
{
	margin:0;
	padding:0;
}
ul.tabs li
{
	list-style-type:none;
	position:relative;
	float:left;
	border:solid 1px #ccc;
	background-image:url(../../img/bg_tab_blue.jpg);
    background-repeat:repeat-x;
    background-position:top left;
	padding:5px 15px 5px 15px;
	color:#233a78;
	font-weight:bold;
}

ul.tabs li a
{
	color:#233a78;
}

ul.tabs li.active
{
	list-style-type:none;
	border-top:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #fff;
	border-left:solid 1px #ccc;
	background-image:url(../../img/bg_tab_gray.jpg);
    background-repeat:repeat-x;
    background-position:top left;
	padding:5px 15px 5px 15px;
	color:#666;
	font-weight:bold;
	margin:0;
}

ul.tabs li.active a
{
	color:#666;
	text-decoration:none;
	cursor:text;
}

.tab_container
{
  border:solid 1px #ccc;
  padding:15px;
  background-color:#fff;
  text-align:left;
  margin-top:-3px;
}

.sub_heading {
    color:#f89a1e;
    font-family:Verdana,Arial;
    font-size:120%;
    font-weight:bold;
    padding:3px;
    margin-left:10px;
    margin-bottom:4px;
}

.hr-gray {
    border-bottom:1px solid #EAEAEA;
    padding-top:1px;
}

div.grid_cont {
margin-bottom:15px;
margin-top:15px;
min-height:300px;
}

/*General*/
.bg_col_divider
{
    background:url(../../img/bg_2px.gif) left top repeat-y;
    width:20px;
}

.bg_hr
{
    background:url(../../img/bg_2px.gif) left bottom repeat-x;
    height:20px;
}

.bg_hr_top
{
    background:url(../../img/bg_2px.gif) left bottom repeat-x;
    height:2px;
    margin-bottom:10px;
}

.ico_delete
{
    background:url(../../img/icons/delete.png) 0 0 no-repeat;
    width:42px;
    height:16px;
    padding-left:18px;
    display:block;
}

.cleaner
{
	clear:both; height:1px; font-size:1px; border:none; margin:0; padding:0; background:transparent; 
}

a.txt-blue
{
    color:#336699;
    text-decoration:underline;
}

.valign-middle
{
	vertical-align:middle;
}

.valign-top
{
	vertical-align:top;
}

.align-right
{
    text-align:right;
}

.align-center
{
    text-align:center;
}

.wd90p
{
	width:90%
}

.wd50p
{
	width:50%
}

.wd40p
{
	width:40%
}

.wd30p
{
	width:30%
}

.wd20p
{
	width:20%
}

.float-left
{
	float:left;
}
.float-right
{
	float:right;
}

.btn_footer_cont
{
	margin-top:10px;
	margin-bottom:10px;
	display:block;
}

.btn_footer_cont_top
{
	margin-bottom:10px;
	display:block;
}

.border-red
{
	border:solid 1px #ff0000;
}

.margin-icons
{
    margin-right:7px;
}

.req
{
    color:#ff0000;
}

.arrow
{
    margin-left:3px;
}

.spacer {
    height:15px;
}
