/* Common */
/* EOT file for IE */

@font-face {
    font-family: calibri;
    src: url("calibri.eot"); 
    
    font-family:MyriadPro;
    src:url("MyriadPro.eot");    
}
/* TTF file for CSS3 browsers */
@font-face {
    font-family: calibri;
    src: url("calibri.ttf");
    
   font-family:MyriadPro;
    src: url("MyriadPro.ttf"); 
}


* {
	font-family:calibri !important;
	font-size: inherit;
}



.cellButton {
height: 25px;
width: 164px;
text-align: center;
margin-left: 9px;
margin-right: auto;
cursor: pointer;
}




.invisibleButton {
height: 30px;
width: 138px;
border-top: 1px solid #F4F4F4;
text-align: center;
cursor: pointer;
}

.button {
height: 30px;
width: 30px;
border: 0px solid #F4F4F4;
text-align: center;
border-radius: 5px;
margin-left: auto;
margin-right: auto;
}




.gwt-Button {
cursor: pointer;
margin-bottom:10px;
margin-right:10px;
height: 36px;
width: 150px;
border-top: 1px solid #F4F4F4;
text-align: center;
/*border-radius: 5px;*/
border: 0px solid #CBCBCB;
/*box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);*/
background: rgb(229,229,229);
/*background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(192,192,192,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(192,192,192,1)));
background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(192,192,192,1) 100%);
background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(192,192,192,1) 100%);
background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(192,192,192,1) 100%);
background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(192,192,192,1) 100%);
//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c0c0c0',GradientType=0 );*/
}

.gwt-ButtonEditForm {
cursor: pointer;
margin-top:5px;
margin-Left:5px;
height: 36px;
width: 120px;
border-top: 1px solid #F4F4F4;
text-align: center;
border-radius: 5px;
border: 1px solid #CBCBCB;
box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
background: rgb(229,229,229);
/*background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(192,192,192,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(192,192,192,1)));
background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(192,192,192,1) 100%);
background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(192,192,192,1) 100%);
background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(192,192,192,1) 100%);
background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(192,192,192,1) 100%);
//filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#c0c0c0',GradientType=0 );*/
}

.flatButton {
cursor: pointer;
margin-top:5px;
heigth:20px;
}

.gwt-Button:active {
cursor: pointer;
}

.gwt-Button:disabled {
cursor: default;
background: rgb(199,199,199);
box-shadow: inset 0 0 0 0;
}

.checkButtonAdditional{
  margin-top: 32px;
  margin-right: 4px;
}

.gwt-TextBox {
height: 30px;
width: 200px;
/*border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;*/
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
float: left;
margin-top:5px;
margin-bottom:5px;
padding-left:8px;
/*border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);*/
}

.gwt-ListBox {
height: 30px;
width: 200px;
/*border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;*/
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
float: left;
margin-top:5px;
margin-bottom:5px;
padding-left:8px;
/*border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);*/
}

.gwt-DateBox {
height: 30px;
width: 200px;
/*border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;*/
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
float: left;
margin-top:5px;
margin-bottom:5px;
padding-left:8px;
/*border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);*/
}

.flexTableListBox {
font-size: 14px;
width:100%;
}

.flexTableDateBox {
font-size: 14px;
width:100%;
}

.flexTableTextBox {
font-size: 14px;
width: 100%;
}

.flatTextBox {
font-size: 14px;
width:220px;
}

.flatTextBoxDisabled {
font-size: 14px;
width:220px;
background-color:#F1F1F1;
}

.flatTextBox2 {
font-size: 14px;
width:300px;
}

.flatWidget {
font-size: 14px;
width:226px;
heigth:24px
}



.flatSearchTextBox
{
margin-left: 8px;
margin-top: 20px;
margin-right: 8px;
width: 318px;
background: none repeat scroll 0% 0% rgb(255, 181, 118);
border: 1px solid #cb5f04;
font-size: 14px;
}

.ManageTextBox {
height: 30px;
width: 165px;
border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
float: left;
margin-top:5px;
margin-left:5px;
padding-left:8px;
border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);
}

.gwt-DateBox {
height: 30px;
width: 200px;
border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
float: left;
margin-top:5px;
margin-bottom:5px;
padding-left:8px;
border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);
}

.gwt-TextBox {
height: 30px;
width: 200px;
/*border-radius: 5px;*/
/*box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;*/
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
float: left;
/*margin-top:5px;
margin-bottom:5px;*/
padding-left:8px;
/*border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);*/
}

.gwt-SuggestBox {
height: 30px;
width: 200px;
/*border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;*/
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
float: left;
/*margin-top:5px;
margin-bottom:5px;*/
padding-left:8px;
/*border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);*/
}

