
/* Changes Log Header/Column label from gunmetal to another color */
/*tr #postHeaders {
background-color: #004E90;
}
*/
#postHeaders td {
	background-color: #ffffff;
	color: black !important;
}

/*Modify Log header*/

#post_table tr td {
	background-color: #ffffff;
}


/*Change Log view Header Column (Regular Log Views*/
/*#post_table tr td:first-child {
	background-color: transparent;
}*/

/*div.nonBar {
	background-color: #004E90 !important; 

}
*/
a.nonBtn {
	background-color: transparent !important;
		color: #black !important;

}
/*Select All Checkbox Option Text*/
#cb_header {
	color: #FFFFE0 !important;
}



/* Remove Default Body Margin */
BODY 
{
	margin: 0;
}



/* Remove Default Log/Form table borders and background color */
table, td, th
{
	border: none;
}


/* Make Project List Header and Log View headers text larger & bold */
a.b {
color: navy;
font-family:Arial;
font-size: 12px;
font-weight:bold;
vertical-align:top;
}

/* Modify Project List Font Size */
tr.b {
color:black;
font-family:Arial;
font-size:12px;
vertical-align:top;
}


/* Folder Search Adv. Filter links background color ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.header2 {
	background-color: transparent;
}

/* Make links on the top of forms transparent SHOULD BE IN FORMSTYLE??*/
.header td, #form_header table, #form tbody tr th, table #form_header, table #form_header, .header2 table
{
	background:transparent ! important;
}

/* Center Top Form links alignment SHOULD BE IN FORMSTYLE??*/
#form tbody tr th, #form > tbody > tr:first-child
{
		text-align:center ! important;
}

/*Form Name Link SHOULD BE IN FORMSTYLE??*/
a.headerPrint, font.headerPrint 
{
	color:navy ! important;
	font-family:Arial ! important;
	font-size:9pt ! important;
	font-weight:bold ! important;
}

/* Color "Forms/Project Name/State" Link (In a Post) (((EFFECTS ENTIRE LOG VIEW HEADER)))*/
a.header
{
	color:navy ! important;
	font-family:Arial ! important;
	font-size:9pt ! important;
	font-weight:bold ! important;
}

/* Color "LOG" Link(In A Post) (((EFFECTS ENTIRE LOG VIEW HEADER)))*/
font.header
{
	color:navy ! important;
	font-family:Arial ! important;
	font-size:9pt ! important;
	font-weight:bold ! important;
	text-decoration:none ! important;
}


/* Change Site Navigation Row Background Color */
.nav_header_links
{
	background-color: white ! important;
}

/* Modify the row directly below the header...Usually contains the project search link*/
.header_small {
	height: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #004E90;
}
*/

/*Modify the links bar above the log view ((JQUERY ADD THE CLASS))*/
.headercontainer
{
	background-color: white;
}

.header .headercontainer
{
	background-color: transparent;
}

.header2container
{
	background-color: transparent;
}


/* Modify Log Menu */
#formMenu div.mBar {
	background-image: url(/images/3grad_blue.gif);
	border: solid 1px !important;
}

#formMenu div.mBar a.mBtn {
	background-color: transparent! important;
	color: white! important;
border:0px solid black;
font-size: 12px;
font-weight: normal;
font-family: Arial, San-Serif;
margin: 0px;
border-right: dotted 1px #99BBE8;
}

#formMenu div.mBar a.mBtn:hover 
{
	border:1px outset black !important;
}

#formMenu div.mBar a.mBtnA
{
	border:1px solid black !important;
}


#formMenu div.mnu {
	/*background-color: #f3ecd9;*/
	background-color: white;
	border:1px outset #B8B8B8 ! important;
	color: navy ! important;
	
}

/* Form Menu Text No Hover*/
div.mnu a.mItem {
	background-color:white;
	color:navy;
	cursor:default;
	display:block;
	padding:3px 1em;
	text-decoration:none;
	white-space:nowrap;
}


/* Form SUBMenu Text Hover*/
div.mnu a.mItem:hover {
background-color:#0068b3;
color:white !important;
}

