﻿
.borderright
{
	border-right : 1px solid #230fb3;
}
td
{
	color: #000000;
	font-family:Verdana; 
	font-size:small;
}
TH {
	FONT-SIZE: 9pt;  FONT-FAMILY: Tahoma, Arial, Verdana;
	white-space:nowrap;
	background-color:#D0D0D0;
	/*border: dashed 1Px black;*/
}
h1
{
	FONT-SIZE: 10pt;  FONT-FAMILY: Verdana;
	white-space:nowrap;
}
.asterick
{
	font-family: Tahoma, Verdana, Arial;	
	color: #ff0033;
	text-decoration: none;	
}
.h2 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	font-family: verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}


Gridtd
{
	color: #ffffff;
	
}
.background
{
	background-image:url(bg.gif);	
	background-position:center;
}
gridheader 
{
	background-image:url(gridgreen.gif);	
}
.menucolor
{
	background-color:#DDE3F3;
}

.LabelText
{
	white-space:pre-wrap;
}

.inputfiled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #d8d9da;
	padding: 3px;
}
.modalPopup
{
	background-color : #ffffdd;
	border-width : 3px;
	border-style : solid;
	border-color: Gray;
	padding:3px;
	width:250px;
}
.modalBackGround
{
	background-color : Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopUpBackGround
{
	background-color :Transparent;
}

.grey-box-head-1 {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	background-image: url(Images/grey-box-head-bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	color: #555557;
	padding-left: 15px;
	text-align: left;
}
.grey-box-content-1 {
	padding-top: 6px;
	padding-left: 15px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-bottom: 10px;
	line-height: 17px;
}


/*Styles for Model PopUp Extender*/

.divCol{
	font-weight:bold;
	float:left; 
	width:120px;
	text-align:right;
	margin-right:10px; 
	white-space:nowrap;
}
/*no width on the last col so it will expand*/
.divColLast{
	float:left; 
	white-space:nowrap;
}
.caption, table caption {
	background-color: #aaa;
	background-image: url('images/tilebg_tablecaption.gif');
	color: #000;
	font-size: 16pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}
.clearer {
	clear: both;
	overflow: hidden;
	background-color:transparent;
	filter:alpha(opacity=0);
	opacity:0.0;
	height: 1px;
	margin: 1px 1px 1px 1px;
	max-height: 2px;
}

/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Blue;
	padding: 3px;
}
.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}

.titleIcon {
	padding-right: 20px;
}

