/* Individual elements*/
body {
	background-color: #ffffff;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
}
table{
	border-collapse: collapse;	
}

td { 
	font-size: 10pt; 
}
a {
	text-decoration: none;
}
a.selected_letter {
	background:none repeat scroll 0 50% #EEEEEE;
	border:1px solid #CCCCCC;
}
input {
	background: #eeecda;
	border: 1px solid black;
    font-family: "Arial";
    font-size: 10pt;
    font-weight: bold;
}    

select {
	background: #eeecda;
	border: 1px solid black;
    font-family: "Arial";
    font-size: 10pt;
    font-weight: bold;
}

TEXTAREA {
    BORDER: 1px solid #666666;
    background: #eeecda;
}
input.submit {
	background: #dfdfdf;
	border: 1px solid #666666;
}
a {
	color: #032c62;
}
a:visited { 
	color: #032c62; 
}
a:hover   { 
	color: black;
}

A.button {
    text-decoration: none;
    font-weight: normal;
    font-size: 10pt;
    color: black;
    border: 1px solid #666666;
    height: 15px;
    background: #dddddd;
    padding: 2 4 2 4;
    text-decoration: none;
    width: 50px;
    text-align: center;
}


a.sort{
	background-image: url(../../images/down.bck.png);
    background-position: top right;
    background-repeat: no-repeat;	
	padding: 0 15 5 0;
}

a.add{
	background-image: url(../../images/add.gif);
    background-position: center top;
    background-repeat: no-repeat;	
	padding: 0 5 0 5;
}
B.required {
    color: #990000;
    background: none;
    font-size: 12px;
}


/***************************************************/
#container{
    /*min-width: 960px;*/
    min-width: 99%;
	padding: 0px 5px 5px 5px;
	/* the absolute position is required to let the inner contents grow with wider tables. */
	position: absolute;    
	top: 0;
}
* html #container {
	WIDTH: auto;
}

/***************************************************/

.no_tabs #tabs {
    display: none;
}
.no_tabs #subtabs{
    display: none;
}
.no_tabs #toolbar{
    display: none;
}

.no_tabs #page_title{
    display: none;
}
.no_tabs #page_actions{
    display: none;
}
.no_tabs #inner_content {
	padding: 25 0 0 0;
}
.no_tabs #toolbar {
	border: none;
	border-bottom: 1px solid black;
}	
.no_tabs #main_content {
	border: none;
}	
.no_tabs #inner_content {
	border: none;
}	

/***************************************************/
#header{
	height: 140px;
	width: 100%;
	margin-top: 5px;
	padding-bottom: 15px;
	/**/
	/*background-image: url(../../images/bodyBack.jpg); */
    background-position: top left;
    background-repeat: repeat-x;
}

/***************************************************/
#footer{
	height: 15px;
	border: none;
	border-top: 1px solid black;
}
#footer td{
	font-size: 8pt;                  
	color: #A0A0A0;
	font-weight: bold;
}

#copyright{
	margin: auto;
}	
/***************************************************/
/***************************************************/
#tabs {
    overflow: hidden;
    width: 100%;
    position: relative;
    TOP: 1px;
    height: 30px;
    padding-top: 0px;
    z-index: 200;
    border: none;
}
.no_tabs #tabs {
    display: none;
}

#tabs UL {
    margin: 0 0 0 20px;
    padding: 0px 0px 0px 0px;
}
#tabs UL LI {
    display: inline;
    float: left;
    white-space: nowrap;
    padding: 5 20px 0 20px;
    margin-right: 5px;
    text-align: center;
    height: 30px;
}
#tabs UL LI A {
    font-size: 10pt;
    color: black;
    font-weight: bold;
}
#tabs UL LI A:hover {
    color: gray;
}
#tabs UL LI.active {
    background: white;
    border: 1px solid #003366;
    border-bottom: none;
    background-image: url(images/fade_bar.png);
    background-position: top left;
    background-repeat: repeat-x;
}
/********/
#tabs_wrap{
    width: 80%;
    float: left;
    margin: 0px 0px 0px 10px;
}
#name_container {
	margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    text-align: right;
    float: right;
    width: 18%;
    height: 30px;
	font-size: 11pt;
    
}
* html #name_container {
    padding: 12px 0px 0px 0px;
    font-size: 10pt;
}
.no_tabs #name_container {
    display: none;
}

#name_container div {
    display: inline;
}
#name_container div#login {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid gray;    
}
/***************************************************/
#subtabs{
    border: 1px solid black;
    border-bottom: none;
    background-image: url(images/fade_bar3.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    height: 30px;
}

* html #subtabs {
    background-position: 0 8;
	overflow: hidden;
}

