/*

xFlow!

Created by Paul Whitrow - www.pwhitrow.com

xFlow! Software License - see xFlow! Software License.html in the xFlow! root directory

*/
html, body 
{
	/*overflow:auto;*/
} 

body {
	background-color:#ffffff;
	text-align:center;
	color:#fff;
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
}

h3.advert
{
	position:absolute;
	top:10px;
	left:10px;
	font-size:8pt;
}

h3.advert a
{
	color:#FFCC00;
	text-decoration:none;
}

h3.advert a:hover
{
	color:#FF6600;
}

/* xflow styles below */

div.xflow{
	background-color:#ffffff;
	width:60%;
	text-align:center;
	margin:2em auto 0em auto;
}

div.xflow a { 
	color:#AEAEAE;
}

div.xflow a:hover{
	color:#FFCC00;
}

div.xflow div.imagebg{
	background-color:#fff;
	position:absolute; 
	top:0px;
	border:none;
}

div.xflow div.imagebg img{
	cursor:pointer;
}

div.xflow .images{
	visibility:hidden;
	z-index:1000;
}

div.xflow .loading{
	font:900 1.2em arial;
	color:#7F7F7F;
	margin:0em auto 0em auto;
	text-align:center;
	z-index:1000;
	background:url(../images/loading.gif) center bottom no-repeat;
	height:100px;
	width:300px;
}

div.xflow .loading p{
	font:100 0.6em arial;
	color:#C1C1C1;
	margin:10px 0px 0px 0px;
}

div.xflow .maintitle{
	font:900 1em arial;
	margin:0em auto 0em auto;
	color:#909090;
}

div.xflow .maindesc{
	font:900 0.6em arial;
	color:#909090;
	width:auto;
}

div.xflow .maindesc a{
	font:900 1em arial;
}

div.xflow .blend{
	color:#000000;
	background-color:#ffffff;
}

div.xflow .captions{
	position:relative; 
	text-align:center;
	z-index:1000;
	height:100px;
	margin:-20px auto 0px auto;
	clear:both;
}

div.xflow .captions p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color :#000 ;
}

div.xflow .captions p em{
	font-size:0.8em;
	margin:0px 0px 0px 0px;
	color:black;
}

div.xflow .captions p a{
	font-size:1em;
}

div.xflow .scrollbar{
	visibility:hidden;
	position:relative; 
	z-index:1000;
	background:#000000 url(../images/barbg.gif) 0 0 repeat-x;
	height:19px;	
	text-align:center;
	margin:-30px auto 0px auto;
}

div.xflow .scrollbar p.slidetext{
	padding:0px 0px 0px 0px;
	margin:0px 0px -13px 0px;
	font:900 0.7em arial;
	position:relative;
	top:2px;
	text-align:center;
}

div.xflow .barleft{
	position:relative; 
	float:left;
	z-index:1001;
	margin:-0px 0px 0px -28px;
	background:#000000 url(../images/barleft.gif) top left no-repeat;
	height:19px;	
	width:32px;	
}

div.xflow .barright{
	position:relative; 
	float:right;
	z-index:1001;
	margin:-0px -48px 0px 0px;
	background:#000000 url(../images/barright.gif) top right no-repeat;
	height:19px;	
	width:50px;	
}

div.xflow .barleft a, .barright a{
	color:#999999;
	font:900 14px arial;
	text-decoration:none;
	outline:none;
}

div.xflow .barleft a{
	position:relative; 
	top:-4px;
	left:-2px;
}

div.xflow .barright a{
	position:relative; 
	top:-4px;
	left:10px;
}

div.xflow .barleft a:hover, .barright a:hover{
	color:#FFCC00;
}

div.xflow .slider{
	position:absolute;
	z-index:1002;
	background-image:url(../images/slider.gif);
	background-repeat:no-repeat;
	width:20px;
	height:19px;	
	top:0px;
}

div.xflow .slider a{
	position:relative; 
	top:-4px;
	left:0px;
	color:#999999;
	font:900 8px arial;
	text-decoration:none;
	outline:none;
}

div.xflow .slider a:hover{
	color:#FFCC00;
}

div.xflow .firstqty,
div.xflow .lastqty{
	color:#999999;
	font:900 9px arial;
	position:relative;
	top:3px;
}

