/*Begin Default Style Sheet*/
.TextboxToText
{
	border-style: none;
	text-align: center;
}

BODY
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .7em;

}

INPUT, TEXTAREA , SELECT
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 1em;
}

TABLE
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 1em;
}

/*End Default Style Sheet*/

/*Begin style sheet for Calendar*/
/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #a0a0a0; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: 999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #ffffff;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	/*background-color: #cee3ef;*/
	background-color: #9f9fff
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: none;
/*	border-width: 1;
	border-color: black; */
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	/*border-style: solid;
	border-width: 1;
	border-color: #3a6ea5; */
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	/*border-color: #a0a0a0;
	background-color: #cee3ef;*/
	background-color: #0066cc;
	border-color: #cccccc;
	color: White;
	cursor: default;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a6ea5;
	cursor: hand;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #000000;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	/*background-color: #cee3ef;*/
	background-color: white;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	/*color: red;*/
	color: red;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
	color: #0066cc;
	font-weight: bold;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: white;
	/*background-color: #cee3ef;*/
	background-color: #9f9fff;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}
/*End style sheet for calendar*/

/*Css Style From Designer*/
.orangetitle{
	FONT-SIZE: 26px; 
	COLOR: #FE9901; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	display: Strong;
}

.blacktitle{
	FONT-SIZE: 25px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	display:block
}

.blacktitle1{
	FONT-SIZE: 18px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	display:block
}

.blacktitle2{
	FONT-SIZE: 14px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	display:block
}

.blacktitle3{
	FONT-SIZE: 12px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

.blacktitle3 A:link {
	COLOR: #333333; 
	TEXT-DECORATION: none
}

.blacktitle3 A:visited {
	COLOR: #333333; 
	TEXT-DECORATION: none
}

.blacktitle3 A:active {
	COLOR: #333333; 
	TEXT-DECORATION: none
}

.blacktitle3 A:hover {
	COLOR: #333333; 
	TEXT-DECORATION: none; 
	text-decoration: underline
}

.content{
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

.content A:link {
	COLOR: #1C5679; 
	TEXT-DECORATION: none
}

.content A:visited {
	COLOR: #1C5679; 
	TEXT-DECORATION: none
}

.content A:active {
	COLOR: #1C5679; 
	TEXT-DECORATION: none
}

.content A:hover {
	COLOR: #1C5679; 
	TEXT-DECORATION: none; 
	text-decoration: underline
}

.contentOnclick
{
	cursor:hand;
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

.content2{
	FONT-SIZE: 11px; 
	COLOR: #003366; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	display:block
}

.content10{
	FONT-SIZE: 10px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	display:block
}
/*End of Css from Designer*/

/*Begin of Common Page Style*/
/*For all form buttons*/
.ButtonStyle
{
	FONT-FAMILY: Arial, Courier New, Garamond;
	background-color:#FFB534;
	border-color: gray;
	border-style: solid;
	border-width:1px;
	font-size:1.em;
	width:100px
}

.lblErr
{
	color:Red;
}

.HandCursor
{
	cursor:hand;
}

A:link {
	COLOR: #1C5679; 
	TEXT-DECORATION: none
}

A:visited {
	COLOR: #1C5679; 
	TEXT-DECORATION: none
}

A:active {
	COLOR: #1C5679; 
	TEXT-DECORATION: none
}

A:hover {
	COLOR: #1C5679; 
	TEXT-DECORATION: none; 
	text-decoration: underline
}

.ActiveCell 
{
	background-color:#DAD9C7;
	border-color: Black;
	border-style:double;
	font-weight:bolder;	
	text-align:Center;
	vertical-align:middle;
}

.InActiveCell
{
	background-color:#eff0e6;
	border-style:double;
	border-color: #DAD9C7;
	text-align:Center;
	vertical-align:middle;
}

/*End of Common Page Style*/


/*Begin of Datagrid Style*/
.HeaderStyle
{
	background-color:"#DAD9C7";
	FONT-SIZE: 11px; 
	COLOR: #003366; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}
	
.AlternatingStyle
{
	background-color:"#FFFFFF";
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}
	
.ItemStyle
{
	background-color:"#FFFFFF";
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

.PagerStyle
{
	FONT-SIZE: 11px; 
	COLOR: #003366; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	display:block;
	text-align:right;
}
/*End of Datagrid Style*/

/*Begin Menu style*/
.SubMenu 
{    
	z-index: 1000;     
	cursor: hand;     
	background-color: #FFCF60;     
}

.MenuItemSel 
{    
	background-color: #FFB534;   
	cursor: hand; 
	font-weight:bold;
}

.MenuItem 
{    
	cursor: hand;     
	color: #27539A;     
	font-weight: bold;     
}

.MenuIcon 
{    
	cursor: hand;     
	background-color: #FFB534;     
	text-align: center;     
	width: 15;    
	height: 21;	
}

.MenuContainer /* This considered a table which use to contain your table */
{    	
	border-top: #FFB534 1px solid; 
	background-color: #FFB534;
}

.MenuBar 
{
	cursor: hand;     
	background-color: #FFB534;
}

/*End Menu Style*/

/* Text Box Look and Feel */
.textboxLayout {
	border:1px solid black;
	background-color: White;
}
/* End of Text Box Look and Feel */

.textboxright 
{
	text-align: right;
	}