/* shared styles between different apps on this site */

/* general */
	img.image_border{
	border:1px solid #A6CFE5;
	padding:2px;
	}
	.blueboxes{
	background-color:#E5F4FB;
	width:215px;
	}
	.blueboxes .box{
	padding:4px 2px 0px 5px;
	border-bottom:1px solid #CFC9CB;
	}
	.blueboxes .boximage{
	width:50px;
	float:left;
	text-align:center;
	}
	.blueboxes .boxdesc{
	width:152px;
	float:right;
	text-align:left;
	height:55px;
	font-size:11px;
	}
	.blueboxes .boxdesc h4{
	margin:0px;
	padding:0px;
	color:#004A7E;
	font-size:12px;
	}
	.blueboxes .boxbutt{
	width:152px;
	float:right;
	text-align:center;
	}
	#topmenu{
	font-size:12px;
	background-color:#FF0000;
	}
	#topmenu a,#topmenu a:link,#topmenu a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}
	#topmenu a:hover{
	text-decoration:underline;
	}
	.float_box{
	float:left;
	text-align:center;
	margin:3px;
	}
	.pagination{
	text-align:center;
	}
/* forms */
	form{
	margin:0px; 
	padding:0px;
	}
	table.fm input,
	table.fm select,
	table.fm textarea{
	font-family:arial;
	font-size:13px;
	padding:2px;
	border:1px solid #CCCCCC;
	}
/* tables */
	table.cc{
	border-collapse:collapse;
	background-color:#E5F4FB;
	}
	table.cc td,table.cc th{
	border-collapse:collapse;
	padding:2px;
	border:1px solid #FFFFFF;
	font-size:12px;
	}
	table.cc td{
	background-color:#E5F4FB;
	}
	table.cc th{
	background-color:#CCCCCC;
	}
	
/* front page */
	#quick_find{
	background-image:url(/themes/webitor/images/quick_find_bg.gif);
	background-repeat:no-repeat;
	width:702px;
	height:132px;
	margin-bottom:10px;
	}
	#quick_find_buttons{
	padding-top:36px;
	text-align:center;
	}
/* body */
	div#body{
	font-size:12px;
	text-align:left;
	margin:13px;
	padding:0px;
	min-height:300px;
	}
	div#body table td{
	font-size:12px;
	}
	div.error{
	border:1px solid #FF6F6F;
	background-color:#ffc53f;
	margin:10px;
	font-size:12px;
	}
	.page_main{
	width:715px;
	float:left;
	}
	.page_right{
	float:right;
	width:218px;
	}
	hr.clear{
	visibility:hidden;
	clear:both;
	height:0px;
	margin:0px;
	}
	h1{
	font-size:19px;
	}
	h2{
	font-size:15px;
	}