div.xflow .firstqty{
	float:left;
	left:22px;
}

div.xflow .lastqty{
	float:right;
	right:3px;
}

/* overlay */
div.xflow .xflow_overlay{
	position:fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	clear:both;
	float:left;
	z-index:99999999;
	background:transparent url(../images/overlay.png) 0 0 repeat;
	text-align:center;
	margin:0px auto 0px auto;
	padding:150px 0px 0px 0px;
	display:none;
}

div.xflow .xflow_overlay h2{
	padding:0px 0px 60px 0px;
	background:transparent url(../images/loading.gif) center 50px no-repeat;
}

/* viewer styles */

div.xflow .xflow_imageviewer{
	position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	clear:both;
	float:left;
	z-index:1000;
	background:transparent url(../images/overlay.png) 0 0 repeat;
	text-align:center;
	display:none;
	margin:0px auto 0px auto;
}

div.xflow #xflow_viewerimageholder{
    position:relative;
	padding:5px 5px 5px 5px;
	margin:40px auto 0px auto;
	background:#080808 url(../images/bg_main.jpg) center center repeat-y;
	width:auto;
	border:1px solid #595959;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	box-shadow: 5px 5px 5px #111111;
	-moz-box-shadow: 5px 5px 5px #111111;
	-webkit-box-shadow: 5px 5px 5px #111111;
}

div.xflow #xflow_viewermainimage{
	border:1px solid #595959;
}

div.xflow #xflow_viewercode{
	position:absolute;
	bottom:7px;
	left:6px;
	z-index:9000;
}

div.xflow #xflow_viewertext{
}

div.xflow #xflow_viewertext p.alt{
	position:relative;
	font:900 0.8em arial;
	text-align:center;
	z-index:10000;
	clear:both;
	margin:0px auto 0px auto;
	color:#0099CC;
}

div.xflow #xflow_viewertext p.longdesc{
	position:relative;
	font:900 0.7em arial;
	font-style:italic;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	clear:both;
}

div.xflow .xflow_imageviewer p{
	font:100 0.6em arial;
	color:#AAAAAA;
	margin:5px 0px 5px 0px;
	padding:0;
}

div.xflow .xflow_imageviewer a{
	font-weight:bold;
}

div.xflow #xflow_viewercontrols{
	position:absolute;
	z-index:10000;
	top:0px;
	right:0px;
	width:auto;
	text-align:center;
	margin:0px auto 0px auto;
}

div.xflow #xflow_viewerprevimage,
div.xflow #xflow_viewernextimage,
div.xflow #xflow_viewercloseimage{
	position:relative;
	height:25px;
	width:25px;
}

div.xflow #xflow_viewerprevimage{
	background:url(../images/prev.png);
	float:left;
}

div.xflow #xflow_viewerprevimage:hover{
	background-position:0px 25px;
}

div.xflow #xflow_viewernextimage{
	background:url(../images/next.png);
	float:left;
}

div.xflow #xflow_viewernextimage:hover{
	background-position:0px 25px;
}

div.xflow #xflow_viewercloseimage{
	background:url(../images/close.png);
	float:left;
}

div.xflow #xflow_viewercloseimage:hover{
	background-position:0px 25px;
}

div.xflow #viewerLink{
	margin:10px auto 0px auto;
}


/* additional styles for editor files */ 

div.xflow p{
	font:100 0.8em arial;
	color:#AEAEAE;
}

div.xflow p.textleft{
	text-align:left;
}

div.xflow p.returnlink a{
	font:900 1.2em arial;
}

div.xflow hr{
	border:none;
	margin:1em 0em 0.5em 0em;
	height:1px;
	background-color:#15161A;
}

div.xflow form{
	text-align:center;
}

div.xflow form div{
	margin:0px auto 5px auto;
	width:32em;
	text-align:right;
}

div.xflow div.previewimage{
	float:left;
	margin:0em 0em 0em 0em;
	padding:0.6em;
	background:#000000;
	border:1px solid #252525;
	clear:none;
	text-align:center;
	width:120px;
}

div.xflow div.previewimage p{
	text-align:center;
	font-size:0.7em;
	margin:1em 0em 0em 0em;
}

div.xflow label{
	font:100 1em arial;
	float:left;
	color:#858585;
}

