﻿body
{
	padding: 3px; /*margin:10px; 	min-width:990px;*/
}
.tablePanel > tr > td
{
    padding:20px;
    vertical-align:top;
}
.leftPanel, .rightPanel
{
    padding:5px;
    vertical-align:top;
}
.leftPanel
{
    width:35%;
}
.rightPanel
{
    width:65%;
}
.formPanel, .gridPanel, .psPanel, .gridPanel1
{
	padding: 1px;
	border: solid 1px #949494;
	background-color: #fff;
	clear: both;
	margin: 0px auto;
}
.psPanel table tr td
{
    padding:5px;
}
.psPanel span
{
    font-weight:bold;
}
.formHeader, .gridHeader, .psHeader
{
	background: #747373 url("../images/panel_bg_right.png") top right no-repeat;
	color: #fff;
	line-height: 28px;
	padding-left: 5px;
	font-weight: bold;
	font-size:12px;
}
.psHeader
{
    background: #747373 url("../images/ps_panel_bg_right.png") top right no-repeat;
	line-height: 28px;
	padding-left: 5px;
	font-weight: bold;
}
.gridPanel1
{
	margin-top: 10px;
}
.gridBody
{
	padding: 2px;
}
.formBody
{
	padding: 2px;
	overflow:hidden;
}
.psBody
{
	padding: 1px;
}
.formBody dl, .formBody1 dl, .mailBody dl
{
	clear: both;
	padding: 5px;
}
.formBody dl label, .formBody1 dl label, .mailBody dl label
{
    padding-right:5px;
}
.formBody dl:before,
.formBody dl:after, .formBody1 dl:before, .formBody1 dl:after,.mailBody dl:before,.mailBody dl:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden;	
}
.formBody dl:after, .formBody1 dl:after, .mailBody dl:after {clear: both;}
.formBody dl, .formBody1 dl, .mailBody dl {zoom: 1;} /* IE 5.5/6/7 */

.formBody dl dt, .formBody1 dl dt, .mailBody dl dt
{
	width: 40%;
	float: left;
	text-align: right;
	vertical-align: middle;
	line-height: 20px;
}
.formBody1 dl dt
{
	width: 20%;
}
.formBody dl, .mailBody dl, .formBody1 dl, dl
{
    border-bottom:1px solid #e8e8e8;
}
.formBody dl.o, .mailBody dl.o, .formBody1 dl.o, dl.o
{
    background-color:#fff !Important;
}
.formBody dl.e, .mailBody dl.e, .formBody dl.e, dl.e
{
    background-color:#f6f6f6 !Important;
}

.formBody dl dt label
{
	padding-right: 10px;
}
.formBody1 dl dd, .formBody dl dd, .mailBody dl dd
{
	width: 30%;
	float: left;
	vertical-align: middle;
	line-height: 20px;
}
.mailBody dl dd
{
	width:80%;
	float:left;
}
.mailBody dl dt
{
	width:20%;
	float:left;
	text-align:right;
}
.mailBody dl dt label
{
	margin-right:5px;
}
.formBody dl dd
{
	width: 60%;
}
.formBody dl dd.colspan3
{
    width:70% !important;
}
.mail dl dt
{
    width:20% !important;
}
.mail dl dd
{
    width:80% !important;
}
.formBody input[type="text"], .mailBody input[type="text"], 
.formBody select, .mailBody select, select,
.formBody textarea, .mailBody textarea, 
.formBody1 input[type="text"], .psPanel input[type="text"],
.formBody1 select, .psPanel select,
.formBody1 textarea, .psPanel textarea, #spInterval
{
	font-family:Tahoma;
	border: solid 1px #747474;
	padding: 2px;
	background: url("../images/input-bg.png") top left repeat-x;
	font-size: 11px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	min-height:15px;
}

