/* MODAL WINDOW STYLES */
/* USES JQUERY MODAL PLUGIN */

div.whiteOverlay {
	background-color: #FFFFFF
}

div.jqDrag {
	cursor: move;
}

a.profileWindowTrigger {
	color: blue;
	text-decoration: none
}
a:active.profileWindowTrigger {
	color: blue;
	text-decoration: none
}
a:visited.profileWindowTrigger {
	color: blue;
	text-decoration: none
}
a:hover.profileWindowTrigger {
	color: blue;
	text-decoration: none
}
a.statsWindowTrigger {
	color: blue;
	text-decoration: none
}
a:active.statsWindowTrigger {
	color: blue;
	text-decoration: none
}
a:visited.statsWindowTrigger {
	color: blue;
	text-decoration: none
}
a:hover.statsWindowTrigger {
	color: blue;
	text-decoration: none
}
a.editorWindowTrigger {
	color: blue;
	text-decoration: none
}
a:active.editorWindowTrigger {
	color: blue;
	text-decoration: none
}
a:visited.editorWindowTrigger {
	color: blue;
	text-decoration: none
}
a:hover.editorWindowTrigger {
	color: blue;
	text-decoration: none
}

div.thumbWindowDialog {
	position: fixed;
	display: none;
	top: 17%;
	left: 50%;
	font-family: Arial,Verdana,Helvetica;
	margin-left: -200px;
	width: 400px;
	overflow: hidden
}

div.profileWindowDialog {
	position: fixed;
	display: none;
	top: 17%;
	left: 50%;
	font-family: Arial,Verdana,Helvetica;
	margin-left: -250px;
	width: 500px;
	overflow: hidden
}

div.statsWindowDialog {
	position: fixed;
	display: none;
	top: 5%;
	left: 50%;
	font-family: Arial,Verdana,Helvetica;
	margin-left: -380px;
	width: 760px;
	overflow: hidden
}

#statsContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 500px;
	overflow-y: scroll
}

div.invoicesWindowDialog {
	position: fixed;
	display: none;
	top: 5%;
	left: 50%;
	font-family: Arial,Verdana,Helvetica;
	margin-left: -380px;
	width: 760px;
	overflow: hidden
}

#invoicesContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: auto;
	height: 500px;
	overflow-y: scroll
}

div.editorWindowDialog {
	position: fixed;
	display: none;
	top: 5px;
	left: 50%;
	margin-left: -480px;
	width: 960px
}

div.editorWindowFullDialog {
	position: relative;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	overflow: hidden
}

#editorContent {
	clear: both;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 930px;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden
}

/* Fixed posistioning emulation for IE6 */
* html #thumbWindowDialog {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html #profileWindowDialog {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html #statsWindowDialog {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

* html #editorWindowDialog {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
	background: #d5ff84 url(/cms/images/sprite.gif) repeat-x 0px -82px; 
	color: #528c00;
	padding: 7px 22px 5px 5px;
	font-family: "sans serif", verdana, tahoma, helvetica;
	font-weight: bold;
	* zoom: 1
}

div.jqmdTL {
	background:  url(/cms/images/sprite.gif) no-repeat 0px -41px;
	padding-left: 3px;
}

div.jqmdTR {
	background: url(/cms/images/sprite.gif) no-repeat right 0px;
	padding-right: 3px;
	* zoom: 1
}

/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
	background: url(/cms/images/bc.gif) repeat-x center bottom;
	padding: 7px 7px 7px;
	height: auto;
	overflow: auto
}

div.jqmdBL {
	background: url(/cms/images/bl.gif) no-repeat left bottom;
	padding-left: 7px
}

div.jqmdBR {
	background: url(/cms/images/br.gif) no-repeat right bottom;
	padding-right: 7px;
	* zoom: 1
}

div.jqmdMSG {
	font-size: 12px;
	color: black;
	margin-bottom: 10px
}

/* [[[ Button classes ]]] */
input.jqmdX {
	position: absolute;
	right: 7px;
	top: 4px;
	padding: 0 0 0 19px;
	height: 19px;
	width: 0px;
	background: url(/cms/images/close.gif) no-repeat top left;
	overflow: hidden
}

input.jqmdXFocus {
	background-position: bottom left;
	outline: none
}

div.jqmdBC button, div.jqmdBC input[type="submit"] {
	margin: 8px 10px 4px 10px;
/*	color: #777; */
/*	background-color: #fff; */
	cursor: pointer
}

div.jqmDialog input:focus, div.jqmDialog input.iefocus {
	background-color: #eaffc3
}
