/****************************************************************
/****************************** Styles **************************
/****************************************************************/
   
body 
{ 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff;
	color: #454545; 
}

a 
{
	color: #E0691A;	
	background: inherit;
	text-decoration:none;
}

a:hover 
{
	 color: red;
	 text-decoration:underline;
}

h1 
{ 
	font: normal 2.1em Arial, Sans-Serif; 
	letter-spacing: -1px; 
	padding: 7px 0 0 8px; 
	margin: 0; 
}


h1 a, h2 a 
{ 
	text-decoration: none; 
}

h1 a:hover, h2 a:hover 
{ 
	color: #FF6600; 
	background: inherit; 
}

h2 
{ 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px; 
}

h2 
{ 
	font-size: 1.5em; 
	margin-bottom: 5px; 
	color: #000; 
	background: inherit; 
}



h4
{
	font-weight:bold;
	font-size:1.1em;
	letter-spacing: -0.1px;
	margin:5px;
	margin-bottom:3px;
	border-bottom:solid 1px #000;
	
}
h5
{
	font-weight:bold;
	font-size:1.1em;
	letter-spacing: -0.1px;
	margin:5px 0 5px 0;
	margin-bottom:3px;
}	
	
	
p 
{	
	margin: 0 0 5px 3px;
}

ul 
{
	margin: 0; 
	padding: 0;
	list-style-image:url(img/bullet.gif);

}


INPUT, TEXTAREA, SELECT, OPTION, nput.text
{
	font-family:Tahoma, sans-serif; 
	font-size:  .9em;
	
}

.img a:hover
{
	text-decoration:none;
}

/****************************************************************
/****************************** LAYOUT **************************
/****************************************************************/

.content 
{ 
	margin: 0 auto;
	width: 775px;
	padding:5px 0 5px 0;
}

