﻿.body
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Georgia, Verdana, Arial, Times New Roman;            
    background-color:#232225;
    float:none;    
    margin:0px;
    padding:0px;
    
}

.Content
{
	background-color:White; color:black; text-align:left;	
}

.TopHeader
{
	background-color:#232225; color:White; height:18px; 
    font-size:11px; font-weight:bold; 
    padding:2px;
}

.Header
{
	FILTER: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b7d48c, endColorstr=#47611F);
	background-color:#47611F; 
	float:none; 
	color: Black; 
	height:25px; 
	font-weight:bolder;	
	font-size:20px;
	text-align:left;
}

.Footer
{
	color:white; height:25px; background-color:White;
}

.header_text
{
	font:12px; font-weight:bold;	
}


/*************************BOX**************************/

.box
{
	FONT-SIZE: 8pt;COLOR: #000000;FONT-FAMILY: verdana, Arial, sans-serif;font-weight: normal; 
	border:solid 1px #5f626a; text-align:center; padding:5px;
}

.box_header
{	
	FILTER: progid:DXImageTransform.Microsoft.gradient( startColorstr=#a8a3b2, endColorstr=Black);	
	background-color:black;
	color:White;
	height:20px;
	width:inherit;
	overflow:visible;
	clear:both;	
	border:solid 1px #95925f;	
	font-family:verdana, Arial, sans-serif;
	font-size:10pt;	
	font-weight:bold;
	text-align:left;
	padding:3px;
}

.box_container{	
	background-color:#9e9e9e;
	width:inherit;
	height:inherit;		
	padding:3px;
	/*border:solid 1px orange;*/
}


.box_body 
{
	 margin:5px;	 
}

.box_top
{
	/*background-image : url(Images/toolbar-bg.gif);*/	
	
	border-top: solid 1px #95925f;			
	border-left: solid 1px #95925f;		
	border-right: solid 1px #95925f;		
	float:inherit;			
	height:inherit;
	width:inherit;	
}

.box_content 
{	
	float:inherit;			
	height:inherit;
	width:inherit;
	border-left: solid 1px #95925f;		
	border-right: solid 1px #95925f;			
}

.box_bottom
{	
	border-bottom: solid 1px #95925f;			
	border-left: solid 1px #95925f;		
	border-right: solid 1px #95925f;			
	float:inherit;			
	height:inherit;
	width:inherit;	
}


.box_subheading
{
	/*color:Black;*/
	font-weight:bold;
}

.box_text
{
	/*color:Black;*/
}
/*************************************/

.mouseover 
{
	 background-color:#FFE6A0; /*#BFD5FF;*/
}
.mouseout
{	
	background-color:white;
}

.childmouseover 
{
	 background-color:lemonchiffon; /*#BFD5FF;*/
}

.childmouseout
{	
	background-color:#ebeaea;
}

/*============= LISTS =============*/
ul{	
	vertical-align:middle;
	text-align:left;
	line-height:15px;
	list-style-position:outside;
	margin-top:5px;
	margin-bottom:5px;
	background-color:White;	
}
ul.img_orange{
	list-style-image: url('images/li_orange.gif');	
    
	margin-right:10px;
}
ul.img_red{
	list-style-image:url('images/li_red.gif');
}
ul.img_green{
	list-style-image:url('images/li_green.gif');

}
/*============= HR's (lines) =============*/
hr 
{
	height:0px;
	border-top:Solid 1px #95925f;
	margin:0;
}

hr.hr_orange{
	height:0px;
	border-top:Solid 1px #ff8a00;
	margin:0;
}
hr.hr_gray{
	height:0px;
	border-top:Solid 1px #6c6f79;
	margin:0;
}
/*============= FORM INPUT ELEMENTS =============*/
input.i_button{
	font-family: verdana, Arial, sans-serif;
	/*color: #ae4a01;*/
	color: darkgreen;
	border: 1px solid #8b8d95;
	background-color: #ebeaea;
	background-image: url(Images/button_bg.gif);
	font-weight: bold;
	font-size: 11px;
	height:20px;	
}

input.i_button_big{
	font-family: verdana, Arial, sans-serif;
	/*color: #ae4a01;*/
	color: darkgreen;
	border: 1px solid #8b8d95;
	background-color: #ebeaea;
	background-image: url(Images/button_bg.gif);
	font-weight: bold;
	font-size: 11px;
	height:30px;	 
}

input.c_button_big{
	font-family: verdana, Arial, sans-serif;
	/*color: #ae4a01;*/
	color: darkred;
	border: 1px solid #8b8d95;
	background-color: #ebeaea;
	background-image: url(Images/button_bg.gif);
	font-weight: bold;
	font-size: 11px;
	height:30px;	 
}

input.c_button{
	font-family: verdana, Arial, sans-serif;
	color: darkred;
	border: 1px solid #8b8d95;
	background-color: #ebeaea;
	background-image: url(Images/button_bg.gif);	
	font-weight: bold;
	font-size: 11px;
	height:20px;	
}
input.b_button{
	font-family: verdana, Arial, sans-serif;
	/*color: #ae4a01;*/
	color: #002133;
	border: 1px solid #8b8d95;
	background-color: #ebeaea;
	background-image: url(Images/button_bg.gif);
	font-weight: bold;
	font-size: 11px;
	height:20px;	
}
input.o_button{
	font-family: verdana, Arial, sans-serif;
	/*color: #ae4a01;*/
	color: #ff8a00;
	border: 1px solid #8b8d95;
	background-color: #ebeaea;
	background-image: url(Images/button_bg.gif);
	font-weight: bold;
	font-size: 11px;
	height:20px;	
}

SELECT.l_dropdown{ 
	font-family:  verdana, Arial, sans-serif;
	color: #000000; 
	border: 1px solid #b3b9c3; 
	background-color: White;
	font-size: 10px;
}

SELECT.l_dropdown_large{ 
	font-family:  verdana, Arial, sans-serif;
	color: #000000; 
	border: 1px solid #b3b9c3; 
	background-color: White;
	font-size: 12px;
}

/*============= LINKS =============*/
a {
   TEXT-DECORATION: none;
    font-weight:bold; font-size:11px;
	COLOR: #891301;
   }

a:link {
	COLOR: #891301; 	
	text-decoration:none;	
	font-weight:bold; font-size:11px;
}
a:visited{
	COLOR: #891301;
	text-decoration:none;	
	font-weight:bold; font-size:11px;
}
a:hover
{	
	COLOR:orange;	
	TEXT-DECORATION: none;
	
	
}

a.header {
   TEXT-DECORATION: none;FONT-STYLE: normal; 
	COLOR: Black;
   }

a.topheader
{
	TEXT-DECORATION: none;FONT-STYLE: normal; 
	COLOR: White;
   }


a.orange
{
	TEXT-DECORATION: none;FONT-STYLE: normal; 
	COLOR: orange;
}

/*************************/
.underline {
	text-decoration: underline;
}


/************************/
.Border 
{
	 border-bottom-color:#CFCFCF; border-top-color:#CFCFCF; border-left-color:#CFCFCF; border-right-color:#CFCFCF; border-width:1px;border-style:Solid;
}

.helpdisplay
{
	/*border:solid 1px #FFB871; */
	border:solid 1px black; margin:5px; float:left; text-align:left; padding:5px;
	background:lemonchiffon;FONT-SIZE: 8pt; COLOR: black;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif; width:40%;
}

.fieldLabel_sm 
{
	font:FONT-SIZE: 6px; COLOR: black;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif; text-align:left;
}

.fieldLabel_big
{
	font:FONT-SIZE: 10px; COLOR: black;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif; text-align:left;
}

.grid-header-title {FONT-WEIGHT: bold;FONT-SIZE: 8pt;COLOR: black;FONT-STYLE: normal;FONT-FAMILY: verdana, verdana, Arial, sans-serif, sans-serif;TEXT-DECORATION: none; }

/* CornFlowerBlue; LightSteelBlue */
.grid-header {FONT-WEIGHT: bold;FONT-SIZE: 8pt;COLOR: black;FONT-STYLE: normal;FONT-FAMILY:verdana, Arial, sans-serif;TEXT-DECORATION: none; background:#ebeaea}

A.grid-header {FONT-WEIGHT: bold;FONT-SIZE: 8pt;COLOR: black;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif;TEXT-DECORATION: none; background:#ebeaea;}

.grid-first-item {FONT-SIZE: 8pt;COLOR: #000000;FONT-FAMILY: verdana, Arial, sans-serif;font-weight: normal;background:#FFFFFF;}

.grid-alt-item {FONT-SIZE: 8pt;COLOR: black;FONT-FAMILY:verdana, Arial, sans-serif;font-weight: normal;background:#FFFFFF;}

.grid-item {FONT-SIZE: 8pt;COLOR: #000000;FONT-FAMILY: verdana, Arial, sans-serif;font-weight: normal;}

.grid-footer {FONT-SIZE: 8pt;COLOR: #000000;FONT-FAMILY: verdana, Arial, sans-serif;font-weight: normal;background:#FFFFFF;}

INPUT {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif;TEXT-DECORATION: none;}

TEXTAREA {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY:verdana, Arial, sans-serif;TEXT-DECORATION: none;background-color:#FCFCFC;border: solid 1px #CCCCCC;}

.DateFocus {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif;TEXT-DECORATION: none;background-color: #FFF9E8;border: solid 1px #CCCCCC; margin-left:15px; margin-top:5px; margin-right:5px; width:80px;}

.TextFocus {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif;TEXT-DECORATION: none;background-color: #FFF9E8;border: solid 1px #CCCCCC; margin-left:15px; margin-top:5px; margin-right:5px;  width:200px;}

.LongTextFocus {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif;TEXT-DECORATION: none;background-color: #FFF9E8;border: solid 1px #CCCCCC; margin-left:15px; margin-top:5px; margin-right:5px;  width:300px;}

.DisableComplete{FONT-SIZE: 11px; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY:verdana, Arial, sans-serif;TEXT-DECORATION: none; background-color:#FBFBFB; border-width:0px; margin-left:15px; margin-top:5px; margin-right:5px; overflow:hidden;}
	
.button {background-color:#648FC4;color:white;font-family:verdana, Arial, sans-serif;font-weight:normal;font-size:8pt;}

.button-del {background-color:#CCCCCC;color:red;font-family:verdana, Arial, sans-serif;font-weight:normal;font-size:8pt;}

INPUT.NoBorder {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif;TEXT-DECORATION: none;background-color:White;border: solid 1px #CCCCCC;}

INPUT.NoBorderFocus {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif;TEXT-DECORATION: none;background-color: #CAE4FF;border: solid 1px #CCCCCC;}

INPUT.NoBorderRequired {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif;TEXT-DECORATION: none;background-color:White;border: solid 1px #CCCCCC;}

SELECT.NoBorder {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY: Averdana, Arial, sans-serif;TEXT-DECORATION: none;background-color:White;border: solid 1px #CCCCCC;}

SELECT.NoBorderFocus {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY: verdana, Arial, sans-serif;TEXT-DECORATION: none;background-color: #CAE4FF;border: solid 1px #CCCCCC;}

SELECT.NoBorderRequired {FONT-SIZE: 8pt; COLOR: #000000;FONT-STYLE: normal;FONT-FAMILY:  verdana, Arial, sans-serif;TEXT-DECORATION: none;background-color: #FFF9E8;border: solid 1px #CCCCCC;}

/************************************************************MESAAAGES***********************/
.ErrorMessage {FONT-SIZE: 8pt;	font-weight:bold;	COLOR: red;	TEXT-DECORATION: none;	FONT-FAMILY:verdana, Arial, sans-serif;}

.PositiveMessage {FONT-SIZE: 8pt;	font-weight:bold;	COLOR: Green;	TEXT-DECORATION: none;	FONT-FAMILY:verdana, Arial, sans-serif;}

.Message {FONT-SIZE: 8pt;	font-weight:bold;	COLOR: Black;	TEXT-DECORATION: none;	FONT-FAMILY:verdana, Arial, sans-serif;}

/************************************** AJAX Related STYLES *****************************************/

.PopupPanelModalArea {
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	Z-INDEX: 99; 
	/*FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=60); */
	LEFT: 0px; 
	BORDER-LEFT: 0px; 
	WIDTH: 117%; 
	BORDER-BOTTOM: 0px; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 125%; 	
	background-color:Black;
	filter:alpha(opacity=50);
	opacity:0.5;
	/*BACKGROUND-COLOR: #e7e6e4; 
	moz-opacity:0.60;
	*/
}

.PopupPanel {
	MARGIN-TOP: -100px; 
	Z-INDEX: 100; 
	LEFT: 50%; 
	MARGIN-LEFT: -200px; 	
	POSITION: absolute; 
	TOP: 35%; 
}

.modalBackground {
	background-color:Black;
	filter:alpha(opacity=50);
	opacity:0.5;
}



.modalPopup {
	background-color:#e7e6e4;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;	
}


wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #e7e6e4; 
border: solid 1px #D0D0D0;

}

div.scroll
{
	width: inherit; height:650px; overflow-y: auto; 
	scrollbar-arrow-color:#003399; 
	scrollbar-face-color: #e7e7e7; 
	scrollbar-3dlight-color: #a0a0a0; 
	scrollbar-darkshadow-color: #888888 #block
}

.dragMe {
	width:100%;
	height:21px;
	background-color:#FFF;	
	text-align:center;
	cursor:move;
	font-weight:bold;
}

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 1px 1px;
	font-size: 11px;	
}

/*Collapseable panel*/
.collapse-panel-header{	
	background-image : url(Images/form_btn_tile.gif);
	border-bottom: #808080 1px solid;
	border-top: solid 1px #E4E4E4;
	FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;   
    COLOR:#002133;
    PADDING-LEFT: 4px;  	
	overflow:hidden;
	cursor:pointer;	
}


.UpdatePanelProcessing 
{   
     background-color:White;
    top: 40%; left: 40%; position: absolute;
    padding:10px;
    font-size:14px; color: Black; font-weight:bold;    
	border:2px solid black;
	z-index:600;
}

.ajax__tab_xp .ajax__tab_header {font-family:verdana, Arial, sans-serif; font-size:11px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;}
.ajax__tab_xp .ajax__tab_outer {padding-right:4px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-right.gif")%>) no-repeat right;height:21px;}
.ajax__tab_xp .ajax__tab_inner {padding-left:3px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-left.gif")%>) no-repeat;}
.ajax__tab_xp .ajax__tab_tab {height:21px;padding:4px;margin:0;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab.gif")%>) repeat-x;}

