*{
	margin: 0;
	padding:0;
}

#div_container{
	position:relative;
	margin-left: auto;
    margin-right: auto;
	height:100%;
	width:100%;
}
body {
    /*border: 1px solid red;*/
    position: relative;
    /*background: #2d2c2c url("../images/bodysch.jpg") repeat-y center top;*/
    background-color: #e2e0d3;
    margin: 0;
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
	color: #4D4D4D;
    text-align: center;
}

hr{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #444444;
}

*{
	font-size: 11px;
	line-height: 20px;
}

.aa a{
	font-size: 11px;
	color: #444444;
}

.orange{
	color: #e1460d;
}
/*-------------			TYPOGRAPHY			----------------------*/
h1 {
    color: #e1460d;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 {
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.5em;
    font-weight: bold;
}

h4 {
    margin-top: 1.0em;
    margin-bottom: 1.12em;
    font-size: 1.3em;
    font-weight: bold;
}

p {
    color: #4D4D4D;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}

.p_regular {
    color: #4D4D4D;
    font-family: arial;
    font-size: 11px;
}

.pBold {
    color: #333333;
    font-family: arial;
    font-size: 11px;
    font-weight: bolder;
}

.p_Red_Bold {
    color: #e1460d;
    font-family: arial;
    font-size: 11px;
    font-weight: bolder;
}

.pBoldGreen {
    color: #78984d;
    font-family: arial;
    font-size: 11px;
    font-weight: bolder;
}

.h4_Red_Bold {
    color: #e1460d;
    font-family: verdana,arial;
    font-size: 1.1em;
    font-weight: bolder;
}

.h4_White_Bold {
    color: #FFFFFF;
    font-family: verdana,arial;
    font-size: 1.1em;
    font-weight: bolder;
}
.h5_White_Bold {
    color: #FFFFFF;
    font-family: verdana,arial;
    font-size: 11px;
    font-weight: bolder;
}
.pMenu {
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    font-weight: bolder;
}

.a_red {
    font-family: Arial;
    font-size: 1.0em;
    font-weight: bold;
    color: #e1460d;
    text-decoration: none;
    cursor: hand;
}

.anchor_white {
    font-family: Arial;
    font-size: 1.0em;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

/*----------		TABLES	-------------------------------------------*/
th {
    color: #e1460d;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.th_refine {
    vertical-align: baseline;
   /* border-bottom: black solid 1px;*/
    color: white;
    padding: 5px 2px;
    background: #09526D;
}

.th_green {
    color: #92ac6d;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

tr.alt td {
}
.table_white{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	width: 100%;
	font-weight: bold;
}

.generalTableStyle {
	line-height: 20px;
}

.generalTableStyle tr{
	padding: 5px 0px;
}

.generalTableStyle tr:hover, .generalTableStyle tr.sfhover {
    /*background-color:#C3CFB5;*/
    /*background-color: #d0e6b;*/
	color: #000000;   
	 /*border-bottom:solid 1px #cccccc;*/
}

.generalTableStyle .selectedRow {
    background-color: #C3CFB5 !important;
}

.odd td, .even td {
    padding: 5px;
    font-size: 8pt;
}

.odd {
    background-color: #EAEAEA;
}

/*-----------			REPORT			-------------------------*/
#report_head{
	height:30px;
	width:400px;
	background-color:#e2470e;
	padding-top:5px;
	padding-left:25px;
}
/*
#report_head td{
	color:#ffffff;
	font-weight:bold;
	font-family:verdana,arial;
	font-size:1.0em;
}
*/
#report_subhead{
	/*border:1px solid orange;*/
	height:30px;
	width:100%;	
}
#subhead_left{
	background-color:#e5e6d2;
	height:30px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 11px;
}
#subhead_right{
	background-color:#d9d9bd;
	height:30px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 11px;
}
#report_subhead #link2{
	border:none;
	text-decoration:none;
	
}
#report_body{
	overflow-y:scroll;
	overflow-x: hidden;
	height:290px;
	width:100%;
	margin:0;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	background-color:#ffffff;
}
#report_body tr{
	/*background-color:transparent;*/
	
}
#report_body td{
	/*background-color:transparent;*/
	font-family:verdana,arial;
	font-size:.8em;
}