div.xflow input,
div.xflow select{
	font:100 1em arial;
	padding:5px 0px 5px 2px;
	color:#353535;
	width:16em;
	border:1px solid #FFCC00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

div.xflow .checkbox{
	width:20px;
}

div.xflow .formmessage{
	font:800 1em arial;
	color:#A6CE4E;
	background:#E5F6D1;
	border-top:0.2em solid #A6CE4E;
	border-bottom:0.2em solid #A6CE4E;
	padding:0.5em 0em 0.5em 0em;
	margin:1em auto 1em auto;
	width:50%;
}

div.xflow .helplayer{
	display:none;
}

div.xflow .instructions{
	font:100 1em arial;
	text-align:center;
	padding:0em 8em 0em 8em;
	margin:1em 0em 4em 0em;
}

div.xflow h3.error{
	font:800 1em arial;
	color:#CF3922;
	background:#F7D9DA;
	border-top:0.2em solid #CF3922;
	border-bottom:0.2em solid #CF3922;
	padding:0.5em 0em 0.5em 0em;
	margin:1em auto 1em auto;
	width:50%;
}

div.xflow fieldset{
	margin:1em;
	padding:1em;
	border:1px solid #4F4F4F;
	background:#080808 url(../images/bg_main.jpg) 0 center repeat-y;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

div.xflow .galleryitem{
	background:#111111;
}

div.xflow fieldset legend{
	margin:1em;
	padding:1em;
	font:800 0.8em arial;
	color:#FFFFFF;
	background-color:#156793;
	border:1px solid #3775E2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

/* help layer styles */

div.xflow div.helpbox{
	padding:0.5em 0em 0.5em 0em;
	margin:0.5em 0em 0.5em 0em;
	text-align:left;
	border-top:0.1em dashed #FFCC00;
	border-bottom:0.1em dashed #FFCC00;
}

div.xflow div.helpbox p{
	font:100 0.8em arial;
	color:#FFCC66;
	padding:0em;
	margin:0em;
}

div.xflow input.helpbutton{
	width:25px;
	background:transparent url(../images/help.png) 0px 0.35em no-repeat;
	color:transparent;
	border:none;
	cursor:pointer;
}

div.xflow input.button{
	font:900 0.8em arial;
	width:128px;
	height:31px;
	text-align:center;
	color:#FFFFFF;
	background:#89B71C url(../images/gen-upload-button.png) 0 0 no-repeat;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

/* main help layer */
div.xflow .xflow_helplayer{
	display:none;
}

div.xflow .xflow_helplayer a{
	color:#111111;
}

div.xflow .xflow_helplayer a:hover{
	color:#0099CC;
}

/* admin links */
div.xflow .adminlinks{
	color:#585858;
	font:900 0.8em arial;
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
}

/* gallery menu */

div.xflow div.gallerymenu
{
	margin:3em auto 1em auto;
	text-align:center;
	width:75%;
	visibility:hidden;
}

div.xflow div.gallerymenu h3
{
	font:900 0.7em arial; 
	margin:0em 0em 0.5em 0em;
	color:#A4A4A4;
}

div.xflow div.gallerymenu ul
{
	list-style:none;
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
}

div.xflow div.gallerymenu ul li
{
	display:inline;	
	margin:0em 0.2em 0em 0.2em;
	padding:0em 0em 0em 0em;
	font-size:1em;
}

div.xflow div.gallerymenu ul li.breaker
{
	margin:0em 0.2em 0em 0.2em;
}

div.xflow div.gallerymenu ul li a
{
	font-size:0.9em;
}

div.xflow div.gallerymenu ul li a.active
{
	color:#FFD941;
}

div.xflow div.gallerymenu ul li a img
{
	height:30px;
}

/* ie fixes/hacks! */

div.xflow .captions p{
	/margin:0px 0px 5px 0px;
}
div.xflow .barleft{
	/margin:1px 0px 0px 0px;
}
div.xflow .barright{
	/margin:1px 0px 0px 0px;
}
div.xflow .barleft a{
	/top:0px;
}
div.xflow .barright a{
	/top:0px;
}
div.xflow .slider a{
	/top:3px;
}
div.xflow .righttrans{
	/margin:-335px 0px 0px 0px;
}
div.xflow .firstqty{
	/left:-7px;
}
div.xflow .lastqty{
	/right:-45px;
}

/* end xflow styles */