.header 
{ 
	height: 60px;
	background: #556787 url(img/_bgHeader.gif);
	/*background: #556787 url(img/corner.gif) no-repeat top right;*/
	color: #fff;
	margin: 3px 0;
	padding: 5px 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.header #header /*this is the table holding the info in the header*/
{
	width:100%;
	margin-bottom:3px;
	
}

.header input
{
	background:#EFEEEE;
	border:0px;
}

.header a
{
	color:White;
	text-decoration:none;
}
.header a:hover
{
	color:White;
	text-decoration:underline;
}

.header #header p
{
	font-size:10px;
	padding-right:5px;
	font-weight:bold;
}

.header .error
{
	font-size:10px;
	font-weight:normal;
	color:red;
	background-color:#fff;
	margin:-4px 5px 0px 0;
	text-align:center;
	width:325px;
}
	.header .error a, .header .error a:hover
	{
		text-decoration:underline;
		color:maroon;
	}


/************** left-side ***************/


.left 
{
	clear:both;
	float: left;
	width: 66%;
	margin: 0 0 10px 0;
}

.left h3, .oneColumn h3
{
	clear: both;
	background: #9FB0C5 url(img/corner.gif) no-repeat top right;
	color: #fff;
	padding: 5px 0 5px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin-bottom:5px;
	margin-top:0px;

}


.left h3 a, .oneColumn h3 a
{
	background-image:none;
	color:White;
}

.left h3 a:hover, .oneColumn h3 a:hover
{
	color:#000;
}

.left_box
{
	padding-left:10px;
}

.left_box ul
{
	padding-left:10px;
}

.left_box p
{

	text-align:justify;
}

.left_box img
{
	padding-left:5px;
}



/************ right-side **************/

		
.right 
{
	float: right;
	width: 33%;
	margin: 0 0 10px 0;
}

.right h3 
{
	background: #6C757A  url(img/corner.gif) no-repeat top right;
	color: #FFF;
	padding: 5px 0 5px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
}
	.right_articles 
	{
		background: #ECECEC;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
	.right ul
	{
		padding-left:15px;
	}


/************** one column ***************/


.oneColumn 
{
	width: 100%;
	margin: 0 0 10px 0;
}

/************** leftSplit ***************/


.leftFifty
{
	clear:both;
	float: left;
	width: 49%;
	margin: 0 0 10px 0;
}

/************** rightSplit ***************/


.rightFifty
{
	float: right;
	width: 49%;
	margin: 0 0 10px 0;
}


/******************** Navigation **********************/

#topNav  
{ 
	clear: both;
	margin: 0 0 5px 0px; 
	background:#F5F5E6 url(img/main_nav_bg.gif);
}	

	
#topNav ul
{
	
	list-style-type: none;
	background:#F5F5E6 url(img/main_nav_bg.gif);
	color: #555;
	font-family:Tahoma;
	font-size:1.1em;
	font-weight:bold;
	text-align: center;
	height:20px;
	border-bottom:solid 1px #ccc;
}

	#topNav ul li 
	{ 
		display: inline; 
	}

	#topNav ul li a
	{
		text-decoration: none;
		background:#F5F5E6 url(img/main_nav_bg.gif);
		color: #000;
		padding: .2em 1em .3em 1em;
	}

	#topNav ul li a:hover
	{
		
		color: #555;
				padding: .2em 1em .4em 1em;
	}

	#topNav li.current
	{ 
		background: #6C757A; 
		color: #fff;
		font-weight: bold; 
		padding: .2em 1em .4em 1em;
	}
	

#portalNav 
{ 
	background:url(img/bgSub.gif);
	clear: both;
	font-size: 1em;
	height: 18px; 
	margin: 0 0 5px 0px; 
	text-align:center;
	border-top:solid 1px #C0C0C0;
	border-bottom:solid 1px #555;
	padding-top:2px;
}

	#portalNav  li 
	{
		display:block;
		margin: 0; 
		padding: 0 5px 0 5px;
		display:inline;
	}
	
	#portalNav li a
	{
		font-weight:bold;
		color:#787878;
		text-decoration:none;
	}
	#portalNav li a:hover
	{
		color:#000;
	}
	
	#portalNav .inactive
	{

		font-weight:bold;
	}
	
	#portalNav .current
	{
		color:Black;
		font-weight:bold;
	}
	
	



/******************** End Navigation **********************/



/******************** Location breadcrumb trail ***********/
.location
{
	margin:0 0 3px 5px;
	color:#808080;
}

	.location a
	{ 
		color: #808080; 
	} 
	.location a:hover
	{
		color:red;
	}

	
/************* End Location breadcrumb trail ***********/

.subheader 
{
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}


	
.image 
{
	float: left;
	margin: 0 9px 3px 0;
	
}

/****************************************************************
/****************************** footer **************************
/****************************************************************/

.footer 
{
	clear:both;
	text-align: center;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

	.footer #footerNav li 
	{
		display:inline;
		margin: 0;
	}
		.footer #footerNav li a 
		{ 

			color: #808080; 
			padding: 0 2px 0 2px;
			
		} 
		.footer #footerNav li a:hover
		{
			color:red;
		}


/*******************************************************/
/***************          Tabs          ****************/
/*******************************************************/

#tabs
{
	position: relative;
	width: 500px;
	height: 40px;
	font-size:10px;
	line-height:normal;
}

#tabs ul#primary
{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 500px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs ul#primary li
{
	display: inline;
	list-style: none;
}

#tabs ul#primary a, #tabs ul#primary span, #tabs ul#primary a.current
{
	width: 90px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Tahoma, sans-serif;
	text-decoration: none;
	color: #333;
}

#tabs ul#primary span, #tabs ul#primary a.current, #tabs ul#primary a.current:hover
{
	border: 1px solid #666;
	border-bottom: none;
	background: #F1F7FC;
	padding-bottom: 6px;
	margin-top: 0;
}


#tabs ul#primary a
{
	background: #D2DEF1;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabs ul#primary a:hover
{
	margin-top: 0;
	border-color: #666;
	background: #ccc;
	padding-bottom: 5px;
}

#tab_content
{
	padding: 1.5em;
	padding-top: 0;
	background: #FFFDF3;
}
#main
{
	border: 1px solid #666;
	clear: both;
	background: #F1F7FC;
	line-height:normal;
	text-align:left;
}

/****************************************************/
/******************* Page Specific Items ************/
/****************************************************/
table.WMsummary
{
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	margin-top: 0px;
	text-align:left;
}

	table.WMsummary td
	{
		padding-left:20px;
		padding-right:20px;
	}

.filter_box
{
	position: relative;
	text-align: left;
	width: 93%;
	background: #F1F8FF;
	border: 1px solid #E8E8E8;
}

table.calendar
{
	background-color: #F4F4F4;
	border:solid 1px black;
 	border-collapse:collapse;
}
	table.calendar td
	{
		border:solid 1px black;
		border-collapse:collapse;
		line-height:normal;
	}

		table.calendar td a
		{
			text-decoration:none;
		}
.TaskHeader
{
	position: relative;
	width: 100%;
	border-top: 1px solid #235CBA;
	border-bottom: 1px solid #235CBA;
	background: #D2DEF1;
	height:20px;
	font-weight: bold;
	padding:3px;
}

.more_info_link
{
	text-align:left;
	width:100%;
}


.left_box #dgFiles img
{
	padding:0;
}

#padding_for_list ul
{
	padding-left:25px;
	padding-right:20px;

}
#padding_for_list ul li
{
	margin-bottom:10px;
}


/*******************************************/
/***         DataGrid Formatting         ***/
/*******************************************/
table.dgFormat
{
	background-color: #ECECEC;
	border: 1px #8692B7 solid;
	border-collapse: collapse;
	margin-top: 0px;
	text-align:left;
}

	table.dgFormat td
	{
		border-color: Gray;
		padding:3px 0 3px 3px;
		line-height:normal;


	}

	table.dgFormat tr.dgHeader
	{
		background: #D2DEF1;
		font-weight: bold;
		color: black;
		text-align: center;
	}
table.AddEmployeeTable
{
	font-size: 10px;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-top: 0px;
	border-collapse: collapse;
	text-align:left;
	margin-top: 0px;
	padding: 0px;
	margin: 0px;
	width: 300px;
}
table.project_header
{

	background-color: #C6DBF4;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	text-align:left;
	padding: 0px;
	margin: 0px;
	width: 300px;
}

.holder_box
{
	text-align:left;
}
/**********************************************/
.toolTip
{
	cursor:default; 
	position:relative; 
	overflow:hidden;
}


.screen_shot
{
	float:right;
	padding:5px 2px 5px 5px;
}

.link 
{
	color: #E0691A;	
	background: inherit;
	text-decoration:none;
	cursor:pointer;
}

.link:hover 
{
	 color: red;
	 text-decoration:underline;
}
