/* CSS Document */

body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	#fontPicker{
		position:absolute;
		width:508px;
		padding-bottom:1px;
		background-color:#FFF;
		border:1px solid #317082;
	}
	
	#fontPicker .fontPicker_topRow{
	height:16px;
		padding-bottom:1px;
		border-bottom:3px double #317082;
		background-color:#E2EBED;
		padding-left:2px;
		color:#FFFFFF;
		
		width: 508px;	/* IE 5.x */
		width/* */:/**/508px;	/* Other browsers */
		width: /**/508px;
		
		height: 20px;	/* IE 5.x */
		height/* */:/**/16px;	/* Other browsers */
		height: /**/16px;
	}
	
	.fontPickerTab_inactive,.fontPickerTab_active{
	
		height:17px;
		padding-left:4px;
		cursor:pointer;	
		
		
	}
	.fontPickerTab_inactive span{
		background-image:url('images/tab_left_inactive.gif');
		color:#FFFFFF;

	}
	
	.fontPickerTab_active span{
		background-image:url('images/tab_left_active.gif');
		color:#000000;

	}
	.fontPickerTab_inactive span, .fontPickerTab_active span{
		line-height:16px;
		font-weight:bold;
		font-family:arial;
		font-size:11px;
		padding-top:1px;
		vertical-align:middle;
		background-position:top left;
		background-repeat: no-repeat;	
		float:left;
		padding-left:6px;
		-moz-user-select:no;
	}	
	.fontPickerTab_inactive img,.fontPickerTab_active img{
		float:left;
	}
	
	#fontPicker .windowSize{
		width:429px;
		height:211px;
		margin-left:1px;
		margin-bottom:1px;
		float:left;
		/* border:1px solid #000; */
		cursor:pointer;
		
		width: 429px;	/* IE 5.x */
		width/* */:/**/429px;	/* Other browsers */
		width: /**/429px;			
	}
	
	#fontPicker .fontPicker_statusBar{
		height:13px;
		padding-bottom:2px;
		
		border-top:3px double #317082;	
		background-color:#E2EBED;
		padding-left:2px;
		clear:both;
		
		width: 409px;	/* IE 5.x */
		width/* */:/**/503px;	/* Other browsers */
		width: /**/503px;	
		
		height: 18px;	/* IE 5.x */
		height/* */:/**/13px;	/* Other browsers */
		height: /**/13px;		
	}
	
	
	.fontPickerCloseButton{
		text-align:center;
		line-height:11px;
		border:1px solid #317082;
		position:absolute;
		right:1px;
		font-size:12px;
		font-weight:bold;
		top:1px;
		padding:1px;
		cursor:pointer;	
		
		width: 13px;	/* IE 5.x */
		width/* */:/**/11px;	/* Other browsers */
		width: /**/11px;
		
		height: 13px;	/* IE 5.x */
		height/* */:/**/11px;	/* Other browsers */
		height: /**/11px;	
	}
	
	
	#fontPicker_statusBarTxt{
		font-size:11px;
		font-family:arial;
		vertical-align:top;
		line-height:13px;

	}
	
		/* Undo some styles from the master stylesheet */
		.checklist li { background: none; padding-left: 0; }
		
		/* CSS for checklists */
		.checklist {
			border: 1px solid #ccc;
			list-style: none;
			height: 12em;
			overflow: auto;
			width: 16em;
		}
		.checklist, .checklist li { margin-left: 0; padding: 1; }
		.checklist label { display: block; padding-left: 25px; text-indent: -25px; padding-top: 4; padding-bottom: 20;}
		.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }
		* html .checklist label { height: 25px; }
		
		/* Checklist 1 */
		.cl1 { font-size: 0.9em; width: 500px; height: 21em;}
		.cl1 .alt { background: #f5f5f5; }
		.cl1 input { vertical-align: middle; }
		.cl1 label:hover, .cl1 label.hover { background: #ddd; color: #000; cursor:pointer;}