/*
 * Portal Imageworks Stylesheet
 * Copyright 2006
 *
 *
 */

/* GLOBAL STYLES */
 
* {
	font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
}
body {
	font-family: Helvetica, Arial, SunSans-Regular, sans-serif;
}

a { 
	color: #753d54;
	/* color: #b3dc10; */
	text-decoration: none;
}
a.plain {
	color: #666;
}
a:hover { 
	color: #666;
	text-decoration: none;
}

/* PAGE LAYOUT */

body {
	color: #666;
	background-color: #666;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.white {
	color: #666;
	/*  background-color: #fff;  */
	background-color: #f2ece4;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	padding: 15px;
}

#page {
	color: #666;
	/*  background-color: #fff;  */
	background-color: #f2ece4;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 860px;
}

#navbar {
	background-color: #753d54;
	/*  background-color: #b3dc10;  */
	font-size: 12px;
	color: #bbb;
	margin: 0px;
	padding: 6px;
	padding-left: 24px;
	background-image: url(http://www.portalimageworks.com/img/navbar_orange.jpg);
}
#navbar a {
	color: #bbb;
	margin: 0px;
	padding: 0px;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
}
#navbar a:hover {
	color: #fff;
	text-decoration: none;
}
#navbar a.navselect {
	color: #fff;
	text-decoration: none;
}

#content  {
	width:  620px;
	padding: 00px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	height: auto;
	background-image: url(http://www.portalimageworks.com/img/content_bk.jpg);
	background-repeat: repeat-y;
}

#sidebar {
	color: #f5e0b5;
	float: left;
	width: 120px;
	height: 400px;
	padding: 15px;
	padding-left: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	border-right: 1px solid #666;
	background-image: url(http://www.portalimageworks.com/img/sidebar_bk.jpg);
	background-repeat: repeat-y;
}

#extrabar {
	float: right;
	width: 135px;
	padding: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	border-left: 1px solid #666;
}

#footer {
	background-color: #753d54;
	/*  background-color: #b3dc10;  */
	font-size: 12px;
	color: #333;
	margin: 0px;
	background-image: url(http://www.portalimageworks.com/img/navbar_orange.jpg);
	padding-top:0px;
	text-align: center;
	clear: both;
}
#footer, #footer a {
	color: #555;
}
#footer a:hover {
	color: #b3dc10;
}

#date {
	top: 15px;
	padding: 15px;
	width: 730px;
	position: absolute;
	text-align: right;
}

/* LIST STYLES */

ul, ol {
	margin: 0px;
	padding: 0px;
}
ul a, ol a {
	color: #666;
}
ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul li {
	background: transparent url(http://www.portalimageworks.com/img/bullet.gif) no-repeat center left;
	padding-left: 14px;
}

#sidebar ul, #extrabar ul {
	font-size: 12px;
	line-height: 18px;
}
#sidebar ol {
	margin-left: -15px;
}
#extrabar ul {
	margin-left: 15px;
}
#sidebar ul li, #extrabar ul li {
	margin-left: -14px;
}
#sidebar ol li, #extrabar ol li {
	list-style-position: inside;
	font-size: 11px;
}

/* TEXT STYLES */

.heading, .headingruled  {
	color: #753d54;           <!-- color: #b3dc10; -->
	font-size: 16px; 
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.headingruled {
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.heading  {
	margin-bottom: 15px;
}

.title {
	font-size: 16px; 
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.green {
	color: #753d54;           <!-- color: #b3dc10; -->
}

.blockgreen {
	background: #753d54;           <!-- background: #b3dc10; -->
}

.smaller {
	font-size: 90%;
}

.rule {
        height: 0px;
        border-bottom: 1px solid #eee;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

/* CMS STYLES */

.indextable {
}
.indexnavigator {
	font-size: 80%;
}
.indextitle {
	color: #f2ece4;
	/*  color: #ffffff;  */
	background: #666;
	padding-left: 2px;
}

.record {
	background: #f8f8f8;
}

.delete {
	color: #990000;
	background: #ffeeee;
}

.invalid {
	color: #990000;
	background: #ffeeee;
}

.shrinkfit {
	display: table;
}

#toolbar {
	margin: 0px;
	color: #666;
	background: #f2ece4;
	/*	background: #fff; */
	padding: 0.25em 0.5em 0.0em 0.5em;
	font-family: arial, sans-serif;
	clear: none;
	position: absolute;
	z-index: 100;
}
#toolbar a {
	color: #666;
	text-decoration: none;
}
#toolbar a:hover {
	color: #753d54;           <!-- color: #b3dc10; -->
	text-decoration: underline;
}

#bannertools {
	position: absolute;
	text-align:right;
	width: 750px;
	padding: 5px;
	clear: none;
	z-index: 100;
}

#navtools {
	position: absolute;
	text-align:right;
	width: 737px;
	padding: 0px;
	clear: none;
	z-index: 100;
}

#sectiontools {
	clear: both;
}
#sidetools {
	margin: 0px;
	padding: 15px;
	width: 135px;
	float: left;
}
#contenttools {
	float: left;
	padding: 15px;
	margin: 0px;
}
#extratools {
	margin: 0px;
	padding: 15px;
	width: 135px;
	float: right;
}


/*-------------------------------- Submit Form ----------------------------*/

	.contactborder {
		margin-left: 25px;
		margin-right: 25px;
		margin-top: 10px;
		font-family:Verdana, Arial, sans-serif;
		font-size: 7pt;
		color: #FFFFFF;
	}
	
	.contacttext {
		font-family:Verdana, Arial, sans-serif;
		font-size: 8pt;
		color: #6a6a6a;
		font-weight: 400;
		margin-right: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
		text-decoration: none;
		text-align:right;
	}
	
	.smallInput {
		font-family:Verdana, Arial, sans-serif;
		font-size: 8pt; 
		width: 300px;
		color: #6a6a6a;
		background-color: #FFFFFF;
		border: 1px inset #6a6a6a;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	.btnsubmit {
		font-family:Verdana, Arial, sans-serif;
		font-size: 8pt; 
		width: 60px;
		color: #6a6a6a;
		background-color: #FFFFFF;
		margin-top: 10px;
	}



/*  -------------------------------LIGHTBOX 2.0---------------------------- */

#lightbox{
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.portalimageworks.com/img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.portalimageworks.com/img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.portalimageworks.com/img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

	
/*  ------------------------ CMotion Image Gallery ---------------------------- */	
		
#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}	