#subtabs UL {
    margin: 0px 0px 0px 30px ;
    padding: 7 0px 0 0;
    list-style: none;
    float: left;
}
#subtabs UL LI {
    white-space: nowrap;
    display: inline;
    float: left;
    height: 20px;
}
#subtabs UL LI A {
    padding: 2px 20px 2px 20px;
    text-decoration: none;
    font-weight: normal;
    float: left;
    position: relative;
    top: 1px;
    color: black;
    font-size: 10pt;    
}
#subtabs LI.active A {
    border: 1px solid black;
    border-bottom: 1px solid #ffffff;
    padding: 2px 20px 2px 20px;
    background: #ffffff;
    background-image: url(images/fade_bar.png);
    background-position: top left;
    color: black;
    position: relative;
}
/***************************************************/
#toolbar {
    background: #ffffff;
    border-bottom: none;
    border-left: 1px solid #003366;
    border-right: 1px solid #003366;
    height: 30px;
    
}
* html #toolbar {
    padding: 0px 10px 5px 10px;
}

#toolbar ul {
    list-style: none;
    float: left;
	margin: 0;
	padding: 0;
}		

#toolbar UL LI {
    WHITE-SPACE: nowrap;
    display: inline;
    float: left;
    height: 30px;
}

#page_title{
    width: 45%;
    float: left;
    MARGIN: 0px 0px 0px 0px;
    height: 30px;
}
#page_title ul li {
	padding: 5px 0px 0px 10px;	
	font-size: 14pt; 
	font-weight: bold; 
	color: gray;	
}

* html #page_title ul li {
    padding: 5px 0px 0px 0px;
}

#page_actions {
	margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    text-align: right;
    float: right;
    height: 30px;
	font-size: 11pt;
}

#page_actions ul li {
	float: right;
	padding: 6px 3px 0px 0px;	
}
/***************************************************/
#main_content{
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	
	min-height: 500px;
	border: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
* html #main_content {
	height: 350px;
}

/***************************************************/
#login_container {
	border: 1px solid black;
	padding: 20px;
	width: 310px;
	margin: 80px auto;
}
#login_container td {
	padding: 2px;
}

/***************************************************/
#inner_content{
	margin-left: auto;
	margin-right: auto;
}

#inner_content {
	margin: 0 0 0 0;
	padding: 0px;
	min-height: 400px;
	height: auto;
	text-align: center;
	
}

* html #inner_content {
	height: 400px;
}

#inner_content.withSidebar {
    MARGIN: 0px 0px 0px 0px;
    padding: 0px;
    border: none;
    margin-left: 185px;
}

/* I.E. fixes */
* html #inner_content.withSidebar {
    margin-left: 195px;
}
/***************************************************/
TABLE.line_item {
    width: 100%;
}

TABLE.line_item TH {
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 12px;
    BACKGROUND: #dddddd; /*#c7deec;*/
    HEIGHT: 25px;
    COLOR: black;
    BORDER: 1px solid gray;
}

table.line_item th a {
	color: black;
}

TABLE.line_item TD {
    BORDER: 1px solid gray;
    FONT-SIZE: 12px;
    BACKGROUND: #ffffff;
    PADDING: 3px ;
}

TABLE.line_item TR.no_border {
    BORDER: 0px solid #ffffff;
    padding: 0px;
}

TABLE.line_item TR.no_border TH {
    FONT-WEIGHT: bold;
    BORDER: 0px solid #ffffff;
    padding: 0px;
}

TABLE.line_item TR.no_border TD{
    BORDER: 0px solid #ffffff;
    padding: 2px;
}

TABLE.line_item TD.no_border {
    BORDER: 0px solid #ffffff;
    padding: 2px;
}

TABLE.line_item TD.folder {
    BORDER: 1px solid gray;
	border-bottom: none;
	border-top: none;
	
	height: 40px;
}
TABLE.line_item TD.folder A {
	background-image:url('images/folder.png');
	background-position:3px 50%;
	background-repeat:no-repeat;
	padding:10px 0px 10px 40px;
}

table.line_item td.special1{
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
}

table.line_item td.special2{
	font-weight: bold;
	font-style: italic;
}

table.line_item td.special3{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	
}

table.line_item td.special-title{
	font-weight: bold;
	border-right: none;
}


table.line_item td.special-text{
	border-left: none;
}