.rounded
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.formFooter
{
	padding: 7px;
	background-color: #e6e5e5;
	border-top: solid 1px #bababa;
	overflow: hidden;
}
.formFooter .mandatory
{
	float: left;
}
.formFooter .mandatory span
{
	color: #F00;
	line-height: 20px;
	padding-left: 15px;
	background: url("../images/mandatory.png") left center no-repeat;
}

.formFooter .buttons
{
	float: right;
}
/*.formFooter .buttons button, .clsSingle
{
	background: none;
	border: none;
	height: 24px;
	float: none;
	overflow: visible;
	outline-style: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.formFooter .buttons #btnsave .btnLeft, .clsSingle .btnLeft
{
	padding-left: 10px;
	background: url("../images/submit_btn_left.png") top left no-repeat;
	height: 24px;
	display: block;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.formFooter .buttons #btnsave .btnRight, .clsSingle .btnRight
{
	padding-right: 10px;
	background: url("../images/submit_btn_right.png") top right no-repeat;
	line-height: 24px;
	display: block;
}
.formFooter .buttons #btnreset .btnLeft
{
	padding-left: 10px;
	background: url("../images/reset_btn_left.png") top left no-repeat;
	height: 24px;
	display: block;
	font-weight: bold;
	color: #000;
}
.formFooter .buttons #btnreset .btnRight
{
	padding-right: 10px;
	background: url("../images/reset_btn_right.png") top right no-repeat;
	line-height: 24px;
	display: block;
}*/
label.mandatory
{
	padding-left: 10px;
	background: url("../images/mandatory.png") left center no-repeat;
}
.multiSelect
{
	width: 200px;
	height: 100px;
}
.spacingGrid
{
	padding: 5px;
	vertical-align:top;
}
.optionsWidth
{
    width:300px !important;
}
.alignRight
{
	text-align: right;
}
.formBody input[type="text"], .formBody select, .formBody1 input[type="text"], .formBody1 select
{
	min-width: 150px;
}
.listSearch
{
	text-align:right;
	padding:2px;
}
.listSearch span
{
    font-weight:normal !important;
}
.listSearch input
{
	border:#ccc solid 1px;
	margin-left:5px;
}
.listTable
{
	height:150px;
	overflow-y:scroll !important;
	overflow-x:hidden !important;
	border-top:solid 1px #ccc;
	zoom:1;
}
.listTable td
{
	/*line-height:20px;*/
	padding:2px 0px 2px 4px;
	cursor:pointer;
	white-space:normal;
}
.listTable td.o
{
	background-color:#f6f6f6;
}
.listTable td.e
{
}
.listTable td:hover
{
	background-color:#9c9a9a;
}
td.tdSelected
{
	background:#9c9a9a url(../Images/SelectedRowBgRight.gif) right center no-repeat !important;
	color:#fff; 
}

