/*
------------------------------
	Impromptu's
------------------------------
mods:
- edited button bg image path
- added em style
- hide close link
- set paragraph line height
*/

.colsJqiclose { display: none; }

.jqifade{
	position: absolute;
	background-color: #333;
}
div.jqi{
	position: absolute;
	width: 300px;
	padding: 10px;
	text-align: left;
	background-color: #d0dEb6;
}
div.jqi .jqiclose{
	float: right;
	margin: -35px -10px 0 0;
	cursor: pointer;
}
div.jqi .jqicontainer{
	padding: 5px;
	font-weight: bold;
	color: #fff;
	background-color: #e0eEc6;
}
div.jqi .jqimessage{
	padding: 10px;
	background-color: #c0cEa6;
}
div.jqi .jqibuttons{
	padding: 5px 0 0 0;
	text-align: center;
}
div.jqi button{
	margin: 0 10px;
	padding: 3px 10px;
}

/* prefix example */
.impromptufade{
	position: absolute;
	background-color: #fff;
}
div.impromptu{
	position: absolute;
	width: 300px;
	padding: 10px;
	text-align: left;
	background-color: #ccc;
}
div.impromptu .impromptuclose{
	float: right;
	margin: -35px -10px 0 0;
	color: #213e80;
	cursor: pointer;
}
div.impromptu .impromptucontainer{
	padding: 5px;
	font-weight: bold;
	color: #fff;
	background-color: #213e80;
}
div.impromptu .impromptumessage{
	padding: 10px;
	background-color: #415ea0;
}
div.impromptu .impromptubuttons{
	padding: 5px 0 0 0;
	text-align: center;
}
div.impromptu button{
	margin: 0 10px;
	padding: 3px 10px;
}

/* columns prefix example */
.colsJqifadewarning .colsJqi{ background-color: #b0be96; }
.colsJqifade{
	position: absolute;
	background-color: #fff;
}
div.colsJqi{
	position: absolute;
	width: 400px;
	padding: 10px;
	text-align: left;
	background-color: #d0dEb6;
}
div.colsJqi .colsJqiclose{
	float: right;
	margin: -35px -10px 0 0;
	color: #bbbbbb;
	cursor: pointer;
}
div.colsJqi .colsJqicontainer{
	height: 160px;
	padding: 5px;
	font-weight: bold;
	color: #fff;
	background-color: #e0eEc6;
}
div.colsJqi .colsJqimessage{
	float: left;
	width: 280px;
	height: 140px;
	padding: 10px;
	background-color: #c0cEa6;
}
div.colsJqi .jqibuttons{
	padding: 5px 0 0 0;
	text-align: center;
}
div.colsJqi button{
	width: 75px;
	margin: 5px 5px 5px 10px;
	padding: 3px 10px;
	font-size: 12px;
	border: 1px solid #777;
	background: #fff url(images/button_bg.jpg) repeat-x 0 0;
}
div.colsJqi button:hover{
	border: solid #aaa 1px;
}

div.colsJqi h4 { margin: 0; font-size: 16pt; font-variant: small-caps; color: #333; border-bottom: 1px solid #999; }
div.colsJqi p { margin: 9px 0; line-height: 1.5em; color: #333; }
 div.colsJqi p strong { font-size: 11pt; color: #000; }
 div.colsJqi p em { font-family: times new roman,arial,helvetica,sans-serif; font-style: normal; font-size: 24pt; color: #c00; }