.gwt-SuggestBoxPopup{
background-color: rgb(233, 233, 233);
/*width: 212px;*/
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.gwt-SuggestBoxPopup .item-selected{
background-color: rgb(220, 220, 220);
}

.filterInput {
height: 30px;
width: 160px;
border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
float: left;
margin-top:5px;
margin-bottom:5px;
padding-left:8px;
border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);
}

.dateInput {
height: 30px;
width: 110px;
border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
float: left;
margin-top:5px;
margin-bottom:5px;
padding-left:8px;
border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);
}


.serialNumber {
height: 30px;
width: 150px;
border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);
}

.version {
height: 30px;
width: 70px;
border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);
}

.modType {
height: 32px;
width: 100px;
border-radius: 5px;
font-size: 14px;
color: rgb(121, 121, 121);
position: relative;
}




.projectPanel
{
	margin-left:15px;
	margin-top:10px;
	margi-bottom:10px;
	width:100%;
	font-size:15px;
}


.projectDetailPanel
{
	margin-top:10px;
	margin-bottom:10px;
	width:250px;
	font-size:15px;
}

.settingsDetailPanel
{
	margin-left:15px;
	margin-bottom:5px;	
	margin-top:5px;
	font-size:15px;
}


.settingsDetailText
{
	margin-top: 10px;
    font-size: 14px;
    width:170px;
}

.settingsMessageControlBigLabelText
{
	font-size:18px;
}

.settingsMessageControlText
{
    font-size: 14px;
    width:140px;
}


.settingsError
{
	margin-top: 11px;
	margin-left:7px;
	color: red;

}