/* Color of a parent menu link when you go into its child menu (((FORM AND MAIN MENU))) */
div.mnu a.mItemH {
	background-color: #0068b3;
	color: white !important;
}



/* modify Multi-Delete menu item */
#mnuLog2 a:first-child + div + a {
	color: red;
	font-weight: bold;
	
}


/*This will remove the little black line below the corporate portal*/
/*tr.nav_header + tr + tr + tr {
	display: none;
}
*/

/*Edit Corporate Menu Not necessary on the demo site as it is all images*/
/*tr.nav_header + tr + tr {
	background-color: white;
}
*/
/*Edit Project Information Line*/
/*tr.project_info {
	height: 30px;
	vertical-align: bottom;
}
*/

/*Edit Form Name Display in Project info Line*/
tr.project_info td.name {
	padding-left: 4px;
}


/* Edit Form Logview Table */
/*html body#ext-gen2 div#site_content form table tbody tr {
	background-color: transparent;
}*/

/* Project Menu Border (Dropdowns)*/
div.mnu {
border:1px outset #B8B8B8 !important;
}

 /*Edit Menu Spacers (Corp and Project level Dropdowns)*/
div.mnu div.mItemS {
border:1px inset #B8B8B8;
margin:0;
}


/* Bold the first column in the project list */

tr.b td:first-child {
font-weight: bold;
}

#site_footer
{
background-image:url("/images/footTop.jpg");
background-position:right center;
background-repeat:no-repeat;

}


/*Add footer Image*/
/*#footertable {
	background-image: url(/images/footTop.jpg);
	height: 100px;
	background-position:right center;
	background-repeat:no-repeat;
	
}*/

 /*Edit area below footer image*/
#footerbottom {
	vertical-align: top;
	background: transparent;
}

/* CSS for Zebra Logs*/
#post_table.flipoff tr.zebra {
background-color: #ADD8E6;
}
tr.zebra{
	background-color: #ADD8E6;
}


/* Modify color of Selected Rows in a Form Log */
/*
.select_row {
	background-color: #D3D3D3 !important;
	font-weight: bold !important;
	border: 2px solid #BECCFC !important;
}
*/

.select_row td{
	background-color: #D3D3D3 !important;
	/*font-weight: bold !important;*/
	/*border: 2px solid #BECCFC !important;*/
}



/* Edit row below header ****This is a duplicate**** */
/*.header_small {
	font-family: Arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
*/


/* Edit Date (Today.js) row WORKS ON JS DATE TEXT */
.headerdate {
	height: 15px;
	font-family: Arial;
	font-size: 9px;
	color: #506c93;
	padding:0 0 0 10px;
}

/*Edit Search Function*/

.searcher {
font-family:Arial;
font-size:10px;
}

/*Report Download Options*/
#download_div{
margin-left:275px;
}

/* Bold First Field in Project List*/
#proj_list tbody tr td:first-child

{
font-weight: bold;
}

/*project List Hover - Lightblue*/

/*#proj_list tbody tr:hover
{
background-color:lightblue;
}
*/


/*BOX LOG STYLE*/

/*
#post_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	text-align: left;
	border-collapse: collapse;
}
#post_table th
{

}
#post_table td
{
	padding: 4px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}


#post_table tr:hover td
{
	background: #d0dafd;
	color: #339;
}

#post_table tr:first-child td {
	font-weight: normal;
	padding: 4px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
*/

/*GRADIENT STYLE*/

#post_table
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}

#post_table tr:first-child td
{
	font-size: 13px;
	font-weight: normal;
	padding: 4px;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#post_table td
{
	padding: 4px; 
	border-bottom: 1px solid #fff;
	color: #black;
	border-top: 1px solid #fff;
	/*background: #e8edff url('table-images/gradback.png') repeat-x;*/
}
#post_table tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#post_table tbody tr:hover td
{
	background: #d0dafd url('table-images/gradhover.png') repeat-x;
	color: #339;
}




/*Project List GRADIENT STYLE*/

#proj_list
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 16px;
	text-align: left;
	border-collapse: collapse;
}

