﻿

/*
+-----------------------------------------+
| DISPLAY CONTROLS                        |
|                                         |
| These items are the core display css    |
| for information                         |  
+-----------------------------------------+
*/
.Display_Header_Title
{
    font-size :14px;
    color:#678FC2;
    font-family:Trebuchet MS; 
    letter-spacing:2px;
    font-weight:bold;
}



.Display_Title
{
    font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	
}
.Display_Title_Highlight
{
    font-family:Trebuchet MS;
	font-size:12px;
	color:#678FC2;
	font-weight:bold;
}
.Display_Info
{
   	font-family:Trebuchet MS;
	font-size:12px; 
}
.Display_Info_Highlight
{
    font-family:Trebuchet MS;
	font-size:12px;
	color:#D97125;
	font-weight:bold;  
}
.Display_Info_DeHighlight
{
    font-family:Trebuchet MS;
	font-size:11px;
	color:#666666;
	font-weight:normal;  
}

.Display_Error
{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#ff0000;
	font-weight:bold;
}

.Display_Warning
{
	font-family:Trebuchet MS;
	font-size:16px;
	color:#F4850E;
	font-weight:normal;
}


/*
+-----------------------------------------+
| INPUT CONTROLS                          |
+-----------------------------------------+
*/
.button
{
	font-family: Trebuchet MS;
	font-size:11px;
	background : #f2f2f2;
	margin :0;
	padding :0;
	padding-left:4px;
	padding-right:4px;
}


/* BUTTONS */
.btnGoToLogin
{
    font-family: Trebuchet MS;
	font-size:18px;
	background : #f7f7f7;
	border: solid 2px #CCCCCC;
	margin :0;
	margin-top:10px;
	padding :0;
	padding-left:10px;
	padding-right:10px;
	color:#D97125;
}

.btnConfirm
{
	font-family: Trebuchet MS;
	font-size:11px;
	background : #f2f2f2;
	margin :0;
	padding :0;
	padding-left:6px;
	padding-right:6px;
	color:#0000ff;
}
.btnCancel
{
	font-family: Trebuchet MS;
	font-size:11px;
	background : #f2f2f2;
	margin :0;
	padding :0;
	padding-left:6px;
	padding-right:6px;
	color:#ff0000;
}


.btnEdit
{
	font-family: Trebuchet MS;
	font-size:11px;
	margin :0;
	padding-left:15px;
	padding-right:6px;
	height:22px;
    background: #f2f2f2 url('../App_Themes/Theme1/images/icons/edititem_16.gif') no-repeat left 50%;
    padding-top: 0;
    padding-bottom: 0;
}

.btnExcel
{
	font-family: Trebuchet MS;
	font-size:11px;
	margin :0;
	padding-left:15px;
	padding-right:6px;
	height:22px;
    background: #f2f2f2 url('../api/images/doctype/xls.gif') no-repeat left 50%;
    padding-top: 0;
    padding-bottom: 0;
}

/*
+-----------------------------------------+
| CHEKC BOXES
+-----------------------------------------+
*/

input.chk{
	width: 22px;
	height: 22px;
}

input.txt_Disabled
{
    background:#f7f7f7;
    border:solid 1px #cccccc;
}
input.txt_Default
{
    background:#ffffff;
    border:solid 1px;
}



/*
+-----------------------------------------+
| DISPLAY OPTIONS                         |
+-----------------------------------------+
*/

legend
{
	font-size:11px;
	font-weight:bold;
	color:#333333;
	padding-left:5px;	
	padding-right:5px;
}


hr.separator
{
	height:1px;
	background:	#ebebeb;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
	margin-bottom:2px;
	margin-top:2px;
}

hr.p_separator
{
	height:1px;
	background:	#dfe2e6;
	margin:0px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
}


table
{
    margin:0px;
    padding:0px;
    border:0px; 
    vertical-align:top;
}



/*
+-----------------------------------------+
| VALIDATOR
+-----------------------------------------+
*/
.validatorCalloutHighlight
{
    background:#FFFACD;
 
}

/*
+-----------------------------------------+
| GRID VIEW                               |
+-----------------------------------------+
*/

