﻿body
{
}

/* landscape mode (default) */
#wrap {
	margin:0 auto;

	width:1024px;
	position:relative;
	overflow:hidden;
	text-align:left;
	background:#fff;
}
img
{
	border: 0px none transparent;
}
#backgroundPopup{
    display:none;
    position:absolute;
    width:980px;
    top:0;
    left:0;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
    background:#000000;
    border:1px solid #cecece;
    z-index:99;
}

input[type="hidden"] { border: 0; padding: 0; margin: 0; background: white; }

input[type=submit] 
{
    -webkit-appearance: none;
}
input[type=text] 
{
    -webkit-appearance: none;
	-webkit-border-radius: 8px; 
}
input[type=password] 
{
    -webkit-appearance: none;
	-webkit-border-radius: 8px; 
}
.popupInput input 
{
	border: 0;
	padding: 0;                                  
	display: inline-block;                                  
	margin-top: -1px;
}

.dbpInputMid {float:left; height:42px; padding:0px; margin:0px; padding-top:8px; }
.dbpInputLeft {width:8px;float:left;height:42px;padding:0px; margin:0px;}
.dbpInputRight {width:8px;float:right;height:42px;padding:0px;padding-right:0px;}


/* these hack is to remove the thin gray line that may appear from scaling */
.modalBoxFooter 
{
 margin-top: -1px;
}
.dbpTBTable { border: 0; padding: 0; margin: 0; border-collapse: collapse; }
.dbpTBTblRight img { margin-left:-1px; }
.dbpTBTblLeft img { margin-right:-1px; }
.BigBoxTop { margin-bottom:-1px; }
.BigBoxBtm { margin-top: -1px; }
.BigBoxTopL { margin-left:1px; }
.BigBoxBtmL { margin-left:1px; }
.BigBoxTopR { margin-right:1px; }
.BigBoxBtmR { margin-right:1px; }
.AnsBoxBottomM { margin-top: -1px; }
.AnsBoxBottomLeft {margin-left:1px; }
.AnsBoxTopM { margin-bottom:-1px; }
.AnsBoxTopLeft { margin-left:1px; }
.AnsBoxTopRight {  margin-top: 1px; }
.tabL { margin-right:-1px; }
.tabR { margin-left:-1px; }
	
ul.selectOpen 
{
	overflow:auto;overflow-x:scroll;overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;
}
ul.Show {
	overflow:auto;overflow-x:scroll;overflow-y:scroll;
	overflow: -moz-scrollbars-vertical;
}
.DomainSearchBox input
{
    font-size: 11pt;
    width: 190px;
}



@media only screen and (orientation:portrait) {
   /* portrait styles here */
   #wrap {
      width:768px;
   }
}
