/*core stylesheet of the site*/

body
{
	background: #ffffff;
	background-image: url(../../IADX/Images/page_bg.gif);
	color: #666666;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	min-width: 750px;
	margin: 0px;
	padding: 0px;
	overflow:auto;
}


/*DIV HOLDER CONTROLS CENTER ALIGNMENT OF PAGE*/

#wrapper
{
	position: relative;
	margin:0 auto;
	width:750px;
	text-align: left;
	background: #FFFFFF;
}


/*CONTAINER DIVS LAYOUT IN ORDER TOP TO BOTTOM*/

#menu
{
	background-color: #ffffff;
	border: #cccccc solid 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 760px;
	height:30px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

#logo
{
	background-color: transparent;
	background-image: url(../../IADX/Images/logo.gif);
	position: absolute;
	top: 5px;
	left: 49%;
	margin-left: -560px;
	width: 180px;
	height: 80px;
	border: #000000 solid 0px;
	background-repeat: no-repeat;
	background-position: right top;
}

#submenu0
{
	float: left;
	background-color: #ffffff;
	background-image: url(../../IADX/Images/IADXHeader.gif);
	color: #ffffff;
	float: left;
	width: 760px;
	height: 75px;
	border: 0px solid #000000;
	font-weight: bold;
	padding-left: 0px;
}

#submenu0_content{
	background-color: transparent;
	color: #ffffff;
	float: left;
	width: 760px;
	height: 30px;
	border: 0px solid #000000;
	font-weight: bold;
	margin-top: 30px;
}

