/* 	Global Settings */
html, body, div, input, select, textarea, p, table, span
{
    font-family: verdana, arial, helvetica, sans-serif;
}

html, body, div, input, select, textarea, table, td, legend, fieldset, span, p
{
    font-size: 100%;
}

body
{
	min-width: 700px;
	text-align: center;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, form, iframe
{
	margin: 0px;
	padding: 0px;
}

p
{
	padding: 3px;
	margin-bottom: 4px;
}
/* 	End of Tables
	Links */
a, a:link, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
/* 	End of Links
	Forms */
input, textarea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}

.radioAreaUnchecked, .radioAreaChecked 
{
	z-index:  5;
	position:  absolute;
	width:  15px;
	height:  15px;
	cursor:  pointer;
}

.radioAreaUnchecked 
{
	background: url(../images/forms/radio.gif) no-repeat left top;
}

.radioAreaChecked 
{
	background: url(../images/forms/radio.gif) no-repeat left bottom;
}

.checkboxAreaUnchecked, .checkboxAreaChecked 
{
	z-index: 5;
	position: absolute;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.checkboxAreaUnchecked 
{
	background: url(../images/forms/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked 
{
	background: url(../images/forms/checkbox.gif) no-repeat left bottom;
}

.textInput, .textInputHovered, .textInputSml
{
	height: 22px;
	border: none;
	padding-left: 2px;
}

.textInput, .textInputHovered
{
	width: 200px;
	background: url(../images/forms/input.gif) no-repeat left top;
}

.textInputSml
{
	width: 70px;
	background: url(../images/forms/inputSml.gif) no-repeat left top;
}

.textInputHovered 
{
	background-position: left bottom;
}

.textAreaBack
{
	width:  200px;
	height:  133px;
	background:  url(../images/forms/textarea.gif) no-repeat left top;
	padding: 3px 4px;
}

.textArea, .textAreaHovered 
{
	width:  185px;
	height:  116px;
	border:  none;
	padding:  4px 3px 4px 3px;
	white-space: pre;
	background: transparent;
}

.textAreaHovered 
{
	background-position: left bottom;
}

.selectArea 
{
	width: 200px;
	height: 21px;
	background: url(../images/forms/select_bg.gif) repeat-x left top;
}

.selectArea .left 
{
	width: 8px;
	height: 21px;
	float: left;
	background: url(../images/forms/select_left.gif) no-repeat left top;
}

.selectArea .right 
{
	width: 21px;
	height: 21px;
	float: right;
	background: url(../images/forms/select_right.gif) no-repeat left top;
}

.selectArea .right a 
{
	display: block;
	width: 21px;
	height: 21px;
}

.selectArea .right i 
{
	display: none;
}

.selectArea .center 
{
	width: 160px;
	margin-left: 5px;
	margin-right: 20px;
	color: #FFF;
	padding-top: 3px;
}

.optionsDivInvisible, .optionsDivVisible
 {
	position: absolute;
	margin-top: -1px;
	margin-left: 3px;
	width: 172px;
	background: #6f7074;
	padding: 2px;
	z-index: 20;
}

.optionsDivInvisible 
{
	display: none;
}

.optionsDivVisible
{
	display: block;
	margin-top:  1px;
}

.optionsDivVisible p 
{
	margin: 0;
	margin-top: -1px;
	padding: 0;
}

.optionsDivVisible a
 {
	color: #F2F2F2;
	text-decoration: none;
	display: block;
	padding: 1px 4px;
	border: 1px solid #6f7074;
}

.optionsDivVisible a: hover
 {
	color: #FFF;
	background: #5F6062;
	border-color: #cfd0d6;
}

.button
{
	width: 69px;
	height: 26px;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
	cursor: pointer;
	border: none;
	margin-top: 3px;
}

.captcha
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	color: #000;
	width: 70px;
	height: 22px;
	background: url(../images/forms/captchaBack.gif) no-repeat left top;
	text-align: center;
	font-weight: bold;
}

.captchaLoading
{
	width: 200px;
}
/* 	End of Forms
	Images */
img
{
	border: 0px;
}

.mainImg
{
	text-align: right;
	width: 240px;
}

.paddingImg
{
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 6px;
}
/* 	End of Images
	Common */
.floatLeft
{
	float: left;
	clear: right;
}

.floatRight
{
	float: right;
}

.displayNone
{
	display: none;
	visibility: hidden;
}
.clearAll
{
	clear: both;
}

.paddingLeft
{	
	margin-left: 2px;
}

.lightTxt
{
	color: #ccc;
}

.rowHeader
{
	font-weight: bold;
}

.marginBottom15px
{
	margin-bottom: 15px;
}

.alert
{
	font-weight: bold;
	color: #cc0000;
}

.underLine
{
	text-decoration: underline;
}

.borderBottom
{
	border-bottom: solid 1px #fff;
}

.borderRight
{
	border-right: solid 1px #fff;
}

.noJsContainer
{
	position: relative;
	top: 5px;
	overflow: auto;
	height: 450px;
	padding: 2px;
}

.noJsContainer ul
{
	margin: 10px;
}

.noJsContainer li
{
	list-style-type: square;
	margin: 5px;
}

.noJsTextStyles
{
	font-weight: normal;
}

.noJshowTo
{
	background-color: #EEE;
	border: 1px dashed #000;
	margin-bottom: 5px;
	text-align: left;
	padding: 2px;
	color: #333;
	font-weight: normal;
}

/* 	End of Common
	Modal */
#modalScreen
{ 
	position: absolute;
	background-color: transparent;
	left: 0;
	top: 0;
	z-index: 90;
	width: 100%;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	moz-opacity: 0.8;
	opacity: 0.8;
}

.modalwindow
{
	position: absolute;
	visibility: hidden;
	left: 100px;
	background-color: #fff;
	height: 500px;
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=90);
	moz-opacity: 0.9;
	opacity: 0.9;*/
	text-align: left;
	border: outset 1px #000;
	top: 5px;
	left: 5px;
}

.modalControls
{
	padding: 1px;
	text-indent: 3px;
	overflow: hidden;
	width: auto;
	height: 25px;
	text-align: left;	
}

.modalTitle
{
	float: left;
}

.modalClose
{
	float: right;
	cursor: pointer;
}

.modalContent
{
	text-align: left;
	padding: 10px;
	overflow: auto;
	color: #000;
}

.modalProgress
{
	text-align: center;
}
/* 	End of Modal
	Progress Bar */
.progressBarOuterDiv
{
	position: relative;
	visibility: hidden;
	border: 1px solid #000;
	background-color: #fff;
}

.progressBarInnerDiv
{
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: #fff;
}

.progressBarComplete
{
	position: absolute;
	top: 1px;
	left: 1px;
	width: 0px;
}

.progressBarColor
{
	background-color: #000;
}
/* 	End of Progress Bar
	Litebox & Image Gallery Bar */
#lightbox
{
	position: absolute;
	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(../images/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(../images/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover
{
	background: url(../images/lightbox/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;
	color: #666;
}

#imageData #imageDetails
{
	width: 90%;
	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: #4AB5AA;
}

/* Min-Width */
.lbWidth
{ /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
}

* html .lbContent
{ /* IE6 */
	margin-left: -790px;
	position:relative;
}

* html .lbMinWidth
{ /* IE6 */
	padding-left: 790px;
}
	
/* Clearfix */	
.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 */ 
/* Litebox & Image Gallery Bar */