#report_body .button_link{
	background-color:transparent;
	
}

#report_actions{
	/*border:1px solid green;*/
	height:40px;
	width:711px;
	text-align: right;
}

.report {
    width: 100%;
	background-color: #fff;
	border: silver 1px inset;
	border-collapse: collapse;
}

.report th {
    vertical-align: baseline;
    text-align: center;
	padding: 5px;
}

.report tr td{
	border: solid 1px black;
	border-collapse: collapse;
	padding: 5px;
}

.report #close {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    cursor: pointer;
    background: none;
    float: right;
}

.report #close2 {
    padding: 0px;
    border: none;
    cursor: pointer;
    background-image: url("../images/close_button.jpg");
    height: 20px;
    width: 20px;
    float: right;
}

.report #head2 {
	border:solid 1px orange;
    height: 20px;
   /* background-color: black;*/
    color: white;
}

.report #topth {
	 border:solid 1px orange;
    vertical-align: baseline;
    /*border-bottom: black solid 1px;*/
    color: white;
    padding: 5px 2px;
    margin: 0px;
    width: 49%;
    float: left;
    /*background: #09526D;*/
    text-align: left;
    font-weight: bold;
}
#link {
    color:#71b570;
    padding: 0;
	margin:  0;
    border: none;
    cursor: pointer;
    background: none;
	font-weight: bold;
}
/*.report #link {
	 border:solid 1px red;
    font-family: arial;
    font-size: 9pt;
    font-weight: none;
    color: blue;
    text-decoration: underline;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    cursor: pointer;
    background: none;
}*/
#nolink {
    color: #444444;
    padding: 0;
	margin:  0;
    border: none;
    background: none;
}
/*.report #nolink {
	 border:solid 1px black;
    font-family: arial;
    font-size: 9pt;
    font-weight: none;
    color: #000;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
*/
.report td {
	 
    padding: 2px;
   /* border-top: black solid 1px;*/
    /*border-right: black solid 1px;*/
    text-align: right;
}

.report tr {
		

    /*background-color: silver;*/
}

/*-----------			ACCOUNT			-------------------------*/
/*ACCOUNT SETTINGS*/
.txtInput{
 	width: 200px;
	height: 25px;
	font-size: 14px;
}

.accountTD1{
	width: 200px;
}

/*-----------			CALL HISTORY			-------------------------*/
.callhistoryMB {
    width: 100%;
    background-color: black;
}

.callhistoryMB th {
    color: white;
    padding: 5px 2px;
    margin: 0px;
    background: #09526D;
    text-align: center;
}

.callhistoryMB tr {
    /*background-color: silver;*/
}

.callhistoryMB td {
    padding: 2px;
    text-align: center;
    margin: 0px;
}

/*-----------			GRAPHS			-------------------------*/
.graphs {
    width: 100%;
}

.graphs #close {
	border: none;
	background: none;
    padding: 0px;
    border: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
    float: right;
}

.graphs #head2 {
    height: 20px;
    background-color: #e1460d;
    color: white;
}

/*-----------			LEGEND			-------------------------*/
.legend {
}

.legend th, td {
}

.report #link2 {
    font-family: arial;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    cursor: pointer;
    /*background-color:#e2470e;*/
}

/*-----------			COMP			-------------------------*/
.compSum{
    width: 50%;
    font-size: 9pt;
    border-left: black solid 1px;
    border-top: black solid 1px;
    float: left;
}

.compTable{
	width: 100%;
}
.compTable #half{
	width: 50%
}

.compSumFull {
    width: 100%;
    font-size: 9pt;
    border: black solid 1px;
	
}

.compSum th, .compSumFull th {
    vertical-align: baseline;
    color: white;
    padding: 0;
    margin: 0px;
    background: #09526D;
    text-align: center;
}

.compSum td, .compSumFull td {
    padding: 2px;
}

/*-----------			TABS			-------------------------*/

 .tabs
 {
 
 width: 100%;
 border: solid black 1px;
 font-size: 9pt;
 padding:0px;
 margin: 0px;
 
 }
 
 .tabs #tabsbg
 {
 width: 100%;
 height: 31px;
 padding-left: 5px;
 padding-right:5px;
 background-image: url(../images/tabbar_repeat.jpg);
 
 }
 