#submenu1
{
	color: #ffffff;
	float: left;
	background: #E3F8FC;
	width: 760px;
	border: 0px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

#submenu2
{
	float: left;
	background: #FFCC33;
	width: 760px;
	border-bottom: thin dotted #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	color: #ffffff;
}

#main_content
{
	float:left;
	background-color: #ffffff;
	border: #cccccc solid 0px;
	width: 760px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
}

#footer
{
	float: left;
	background: #FFFFFF;
	width: 760px;
	border-top: thin dotted #cccccc;
	border-bottom: 1px solid #333333;
	padding-top: 5px;
	padding-bottom: 50px;
	padding-right: 0px;
	padding-left: 0px;
}

#summary
{
	float: left;
	background-color: #ffffff;
	width: 100%;
	height: 325px;
	border: 1px solid #cccccc;
	overflow: auto;
	padding: 5px;
	scrollbar-base-color: #f4f4f4;
	scrollbar-arrow-color: #666666;
	scrollbar-DarkShadow-Color: #cccccc; 
}

#scrolling_x
{
	float: left;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	border: 0px solid #cccccc;
	overflow-x: auto;
	padding: 0px;
	scrollbar-base-color: #cccccc;
	scrollbar-arrow-color: #666666;
	scrollbar-DarkShadow-Color: #cccccc; 
}

/*FORMATTING ELEMENTS*/

img
{
	border-width: 0px;
	border-style: none;
}

p
{
	font-size: 11px;
	text-align: left;
	line-height: 14px;
}

p.footer
{
	font-size: 8px;
	text-align: center;
	font-weight: bold;
}

.bold
{
	font-weight: bold;
	color: #006699;
}

.bold_right
{
	font-weight: bold;
	text-align: right;
}

.bold_center
{
	font-weight: bold;
	text-align: center;
}

.bold_white
{
	font-weight: bold;
	color: #ffffff;
}

.info
{
	font-weight: bold;
	color: #336699;
}

.group_warning
{
	font-weight: bold;
	color: red;
}

.group_info
{
	font-weight: bold;
	color: #336699;
}

.login{
	color: #666666;
	font-family:helvetica, arial, sans-serif;
	font-size: 11px;  
}

.thumb_number
{
	color: #999999;
	font-family: arial;
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
	font-style: italic; 
	font-weight: bold;
}

.footer_italic
{
	color: #cc9933;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	font-style: italic; 
}

span.required
{
	font-size: 10px;
	color: red;
}


span.notracking
{
	font-size: 11px;
	color: red;
	font-style: italic;
}


.thumbs
{
	border: 1px solid #cccccc;
}

.order
{
	font-weight: bold;
	color: #ffffff;
}

li
{
	list-style-image: url(http://www.xtremeinformation.com/images/icon_bullet.jpg)
}

/* HYPERLINKS */

a:link
{
	color: #336699;
	text-decoration: underline;
}

a:visited
{
	color: #336699;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

a:active
{
	color: #336699;
	text-decoration: underline;
}

/* ACTIVITY */

a.activity:link
{
	color: #666666;
	font-size: 9px;
	text-decoration: none;
}

a.activity:visited
{
	color: #666666;
	font-size: 9px;
	text-decoration: none;
}

a.activity:hover
{
	color: #ffffff;
	font-size: 9px;
	background-color: #333333;
	text-decoration: underline;
}

a.activity:active
{
	color: #666666;
	font-size: 9px;
	text-decoration: none;
}

/* MENU */

a.menu:link
{
	color: #006699;
	text-decoration: none;
	border: 0px solid #999999;
	padding: 3px;
}

a.menu:visited
{
	color: #006699;
	text-decoration: none;
	border: 0px solid #999999;
	padding: 3px;
}

a.menu:hover
{
	color: #ffffff;
	background-color: #003366;
	border: 0px solid #999999;
	padding: 3px;
}

a.menu:active
{
	color: #006699;
	border: 0px solid #999999;
	padding: 3px;
}

/* TIMELINE LINK */

a.timeline:link {
color: #ffffff;
text-decoration: none;

}

a.timeline:visited {
color: #ffffff;
text-decoration: none;
}

a.timeline:hover {
color: #ffffff;
background-color: #000000;
text-decoration:none;
}

a.timeline:active {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

/* HELP */

a.help:link
{
	color: #ffffff;
	background-color: #666666;
	text-decoration: none;
}

a.help:visited
{
	color: #ffffff;
	background-color: #666666;
	text-decoration: none;
}

a.help:hover
{
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

a.help:active
{
	color: #ffffff;
	background-color: #666666;
	text-decoration: underline;
}

/* BUTTONS */

a.button:link
{
	font-weight: bold;
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
	border: 0px solid #999999;
	padding: 2px;
}

a.button:visited
{
	font-weight: bold;
	background-color: #999999;
	color: #ffffff;
	text-decoration: none;
	border: 0px solid #999999;
	padding: 2px;
}

a.button:hover
{
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	border: 0px solid #999999;
	padding: 2px;
}

a.button:active
{
	font-weight: bold;
	background-color: #999999;
	color: #ffffff;
	border: 0px solid #999999;
	padding: 2px;
}

/* THUMB LINK */

a.thumb_link:link
{
	color: #333333;
	text-decoration: underline;
	font-size:10px;
}

a.thumb_link:visited
{
	color: #333333;
	text-decoration: underline;
	font-size:10px;
}

a.thumb_link:hover
{
	color: #ffffff;
	text-decoration: underline;
	background-color: #333333;
	font-size:10px;
}

a.thumb_link:active
{
	color: #333333;
	text-decoration: underline;
	font-size:10px;
}


/* FORMS*/

.input
{
	border: 1px solid #999999;
	font-weight: normal;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.input_disabled
{
	border: 1px solid #999999;
	font-weight: normal;
	background-color: #e4e4e4;
	font-family: verdana;
	font-size: 11px;
	color:#000000;
}

select
{
	border: 1px solid #999999;
	font-weight: normal;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
}

textarea
{
	border: 1px solid #999999;
	font-weight: normal;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
}

.checkbox
{
	border: 0px solid #666666;
	font-weight: normal;
	background-color: transparent;
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}

.checkbox_disabled
{
	border: 0px solid #666666;
	font-weight: normal;
	background-color: transparent;
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}

/* TABLES*/

table
{
	border: 0px solid #000000;
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0px;
}

tr.DataBody
{
	background-color: #f4f4f4;
	vertical-align: top;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 5px;
	padding-right: 5px;
}

tr.DataBodyHighlight
{
	background-color: LightBlue;
	vertical-align: top;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 5px;
	padding-right: 5px;
}

tr.DataBodySelected
{
	background-color: #c0c0c0;
	vertical-align: top;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 5px;
	padding-right: 5px;
}

td 
{
	color: #666666;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;    
	border: 0px solid #000000;
	padding: 0px;
	vertical-align: center;
	margin: 0px;
}

td.box_uline
{
	background-color: #E9F4FA;
	vertical-align: top;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

td.activity_box_uline
{
	background-color: #f4f4f4;
	vertical-align: top;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 5px;
	padding-right: 5px;
	font: 9px;
}

td.uline
{
	vertical-align: top;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 5px;
	padding-right: 5px;
}

td.box_ulinehighlight
{
	vertical-align: top;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 5px;
	padding-right: 5px;
	background-color: LightBlue;
}

/* SEARCH PAGE */

td.title
{
	background-image: url(images/title_bg.jpg);
	background-color: #cccccc;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align:middle;
	border-left: 0px solid #999999;
	border-bottom: 2px solid #ffffff;
	color: #666666;
}

td.title_dark
{
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align:middle;
	color: #666666;
	background: #cccccc;
	border-left: 0px solid #999999;
	border-bottom: 2px solid #ffffff;
}

td.box
{
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align:middle;
	background: #f4f4f4;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}

td.box_plain
{
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align:middle;
	background: #ffffff;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #e4e4e4;
}

td.box_dark
{
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align:middle;
	background: #dddddd;
	border-top: 0px solid #f4f4f4;
	border-bottom: 0px solid #e4e4e4;
}

td.summary
{
	color: #999999;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;    
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: top;
	margin: 0px;
}

td.summary_dark 
{
	color: black;
}

/* RESULT PAGE */

td.thumb_link
{
	vertical-align: top;
	color: #999999;
	text-align: left;
	padding-left: 2px;
	background-color:#f4f4f4;
}

td.result_uline
{
	border-bottom: 1px solid #e4e4e4;
}

td.footnote
{
	font-size: 10px;
	color: #999999;
}

/* TIMELINE CHART */

td.time
{
	background-color: #FFFFFF;
	text-align: left;
	color: #666666;
	padding-left: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #ffffff;
}

td.time_total
{
	background-color: #FFFFFF;
	text-align: center;
	color: #666666;
	padding-left: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #ffffff;
}

td.time_dark
{
	padding-left: 0px;
	font-size: 10px;
	border-left: #ffffff 1px solid;
	color: #ffffff;
	border-bottom: #ffffff 1px solid;
	background-color: #999999;
	text-align: center;
	text-decoration: none;
}

td.time_date
{
	background-color: #666666;
	text-align: left;
	color: #ffffff;
	text-align: center;
	padding-left: 0px;
	border-right: 1px solid #ffffff;
}

td.time_tv
{
	background-color: #4682B4;
	text-align: center;
	color: #ffffff;
	padding-left: 0px;
	border: 1px solid #ffffff;
	font-size: 10px;
}

td.time_press
{
	background-color: #5CACEE;
	text-align: center;
	color: #ffffff;
	padding-left: 0px;
	border: 1px solid #ffffff;
	font-size: 10px;
}

/* GRID CELLS */
td.grid_vert
{
	color: #666666;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;    
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #e4e4e4;
	background-color: #cccccc;
	padding-top: 3px;
	padding-bottom: 0px;
	height: 100px;
}

td.grid_horz
{
	color: #666666;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;    
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #e4e4e4;
	background-color: #cccccc;
	height: 70px;
}

td.grid_cell
{
	background-color: #ffffff;
	text-align: center;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	height: 15px;
}

td.grid_title_l0
{
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-weight: bold;
	padding-left: 3px;
	height: 15px;
	width: 100px;
}

td.grid_title_l1
{
	background-color: #e4e4e4;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-weight: bold;
	padding-left: 3px;
}

td.grid_title_l2
{
	background-color: #e4e4e4;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-left: 5px;
}

td.grid_title_l3
{
	background-color: #f4f4f4;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
}

td.grid_title_l4
{
	background-color: #f2f2f2;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-left: 20px;
}

td.grid_title_l5
{
	background-color: #f4f4f4;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-left: 25px;
}

td.grid_title_l6
{
	background-color: #f4f4f4;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-left: 30px;
}

td.grid_title_l7
{
	background-color: #f4f4f4;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-left: 35px;
}

td.grid_title_l8
{
	background-color: #f4f4f4;
	text-align: left;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-left: 40px;
}

td.grid_bold_center
{
	background-color: #e4e4e4;
	text-align: center;
	font-size: 10px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-weight: bold;
}

/* CALENDAR */

td.day
{
	background-color: #003366;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

td.date
{
	font-size: 9px;
	background-color: #999999;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

td.date_blank
{
	font-size: 9px;
	background-color: #cccccc;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

td.date_today
{
	font-size: 9px;
	background-color: #66CCFF;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

/* CALENDAR */

td.day
{
	background-color: #003366;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

td.date
{
	font-size: 9px;
	background-color: #999999;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

td.date_blank
{
	font-size: 9px;
	background-color: #cccccc;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

td.date_today
{
	font-size: 9px;
	background-color: #66CCFF;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

/* SPEND ACTIVITY MATRIX */

td.none
{
	background-color: #ff0000;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

td.inprogress
{
	background-color: #FFA500;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

td.completed
{
	background-color: #00FF00;
	text-align: center;
	color: #ffffff;
	border: 1px solid #FFFFFF;
}

/* DATEPICKER CONTROL */

span.datepicker
{
	border-right: #666666 thin solid;
	border-top: #333333 thin solid;
	border-left: #333333 thin solid;
	border-bottom: #666666 thin solid;
	background-color: #e4e4e4;
	width: 250px;
}

table.datepicker
{
	border-collapse: separate;
	table-layout: auto;
	border-spacing: 0px;
}

td.selectionarrow
{
	font-size: x-small;
	color: paleturquoise;
	font-family: Arial;
	height: 20px;
	background-color: #666666;
}

td.selectionarrowhover
{
	font-size: x-small;
	cursor: hand;
	color: white;
	font-family: Arial;
	height: 20px;
	background-color: #666666;
}

td.selectionarrowilluminate
{
	font-size: x-small;
	font-family: Arial;
	height: 20px;
	color: paleturquoise;
	background-color: #666666;
}

td.monthselection
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	font-family: Arial;
	height: 20px;
	width: 130px;
	background-color: #666666;
	text-align: center;
}

td.monthselectionhover
{
	text-align: center;
	font-weight: bold;
	font-size: xx-small;
	font-family: Arial;
	color: #ffffff;
	height: 20px;
	width: 130px;
	background-color: #333333;
	cursor: hand;
}

td.yearselection
{
	text-align: center;
	height: 20px;
	width: 40px;
	font-weight: bold;
	font-size: xx-small;
	font-family: Arial;
	color: white;
	background-color: #666666;
}

td.yearselectionhover
{
	text-align: center;
	height: 20px;
	width: 40px;
	font-weight: bold;
	font-size: xx-small;
	font-family: Arial;
	color: #ffffff;
	background-color: #333333;
	cursor: hand;
}

td.closebutton
{
	text-align: center;
	height: 20px;
	width: 20px;
	font-weight: bold;
	font-size: x-small;
	font-family: Arial;
	color: #666666;
	background-color: paleturquoise;
}

td.closebuttonhover
{
	font-weight: bold;
	font-size: x-small;
	width: 20px;
	color: white;
	font-family: Arial;
	height: 20px;
	background-color: #000000;
	text-align: center;
	cursor: hand;
}

td.weekno
{
	font-size: xx-small;
	height: 20px;
	font-family: Arial;
	text-align: center;
}
td.dayheader
{
	font-size: xx-small;
	width: 25px;
	height: 20px;
	font-family: Arial;
	background-color: darkgray;
	text-align: center;
}

td.weeknumber
{
	height: 20px;
	font-size: xx-small;
	font-family: Arial;
	background-color: darkgray;
	text-align: center;
	cursor: hand;
}

td.weeknumberhover
{
	height: 20px;
	font-size: xx-small;
	font-family: Arial;
	background-color: #e4e4e4;
	text-align: center;
	cursor: hand;
}

td.weeknumberselected
{
	height: 20px;
	font-size: xx-small;
	font-family: Arial;
	background-color: #333333;
	text-align: center;
	cursor: hand;
}

td.dayofweek
{
	padding: 0px;
	margin: 0px;
	height: 20px;
	font-size: xx-small;
	width: 25px;
	font-family: Arial;
	background-color: lightgrey;
	text-align: center;
	cursor: hand;
}

td.dayofweekhover
{
	height: 20px;
	font-size: xx-small;
	width: 25px;
	font-family: Arial;
	color: #ffffff;
	background-color: #333333;
	text-align: center;
	cursor: hand;
}

td.dayofweekselected
{
	font-size: xx-small;
	width: 25px;
	cursor: hand;
	font-family: Arial;
	color: #ffffff;
	height: 20px;
	background-color: #999999;
	text-align: center;
}

/* LOGIN PAGE */

a.login
{
	padding-right: 10px;
	font-weight: bold;
}

a.login:link
{
	color: #ffffff;
	text-decoration: none;
}

a.login:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.login:active
{
	color: #ffffff;
	text-decoration: none;
}

a.login:hover
{
	color: #8BD52B;
	text-decoration: none;
}

td.login_links
{
	color: #999999;
	letter-spacing: 1px;
	font-size: 9px;
	font-family: arial, sans-serif;
	text-align: right;
}

a.login_links:link
{
	color: #999999;
	text-decoration: none;
}

a.login_links:visited
{
	color: #999999;
	text-decoration: none;
	letter-spacing: 1px;
}

a.login_links:active
{
	color: #999999;
	text-decoration: none;
}

a.login_links:hover
{
	color: #8BD52B;
	text-decoration: none;
}

a.more:link
{
	color: #666666;
	text-decoration: none;
	font-family: arial narrow, Arial;
	font-weight: bold;
}
a.more:visited
{
	color: #666666;
	text-decoration: none;
	font-family: arial narrow, Arial;
	font-weight: bold;
}
a.more:active
{
	color: #666666;
	text-decoration: none;
	font-family: arial narrow, Arial;
	font-weight: bold;
}
a.more:hover
{
	color: #8BD52B;
	text-decoration: none;
	font-family: arial narrow, Arial;
	font-weight: bold;
}

td.box1_head
{
	background-color: #e4e4e4;
	vertical-align: top;
	height: 23px;
	border-bottom: 1px dotted #8BD52B;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	font-family: arial narrow, arial, sans-serif;
	color: #666666;
	font-size: 14px;
}

td.box2_head
{
	background-color: #ffffff;
	vertical-align: middle;
	height: 20px;
	border-bottom: 0px dotted #8BD52B;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: bold;
	font-family: arial narrow, arial, sans-serif;
	color: #666666;
	font-size: 14px;
}

td.box3_head
{
	background-color: #f4f4f4;
	vertical-align: middle;
	height: 20px;
	border-bottom: 0px dotted #8BD52B;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-family: arial narrow, arial, sans-serif;
	color: #666666;
	font-size: 14px;
}

td.box4_head
{
	background-color: transparent;
	vertical-align: middle;
	height: 20px;
	border-bottom: 0px solid #8BD52B;
	border-top: 0px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-family: arial narrow, arial, sans-serif;
	color: #666666;
	font-size: 14px;
}



td.box1_uline
{
	background-color: #CDE4E3;
	vertical-align: top;
	height:312px;
	border-bottom: 1px solid #e4e4e4;
	border-top: 0px solid #ffffff;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
}

td.box2_uline
{
	background-color: #ffffff;
	vertical-align: top;
	border-bottom: 0px solid #e4e4e4;
	border-top: 0px solid #ffffff;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	font-size: 11px;
}

td.box3_uline
{
	background-color: #f4f4f4;
	vertical-align: top;
	border-bottom: 0px solid #cccccc;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #666666;
}

td.box4_uline
{
	background-color: #ffffff;
	vertical-align: top;
	border-bottom: 0px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #666666;
}

.accent
{
	color: #8BD52B;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
}

img.latestcreative
{
    border: 2px solid gray;
}

td.box_login
{
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align:top;
	background: #ffffff;
	border-top: 1px solid #f4f4f4;
	border-bottom: 0px solid #f4f4f4;
	min-height: 680px;
	height: 680px;
}

td.box_uline_login
{
	background-color: #E9F4FA;
	vertical-align: top;
	border-bottom: 1px solid #e4e4e4;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	min-height: 680px;
	height: 685px;
}

.modalPopup
{
    text-align:center;
    background:white; 
    position:relative;
    top:-28px;
    left:0px;
    width=100%;
    height:35px;
    overflow: auto;
}
