﻿@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* Misc Styles */

/* Photomodule - thumbnail.cfm & thumnail_list.cfm
---------------------------------------------------*/
.thumbborder {
	border:1px solid #CCC;
	padding:4px;
	width:150px;
	height:100px;
}
.thumbborder:hover  {
	border:1px solid #000;
	padding:4px;
	width:150px;
	height:100px;
}
.thumbnail_list img {
	width:150px;
	height:100px;
	border:1px solid #CCC;
}
.thumbnail_list img:hover {
	border:1px solid #000;
}

/* Breadcrumbs
---------------------------------------- */
#breadcrumbs {
	float:left;
	width:100%;
	font-size:0.8em;
	font-weight:normal;
	margin-bottom:15px;
	height:20px;
	border-bottom:2px solid #E7E7E7;
}
.caption {
	float:right;
	background:#E7E7E7;
	padding:5px;
	margin:0 0 5px 10px;
}
.caption img {
	border:solid 2px white;
}

/* ICONS/ARROWS
---------------------------------------- */
.iconArrow {
	background:url(../gfx/arrow.png) no-repeat left;
	padding-left:15px;
}
.iconBack {
	background:url(../gfx/arrowBack.png) no-repeat left;
	padding-left:15px;
}
.iconPrint {
	background:url(../gfx/print.png) no-repeat left;
	padding-left:20px;
}
.iconArchive {
	background:url(../gfx/archive.png) no-repeat left;
	padding-left:20px;
}

/* BOXES (Styles for boxed content)
---------------------------------------- */
.box {
	background:#E7E7E7;
	border-right:#c6c6c6 solid 2px;
	border-bottom:#c6c6c6 solid 2px;
	padding:10px;
	margin:10px 0;
	float:left;
	clear:both;
}
.box span {
	margin:0 5px 0 10px;
}
.boxRounded {
	background:#004C71;
	padding:10px;
	margin:10px 0;
	float:left;
	clear:both;
	color:white;
}

/* TOOLBOX/FIXES (Handy stuff for optimized code)
---------------------------------------- */
img {
	border:none;
	outline:none;
}
.imgStyle {
	border:2px #E7E7E7 solid;
	margin:0 10px 5px 0;
	padding:1px;
	float:left;
}
.imgStyle:hover {
	border:2px #004C71 solid;
}
.imgCrop {
	overflow:hidden;
}
div.hr {
	background:#E7E7E7;
	height:2px;
	margin:0 0 10px 0;
	overflow:hidden;
}
div.hr hr {
  display: none;
}
.floatLeft {float:left}
.floatRight {float:right}

.absmiddle {
	vertical-align: middle;
}
.clear {
	clear:both;
}
.justClearMe {
     clear:both; 
     height:0; 
     margin:0;
     font-size:1px;
     line-height:0px;
}

.selected {
	color:#3399FF;}

.paddingT6 {
	padding-top:6px;}


/* TESTING (Styles for the test-article, delete upon release)
---------------------------------------- */
.cornerTest {
	background: url(../gfx/InBusiness_logo_12px.jpg);
	float:left;
	width:200px;
	height:50px;
	padding:10px;
	color:red;
}
.pngTest {
	background: url(../gfx/sprites/sprites.png) red;
	float:left;
	width:200px;
	height:50px;
	padding:10px;
	color:white;
}