/*-----------			AA			-------------------------*/
/*.aa #body
 {
 border: solid 1px purple;
 margin-left:auto;
 margin-right:auto;
 width: 815px;
 }
 */
/*AA		HEADER		--------*/
.aa #header {
    /*border: solid 1px red;*/
    background-color: #eeece2;
   	position: relative;
	margin-left: auto;
	margin-right: auto;
    width: 812px;
    height: 120px;
}
.aa #header_headline {
    position: absolute;
    /*border:solid 1px orange;*/
    background-image: url(../images/header/header.png);
    top: 42px;
    left: 36px;
    height: 64px;
    width: 345px;
}

.aa #headline_notice {
    position: absolute;
    /*border:solid 1px orange;*/
    background-image: url(../images/header/change.gif);
    top: 49px;
    left: 556px;
    height: 40px;
    width: 245px;
}

.aa #head1 {
    /*border: solid 1px orange;*/
    background: #000033;
    padding: 5px;
    color: white;
    width: 100%;
    float: left;
    text-align: left;
}

.aa #page_header {
    /*border: solid 1px yellow;*/
    background-image: url(../images/page_header.jpg);
    height: 37px;
    width: 785px;
    margin: 0px;
    padding: 5px;
}

/*AA		NAVIGATION ---*/
#navMain {
    position: relative;
    background: url(../images/header/nav.gif) repeat-x;
    margin-right: auto;
	padding-top: 15px;
	margin-left:auto;
    height: 55px;
    width: 812px;;
}
#navMainBG {
	background: url(../images/header/navBG.gif) repeat-x;
	height: 55px;
	width: 100%;
}

#nav_line_top {
    position: relative;
    /*background-color:#e2470e;*/
    background-image: url(../images/header/red_line.png);
    background-repeat: repeat-x;
    /*top: 119px;
    left: 0px;*/
    height: 1px;
    width: 100%;
}

#nav_menu {
    /*border:solid yellow 1px;*/
    position: absolute;
	z-index:20;
    top: 90px;
    left: 0px;
    width: 800px;
}

#nav_menu_image {
    position: absolute;
    /*border:solid 1px orange;*/
    background-image: url(../images/header/phone_transp.png);
    top: 2px;
    left: 500px;
    height: 17px;
    width: 143px;
}

.aa #navbtn {
    border: none;
    height: 26px;
    margin: 0;
    background: none;
    cursor: hand;
    color: #FFFFFF;
    font-family: arial;
    font-size: 0.9em;
    font-weight: bolder;
}
.aa #navbtn2 {
    border: none;
    height: 26px;
    margin: 0;
    background: none;
    cursor: hand;
    color: #628235;
	margin-top: 15px;
    font-family: arial;
    font-size: 1em;
    font-weight: bolder;
}
#navbtn02 {
    /*border: solid 1px purple;*/
    /*color: #000;*/
	border:none;
    height: 40px;
	width:42px;
    background-image:url(../images/icons/pdf.gif);
	background-repeat:no-repeat;
    cursor: hand;
}
/*.aa #navbtn02 {
    border: solid 1px purple;
    color: #000;
    height: 26px;
    background: none;
    cursor: pointer;
}
*/
.aa #nav_button {
    color: #fff;
	text-decoration: none;
    height: 30px;
    width: 150px;
    float: left;
}

.aa #nav_bottom {
   
    background-color: #f3f2e7;
    position: relative;
    width: 812px;
    font-size: 9pt;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    height: 125px;
}

.aa #nav_bottom_logo {
    position: absolute;
    top: 40px;
    left: 550px;
    height: 28px;
    width: 180px;
    /*border:solid green 1px;*/
    background-image: url(../images/footer/indatus_logo_transp.png);
}

/*AA		LOGIN 		---------*/

.aa #login {
	width:200px;
    height:200px;
    text-align: left;
	float: left;
}

/*AA		CONTENT		---------------------*/


#content {
    background-color: #f3f2e7;
    width: 811px;
	margin-left: auto;
	margin-right: auto;
	overflow-y: auto;
}