.gvHeader
{
	border-left: 1px solid buttonhighlight;
	border-top: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	/*font: menu;*/
	font-family:Trebuchet MS;
	font-weight:bold;
	color: menutext;
	background-color: buttonface;
    padding-top: 0px;
    padding-bottom: 1px; 
    font-size: 11px;   
}
.gvHeader_highlight
{
	border-left: 1px solid buttonhighlight;
	border-top: 1px solid buttonhighlight;
	border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	/*font: menu;*/
	color: #D97125;
	background-color: buttonface;
    padding-top: 0px;
    padding-bottom: 1px; 
    font-size: 11px;   
}
.gvHeader_Pager {
	background-color:#f7f7f7;
	color:#D97125;
	text-align:center;
	margin: 0px auto;
	font-size:12px;
	padding:0px;
	height:15px;
}
.gvFooter {
	background-color:#f7f7f7;
	font-weight:bold;
	color:#ffffff;
	margin: 0px auto;
}
.gvRow_Edit {
	background-color:#999999;
}
.gvRow_SelectedRow {
	font-family: Trebuchet MS; 
	font-size: 12px; 
	background-color: #C1D2EE;
	font-weight:bold;
	color:#333333;
}
.gvFilter
{
    margin:0px auto;
    padding:0px;
    text-align: center;
    background:#f7f7f7;
    border:solid 1px #e6e6e6;
    border-top:0px;
   
    padding-top:5px;
    padding-bottom:2px;
  

}


/* Alternate rows of a data table get different CSS */
.erow {  /*even row*/
	font-family: Trebuchet MS; 
	font-size: 11px; 
	background-color: #ffffff;
}
.orow {  /* Odd row */
	font-family: Trebuchet MS; 
	font-size: 11px; 
	background-color: oldlace;
 }
.xrow {  /* mouseover row */
	font-family: Trebuchet MS; 
	font-size: 11px; 
	background-color: #C1D2EE;
}
.drow {  /* mouseover row */
	font-family: Trebuchet MS; 
	font-size: 11px; 
	background-color: #ebebeb;
}
.errrow {  /* Error mouseover row */
	font-family: Trebuchet MS; 
	font-size: 11px; 
	background-color: #FED8D8;
}





/*
+-----------------------------------------+
| MODAL POP-UP WINDOW CONTROLS            |
+-----------------------------------------+
*/
#ModalCancelContainer
{
	position: absolute; 
	right: 3px; 
	top: 6px;
		z-index:101;
}
#ModalFrameContainer
{
	background-color: #ffffff; 
	width: 100%; 
	height: 100%;
}
#ModalOKContainer
{
	visibility: hidden; 
	height: 1px; 
	position:absolute;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=65);
	opacity:0.65;
}

.popup_Iframe
{
	border:solid 2px #678FC2;
}
.PopupDragHandle
{
	
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 100;
	cursor:move;
	height:25px;
	background-color:#678FC2;
	position:absolute;

}

/*
+-----------------------------------------+
| Highlight Div layers
+-----------------------------------------+
*/
.Div_Highlight
{
   margin:2px;
   padding:5px;
   border: solid 1px #D97125;
   background:#FDE9D5;
   font-family:Tahoma;
   font-size:10px;
 }
 
 /*
+-----------------------------------------+
| AJAX CALENDAR CONTROL
+-----------------------------------------+
*/
 /*
+-----------------------------------------+
| That style makes AJAX calendar control  |
| On top of drop-down lists               |
+-----------------------------------------+
*/
.ajax__calendar {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible; display: block; } 
.ajax__calendar iframe {
    left: 0px !important;
    top: 0px !important;
}
.ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:Trebuchet MS;}
.ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
.ajax__calendar_container TABLE {font-size:11px;}
.ajax__calendar_header {height:20px;width:100%;}
.ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url('../App_Themes/Theme1/images/icons/arrow-left.gif');
}
.ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url('../App_Themes/Theme1/images/icons/arrow-left.gif');
}
.ajax__calendar_title {cursor:pointer;font-weight:bold;}
.ajax__calendar_footer {height:15px;}
.ajax__calendar_today {cursor:pointer;padding-top:3px;}
.ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
.ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
.ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;} 
.ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;} 

.ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
.ajax__calendar .ajax__calendar_footer {border-top:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_dayname {border-bottom:1px solid #f5f5f5;}
.ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
.ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}
.ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#edf9ff;border-color:#0066cc;color:#0066cc;}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
.ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:#edf9ff;border-color:#daf2fc;color:#0066cc;}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#0066cc;}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#0066cc;}

 /*
+-----------------------------------------+
| AJAX TAB CONTROL
+-----------------------------------------+
*/

.ajax__tab_default .ajax__tab_tab {height : 100%;}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {height : 100%;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {height : 100%;}

.ajax__tab_xp .ajax__tab_inner {height : 100%;}
.ajax__tab_xp .ajax__tab_tab {height:100%}
.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {height : 100%;}
.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {height : 100%;}



/* 
	+----------------------------------------------------+
	|----------------------------------------------------|
	|----------------------------------------------------|
	| THE FOLLOWING IS THE ASSOCIATED POPUP STRUCTURE	
	|----------------------------------------------------|
	|----------------------------------------------------|
	+----------------------------------------------------+
*/


.p_appBody
{  
	background:buttonface;
	font-family: Trebuchet MS;
	font-size: 11px;
	overflow:hidden;
	margin:2px;
	padding:0px;
}


.p_container
{
	position:relative;
	background:#ffffff;
}

.p_header {
	padding: 4px;
	padding-left:6px;
	padding-bottom: 0px;
	margin: 0px;
	height: 20px;
	text-align:left;
	font-family:Tahoma;
	font-size:14px;
	background: #527CB8;
	color:#ffffff;
	
}

.p_content_full {
	overflow:auto;
	min-height:300px;
	margin:0px;
	background-color:#FFFFFF;
	top	: 0px;
	border:solid 1px #678FC2;
	border-bottom:0px;
	padding:4px;

}
.p_footer {  

	position:relative;
    background-color :#ffffff;
	border:solid 1px #678FC2;
	border-top:0px;
	height:45px;	
	text-align: right;	
	vertical-align:middle;
	padding:0px;
	margin:0px;
}

.p_footer_Sep
{
	position:relative;
	margin:0px
	padding:0px;
	border:solid 0px #ff0000;
	height:10px;
}
.p_footer_Content
{
	position:relative;
	margin:0px
	padding:0px;
	border:solid 0px #0000ff;
	margin:0px;
	margin-left:12px;
	margin-right:12px;
	

}


.News_Separator
{
    height:10px;
    background: URL(../images/news_separator.gif) repeat-x;
    padding-top: 5px;
}
.News_Title
{
    color:#000000;
    padding-top:10px;
    padding-bottom: 3px;
}
.News_Body
{
    font-size: 12px;
	padding-top: 5px;
	
}

.phone_footer 
{
    padding-left: 0px;
    font-size: 12px;
	font-family: Arial;
	font-weight: bold;
    color:#000000;
    padding-bottom:5px;
}

.News_Body h1 
{
    background: #ffffff URL(../images/dot.gif) no-repeat;
    padding-left: 20px;
    font-size: 12px;
	font-family: Arial;
	font-weight: bold;
    color:#000000;
}

.News_Body .link
{
    background: #ffffff URL(../images/dot.gif) no-repeat;
    padding-left: 20px;
    font-size: 12px;
	font-family: Arial;
	font-weight: bold;
    color:#000000;
}

.News_Body .link
{
    background: #ffffff URL(../images/dot.gif) no-repeat;
    padding-left: 20px;
    font-size: 12px;
	font-family: Arial;
	font-weight: bold;
    color: #0000FF;
    text-decoration: underline;
}

.News_Body .link:hover
{
    color: #0000FF;
    text-decoration: underline;
}

.News_Body h2
{
    font-size: 12px;
	font-family: Arial;
	font-weight: bold;
    color:#000000;
}

.backBtn {
    color: #0000FF;
}

.backBtn:hover {
    color: #0000FF;
    text-decoration: underline;
}

.backBtn:visited {
    color: #0000FF;
}

.News_Body .equipDiv .equipTable .equip_bottom_left
{
		height:11px;
	    width:15px;
		padding:0px;
		margin:0px;
		background: url(../images/equip_bottom_left.gif) no-repeat left top;
}

.News_Body .equipDiv .equipTable .equip_bottom_left2
{
		height:11px;
	    width:20px;
		padding:0px;
		margin:0px;
		background: url(../images/industry_bottom_left.gif) no-repeat left top;
}

.News_Archive_Title{
    font-family:Arial;font-size: 14px;
        
}
.News_Archive_Date{
    font-family:Arial;
    font-size: 12px;
    color:#336699;
}

a.lnkNews_Archive_Title{text-decoration:none;font-family:Arial;font-size: 14px; color:#333333;font-weight:bold;}
a.lnkNews_Archive_Title:visited {text-decoration:none;font-family:Arial;font-size: 14px; color:#333333;font-weight:bold;}
a.lnkNews_Archive_Title:hover {text-decoration:underline;font-family:Arial;font-size: 14px; color:#333333;font-weight:bold;}

/* HIGHLIGHT BLUE */
a.highlight_Blue{text-decoration:none;color:#0000CC;font-weight:bold;font-size:12px;font-family:Arial;}
a.highlight_Blue:visited {text-decoration:none;color:#0000CC;}
a.highlight_Blue:hover {text-decoration:underline;color:#0000CC;}

a.lnkblack{text-decoration:none;color:#000000;font-size:12px;font-family:Arial;}
a.lnkblack:visited {text-decoration:none;color:#000000;}
a.lnkblack:hover {text-decoration:underline;color:#000000;}


.divInnov{
    width:100%;
    background:#ffffff;
    border:solid 1px #aaaaaa;
    margin:5px;
    padding:10px;
}

.td_Innov_Title{
    font-weight:bold;
    font-size: 14px;
    color:#336699;
}

.td_Innov_Info{
   font-size: 12px;
    color:#000000;
}