/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow
{
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 12px;
}

.jqmOverlay
{
	background-color: #ffffff;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/*
.jqmAlert
{
	display: none;
	width: 100%;
	position: fixed;
	top: 35%;
}

.jqmcontent
{
	padding-right: 10px;
	padding-left: 10px;
	background: #f1f1f1;
	max-width: 290px;
	padding-bottom: 10px;
	margin: auto;
	width: auto;
	padding-top: 0px;
	height: auto;
	text-align: left;
	border-left: 2px solid #d4d0c8;
	border-top: 2px solid #d4d0c8;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
}

.jqmcontent h1.title
{
	display: inline-block;
	color: #000000;
	font: bold 16px Tahoma, FreeSans;
	margin: 7px 0px 9px 0px;
	padding: 0px 0px 0px 23px;
	background: url(/images/alert.gif) no-repeat left 2px;
}

.jqmcontent .input_container
{
	width: 100%;
	text-align: right;
	margin: 15px 0px 0px 0px;
}

.jqmcontent .okButton
{
	width: 100px;
	font: bold 11px Tahoma, FreeSans;
}

.jqmcontent .content
{	
	color: #000000;
	font: 12px Tahoma, FreeSans;
	background: #ffffff;
	border: 1px dotted #BFBFBF;
	padding: 5px;
}
*/

.jqmAlert
{
	display: none;
	width: 100%;
	position: fixed;
	top: 35%;
}

.jqmcontent
{
	background: #ffffff;
	min-width: 290px;
	max-width: 200px;
	width: 200px;
	margin: auto;
	height: auto;
	text-align: left;
	border: 1px solid #aaaaaa;
	padding: 0px 3px 5px 3px;
}

.jqmcontent div.title
{
	display: block;
	color: #000000;
	font: bold 12px Tahoma, FreeSans;
	margin: 3px 0px 9px 0px;
	padding: 5px 3px 7px 25px;
	background: #d4d4d4 url(/images/alert.gif) no-repeat 5px 5px;
	border: 1px solid #aaaaaa;
}

.jqmcontent .input_container
{
	width: 100%;
	text-align: right;
	border-top: 1px solid #aaaaaa;
	margin: 10px 0px 0px 0px;
	padding: 8px 0px 4px 0px;
}

.jqmcontent .okButton
{
	font: normal 11px Tahoma, FreeSans;
	background: #d4d4d4;
	border: 1px solid #bfbfbf;
	height: 20px;
	padding: 0px 10px 0px 10px;
	margin: 0px 5px 0px 0px;
	cursor: pointer;
}

.jqmcontent .okButton:hover
{
	border: 1px solid #aaaaaa;
}

.jqmcontent .content
{	
	color: #000000;
	font: 12px Tahoma, FreeSans;
	background: #ffffff;
	padding: 5px;
}

.ntfcontent
{
	max-width: 290px;
	padding-bottom: 0px;
	margin: auto;
	width: auto;
	padding-top: 0px;
	height: auto;
	text-align: left;
	background: #eeeeee;
	border-bottom:1px solid #d6dadc;
	background: url(/images/MyNumbers/_alert-header.png) no-repeat left top;
}

.ntfcontent h1.title
{
	display: inline-block;
	color: #000000;
	font: bold 15px Verdana;
	padding:10px 0px 0px 20px;
	background: url(/images/MyNumbers/reminder.png) no-repeat left 11px;
	margin: 5px 0px 5px 10px;
}

.ntfcontent .input_container
{
	text-align: right;
	margin: 15px 0px 0px 0px;
	padding:0px 15px 15px 10px;
	position:relative;
	bottom:-6px;
	background:url(/images/MyNumbers/_alert-footer.png) no-repeat left bottom;
}

.ntfcontent .okButton
{
	width: 100px;
	font: bold 11px Tahoma, FreeSans;
}

.ntfcontent .content
{
	color: #000000;
	font: normal 12px Verdana;
	letter-spacing:0.3pt;
	border: 0px dotted #BFBFBF;
	padding: 10px;
}


/*°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
  clearing a float without additional markup
   http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
