/*
 -----------------------------------------------------------------------------------------------------------------
 Date			Changed By      Description
 ---------		------------    ------------------------------------------------------------------------------------
 11/21/2007		Dinesh			Updated button_graph style for Summary screens
 10/14/2008		Pramod			Updated style for fblueb and added style fieldset_login and border_copyright
 16/01/2009		Dinesh			Added MoreOptions and fieldset modified for border style.
 22/01/2009	    Diensh			Modified border sytle for drpdwn css - dropdown
 28/01/2009	    Diensh			Modified border sytle for drpdwn css - dropdown
 02/04/2009	    Pramod			Added style for HighLightCell
 02/06/2010		Manivannan		Added new Class For Reportviewer Control.
 -----------------------------------------------------------------------------------------------------------------
*/

td.details_selected
{
	background-color: #f60;
	color: Lime;
}
.button_cancel
{
	background-image: url( '../images/icon-delete.gif' );
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-position: center center;
	background-color: Transparent;
}
.button_focus
{
	background-image: url( '../images/focus.gif' );
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	background-position: center center;
	border-style: solid;
	border-color: #CCCCCC;
	border-right-color: Black;
	border-bottom-color: Black;
	border-width: 1px;
	background-color: Transparent;
}
.button_draw
{
	background-image: url( '../images/redline.gif' );
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	background-position: center center;
	border-style: solid;
	border-color: #CCCCCC;
	border-right-color: Black;
	border-bottom-color: Black;
	border-width: 1px;
	background-color: Transparent;
}
.button_notes
{
	background-image: url( '../images/general/sitenotes.gif' );
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	background-position: center center;
	border-style: solid;
	border-color: #CCCCCC;
	border-right-color: Black;
	border-bottom-color: Black;
	border-width: 1px;
	background-color: Transparent;
}
.button_action_left
{
	background-image: url( '../images/pullmenu_left.gif' );
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	background-position: center center;
	border-style: solid;
	border-color: gray;
	border-width: 1px; /*background-color:#900;*/
	background-color: Transparent;
}

.button_action
{
	background-image: url( '../images/pullmenu.gif' );
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	background-position: center center;
	border-style: solid;
	border-color: #CCCCCC;
	border-right-color: Black;
	border-bottom-color: Black;
	border-width: 1px;
	background-color: Transparent;
}
.drpdwn1 option:first-letter
{
	font-weight: bold;
}
.drpdwn1
{
	font-weight: normal;
	font-size: 10px;
	color: #000066;
	font-style: normal;
	font-family: Verdana, Arial;
	background-color: #d6e7ef;
	font-variant: normal;
}
.required
{
	color: Red;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
}
.CancelIcon
{
	cursor: hand;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
}
.StatusLabel
{
	font-weight: bold;
	font-size: 12px;
}
.decimal
{
	background-color: #d6e7ef;
}
.PanCell
{
	background-color: #31619c;
}
.SpacerCell
{
	background-color: #ffffff;
}
.timebox
{
	font-size: 10px;
	color: #000066;
	font-family: Verdana, Arial;
	background-color: #d6e7ef;
	text-decoration: none;
	text-align: right;
}
BODY
{
	font-size: 10px;
	margin: 2px 10px 2px 0px;
	color: #000000;
	font-family: Verdana, Arial; /* BACKGROUND-COLOR: #C9C9C9; */ /*BACKGROUND-image: url(../images/bg_wrapper.gif);*/
}
INPUT
{
	font-size: 10px;
	font-family: Verdana, Arial;
	text-decoration: none;
}
/* all the fieldset tags use this same style */
fieldset
{
	/*margin-top: 2px; 	margin-left: 3px; 	margin-right: 3px;*/
	margin-bottom: 4px; /*display: block; 	padding-right: 2px; 	padding-left: 2px; 	padding-bottom: 2px; 	padding-top: 2px;*/
	border: solid 1px #708090;
}

