/* QuikWeb CSS File */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.AdminTable {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #A9A9A9;
}

.AdminTable td {
	border: 1px solid #A9A9A9;
}

.AdminTableHeader {
	background-color: #99CCFF;
	font-weight: bold;
}

.AdminDGAlternatingItem {
	background-color: #EEEEEE;
}

.AdminDGItem {
	background-color: #F9F9F9;
}

h2 {
	color: blue;
	font-size: 10pt;
}

h1 {
	color: purple;
	font-size: 12pt;
}

.modeldialogtable {
	font : Tahoma;
	font-size : 12.5px;
}

.button, .gobutton {
	background-color : #D3D3D3;
	font : Tahoma;
	font-size : 12.5px;
	height:20px;
}

.gobutton {
	width:25px;
}

.formbutton {
	background-color: yellow;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: blue;
	font-weight: bold;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.inputRightAlign {
	border: 1px solid black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
}



.width100Perc 
{
	width:100%;
}

.sys_message 
{
	color:Red;
	}
	
.gridtooltip
{
	VISIBILITY: hidden;
	POSITION: absolute;
	TOP: 0px;
	LEFT: 0px;
	WIDTH: 150px;
	BORDER: black 1px solid inset;
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	Z-INDEX: 200;
	BACKGROUND-COLOR:#99CCFF;
 }
 
 .border {
 	border: 1px solid #000000;
 }
 
.StyledTable {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #F5F5DC;
	border: 2px solid #ECE9D8;
	padding:4px;
 }
 
 td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
 
 .StyledTableNoPadding {
	background-color: #F5F5DC;
	border: 2px solid #ECE9D8;
}

.smalltxt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.paddingx6 
{
	padding: 6px;
	}

.FormValidationMessage {
	color: Red;
}

.noborder {
	border: 0px;
}

.RTEditor
{
	border: solid 1px #000000;
	background-color: #ffffff;
	height: 250px;
	width: 100%;
	overflow: auto;
	}
	
.editorFieldSet 
{
 width:100%;
 height:100%;
 }
 
.editableText 
{
	word-wrap:break-word 
}

 
	