﻿.tblPictures
{
    display: inline;
}
.txtNormal
{
    font-size: 1em;
}
.keyArea
{
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
    font-size: small;
    color: #999999;
    position: relative;
    margin-right: 15px;
}
.navHolder
{
    background-color: #E2E2E2;
    border: 1px solid #CCCCCC;
    display: block;
    padding: 5px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.navHolder a
{
    padding: 2px;
    border: 1px solid #E2E2E2;
    text-decoration: none;
    color: #660033;
}
.navHolder a:hover
{
	color: #660033;
	background-color: #CCCCCC;
}
.navHolder a:visited
{
    color: #660033;
}
.navHolder2
{
    background-color: #E2E2E2;
    border: 1px solid #CCCCCC;
    display: inline-block;
    padding: 5px;
    margin-bottom: 15px;
    float: none;
    width: 100%;
    color: #333333;
}
.navHolder2 a
{
    padding: 2px;
    border: 1px solid #E2E2E2;
    text-decoration: none;
    color: #660033;
}
.navHolder2 a:hover
{
	color: #660033;
	background-color: #CCCCCC;
}
.navHolder2 a:visited
{
    color: #660033;
}
.pictureHolder
{
    display: inline;
}
div.img
{
	margin: 2px;
	height: 265px;
	width: 150px;
	float: left;
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
}
div.img img
  {
	display:inline;
	margin:3px;
	border:1px solid #ffffff;
	position: relative;
	bottom: 0px;
  }
div.img a:hover img
  {
  }
div.desc
{
    text-align: left;
    font-weight: normal;
    width: 120px;
    margin: 2px;
    font-size: 14px;
}
div.desc img
{
    margin: 0px 0px 0px 2px;
}
/*************** Img details structure ***************************/
#imageDetailHolder
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
#imgHolder
{
    padding: 15px 15px 70px 15px;
    width: 600px;
    float: left;
}
#imgRightCol
{
    padding: 15px;
    width: 300px;
    float: left;
}
#imgCentered
{
    margin-left: auto;
    margin-right: auto;
}

#editImageDetailsHolder
{
    padding: 15px;
    float: left;
    width: 930px;
}
.ratingBoxes
{
    margin: 5px 0px 5px 0px;
    border: 1px solid #999999;
    padding: 5px;
    color: #333333;
    background-color: #C0C0C0;
    width: 300px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
}
.ratingCommentBox
{
    margin: 5px 0px 5px 0px;
    border: 1px solid #999999;
    padding: 0px 5px 0px 5px;
    color: #333333;
    background-color: #FFFFFF;
    width: 288px;
    position: relative;
    height: 150px;
}
.ratingSubmit
{
    font: normal normal bold 100%;
    border-style: none;
    margin: 10 0px 10px 0px;
    padding: 5 0px 8 0px;
    color: #FFFFFF;
    background-color: #660033;
    width: 300px;
    position: relative;
    background-image: url('images/btnGrad.gif');
    height: 30px;
    font-weight: bold;
    background-repeat: repeat-x;
}
.commentsIframe
{
    width: 300px;
    height: 500px;
    margin-left: 15px;
}
.textBox
{
    border: 1px dotted #999999;
    padding: 5px;
    width: 400px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.textBoxMultiLine
{
    border: 1px dotted #999999;
    padding: 5px;
    width: 400px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 75px;
}
.textBoxKeywords
{
    border: 1px dotted #999999;
    padding: 5px;
    width: 400px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 75px;
}
#frmHolders
{
    width: 465px;
    float: left;
}
#frmDropDownHolders
{
    width: 150px;
    float: left;
    margin-top: 5px;
    margin-right: 65px;
    margin-bottom: 5px;
}
.frmDropDownHolderWidth
{
    width: 200px;
}
/** hovering text box for declined reasons **/

#declinedReason { 
width: 250px; 
font-size:12px; 
} 
#declinedReason a
{
    text-decoration: none;
    font-weight: bold;
} 
#declinedReason a .box { 
display: none; 
} 
#declinedReason a:hover .box
{
    padding: 10px;
    background-position: #aaa;
    display: block;
    width: 200px;
    border: 5px solid #D2D2D2;
    position: relative;
    background: #aaa;
    background-color: #FFFFFF;
    text-decoration: none;
    z-index: 25;
    font-weight: normal;
    color: #666666;
} 