/* all the legend tags use this same style */
legend
{
	padding: 0px 4px;
	margin: 0px 0px 7px 0px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
	vertical-align: middle;
}
TABLE
{
	border-right: 0px;
	border-top: 0px;
	font-size: 10px;
	border-left: 0px;
	border-bottom: 0px;
	font-family: Verdana, Arial;
}
A
{
	font-size: 10px;
	color: #000099;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.title
{
	font-weight: bold;
	font-size: 13px;
	color: #104a7b;
	font-family: Verdana, Arial;
}
.menu
{
	font-weight: bold;
	font-size: 10px;
	color: #000066;
	font-family: Verdana, Arial;
	text-decoration: none;
}
.drpdwn
{
	font-weight: normal;
	font-size: 10px;
	color: #000066;
	font-style: normal;
	font-family: Verdana, Arial;
	background-color: #d6e7ef;
	font-variant: normal;
	margin-bottom: 0px;
	border: solid 1px #708090;
	height: 17px;
}
A:hover
{
	font-size: 10px;
	color: red;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fwhiteb
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
}
.fblack
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial;
}
.fblackb
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial;
}
.fhyperb
{
	font-weight: bold;
	font-size: 10px;
	color: #fbd603;
	font-family: Verdana, Arial;
}
.fwhite
{
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
}
.button
{
	background-color: white;
	border-color: gray;
	border-style: double;
	border-width: 2;
	color: black;
	font-size: 8pt;
	font-family: arial;
}


