/*  HOTS CSS */
	
/* Content containers*/



#left-content-column { 
 background-image: url('../images/wrapper-bg.png');
 background-position: top right;
 background-repeat: repeat-y;
 margin-top:-2px;

 padding: 0px;
 min-height: 440px;
 width: 960px;
 float: left;
 height:100%;
}


#save-exit-changes{
 margin: 0px;
 padding: 0px;
 height: 110px;
 width: 960px;
 float: left;
 background-image: url("../images/horiz-line.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}


#hots-logo{
background-image: url("../images/hots-logo.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    height: 140px;
    width: 100%;
	}


#data-content{
	width: 900px;
	min-height: 450px;
	}


#view-previous-decisions{
	width: 950px;
	float: right;
	margin: 24px 24px 0 0;
	text-align: right;}


#revenue-management-page{
	width: 950px;
	float: right;
	margin: 24px 24px 0 0;
	text-align: right;
	display: inline;}


#content-table-title{
	margin: 0 0 0 24px;
	}


#content-table{
	width: 926px;
	float: left;
	margin: 24px 12px 0 0px;}


#content-table-left-col{
	 float: left;
	 margin: 0px;
	 padding: 12px 0 0 0px;
	 min-height: 50px;
	 width: 900px;
	 display: inline;
	}


#content-table-right-col{
	 float: left;
	 margin: 0px;
	 padding: 12px 0 0 24px;
	 min-height: 50px;
	 width: 360px;
	 display: inline;
	}

.content-table{
	margin: 24px 0 0 0 }	
input.pcentin{
	width: 48px;}
strong{
	font-weight: bold;}



/* End Content */


/* tabbed content nav starts */



#tab-nav {
 width: 908px;
 padding: 0;
 margin: 0 auto;
 position:relative;
 bottom: 0px;
}


.tab-menu { height:30px; position:relative; margin: 0 auto;z-index:100; font-family:arial, helvetica, sans-serif;}


/* remove all the bullets, borders and padding from the default list styling */

.tab-menu ul {padding:0;margin:0;list-style-type:none;}

.tab-menu ul ul {width:auto;}


/* float the list to make it horizontal*/

.tab-menu li {float:left;width:auto;position:relative;}


/* style the links */

.tab-menu a, .tab-menu a:visited {color:#fff;display:block;font-size:16px;text-decoration:none;width:auto; height:30px; background:#3D73A5;   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#63a7cb), to(#4577ac));
   background-image: -webkit-linear-gradient(top, #63a7cb, #4577ac);
   background-image:    -moz-linear-gradient(top, #63a7cb, #4577ac);
   background-image:     -ms-linear-gradient(top, #63a7cb, #4577ac);
   background-image:      -o-linear-gradient(top, #63a7cb, #4577ac); margin:0 0 0 2px; padding:0px 8px 0px 8px; line-height:30px; border-top-left-radius: 2px;border-top-right-radius: 2px;}






/* style the table so that it takes no part in the layout - required for IE to work */

.tab-menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}



/* style the hover */

.tab-menu a:hover{background:#69A534;   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8dc53f), to(#619830));
   background-image: -webkit-linear-gradient(top, #8dc53f, #619830);
   background-image:    -moz-linear-gradient(top, #8dc53f, #619830);
   background-image:     -ms-linear-gradient(top, #8dc53f, #619830);
   background-image:      -o-linear-gradient(top, #8dc53f, #619830);}



/* tabbed content nav ends */



/* images */

.header-left-col-bg{
	 background-image: url('../images/header-left-col-bg.jpg');
	}


.cancel-exit-button,
.exit-button,
.save-exit-button,
.save-changes-button{
	float: right;
	margin: 24px 48px 0 0}




a.cancel-exit-button{width: 122px;height: 51px;display: block;background-image: url('../images/cancel-exit-button.png');background-position: top right;background-repeat: no-repeat;}


a.cancel-exit-button:hover{width: 122px;height: 51px;display: block;background-image: url('../images/cancel-exit-button-ro.png');}


a.exit-button{width: 122px;height: 51px;display: block;background-image: url('../images/exit-button.png');background-position: top right;background-repeat: no-repeat;}


a.exit-button:hover{width: 122px;height: 51px;display: block;background-image: url('../images/exit-button-ro.png');}


a.save-exit-button{width: 122px;height: 51px;display: block;background-image: url('../images/save-exit-button.png');background-position: top right;background-repeat: no-repeat;}


a.save-exit-button:hover{width: 122px;height: 51px;display: block;background-image: url('../images/save-exit-button-ro.png');}



a.save-changes-button{width: 122px;height: 51px;display: block;background-image: url('../images/save-changes-button.png');background-position: top right;background-repeat: no-repeat;}


a.save-changes-button:hover{width: 122px;height: 51px;display: block;background-image: url('../images/save-changes-button-ro.png');}


a.exit-button-top{width: 122px;height: 51px;display: block;background-image: url('../images/exit-button.png');background-position: top right;background-repeat: no-repeat; margin-top: 60px; margin-left: 300px;}


a.exit-button-top:hover{width: 122px;height: 51px;display: block;background-image: url('../images/exit-button-ro.png');}


#table1 td
{
padding-left: 4px !important;
padding-right: 4px !important;
}