.panelHeader{
	
font-weight: bold;
font-size: 15px;
padding-left:10px;
padding-top:10px;
margin:7px;
width: 900px;
height: 41px;
border-bottom: 1px solid #D7D7D7;
box-shadow: 0px 3px 14px -2px gray;
color: #4A4A4A;
background: #fdfdfd;
background: -moz-linear-gradient(top, #fdfdfd 0%, #e1e1e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e1e1e1));
background: -webkit-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: -o-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: -ms-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: linear-gradient(to bottom, #fdfdfd 0%,#e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e1e1e1',GradientType=0 );
}


.flatLabel-Button{
	
font-weight: bold;
font-size: 15px;
padding-top:16px;
color: #4A4A4A;
cursor:pointer;
text-align:right;
}

.flatLabel-ButtonDisabled{	
font-weight: bold;
font-size: 15px;
padding-top:16px;
color: #D3D3D3;
text-align:right;
}


.flatPanelHeader{
width:880px;	
font-weight: bold;
font-size: 15px;
margin: 16px 0px 3px;
color: #4A4A4A;

}

.imageProjectButton{
   display: block;
   margin-left: auto;
   margin-right: auto;
   cursor: pointer;  
}

.borderBottom
{
	border-bottom: 2px solid #6F7277;

}
.projectText{  
   font-size: 15px;
}

.text{  
   font-size: 15px;
   margin-left:10px;
}


.projectLink a{
color:red;
 font-size: 15px;
}
.projectLink a:hover{
color:red;
 font-size: 15px;
}
.projectLink a:visited{
color:red;
}
.projectLink a:active{
color:red;
}

.gwt-HyperLink a{ 
    color: red; 
} 


.helpLink{
 font-size: 13px;
 margin-right:15px;
 margin-left:5px;
}

.helpLink a{
color:blue;
}
.helpLink a:hover{
color:red;
}
.helpLink a:visited{
color:purple;
}
.helpLink a:active{
color:red;
}




.dockPanel {
width: 100%;
height: 100%;
position: absolute;
/*background-color: white;
//left: 50%;
//top: 0%;
//margin-left: -512px;*/
margin-top: 0px;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
margin: auto;
}


.mainBackground {
	background-image: url('background.png');
}

.shadow {
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}

.borderBoxing {
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.errorLabel {
    color: red;
	font-weight:italic;
}

.statusLabel {
	color: green;	
	
}

.flatStatusLabel {
	color: green;	
	font-size:14px;	
}

.required {
	color: red;
	font-weight:bold;
	font-size: 1.4em;
	text-shadow: #ddf 1px 1px 0;
}

.link {
  cursor: pointer;

  color:black;
  font-weight:bold;
 /* text-shadow: #ddf 1px 1px 0;*/
  font-size:14px;
}

.linkblack {
  cursor: pointer;
  color: black;
  text-shadow: #ddf 1px 1px 0;
}

.linkBlue {
  cursor: pointer;
  color: blue;
  margin-right:20px;
}

.logoPanel
{
width: 100%;
height: 62px;
}

.signoutLabel
{
   cursor: pointer;
   font-size: 18px;
 /*  font-weight: bold;*/
   color: rgb(255, 255, 255);
   margin: 45px 0px 0px;
   width: 100%;
   text-align:right;
}



.srchfield {
padding-left:8px;
margin-top: 24px;
height: 30px;
width: 232px;
border-radius: 5px;
box-shadow: 1px 1px 10px 0px rgb(182, 182, 182) inset;
font-style: italic;
font-size: 13px;
color: rgb(121, 121, 121);
position: relative;
float: left;
border-top: 2px solid rgb(145, 145, 145);
border-left: 2px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);
}



.flatSearchButton {
position: relative;
cursor: pointer;
margin-left:1px;
}

.magnifier {
margin-top: 24px;
height: 36px;
width: 40px;
position: relative;
float: left;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
margin-left: -20px;
border-bottom: 2px inset #eeeeee;
border-top: 2px inset;
border-left: 1px inset;

border-top: 2px solid rgb(145, 145, 145);
border-left: 1px solid rgb(145, 145, 145);
border-bottom: 2px solid rgb(222, 222, 222);
border-right: 2px solid rgb(222, 222, 222);
}


.signoutxt {
color: rgb(255, 255, 255);
margin-left: 12px;
margin-top: -2px;
font-size: 14pt;
}


.systemListPanel
{
background-color: #FFFFFF;
width:900px;
}



.eventAlarm
{
  color:red;
  font-weight:bold;
  /*background-color: #FFD6CC;*/

}

.eventTrouble
{

 /*background-color: #FFFFC9;*/
}

.eventArmDisarm
{
 /* background-color: #D4F0C7;*/
}

.eventNewDate
{

 /* background-color: #f5f5f5;
  padding-right:15px;
  text-align:right;*/
}




.footer{
margin-left:330px;
position: relative;
top: 8px;
}


.Arm, td.Arm{
	padding: 2px 0px 0px 5px;
    border-bottom: hidden;
    border-left: hidden;
    border-top: hidden;
    border-right:hidden;
    text-align:center;		
}

.Alarm, td.Alarm{
	padding: 2px 0px 0px 0px;
    border-bottom: hidden;
    border-left: hidden;
    border-top: hidden;
    border-right: hidden;
    text-align:center;	
	
}

VoucherControl, td.VoucherControl{
	padding: 2px 0px 0px 15px;
    border-bottom: hidden;
    border-left: hidden;
    border-top: hidden;
    border-right: hidden;
}

.Trouble, td.Trouble{
	padding: 2px 0px 0px 14px;
    border-bottom: hidden;
    border-left: hidden;
    border-top: hidden;
    border-right: hidden;	
}

.imageButtonCell, td.imageButtonCell{
	padding: 1px 0px 0px 0px;
}

.prepaidTo , td.prepaidTo
{
  border: hidden;
}

.lisView{
	margin:8px;	
	padding:8px;
	border: 1px solid #C9C9C9;
}

.modulesListView{
	margin:8px;	
	padding:10px;
	border: 1px solid #C9C9C9;
	width: 96%;
    height: 93%;	
}

.lastModuleColumn , td.lastModuleColumn
{
  border: hidden;
}



.simple {
  cursor: default;
  color: black;
  text-decoration: none; 
  text-shadow: #ddf 1px 1px 0;
}

.linkunderline {
  cursor: pointer;
  color: black;
  text-shadow: #ddf 1px 1px 0;   
  text-decoration: underline; 
}



.linkPanel:hover {
	background: #93C3FA;
}

.linkPanel:active {
	background: #DEEBFA;
}

.clickable {
	cursor: pointer;
}
.videoButton {
	cursor: pointer;
	margin-right:30px;
	margin-top:6px;
	height:20px;
	width:20px;
}
.biggerVideoButton {
	cursor: pointer;
	margin-right:30px;
	height:30px;
	width:30px;
}

.notificationPanel {
	background: #F2340A;
	border: 1px solid black;
	font-weight: bold;
}

.bigCountLabel {
	font-size: 18px;
	font-weight: bold;
}

.logoLabel {
	font-size: 20px;
	font-weight: bold;
	width:84px;
	color: #FFC9C9;
	margin-left: 3px;
	margin-bottom: 3px;
}

.filterPanel {
/*		background-image: url('background1.png');*/
/*	background: #aecde5; /* Old browsers */
/*	background: -moz-linear-gradient(top, #aecde5 0%, #93c0e2 64%, #95cfe2 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aecde5), color-stop(64%,#93c0e2), color-stop(100%,#95cfe2)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top, #aecde5 0%,#93c0e2 64%,#95cfe2 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top, #aecde5 0%,#93c0e2 64%,#95cfe2 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top, #aecde5 0%,#93c0e2 64%,#95cfe2 100%); /* IE10+ */
/*	background: linear-gradient(top, #aecde5 0%,#93c0e2 64%,#95cfe2 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aecde5', endColorstr='#95cfe2',GradientType=0 ); /* IE6-9 */
}
.logfilter{
height: 26px;
width: 338px;
font-size: 13px;
margin-bottom: 3px;
margin-left: 10px;
padding-top: 3px;
border: 1px #e1e1e1 solid;
color: #4A4A4A;
background: #f0f0f0;
background: -moz-linear-gradient(top, #fdfdfd 0%, #e1e1e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e1e1e1));
background: -webkit-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: -o-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: -ms-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: linear-gradient(to bottom, #fdfdfd 0%,#e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1')

}

.reqStyle{
width: 333px;
font-size: 13px;
margin-bottom: 6px;
margin-left: 14px;
}

.sysInfoLabel{
margin-left:15px;
font-size: 13px;
}
.mailLabel{
margin-left:0px;
margin-right:3px;
font-size: 15px;
margin-top:1px;
}

.mailDeleteClickable {
	cursor: pointer;
	margin-top:6px;
	margin-right:15px;
	margin-left:6px;
}


.selectedSystemNamePanelWhite {
width: 353px;
height: 49px;
background-color: #FFFFFF;
margin-left: 15px;
margin-right: 12px;
margin-top: 9px;
margin-bottom: 9px;
position: relative;
border-radius: 6px;
box-shadow: 0px 0px 10px 0px grey;
display: block;
}

.selectedSystemNamePanel{
width: 347px;
height: 43px;
font-weight: bold;
color: black;
background-color: #E2E2E2;
margin-left: 3px;
margin-top: 3px;
border-radius: 5px;
font-size: 15pt;
position: relative;
float: left;
}

.disclosurePanel{
width: 353px;
background-color: #FFFFFF;
border-radius: 6px;
margin-left: 10px;
margin-right: 12px;
margin-bottom: 5px;
position: relative;
box-shadow: 0px 0px 6px 0px grey;
display: block;
}

.disclosurePanelHeader{
color: #353535;
display: block;
float: left;
font-size: 12pt;
font-weight: bold;
padding:10px;
}


.disclosureFlatPanel{
width: 353px;
background-color: #FFFFFF;
margin-bottom: 0px;
position: relative;
display: block;
margin-top:11px;
}

.disclosureFlatPanelHeader{
color: #353535;
display: block;
float: left;
font-size: 16px;
font-weight: bold;
padding:5px;
}


.detailsPanel {
	float: left;
    width: 900px;
    height: 100%;
    background-color: #E2E2E2;
}

.detailsPanelTopHeader {
	font-weight:bold;
  	color: #4b4a4a;
	margin-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #6f7277;
  	text-shadow: #ddf 1px 1px 0;
}

/* Send message popup */
.closeButton {
	padding: 1px;
	cursor: pointer;
}

/* Message */
.messageRightSide {
  border-left: 1px solid #6f7277;
}

.messageHeader {
  font-weight:bold;
  color: #4b4a4a;
  text-shadow: #ddf 1px 1px 0;
  border-bottom: 2px solid #8f9297;
  padding-left: 15px;
}

.messageText {
  padding: 5px;
  font-size: 1.1em;
}

/* Menu */
.menuPanel {
	height: 66px;
	width: 100%;	
}



.searchText {
	font-size: 13px !important;
	height: 16px !important;
}

.simpleButton:disabled {
	color: grey;
}

.tabButton img {
	padding-right: 5px;
}

.tabButton {
  color: black;
  text-shadow: 1px 1px 1px white;
  font-size: 14px !important;
  height: 25px;
  position: relative;
  float: left;
  text-align: center;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 2px;
  border-left: solid black 2px;
  border-right: solid black 2px;
  border-bottom: solid black 2px;
  border-top: solid black 2px;
  background : white;
}

.tabButtonSelected {
text-shadow: 1px 1px 1px #c1c1c1;
font-weight: bold;
	
}

.tabButton:hover {
text-shadow: 1px 1px 1px #c1c1c1;
font-weight: bold;
background : white;

}

.menuButton img {
	padding-right: 5px;
}

.menuButton {
color: #1A1A1A;
text-shadow: 1px 1px 1px white;
font-size:18px !important;
height: 46px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
position: relative;
float: left;
text-align: center;
padding-top:10px;
padding-left:7px;
padding-right:7px;
margin-right: 2px;
background: #e5e5e5;
background: -moz-linear-gradient(top,  #e5e5e5 0%, #c1c1c1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#c1c1c1));
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#c1c1c1 100%);
background: -o-linear-gradient(top,  #e5e5e5 0%,#c1c1c1 100%);
background: -ms-linear-gradient(top,  #e5e5e5 0%,#c1c1c1 100%);
background: linear-gradient(to bottom,  #e5e5e5 0%,#c1c1c1 100%);
}



.menuButton:active {
	background: #22627A;
	color: black;
}

.menuButtonSelected {
color: white;
text-shadow: 1px 1px 1px #c1c1c1;
background: #404040;
background: -moz-linear-gradient(top,  #404040 0%, #191919 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#191919));
background: -webkit-linear-gradient(top,  #404040 0%,#191919 100%);
background: -o-linear-gradient(top,  #404040 0%,#191919 100%);
background: -ms-linear-gradient(top,  #404040 0%,#191919 100%);
background: linear-gradient(to bottom,  #404040 0%,#191919 100%);
	
}

.menuButton:hover {
color: white;
text-shadow: 1px 1px 1px #c1c1c1;
background: #404040;
background: -moz-linear-gradient(top,  #404040 0%, #191919 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#191919));
background: -webkit-linear-gradient(top,  #404040 0%,#191919 100%);
background: -o-linear-gradient(top,  #404040 0%,#191919 100%);
background: -ms-linear-gradient(top,  #404040 0%,#191919 100%);
background: linear-gradient(to bottom,  #404040 0%,#191919 100%);

}

.submenuHeader {
  text-align: center;
  font-weight:bold;
  border-bottom: 2px solid #6f7277;
}

/* User registration */
.registrationDisclamerPanel {
	background:#e1e1e1;
	/*border-radius: 5px;*/	
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
}



/*
 *
 * Login panel 
 *
 *
 */
 
 .loginHeader{
 /*margin-bottom:15px; 
 margin-left:45px;	*/
 }
 
  .loginFooter{
  	font-family: Arial, sans-serif !important;
  	text-align: center;
 	margin-top:15px; 
 	color: #989898;
 }

.loginPanel {
  width:430px;	
  background:#FFFFFF;
 /* border-radius: 5px;*/
  padding: 5px;
  font-size:14px;
}

.loginPanel .logo {
	font-weight: bold;
	margin-mottom:15px;
}

.langPanel
{
	margin-top:15px;
	margin-bottom:20px;	
	margin-left:auto;
    margin-right:auto;		
}
.flag{	
	margin-right:17px;
	margin-left:17px;
	cursor: pointer;
}



/*
 *
 * Installed modules summary view
 *
 */


.bonusAwaitsHint {
	font-size:13px;
	color:red;
	padding:5px 0px 0px 10px
	
}

.rewardedHint {
	font-size:13px;
	color:blue;
	padding:5px 0px 0px 10px
}

.modulesSummaryTable {
	padding: 75px 35px 10px 10px;
	font-size:13px;
}

.modulesSummaryTable .oddRow {
	background: #F3F7FB;
}

.modulesSummaryTable .itemRow td {
	padding: 4px 5px 5px 3px;
}

.modulesSummaryTable td {
	padding: 0px;
}

.modulesSummaryTable .groupTable {
	border: 1px solid #B0E3F7;
}

.modulesSummaryTable .groupTable td {
	padding: 4px 5px 5px 0;
}

.installedModulesChartTable td {
	padding: 5px 0 0 0;
	font-size:13px;
}

.chart{
margin-top:10px;
margin-bottom:20px;
}

/*
 *
 * Installer registration
 *
 */
 
 .gwt-DialogBox {
	background:#e1e1e1;
	/*border-radius: 5px;
	padding:1px;
	box-shadow: 0px 3px 14px -2px gray;*/
	/*border:1px solid #E1E1E1;*/
}

 .gwt-DialogBox .Caption{
  height:22px;
  padding:5px;
 		
 } 
 
.gwt-DialogBox .dialogMiddleCenter {

  background:#FFFFFF;
 /* border-radius: 5px;*/
  padding: 0px;
  font-size:14px;

  
}



.gwt-DialogBox .contentTable td {
	
}

.gwt-DialogBox .buttonPanel td {
	
 background:#FFFFFF;	
}

.gwt-DialogBox .smallPadding td {
	padding: 0px;
	background:#FFFFFF;
}

.buttonPanel{
padding-left:80px;
background:#FFFFFF;
}

.buttonPanel1{
padding-left:20px;
background:#FFFFFF;
}


.popup{
	width:450px;
	border-radius:5px;
	background:#F7F7F7;
	box-shadow: 0px 3px 14px -2px gray;
}


.accountColumnPanel{
	width: 220px;	
}

.accontType{
	font-weigth:bold;
	font-size:17px;
}

/*
 * Distributors installations
 *
 */
 
.topOddRow {
 	background-color: #DFE7FD !important;
 }
 
 .topOddRow td {
	border: 2px solid #DFE7FD !important;
}
 
 .topEvenRow {
 	background-color: #D5DDF5 !important; 
 }
 
 .topEvenRow td {
 	border: 2px solid #D5DDF5 !important; 
 }

.multipleDistributorsWarning .warningTableEvenBg {
	background-color: #FEF7FD;
}

.multipleDistributorsWarning .warningTableOddBg {
	background-color: #e3e7eb;
}

.multipleDistributorsWarning .innerCell {
	border-bottom: 1px solid lightgray;
}

.multipleDistributorsWarning .header {
	background-color: #D5DDF5;
	font-weight: bold;
}
/*
 *
 * Common use
 *
 */
 
 .leftAlign150 {
 margin-left:150px;
 }
 
  .leftAlign20 {
 margin-left:20px;
 }

.infoHeader {
font-weight: bold;
padding-left: 10px;
padding-top:6px;
margin-left:-2px;
width: 445px;
height: 30px;
border-bottom: 1px solid #D7D7D7;
box-shadow: 0px 3px 14px -2px gray;
color: #4A4A4A;
background: #fdfdfd;
background: -moz-linear-gradient(top, #fdfdfd 0%, #e1e1e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e1e1e1));
background: -webkit-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: -o-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: -ms-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: linear-gradient(to bottom, #fdfdfd 0%,#e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e1e1e1',GradientType=0 );


	
/*	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;*/
}



/*
 *
 * Top menu
 *
 */

.topMenu {
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #207cca 52%, #00a8e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(52%,#207cca), color-stop(100%,#00a8e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#207cca 52%,#00a8e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#207cca 52%,#00a8e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#207cca 52%,#00a8e5 100%); /* IE10+ */
	background: linear-gradient(top, #7db9e8 0%,#207cca 52%,#00a8e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#00a8e5',GradientType=0 ); /* IE6-9 */
}

.topMenu .userPanel {
	color: white;
}

.topMenu .button img {
	padding-right: 5px;
}

.topMenu .button {
	font-weight: bold;
	height: 30px;
	padding: 5px 5px 0 5px;
}

.topMenu .enabledButton {
	color: white;
	cursor: pointer;
}

.topMenu .enabledButton:active {
	background: #DEEBFA;
	color: black;
}

.topMenu .enabledButton:hover {
	background: #93C3FA;
}

.topMenu .selectedButton {
	background: #b6c0c4; /* Old browsers */
	background: -moz-linear-gradient(top, #b6c0c4 0%, #c4c8d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6c0c4), color-stop(100%,#c4c8d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b6c0c4 0%,#c4c8d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b6c0c4 0%,#c4c8d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b6c0c4 0%,#c4c8d3 100%); /* IE10+ */
	background: linear-gradient(top, #b6c0c4 0%,#c4c8d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6c0c4', endColorstr='#c4c8d3',GradientType=0 ); /* IE6-9 */
}

.topMenu .logoutLabel {
	padding: 3px 5px;
	margin-left: 15px;
	font-weight: bold;
	background-color: #207cca;
	cursor: pointer;
}

.topMenu .logoutLabel img {
	vertical-align: middle;
}

.topMenu .logoutLabel:HOVER {
	background-color:  #297289;
}

.SystemSummary
{
	width:360px;
display: block;
float: left;
font-size: 8pt;
color: #1A1A1A;
border: 1px solid #E5E5E5;
}

.flatSystemSummary
{
display: block;
float: left;
font-size: 12px;
color: #1A1A1A;

}

.detailsTable
{
font-size: 10pt;
color: #1A1A1A;
border-left: 1px solid #E5E5E5;
border-top: 1px solid #E5E5E5;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}

.flatdetailsTable
{
font-size: 13px;
color: #1A1A1A;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}

.insuranceDetailsTable
{
font-size: 11pt;
color: #1A1A1A;
border-left: 1px solid #E5E5E5;
border-top: 1px solid #E5E5E5;
margin-left:15px;
margin-right:10px;
margin-bottom:10px;
}

.detailsTableHeader {

height: 26px;
font-weight: bold;
border-bottom: 1px solid #D7D7D7;
color: #4A4A4A; 
/*box-shadow: 0px 3px 14px -2px rgb(189, 189, 189);*/
background: #f0f0f0;
background: -moz-linear-gradient(top, #fdfdfd 0%, #e1e1e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e1e1e1));
background: -webkit-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: -o-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: -ms-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: linear-gradient(to bottom, #fdfdfd 0%,#e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e1e1e1');
}


.flatDetailsTableHeader {
	
font-size: 15px;
height: 26px;
font-weight: bold;
border-bottom: 2px solid #6F7277;
color: #4A4A4A; 
padding-left: 14px;

}

.flatEmptyDetailsTableHeader {
	
font-size: 12px;
height: 26px;
font-weight: normal;
border-top: 2px solid #6F7277;
color: #4A4A4A;
/*padding-left:5px;*/
}

.flatDetailsTableRow
{
	font-size: 13px;
}

.detailsTableRow
{
	border-bottom: 1px solid #E5E5E5;
}

.detailsTableCell{
height: 100%;
border-right: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
padding:4px;

}

.flatDetailsTableCell{
height: 100%;
padding:5px;
font-size: 13px;
padding-left:15px;
}

.systemSummary .row td {
	padding-bottom: 0px;
	padding-top: 0px;
	height: 23px;
}

.gwt-DisclosurePanel .content {
    margin-left: 0px !important;
    padding: 0px 0 4px 0px !important;
}

.AdminDetailsTable
{
font-size: 14px;
color: #1A1A1A;
border-top: 2px solid #E5E5E5;
border-bottom: 2px solid #E5E5E5;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
}

.AdminDetailsTable1Header {
	
font-size: 17px;
height: 26px;
font-weight: bold;
color: #4A4A4A; 
padding-left: 14px;

}

.MCDetailsTableRow
{
border-bottom: 1px solid #E5E5E5;
}

.MCTableHeader {
font-size: 15px;
font-weight: bold;
color: #4A4A4A; 
}

.AdminDetailsTable2Header {
	
font-size: 15px;
height: 26px;
font-weight: bold;
color: #4A4A4A; 
padding-left: 14px;

}

.AdminDetailsTableCell{
height: 30px;
padding:5px;
font-size: 14px;
padding-left:15px;
}

.AdminDetailsTableCellWithTopBorder{
height: 30px;
padding:5px;
font-size: 14px;
padding-left:15px;
border-top: 2px solid #E5E5E5;
}

.AdminDetailsTableRowSelected
{
	border:0px;
  	background:#ECECEC;/*#EEA638;/*#DF7F18;/*#f3f7fb; /*#628cd5; */
  	color: black;
  	font-weight: bold;  
  	height: auto;
  	overflow: auto;
  	font-size: 14px;
	
}

.AdminDetailsTableRow
{
	border-bottom: 1px solid #E5E5E5;
	font-size: 14px;
}

.systemDetailsHeader td {
height: 43px;
}


.flexTable {
	table-layout: fixed;
}

.flexTable td {
	overflow: hidden;
	white-space: normal;
	word-wrap: break-word;
}

.letItBeGray, td.letItBeGray {
	background-color : #D0E4F6;
	height: 16px;
	padding: 2px 0px 0px 0px;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #D0E4F6;
    border-top: 1px solid #D0E4F6;
    border-right: 1px solid #D0E4F6; 
	/*border: solid #D0E4F6;*/
}

.box {
        position: absolute;
        background-color: red;
        height: 100%;       width: 400px;  /* Using "px" here, but you */
                                            /* can also use "em" etc.   */
        top: 0%;            left: 50%;
        margin-top: 0px;  margin-left: -200px;
    }
    
    
    
    
    
    
    /* 
* Global widget style. 
*/
.gwt-DatePicker {
  border: 1px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  color: 6b6b6b;
  cursor: default;
  border-radius:5px;
}

.datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel {
  padding: 4px;
  text-align: center;
  outline: none;
  cursor: default;
  font-size:13px;
}

.gwt-DatePicker td,.datePickerMonthSelector  td :focus {
  outline: none
}

.gwt-DateBox input {
  width: 8em;
}

/* 
* Calendar styles 
*/
.datePickerDays {
  background-color: white;
  width: 100%;
}

.datePickerWeekdayLabel {
  background: #F6F6F6;
}

.datePickerWeekendLabel {
  background: #dbe7ef;
}

.datePickerDay {
  padding: 2px;
  cursor: hand;
  width: 1em;
}

.datePickerDayIsToday {
  border: 1px solid black;
  padding: 0px;
}

.datePickerDayIsWeekend {
  background: #f1f1f1;
}

.datePickerDayIsFiller {
  color: #bfbfbf;
  padding: 1px;
  cursor: hand;
}

.datePickerDayIsSelected {
  background: #aaccee;
}

.datePickerDayIsDisabled {
  color: graytext;
}

.datePickerDayIsHighlighted {
  border: 1px solid #eeeeee;
  padding: 0px;
}

.datePickerDayIsSelectedAndHighlighted {
   background: #bbddff;
}


/* 
* Month selector styles 
*/
.datePickerMonthSelector {
  background: #F1F1F1;
  width: 100%;
  text-align: center;
}

.datePickerMonth {
  text-align: center;
  vertical-align: center;
  white-space: nowrap;
  font-weight: bold;

}

.datePickerPreviousButton {
   text-align: left;
}

.datePickerNextButton {
     text-align: right; 
}

.selectedPictureShadow{
	
border-bottom: 1px solid #D7D7D7;
box-shadow: 0px 3px 14px -2px gray;
color: #4A4A4A;
background: #fdfdfd;
background: -moz-linear-gradient(top, #fdfdfd 0%, #e1e1e1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e1e1e1));
background: -webkit-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: -o-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: -ms-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
background: linear-gradient(to bottom, #fdfdfd 0%,#e1e1e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e1e1e1',GradientType=0 );
}

.backgrounBlack  {
	background-color: black;
}

.wizTableStyle{
/*	padding:8px;*/
	border: 1px solid #C9C9C9;
	box-sizing: border-box;
	position: absolute !important;
	margin:	8px;
/*	width: 100%;
	height: 100%;*/
	white-space: nowrap;
}

.wizTableZeroLeftMargin{
	margin-left: 0px;
}
.wizTableZeroRightMargin{
	margin-right: 0px;
}
.popupGlassStyle{
	width: 100%;
	height: 100%;	
	background-color: #000;
	opacity: 0.45;
	mozOpacity: 0.45;
	filter: alpha(opacity=45);
}

.wizMainList{	
	box-sizing: border-box;
	border-color: rgb(173, 173, 173);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-style: solid solid solid none;
	border-width: thin;
	background-color: #404040;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(202, 202, 202)), to(rgb(229, 229, 229))); /* Chrome, Safari 4+ */
  	background-image: -webkit-linear-gradient(top, rgb(202, 202, 202), rgb(229, 229, 229)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
  	background-image:    -moz-linear-gradient(top, rgb(202, 202, 202), rgb(229, 229, 229)); /* Firefox 3.6-15 */
  	background-image:      -o-linear-gradient(top, rgb(202, 202, 202), rgb(229, 229, 229)); /* Opera 11.10-12.00 */
  	background-image:         linear-gradient(to bottom, rgb(202, 202, 202), rgb(229, 229, 229)); 
	background-image: linear-gradient(rgb(202, 202, 202) 0%, rgb(229, 229, 229) 100%);
}

.wizWidgetDisabled{
	color: lightgray;
	border-color: lighthray;
}

.dataGridHeaderStyle{
	overflow: hidden;
}

.balloonPanel {
    padding:5px;
    border:solid;
    border-width:2px;
    border-color:rgb(200,210,240);
    border-radius: 15px;
    -moz-border-radius: 15px;
    opacity: 0.0;
    background-color:rgb(220,230,254);
    color:black;

    background: -webkit-gradient(linear, left top, left bottom, from(rgb(225,240,254)), to(rgb(200,220,244)));
    background: -moz-linear-gradient(top,  rgb(244, 244, 254),  rgb(230, 230, 245));
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(225,240,254)', endColorstr='rgb(200,220,244)');
}

.wizButton {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	height: 30px;
	
	cursor: pointer;
	/*width: 150px;*/
	border-top: 1px solid #F4F4F4;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #CBCBCB;
	box-shadow: inset 0 -8px 10px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
	background: rgb(229,229,229);
}

.wizRadioButton {
	margin: 8px;
	cursor: pointer;
}

.wizRadioButtonPanel{
	margin-top:	10px;
	margin-left: 15px;
}

.wizPgmWiringCaption{
	margin-bottom: 10px;
	font-size: 17px;
}

.wizTopPanelHeader{
	font-weight: bold;
	font-size: 15px;
	/*padding-left:10px;
	padding-top:10px;*/
	margin:7px;
	width: 1009px;
	height: 41px;
	border-bottom: 1px solid #D7D7D7;
	box-shadow: 0px 3px 14px -2px gray;
	color: #4A4A4A;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fdfdfd 0%, #e1e1e1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e1e1e1));
	background: -webkit-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%,#e1e1e1 100%);
	background: linear-gradient(to bottom, #fdfdfd 0%,#e1e1e1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e1e1e1',GradientType=0 );
}

.wizSpanFix {
	display: inline-block;
   	width: 100%;
}

.wizMainScrollBox{
	margin-left: 10px;
}

.wizLoopTypeHelpPanel{
	margin: 10px;
}

.wizLoopTypeHelpText{
	font-weight: bold;
	margin-bottom: 5px;
}

.wizVerticalLabel{
	
}
.wizFilterCheckAllPanel{
	margin: 10px;
}
.wizFilterCheckAllItem{
	font-weight: bold;
}
.wizFilterItem{
	margin: 1px;
	margin-left: 10px;
}
.wizMainGrid{
	margin-left: 10px;
	margin-bottom:	10px;
}
.wizRepChannel{
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    margin-left: 10px;
    margin-bottom:	10px;
}
.wizGridFirstItem{
	padding: 5px;
	width: 215px;
	text-align: right;
	vertical-align: middle;
}
.wizGridItem{
	width: 215px;
	vertical-align: middle;
}
.boxShadow {
	box-shadow:0px 0px 20px #E2E2E2;
}