a.buttonDis
{
	/*display: block;*/
	background-color: transparent; /*BACKGROUND-image: url(../images/mod_head1.gif);*/
	background-repeat: repeat;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	margin: 0 0 0 0 auto; /*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}
.stextbox1
{
	font-size: 10px;
	color: #000066;
	font-family: Verdana, Arial;
	background-color: #d6e7ef;
	text-decoration: none;
	text-align: right;
}
.stextbox
{
	font-size: 10px;
	color: #000066;
	font-family: Verdana, Arial;
	background-color: #d6e7ef;
	text-decoration: none;
}
.sradiobtn
{
	font-size: 10px;
	font-family: Verdana, Arial;
	background-color: #C9C9C9;
}
.fhyperline
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fhyperred
{
	font-weight: bold;
	font-size: 10px;
	color: red;
	font-family: Verdana, Arial;
}
.fhyperblue
{
	font-weight: bold;
	font-size: 10px;
	color: #000099;
	font-family: Verdana, Arial;
}
.fblueb
{
	font-weight: bold;
	font-size: 10px;
	color: #000099;
	font-family: Verdana, Arial;
	border-top: solid 1px #aca899;
}
.fredb
{
	font-weight: bold;
	font-size: 10px;
	color: red;
	font-family: Verdana, Arial;
}
.f5px
{
	font-size: 5px;
	font-family: Verdana, Arial;
}
.fblackline
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fblue
{
	font-size: 10px;
	color: #000099;
	font-family: Verdana, Arial;
}
.fblueline
{
	font-size: 10px;
	color: #000099;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fred
{
	font-size: 10px;
	color: red;
	font-family: Verdana, Arial;
}
.fredline
{
	font-size: 10px;
	color: red;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fwhiteline
{
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fblacki
{
	font-size: 10px;
	color: black;
	font-style: italic;
	font-family: Verdana, Arial;
}
.fhead
{
	font-weight: bold;
	font-size: 15px;
	color: black;
	font-style: italic;
	font-family: Verdana, Arial;
}
.fgreen
{
	font-size: 10px;
	color: green;
	font-family: Verdana, Arial;
}
.fblackbline
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fgreenbline
{
	font-weight: bold;
	font-size: 10px;
	color: green;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fgreenline
{
	font-size: 10px;
	color: green;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fbluebline
{
	font-weight: bold;
	font-size: 10px;
	color: #000099;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fredbline
{
	font-weight: bold;
	font-size: 10px;
	color: red;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fwhitebline
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fyellow
{
	font-size: 10px;
	color: #fbd603;
	font-family: Verdana, Arial;
}
.fyellowb
{
	font-weight: bold;
	font-size: 10px;
	color: #fbd603;
	font-family: Verdana, Arial;
}
.fyellowbline
{
	font-weight: bold;
	font-size: 10px;
	color: #fbd603;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fyellowline
{
	font-size: 10px;
	color: #fbd603;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
.fblack9
{
	font-size: 9px;
	color: black;
	font-family: Verdana, Arial;
}
.fblack9b
{
	font-weight: bold;
	font-size: 9px;
	color: black;
	font-family: Verdana, Arial;
}
TABLE .tdclass
{
	height: 15px;
	background-color: Green;
}
.f1px
{
	font-size: 1px;
}
.fblack16b
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Verdana, Arial;
}
.fgreenbC
{
	font-weight: bolder;
	font-size: 10px;
	text-transform: capitalize;
	color: green;
}
.stextarea
{
	font-size: 10px;
	color: #000066;
	font-family: Verdana, Arial;
	background-color: #d6e7ef;
}
.fblack8
{
	font-size: 8px;
	color: black;
	font-family: Arial, Verdana;
}
.fsmall
{
	font-size: 9px;
	color: black;
	font-family: Arial, Verdana;
}
.frsmall
{
	font-size: 9px;
	color: red;
	font-family: Arial, Verdana;
}
.fgsmall
{
	font-size: 9px;
	color: green;
	font-family: Arial, Verdana;
}
.foliveb
{
	font-weight: bold;
	font-size: 10px;
	color: olive;
	font-family: Verdana, Arial;
}
.folive
{
	font-weight: bolder;
	font-size: 9px;
	color: olive;
	font-family: Arial, Verdana;
}
.fpurple
{
	font-size: 10px;
	color: purple;
	font-family: Arial, Verdana;
}
.fpsmall
{
	font-size: 9px;
	color: purple;
	font-family: Arial, Verdana;
}
.fgreenb
{
	font-weight: bold;
	font-size: 10px;
	color: green;
	font-family: Arial, Verdana;
}
.fmaroonb
{
	font-size: 10px;
	color: maroon;
	font-style: italic;
	font-family: Arial, Verdana;
}
.fgreyb
{
	font-weight: bold;
	font-size: 10px;
	color: #CCCCCC;
	font-style: italic;
	font-family: Arial, Verdana;
}
.fhyperwhiteb
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
}
.listbx
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-style: normal;
	font-family: 'Courier New' , Arial, Verdana;
	background-color: white;
	font-variant: normal;
}
.sabtn
{
	border-right: #104a7b 1px solid;
	border-top: #afc4d5 1px solid;
	font-weight: bold;
	font-size: 8px;
	border-left: #afc4d5 1px solid;
	cursor: hand;
	color: white;
	border-bottom: #104a7b 1px solid;
	font-family: 'Wingdings 3';
	background-color: #31619c;
	text-decoration: none;
}
.listbxc
{
	font-weight: normal;
	font-size: 11px;
	color: Green;
	font-style: normal;
	font-family: 'Courier New' , Arial, Verdana;
	background-color: white;
	font-variant: normal;
}
.fblackib
{
	font-size: 10px;
	color: black;
	font-style: italic;
	font-family: Verdana, Arial;
}
.fblackb9
{
	font-weight: 600;
	font-size: 9px;
	color: black;
	font-family: Verdana, Arial;
}
.drpdwnn
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial;
	background-color: white;
	font-variant: normal;
}
.stxtbx
{
	font-weight: normal;
	font-size: 10px;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial;
	background-color: white;
	font-variant: normal;
}
.fhyperblackb
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial;
}
.fhyperthinwhite
{
	font-weight: lighter;
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
}
.fmaintab
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana, Arial;
}
.fhyperblueb
{
	font-weight: bolder;
	font-size: 10px;
	color: #000099;
	font-family: Verdana, Arial;
}
.stextboxr
{
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
	background-color: red;
}

.button_graph
{
	background-image: url( '../images/icon_graph.gif' );
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	background-position: center center;
	border-style: solid;
	border-color: #CCCCCC;
	border-right-color: Black;
	border-bottom-color: Black;
	border-width: 1px;
	background-color: Transparent;
}

.fieldset_login
{
	border: solid 1px #aca899;
}

.border_copyright
{
	border: solid 1px #aca899;
}

.MoreOptions
{
	border: solid 1px #708090;
	text-align: left;
}

.HighLightCell
{
	background-color: #FFE391;
}
.controlsBar
{
	border: 1px solid #CCC;
	padding-bottom: 29px; /*height:500px !important; 	height:400px !important;*/
	background: #FFF;
}
.controlsBar table
{
	float: left;
	background: #FFF !important;
	border: none !important;
}
.controlsBar table select
{
	margin: 0 4px 0 4px !important;
}
.detailDiv
{
	border: 1px solid #E7E7E7;
	background: #F4F4F4; /*background: #e7e7e7;#F3F2F2;*/
	padding: 0 5px;
	margin-bottom: 5px;
}