/************** Jquery Choosen **********************/
/* @group Base */
select.chzn-select {
  /*visibility: hidden;*/
  height: 28px !important;
  min-height: 28px !important;
}
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width:500px !important;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  width:250px !important;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1000 !important;
  width:173px !important;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #000;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #000;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
  background: url(../Images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -9px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
  font-size:13px;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div { 
  left: 0; right: auto; 
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius   : 3px 0 0 3px;
  border-radius        : 3px 0 0 3px; 
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: url('../Images/chosen-sprite.png') no-repeat -38px -20px, #ffffff;
  background: url('../Images/chosen-sprite.png') no-repeat -38px -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('../Images/chosen-sprite.png') no-repeat -38px -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);  
  background: url('../Images/chosen-sprite.png') no-repeat -38px -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../Images/chosen-sprite.png') no-repeat -38px -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('../Images/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('../Images/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('../Images/chosen-sprite.png') no-repeat -38px -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
/* @end */
.clear
{
	clear:both;
}
.inVisibleButton
{
	display:none;
}
.seperator
{
    margin-top:10px;
}
.mail table tr td
{
	padding:5px;
}
.mail
{
	padding:2px !important;
}
#txtReadMessage
{
	line-height:20px;
}
ul.quickLinks
{
	margin-top:25px;
	margin-left:25px;
}
ul.quickLinks li
{
	/*display:inline-block;*/
	padding-right:20px;
	float:left;
}
.focusBtn
{
	border:none;
    cursor:pointer;    
    font-weight:bold;
    background:#FF7B0E url(../images/add_option.png) left center no-repeat;
    color:#fff;
    padding:5px 5px 5px 18px;
    font-size:12px;
}
.focusBtn:hover
{
    background-color:#949494;
}
.btnClear
{
	border:none;
    cursor:pointer;    
    font-weight:bold;
    background:#949494 url(../images/clear_option.png) left center no-repeat;
    color:#fff;
    border-top:#fff solid 2px;
    padding:5px 5px 5px 18px;
    font-size:12px;
}
.btnClear:hover
{
    border-top:#FF7B0E solid 2px;
}
.focusBtnImport
{
	width:75px;
	height:24px;
	line-height:24px;
	border:none;
	background:transparent url('../Images/btnsave.png') top left no-repeat;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin:0px 5px;
}

.resetBtn
{
	width:75px;
	height:24px;
	line-height:24px;
	border:none;
	background:transparent url('../Images/btnreset.png') top left no-repeat;
	font-size:12px;
	color:#000;
	font-weight:bold;
	margin:0px 5px;
}
input[type='radio']
{
    vertical-align: middle; 
    margin: 0px; 
}
.save, .cancel, .reset, .update, .import, .send, .addoption, .addrow, .print
{
    border:none;
    margin-left:10px;
    height:25px;
}
.save
{
    width:69px;
    background:transparent url(../images/buttons.png) 0px 0px no-repeat;
}
.save:hover
{
    background:transparent url(../images/buttons.png) 0px -25px no-repeat;
}
.update
{
    width:84px;
    background:transparent url(../images/buttons.png) 0px -50px no-repeat;
}
.update:hover
{
    background:transparent url(../images/buttons.png) 0px -75px no-repeat;
}
.reset
{
    width:76px;
    background:transparent url(../images/buttons.png) 0px -125px no-repeat;
}
.reset:hover
{
    background:transparent url(../images/buttons.png) 0px -100px no-repeat;
}
.cancel
{
    width:81px;
    background:transparent url(../images/buttons.png) 0px -175px no-repeat;
}
.cancel:hover
{
    background:transparent url(../images/buttons.png) 0px -150px no-repeat;
}
.import
{
    width:83px;
    background:transparent url(../images/buttons.png) 0px -200px no-repeat;
}
.import:hover
{
    background:transparent url(../images/buttons.png) 0px -225px no-repeat;
}
.send
{
    width:73px;
    background:transparent url(../images/buttons.png) 0px -250px no-repeat;
}
.send:hover
{
    background:transparent url(../images/buttons.png) 0px -275px no-repeat;
}
.addoption
{
    cursor:pointer;    
    font-weight:bold;
    background:#fff url(../images/add_option.png) left center no-repeat;
    color:Red;
    padding-left:18px;
    font-size:12px;
}
.addoption:hover
{
    text-decoration:underline;
    /*background:transparent url(../images/buttons.png) 0px -325px no-repeat;*/
}
.addrow
{
    width:98px;
    background:transparent url(../images/buttons.png) 0px -350px no-repeat;
}
.addrow:hover
{
    background:transparent url(../images/buttons.png) 0px -375px no-repeat;
}
.print
{
    width:71px;
    background:transparent url(../images/buttons.png) 0px -400px no-repeat;
}
.print:hover
{
    background:transparent url(../images/buttons.png) 0px -425px no-repeat;
}
fieldset
{
    padding:2px;
    border:#A80C0D solid 1px;
}
legend
{
    font-weight:bold;
    padding:5px;
    text-transform:uppercase;
}