
/* Add your own CSS classes to this file and reference them using the $cssclassname property */

.omnis-wf-radii
{
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}

/* Class applied to frame of subform set */
.omnis-wf
{
	opacity:0.98 !important;
}
.omnis-wf-padding	/* Used for members of subform sets only - see comment above regarding its size*/	
{
	padding:24px 0 0 0;
}
.omnis-wf-shadow	/* Used to apply a box shadow when there is no resize border */
{
	box-shadow: none;
}

.omnis-wf-borders	/* Borders of subform set members - the title provides the top border */
{
	border-top:solid 4px rgb(107,173,247);
	border-left:solid 4px rgb(107,173,247);
	border-right:solid 4px rgb(107,173,247);
	border-bottom:solid 4px rgb(107,173,247);
}

.omnis-wf-title
{
	background-image:none;
    border-top:none;
	border-bottom:none;
	background-color: rgb(107,173,247);
	font-family:Segoe UI;
	color:black;
	min-width:33px;	/* Must be set to same value as the width of omnis-sfs-butt */
}

/* Class to be applied to window title element for top-most form in set - used in conjunction with omnis-wf-title */
.omnis-wf-title-active
{
	/*nothig yet*/
}

/* Style of close button for window title */
.omnis-wf-close
{
	width:45px;
	height:20px;
	background:url('../images/webmobile/X.png') center no-repeat;
	margin-top:0px;
	margin-right:2px !important;
}
.omnis-wf-min
{
	width:31px;
	height:17px;
	background:url('../images/webmobile/Minimize.jpg?1') center no-repeat;
	margin-top:2px;
}
.omnis-wf-max
{
	width:31px;
	height:17px;
	background:url('../images/webmobile/Maximize.jpg?1') center no-repeat;
	margin-top:2px;
	margin-right:2px !important;
}
.omnis-wf-resize
{
	background-color:rgb(107,173,247) !important;
	opacity:0.3;
	box-shadow:0 0 3px 3px #202020;
}
.omnis-sfs-butt
{
	width:33px;
}
.querybody
{	
	height:78%;	
	background-color: rgb(248,248,248);
}
.messagebody
{	
	height:78%;
	background-color: rgb(248,248,248);
}