#proj_list tr:first-child td
{
	font-size: 16px;
	font-weight: normal;
	padding: 4px;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
}
#proj_list td
{
	padding: 4px; 
	border-bottom: 1px solid #fff;
	color: black;
	border-top: 1px solid #fff;
	/*background: #e8edff url('table-images/gradback.png') repeat-x;*/
}
#proj_list tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#proj_list tbody tr:hover td
{
	background: #d0dafd url('table-images/gradhover.png') repeat-x;
	color: #339;
}


/*Global Menu Style*/

.nav_header {
	display: none;
}
/* GLOBAL Menu Text No Hover*/
#GlobalMenu div.mnu a.mItem {
	background-color: #80A1CC;
	color:#ffffff;
	cursor:default;
	display:block;
	padding:3px 1em;
	text-decoration:none;
	white-space:nowrap;
	border: 1px #809AC5 solid;
}


/* GLOBAL Menu Sub Menu Text Hover*/

#GlobalMenu div.mnu a.mItem:hover, div.mnu a.mItemH {
/*background-color: lightgrey;*/
color:white;
border: 1px lightgrey solid !important;
}

#GlobalMenu div.mBar a.mBtnA, #GlobalMenu div.mBar a.mBtnA:hover {
    border: none !important;
}
#GlobalMenu div.mBar a.mBtn {
    border: none !important;
    color: #000000;
    cursor: pointer;
}


/*

#GlobalMenu div.mBar,#GlobalMenu div.mBar a.mBtn {
	color: #ffffff !important;
	}
	

#GlobalMenu div.mnu,#GlobalMenu div.mnu a.mItem {
	color: #ffffff !important;
	}

#GlobalMenu div.mBar {
	background-color: #0068b3 !important;
	border: 0px groove #000000 !important;
	}

#GlobalMenu div.mBar a.mBtn {
	border: none !important;
	color: #ffffff !important;
	font-weight: bold;
	}

#GlobalMenu div.mBar a.mBtn:hover {
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
	}

#GlobalMenu div.mBar a.mBtnA, #GlobalMenu div.mBar a.mBtnA:hover {
	border: 1px solid #ffffff;
	}

#GlobalMenu div.mnu {
	background-color: #0068b3 !important;
	border: 2px outset #ffffff;
	}

#GlobalMenu div.mnu a.mItem {
	color: #ffffff !important;
	background-color: #0068b3 !important;
	border: 1px solid #ee2e24 !important;
	}

#GlobalMenu div.mnu a.mItem:hover, #GlobalMenu div.mnu a.mItemH  {
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
	}

#GlobalMenu div.mnu a.mItemS {
	border: 1px inset #ffffff;
}
*/

/*Main (Project) Menu Style*/

/*
#MainMenu div.mBar, #MainMenu div.mBar a.mBtn {
	color: #000000 !important;
	}
	

#MainMenu div.mnu,#MainMenu div.mnu a.mItem {
	color: #000000 !important;
	}

#MainMenu div.mBar {
	background-color: #ffffff !important;
	border: 2px groove white !important;
	}

#MainMenu div.mBar a.mBtn {
	border: 1px solid #ffffff !important;
	color: #000000 !important;
	}

#MainMenu div.mBar a.mBtn:hover {
	color: #000000 !important;
	background-color: white !important;
	}

#MainMenu div.mBar a.mBtnA, #MainMenu div.mBar a.mBtnA:hover {
	border: 1px solid #ffffff !important;
	background-color: white !important;
	}

#MainMenu div.mnu {
	background-color: white !important;
	border: 2px outset #ffffff;
	}

#MainMenu div.mnu a.mItem {
	color: #000000 !important;
	background-color: white !important;
	}

#MainMenu div.mnu a.mItem:hover, #MainMenu div.mnu a.mItemH{
	color: #ffffff !important;
	background-color: #000000 !important;
	}

#MainMenu div.mnu a.mItemS {
	border: 1px inset #000000;
}
*/

#proj_home_image{
	max-width: 400px;
	}

