﻿/* Required to have full-screen RadSplitter */
html, body, form 
{
	height:100%;
	margin:0;
	padding:0;
	font: normal 14px/1.5em  Arial, sans-serif;
}

/* hide overflow from just main default and adminMain screens */
.DefaultBody
{
    overflow:hidden;
}

form
{
	cursor: default; 
}

#print-button 
{
    visibility: hidden;
	display: none;
}

.RadMenu .RadComboBox, .RadMenu .skinLabel
{
    vertical-align: middle;
}
* html .RadMenu .rmTemplate .rmText
{
    padding-bottom: 3px;
}

#RAD_SPLITTER_PANE_CONTENT_ctl00_topPane
{
	overflow: visible !important;
}


.StdFontClass
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: arial
}
.stdFontClass13
{
    FONT-SIZE: 13px;
    FONT-FAMILY: arial
}
.stdFontClass12
{
    FONT-SIZE: 12px;
    FONT-FAMILY: arial
}

.HiddenText
{
    
}