/* Start default CSS Stylesheet for a new Web Application project */

/*
BODY {
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    }

H1, H2, H3, H4, H5, TH, THEAD, TFOOT {
    COLOR: #003366;
    }

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:        none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6  {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD {	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH  {	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A:link {	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited {	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active {	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL {	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.10em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}		

UL LI {	
	list-style-type:	square ;
	}	

UL LI LI {	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI {	
	list-style-type:	decimal;
	}	

OL OL LI {	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

/* End default CSS Stylesheet for a new Web Application project */
	
	
/* Start Custom CSS Stylesheet for Content */

/* page header-logo style */
.headerbackground {
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
    }

/* table border style */
.border {
	border: 1px solid #3E499A;
    }

/* page footer-text style */     
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
    }
    
a.menu:link {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
    }
    
a.menu:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
    }

a.menu:hover {
	color:#DEE1F4;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
    }
 
 /* page header-text style */    
.menuLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
    }
   
/* body content-text style in Black Colour*/     
.menuBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
    }
    
/* body content-text style in Blue Colour*/     
.menuBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
    } 
    
/* body content-text style in Red Colour*/     
.menuRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
    }           

/* body content-text style */    
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
    }
    
a.body:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
    }
    
a.body:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
    }
    
a.body:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3E499A;
	text-decoration: none;
    }

/* body content-header-text style */
.bodyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3E499A;
}

/* body content-header-background style */
.bodyHeaderBackground {
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
    }

/* body content-sub-header style */    
.bodySubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3E499A;
    }

/* body content-sub-header-background style */      
.bodySubHeaderBackground {
    background-color: #FFFFFF;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
    }
    
/* body content-header-display-message style */
.bodyDisplayMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
    }

/* body content-header-display-message-background style */
.bodyDisplayMessageBackground {
    background-color: #FFFFFF;
    text-align: right;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
    }    

/* body content-header-display-information style */
.bodyDisplayInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
    }

/* body content-header-display-information-background style */
.bodyDisplayInfoBackground {
    background-color: #FFFFFF;
    text-align: right;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
    }
    
.frmField { 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	background: #FFFFFF; 
	border : 1px solid #3E499A; 
    }
    
a.admin_link:link {
	color:#757575;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    }

a.admin_link:visited {
	color:#757575;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
    }
    
a.admin_link:hover {
	color:#000000;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
    }
  
    
/* page gridview style */
.gridView {
	border-width:1px;	
	border-color:#0000CC;
}

.gridView th {
	border-width:1px; 	
    border-color:#0000CC;
}

.gridView td {
	border-width:1px; 
    border-color:#0000CC;
}

.gridViewHeader {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-color:#E0E0E0;	
	color:#000000;		
}

.gridViewItem {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	color:#000000;
}

.gridViewFooter {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-color:#E0E0E0;	
	color:#000000;	
}

.gridViewPager {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	text-align:left;
}

.gridViewPager a:link {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#0000ff;
	text-decoration:none;
}

.gridViewPager a:visited {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#0000ff;
	text-decoration:none;
}

.gridViewPager a:hover {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
}

a.gridLink:link {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#0000ff;
	text-decoration:none;
}
    
a.gridLink:visited {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#0000ff;
	text-decoration:none;	
}
    
a.gridLink:hover {
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#ff0000;
	text-decoration:none;
}
/* page gridview style */
/**********End**********/    


/* body error message-text style */      
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
    }

/* body message-text style */    
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
    }
    
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FB5025;
    }
    
.resultmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
    }
    
a.download_link:link {
	color: #FA5A32;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    }
    
a.download_link:visited {
	color: #FA5A32;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
    }

a.download_link:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
    }
    
a.bulletin_link:link {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    }
    
a.bulletin_link:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
    }
    
a.bulletin_link:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
    }
    
.bulletinText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3E499A;
    }
    
.shadeform { 
    font: 11px "arial", verdana, sans-serif;
    text-align: left;
    border: #666666 1px solid 
    }
    
td  {
	color: #000000;
	font-family: "arial", verdana, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
    }
    
/* End Custom CSS Stylesheet for Content */
    

/* Start Custom CSS Stylesheet for Js Calender */

/* the div that holds the date picker calendar */
.dpDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/* End Custom CSS Stylesheet for Js Calender */

