﻿/* tags */

body
{
	font-family:Calibri,Helvetica,Arial,Sans-Serif;
    font-size: 12px;
}

input
{
	font-family:Calibri,Helvetica,Arial,Sans-Serif;
    font-size: 12px;
}

img
{
	border:0;
}

ol
{
	list-style-type:decimal;
	list-style-position:inside;
}

ul
{
	list-style-type:disc;
	list-style-position:inside;
}

/* end tags */

/* classes */
.hiddentr
{
	display:none;
	visibility:hidden;
}
.large
{
	font-size:24pt;
}

.medium
{
	font-size:16px;
}

.small
{
	font-family:Calibri,Arial,Sans-Serif;
    font-size: 12px;
	line-height:10px;
}

.bold
{
	font-weight:bold;
}

.noDecoration, .noDecoration a
{
	text-decoration:none;
}

.alignRight
{
	text-align:right;
}

.alignLeft
{
	text-align:left;
}

.alignCenter
{
	text-align:center;
}

.alignTop
{
	vertical-align:top;
}

.alignBottom
{
	vertical-align:bottom;
}
.hand
{
	cursor:pointer;
}

.alignMiddle
{
	vertical-align:middle;
}

.button
{
	font-weight:bold;
	cursor:pointer;
}

.smallButton
{
	font-weight:bold;
	cursor:pointer;
}

.wideButton
{
	font-weight:bold;
	cursor:pointer;
}

.button, .button a, .smallButton, .smallButton a, .wideButton, .wideButton a
{
	text-decoration:none;
}

.leftMenuItem
{
	text-align:center;
}

.modalPopupHandle
{
	cursor:move;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
}

.modalPopupResult
{
	font-weight:bold;
}

.DisplayTableDivision
{
	border: 1px solid #000000;
}
.newBTN
{
    border: 2px outset #00A9E0;
    background-color: #00A9E0;
	font-family:Calibri,Helvetica,Arial,Sans-Serif;
    font-size: 12px;
    color: #FFFFFF;
    font-size: 8pt;
    width: 100px;
    height: 35px;
}	
/* end classes */