#contents{
	padding: 50px;
}

#siteNav{
    background-color: #eeece2;
    position: relative;
    height: 50px;
    width: 811px;
  	margin-left: auto;
    margin-right: auto;
}
#siteNav a{
	color: #628235;
}
#divLineBG{
	background-color: #ec571d;
	width: 100%;
	height: 7px;
}
#divLine{
	background-color: #e1460d; 
    height: 7px;
    width: 811px;;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
}
#divLineSmallBG{
	
}
#divLineSmall{
    
}
#content_text {
    width: 350px;
    height: 200px;
	margin-left: 50px;
    text-align: left;
	float: left;
	/*margin-top:30px;
	margin-left:0px;*/
}

#content_stage {
   width: 711px;
   text-align: left;
}
#login_stage {
	background: url(../images/login/loginBG.png) no-repeat;
    height: 351px;
    width: 711px;
	padding: 30px 20px;
}

/*AA Login		---*/
.login_input_txt {
    border: none;
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    text-decoration: none;
}

.button_green_gradient {
    border: solid 2px silver;
	background-color: #7ea854;
	color: #FFF;
    height:25px;
    font-weight:bold;
	font-size: 98%;
	cursor: pointer;
}
.button_link{
	border: none;
    text-decoration: none;
    color:#e2470e;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
    font-family: verdana, arial;
    cursor: hand;
}
.pdf_link{
	background: none;
	border: none;
	height: 40px;
	color: #e1460d;
    font-family: arial;
    font-size: 11px;
    font-weight: bolder;
	text-align: left;
	cursor: pointer;
	background: #f3f2e8 url('../images/pdf.gif') no-repeat left;
	padding-left: 50px;
}

/*----------------			FOOTER		----------------*/
.aa #footer {
    position: relative;
    background-color: #e1460e;
   /* top: 608px;
    left: 0px;*/
    height: 10px;
    width: 100%;   
}

#footer_logo{
	position: absolute;
	top: 20px;
	right: 20px;
	background: url('../images/footer/indatus.png');
	width: 206px;
	height: 40px;
}

/*-------------		CALL LOG		------------------*/
.aa #calllog_main {
    width: auto;
    float: left;
    background: darkgray;
}

.aa #calllog_right {
    width: 200px;
    float: left;
    background: red;
}

/*-----------			FOLDER			-------------------------*/
#folder_button {
    background-image: url(../images/folder_button.jpg);
    background-repeat: repeat-x;
}

#folder_background {
    background-color: purple;
}

/*-------		MISCELLANEOUS			--------------------*/
.aa #chartbtn {
    background: url("../images/graph_icon.jpg");
    height: 26px;
    width: 32px;
    padding: 0px;
    border: none;
}

/*STYLE FOR BUTTONS ON CALL HISTORY PAGE*/
.gimlet {
    font-family: arial;
    font-size: 9pt;
    font-weight: none;
    color: #FFFFFF;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: solid 1px black;
    background: #09526D;
}

.aa #rs_body {
    width: 776px;
    border: black solid 1px;
    padding: 1px;
}

.aa #rs_row {
    height: 26px;
    padding: 9px 2px 2px 2px;
    border-bottom: black solid 1px;
}

.link {
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    color: black;
    text-decoration: underline;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    cursor: pointer;
    background: none;
}

.waiting {
    visibility: visible;
}

.notWaiting {
    visibility: hidden;
}
#pdf_div{
	position:relative;
	/*border:1px solid red;*/
	height:30px;
	width:200px;
	
}
#pdf_image{
	position:absolute;
	top:0px;
	left:0px;
	/*border:1px solid blue;*/
	background-image:url(../images/icons/pdf.gif);
	height:40px;
	width:42px;
	
}
/*----------		refine.php		----------*/
/**********************************
 *Start Cover Divs
 ***********************************/
#coverDiv {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 440;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

#contentDiv {
    display: none;
    position: absolute;
    top: 0px;
    background-color: #F1EDE2;
    z-index: 450;
}

/**********************************
 *End Cover Divs
 ***********************************/ 
 
 
 
 
 
 
 
 
 
 
 