table.line_item td.title-1{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

table.line_item tr.small{
	font-size: 8px;
}

TABLE.line_item tr.small TH {
	font-weight: bold;
	font-size: 9px;
    BACKGROUND: /*#c7deec*/ #dddddd;
    BORDER: 1px solid gray;
}

TABLE.line_item tr.small TD {
	font-size: 9px;
	BORDER: 1px solid gray;
    BACKGROUND: #ffffff;
}

table.line_item tr td.day {
	border-right: none;
	width: 11%;	
	text-align: center;	
}

table.line_item tr td.add {
	border-left: none;
	width: 15px;
	text-align: center;	
}

table.line_item tr.slot td {
	border-bottom: none;
}

table.line_item tr.lastslot td {

}

table.line_item tr.tech td {
	border-top: 1px solid #dddddd;
	border-bottom: none;
	
}

table.line_item tr.lasttech td {
	border-top: 1px solid #dddddd;
}

TABLE TR.odd TD {
	BACKGROUND: #eeeeee;
}
TABLE TR.even TD {
	BACKGROUND: #ffffff;
}
TABLE TR.select TD {
	BACKGROUND: #CCFFCC;
}
TABLE TR.select TD#measure {
	BACKGROUND: #CCCCCC;
}

/***************************************************/
#sidebar{
    float:left;
	width: 175px;
    background: #ffffff;
    text-align: left;
}

* html #sidebar {
    margin-left: 5px;
}

.hide_sidebar{
    display:none;
}

#sidebar UL {
    BORDER: 1px;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 10px;
    PADDING-TOP: 0px;
    WHITE-SPACE: nowrap;
    LIST-STYLE-TYPE: none;
    MARGIN: 0;
}
#sidebar LI {
    BORDER-RIGHT: #888888 1px solid;
    BORDER-LEFT: #888888 1px solid;
    PADDING-TOP: 3px;
    PADDING-BOTTOM: 3px;
    HEIGHT: 18px;
    TEXT-ALIGN: left
}
#sidebar LI.active {
    BORDER-RIGHT: #888888 1px solid;
    PADDING-LEFT: 20px;
    BACKGROUND: #eeeeee;
    BORDER-LEFT: #888888 1px solid;
    HEIGHT: 18px;
    TEXT-ALIGN: left;
}
#sidebar LI.inactive {
    BORDER-RIGHT: #888888 1px solid;
    PADDING-LEFT: 20px;
    BORDER-LEFT: #888888 1px solid;
    HEIGHT: 18px;
    TEXT-ALIGN: left;
}
#sidebar LI.disabled {
    PADDING-LEFT: 20px;
    COLOR: #444444;
    TEXT-ALIGN: left;
}
#sidebar LI.last {
    BORDER-RIGHT: #888888 1px solid;
    BORDER-LEFT: #888888 1px solid;
    BORDER-BOTTOM: #888888 1px solid;
}
#sidebar LI.empty {
    BORDER-RIGHT: #ffffff 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    BORDER-LEFT: #ffffff 1px solid;
    BORDER-BOTTOM: #ffffff 1px solid;
}
#sidebar UL LI A {
    TEXT-DECORATION: none
}
#sidebar LI.sidebar_title {
    BORDER-TOP: #888888 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    BACKGROUND: #DDDDDD;
    VERTICAL-ALIGN: middle;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #888888 1px solid;
    HEIGHT: 17px;
    TEXT-ALIGN: center;
}

/***************************************************/
#pagenav, .pagenav {
    MARGIN: 0px;
    height: 20px;
    position: relative;
    padding: 0px 10px 0px 0px;
   
}

#pagenav a {
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    vertical-align: middle;
    color: #444444;
    text-decoration: none;
}

* html #pagenav{
    padding: 0px 0px 0px 5px;
}
TABLE.search TD {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    PADDING-TOP: 0px;
    vertical-align: bottom;
}

#pagenav table td{
	font-weight: normal;
	font-size: 8pt;	
}

#pagenav table td.alt1  {
    color: #000000;
    padding: 0px;
    text-align:center;
	font-size: 10pt;	
}


/*********************************************************************************************************/

table.line_item tr.groups td {
	border-bottom: none;
	
}

table.line_item tr.items td {
	border-top: none;
}

/****************************    Message Box    **********************************/

#passive_message_container {
	height:150px;
	left:425px;
	overflow:auto;
	position:fixed;
	top:300;
	width:200px;
}

* html #passive_message_container {
	position:absolute;
}

#passive_message_container.error {
	background: #F96666;
	color: #FFFFFF;
}

#passive_message_close {
	float: right;
}
#passive_message_container table {
	border: 3px solid #000000;
	background: #DCE3E9;
	float: left;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#passive_message_container span, #passive_message_container a{
	font-size: 12px;
	font-weight: bold;
}

.popup{
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#999999 #333333 #333333 #999999;
	border-style:solid;
	border-width:1px 1px 1px 2px;
	color:#000000;
	display:block;
	font-size:14px;
	margin:0;
	padding:0;
	position:absolute;
	text-align:left;
	top:-5px;
	white-space:nowrap;
	z-index:100;
}

.popup td {
	padding: 5px;
}


.popup tr:hover {
	background: #D2D6D9;
	cursor:pointer;
}

.popup td:hover {
	background: #D2D6D9;
	cursor:pointer;
}
