body{
	font-family:'Comic Sans MS',Chicago,Sans-serif,cursive;
	font-size:12px;
}

@media screen and (max-width: 750px) {
    body {
        font-family:verdana, sans-serif;
	font-size:12px;
    }
}


#frame{
    width:720px;
}
.label{
	width:200px;
  	margin:5px 0;
  	float:left;
  	clear:both;
}
.input{
	width:300px;
	min-height:26px;
  	padding:3px;
  	margin:5px;
    background-color:#F4F1E9;
	color:#205ca5;
    border:1px solid gray;
    float:left;
    font-family:Arial;
}
.error{
	color:red;
	margin-left:2px;
	display:none;
	font-size:10px;
	float:left;
}
#submit{
	width: 100px;
 	left: 0;
    right: 0;
    margin: 0 auto;
    padding:3px;
    color:#205ca5;
    background-color:#F4F1E9;
    border:1px solid gray;
    text-transform:uppercase;
    position: absolute;
    text-align: center;
}
#submit:hover{
	color:#F4F1E9;
    background-color:#205ca5;
	text-decoration:none;
}
.ui-dialog *, .menu *{
	float:none;
}
.break{
	float:none;
	clear:both;
}
#functions{
	margin-left:50px;
}
#functions input{
	width:150px;
	cursor:pointer;
}
#sourceOther_txt,#sourceOther,#custom1_txt,#custom1,#custom2_txt,#custom2,#custom3_txt,#custom3,#custom4_txt,#custom4,#custom5_txt,#custom5,#custom6_txt,#custom6,#custom7_txt,#custom7,#custom8_txt,#custom8,#custom9_txt,#custom9{
	display:none;
}
#addition{
	margin-top:100px;
	margin-left:50px;
	width:300px;
}
.help{
	float:none;
}
.selectValue{
	width:50px;
	display:inline-block;
}
#tabsMenu{
	width:1500px;
}
#excel1{
	overflow:scroll;
}
#excel2{
	width:3000px;
}
.cell{
	width:50px;
	cursor:auto;
}
.cell.header{
	background-color:#F0EDED;
}
.cell.clicked{
	border: 1px solid black;
}
.cell.red{
	background-color:red;
}
.columnLabel{
	width:30px;
	text-align:center;
}
.rowLabel{
	width:50px;
}
#automtic{
	margin-left:20px;
}
#saveInfo{
	display:none;
	background-color:yellow;
}
#loading{
	display:none;
	position:absolute;
	right:0;
	top:0;
}
#text{
	width:100%;
}
#text *{
	float:none;
}
.context{
	position:absolute;
	background-color:white;
	border:2px outset black;
	padding:3px;
	color:black;
}
.context textarea{
	width:100%;
}
.context img{
	float:right;
}
.selectbox{
	border:none;
}
.hidden{
	display:none;
}
.link{
	cursor:pointer;
}
.link_over{
	text-decoration:underline;
	cursor:pointer;
}
.popup{
	background-color:white;	
	display:inline-block;
	float:left;
	border:outset 2px black;
	padding:5px;
	overflow:scroll;
}
.popupCont{
	position:absolute;
	left:0px;
	top:0px;
}
.popupButton{
	float:right;
	clear:right;
	vertical-align:top;
	width:30px;
	height:30px;
	cursor:pointer;
}
#popupMove{
	cursor:move;
}
#loadText{
	width:450px;
	display:inline-block;
	float:left;
	border-right:1px solid black;
	margin-right:10px;
}
#loadFields{
	width:300px;
	float:left;
}
.button, .button_over{
	background-color:lightgray;
	border:1px groove gray;
	padding:0px 2px 0px 2px;
}
.button_over, .button.pressed{
	cursor:pointer;
	background-color:white;
}



.menu{
	cursor:pointer;
}
.menuBody{        
    position:absolute;
    visibility:hidden;
    border-top:1px solid white;
}
.menuBody div{        
	display:inline;
}
.menuHeader, .menuHeader_over, .menuElement, .menuElement_over{  
	width:150px;
	height:25px;
	padding-top:5px;
	display:block;
	text-align:center;      
	display:block;
	border-right:1px solid white;
	background:#DFEFFC url(theme/images/ui-bg_glass_85_dfeffc_1x400.png) repeat-x scroll 50% 50%;	
	color:#2E6E9E;
	font-weight:bold;
	white-space:nowrap;
	float:none;
}
.menuHeader_over{        
	background-image:url(theme/images/ui-bg_glass_95_fef1ec_1x400.png);
}
.menuElement, .menuElement_over{ 
	background-image:url(theme/images/ui-bg_glass_75_d0e5f5_1x400.png);
	cursor:pointer;
}
.menuElement_over{        
	background-image:url(theme/images/ui-bg_glass_95_fef1ec_1x400.png);
}
.submit_over{
	cursor:pointer;
	text-decoration:underline;
}
/* fixed some mobile and tablet issues */
@media (max-width: 767px) {
	#frame,
	.label,
	.input {
		width: 100%;
	}
}