/* Tiles */
.tile-holder:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
* html .tile-holder             { zoom: 1; } /* IE6 */
*:first-child+html .tile-holder { zoom: 1; } /* IE7 */

.tile-holder {margin-bottom:10px;}
.tile-holder .tile {float:left;margin:0;width:320px;}
.tile-holder .tile.small {width:300px;}
.tile-holder .tile + .tile {margin:0 0 0 10px;}
.tile-holder .spacer {height:150px;}

	
/* JQI Smooth */

div.jqismooth #modal_contact_email
{
  width: 325px;
  padding: 5px;
  border: 1px solid #ccc;
  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

div.jqismooth p
{
  font-weight: normal;
  line-height: 1em;
}
/*
------------------------------
	Impromptu's
------------------------------
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa; 
}
div.jqi{ 
	width: 300px; 
	position: absolute; 
	background-color: rgb(255,255,255);
	font-size: 11px; 
	text-align: left; 
	border: solid 1px #eeeeee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #333; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #666; 
}
div.jqi .jqibuttons{ 
	text-align: right; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #efefef;
}
div.jqi button{ 
	padding: 3px 10px; 
	margin: 0px 5px 0px 0px; 
	background-color: #333;
	border: none; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #333;
}
div.jqi button.jqidefaultbutton{ 

	background-color: #bc2229;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #333;
}

/*
------------------------------
	impromptu
------------------------------
*/
.impromptuwarning .impromptu{ background-color: #aaaaaa; }
.impromptufade{
	position: absolute;
	background-color: #ffffff;
}
div.impromptu{
    position: absolute;
	background-color: #cccccc;
	padding: 10px; 
	width: 300px;
	text-align: left;
}
div.impromptu .impromptuclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #333;
}
div.impromptu .impromptucontainer{
	background-color: #213e80;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
}
div.impromptu .impromptumessage{
	background-color: #415ea0;
	padding: 10px;
}
div.impromptu .impromptubuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.impromptu button{
	padding: 3px 10px 3px 10px;
	margin: 0 10px;
}

/*
------------------------------
	columns ex
------------------------------
*/
.colsJqifadewarning .colsJqi{ background-color: #b0be96; }
.colsJqifade{
	position: absolute;
	background-color: #ffffff;
}
div.colsJqi{
    position: absolute;
	background-color: #d0dEb6;
	padding: 10px; 
	width: 400px;
	text-align: left;
}
div.colsJqi .colsJqiclose{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #bbbbbb;
}
div.colsJqi .colsJqicontainer{
	background-color: #e0eEc6;
	padding: 5px; 
	color: #ffffff;
	font-weight: bold;
	height: 160px;
}
div.colsJqi .colsJqimessage{
	background-color: #c0cEa6;
	padding: 10px;
	width: 280px;
	height: 140px;
	float: left;
}
div.colsJqi .jqibuttons{
	text-align: center;
	padding: 5px 0 0 0;
}
div.colsJqi button{
	background: url(../images/button_bg.jpg) top left repeat-x #ffffff;
	border: solid #777777 1px;
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	margin: 5px 5px 5px 10px;
	width: 75px;
}
div.colsJqi button:hover{
	border: solid #aaaaaa 1px;
}


/*
*------------------------
*   smooth Ex
*------------------------
*/
.jqismoothfade{ position: absolute; background-color: #333333; }
div.jqismooth{ width: 350px; background-color: #ffffff; border: solid 2px #efefef; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 7px; }
div.jqismooth .jqismoothcontainer{ font-weight: bold; }
div.jqismooth .jqismoothclose{ position: absolute; top: 0; right: 0; width: 18px; cursor: default; text-align: center; padding: 2px 0 4px 0; color: #727876; font-weight: bold; background-color: #efefef; -moz-border-radius-bottomLeft: 2px; -webkit-border-bottom-left-radius: 2px; border-left: solid 1px #e2e8e6; border-bottom: solid 1px #e2e8e6;  }
div.jqismooth .jqismoothmessage{ padding: 10px; line-height: 20px; color: #444444; }
div.jqismooth .jqismoothbuttons{ text-align: right; padding: 5px 0 5px 0; border: none; background-color: #fff; -moz-border-radius-bottomLeft: 2px; -webkit-border-bottom-left-radius: 2px; }
div.jqismooth button{ padding: 3px 10px; margin: 0px 5px 0px 0px; background-color: #efefef; border: solid 1px #ccc; color: #333; font-weight: bold; font-size: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
div.jqismooth button:hover{ background-color: #efefef; }
div.jqismooth button.jqismoothdefaultbutton{ background-color: #efefef; }
.jqismoothwarning .jqismooth .jqismoothbuttons{ background-color: #efefef; }

