
.full 		{ width: 100%; }
.almostfull { width: 97%; }
.nineten	{ width: 90%; }
.fivesix	{ width: 83%; }
.threefour	{ width: 72%; }
.twothree 	{ width: 65%; }
.threefive	{ width: 60%; }
.eleventw	{ width: 55%; }
.half		{ width: 47%; }
.fourten	{ width: 40%; }
.onethree 	{ width: 31%; }
.seventwfor	{ width: 29.16777; }
.onefour	{ width: 24%; }
.onesix		{ width: 15.5%; }
.onetwelve	{ width: 8%; }

.dthree		{ height: 85px; }
.dfour		{ height: 120px; }
.d22		{ height: 22px; margin-bottom:2px; }

.inline 	{ display: inline; }
.block 		{ display: block; }

	
.right 		{ float: right; }
.middle		{ float: center; }
.left 		{ float: left; }

.cl 		{ clear: left; }
.cr 		{ clear: right; }
.cb 		{ clear: both; }

.ml10		{ margin-left: 10px; }
.mt10 		{ margin-top: 10px; }
.mb10		{ margin-bottom: 10px; }
.mt5		{ margin-top: 5px; }

.review		{ font-size:12px; font-family: Tahoma; }
.smalltext	{ font-size:11px; color: #888888; }
.bigtext	{ font-size: 17px; font-weight: 900; }
.content 	{ font-family: tahoma; font-size: 13px; }
.cmscontent { font-size: 75%; }
.map		{ width: 500px; height: 300px; margin-bottom:25px; }
/*.required	{ background-color: #ffd9d9; }*/
.e-border	{ border: 1px solid #000000; }
.print		{ width: 468px; }
.divider	{ margin-left: 10px; margin-right: 10px; }
.strong		{ font-weight: 900; }

.clip		{ overflow: hidden; }

.textright 	{ text-align: right; }
.textleft	{ text-align: left; }

 .ui-dialog,
.ui-dialog {
	background-color: #FFFFFF;
}

 .ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-titlebar {
	border-bottom: 1px solid #000000;
	background: #0000ff;
	padding: 0px;
	height: 28px;
	_height: 29px;
}

 .ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

 .ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close {
	width: 16px;
	height: 16px;
	background-color: #0000FF;
	position:absolute;
	top: 6px;
	right: 7px;
	cursor: default;
}

 .ui-dialog .ui-dialog-titlebar-close span,
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

 .ui-dialog .ui-dialog-titlebar-close-hover,
.ui-dialog .ui-dialog-titlebar-close-hover {
	
}

 .ui-dialog .ui-dialog-title,
.ui-dialog .ui-dialog-title {
	margin-left: 5px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px;
	left: 4px;
}

 .ui-dialog .ui-dialog-content,
.ui-dialog .ui-dialog-content {
	margin: 1.2em;
}

 .ui-dialog .ui-dialog-buttonpane,
.ui-dialog .ui-dialog-buttonpane {
	position: absolute;
	bottom: 8px;
	right: 12px;
	width: 100%;
	text-align: right;
}

 .ui-dialog .ui-dialog-buttonpane button,
.ui-dialog .ui-dialog-buttonpane button {
	margin: 6px;
}

/* Dialog handle styles */
 .ui-dialog .ui-resizable-n,
.ui-dialog .ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(i/dialog-n.gif) repeat scroll center top; }

 .ui-dialog .ui-resizable-s,
.ui-dialog .ui-resizable-s { cursor: s-resize; height: 8px; width: 100%; bottom: 0px; left: 0px; background: transparent url(i/dialog-s.gif) repeat scroll center top; }

 .ui-dialog .ui-resizable-e,
.ui-dialog .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-e.gif) repeat scroll right center; }

 .ui-dialog .ui-resizable-w,
.ui-dialog .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; background: transparent url(i/dialog-w.gif) repeat scroll right center; }

 .ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/dialog-se.gif); }

 .ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/dialog-sw.gif); }

 .ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 29px; left: 0px; top: 0px; background: transparent url(i/dialog-nw.gif); }

 .ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 29px; right: 0px; top: 0px; background: transparent url(i/dialog-ne.gif); }
