.default
{
	font-family: Verdana, Segoe Ui, Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

body
{
	/*font-size: 10pt;*/
	font-size:65.5%;
	font-family: Verdana, Segoe Ui, Tahoma, Arial, sans-serif;
	background-color: #f2f9f9;
}

.label
{
	font-size: 10pt;
}

.label2
{
	font-size: 10pt;
	font-weight: bold;	
}

input[type="radio"]:checked+label
{ 
	font-weight: bold; 
	font-size: 10pt;	
} 

input[type="radio"]+label
{
	font-size: 10pt;
}

/*
td
{
	font-size: 10pt;
}
*/
tr.grid_data a
{
	text-decoration: none;
}

.tree
{
	font-size: 10pt;
}

.grid_header
{
	font-size: 10pt;
	color: black;
	background-color: #a6d4d7;
}

.grid_data
{
	font-size: 10pt;
	color: black;
}

.grid_pager
{
	font-size: 10pt;
	color: #00848D;
}

a
{
	color: #00848d;	
}

.button
{
	border-right: #1c929a 1px solid;
	border-top: #1c929a 1px solid;
	font-size: 10pt;
	border-left: #1c929a 1px solid;
	color: black;
	border-bottom: #1c929a 1px solid;
	background-color: #a6d4d7;
}

.button2
{
	font-family: Verdana, Segoe Ui, Tahoma, Arial, sans-serif; 
	font-size: 1.1em;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #81DAD0;
}

.combo
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10pt;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
}

.edit
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.edit_center
{
	border-bottom: gray 1px solid;
	text-align: center;
	border-left: gray 1px solid;
	border-top: gray 1px solid;
	border-right: gray 1px solid;
}

.grid
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.tab
{
	border-right: #f2f9f9 1px solid;
	border-top: #f2f9f9 1px solid;
	border-left: #f2f9f9 1px solid;
	border-bottom: #f2f9f9 1px solid;
	background-color: #d0eaec;
}

.tab_pane
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.panel
{
	border-right: #00848D 1px solid;
	border-top: #00848D 1px solid;
	border-left: #00848D 1px solid;
	border-bottom: #00848D 1px solid;
}

.toolbar
{
	font-size: 9pt;
	background-color: #D0EAEC;
}

.toolbar:hover
{
	font-size: 9pt;
	background-color: #FFDDB7;
}

.WelcomeBG { background-image: url(welcome2.gif); background-repeat: repeat-x; }

.MenuBG { background-image: url(welcome2.gif); background-repeat: repeat-x; }

.ui-datepicker-trigger 
{
    margin-left : 3px;
    vertical-align : top;
}

object.hiddenObject
{
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-width: 0px;
    max-width: 0px;
    max-height: 0px;
}