/*
    photocase - we love photography
    Page setup and formatting of common HTML-elements
    Handcrafted by vorderdeck. neue medien (www.vorderdeck.de)
    Created: 2006-08-24
    Last modified: 2006-10-17
    By: iw (iw@vorderdeck.de)
*/

/****** 1.) Body & HTML ***********************************************/
* {
	margin: 0;
	padding: 0;
	color: #58514e;
	font-size: 1em;
	border: 0;
}

html {
  min-height: 100.2%;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:68.75%;
}


/****** 2.) General settings for common elements ***********************************************/
/* a */
a {
  color: #2E9CC0;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.current {
	font-weight: bold;
}

a img {
	border: 0;
}

a.standalone {
	padding-left:12px;
	background: url(../images/linkicon.gif) no-repeat 0 50%;
}

a.standalonepop {
	padding-left:12px;
	background: url(../images/linkiconpop.gif) no-repeat 0 50%;
}

/* p */
p {
	margin-top: 20px;
	line-height: 1.5em;
}

/* h */
h1 {
	font-weight: normal;
	color: #58514E;
	margin: 25px 0 -25px 0;
}

h2 {
  font-size: 1.4em;
	font-weight: normal;
	color: #2E9CC0;
	margin: 25px 0 0 0;
}

h2 label {
	color: #2E9CC0;
	margin-top: 0;
}

h2 img {
    vertical-align: middle;
}

h3 {
	font-weight: normal;
	color: #58514E;
	margin: 2px 0 0 0;
}

h4 {
	font-weight: normal;
	color: #58514E;
	margin: 20px 0 -10px 0;
	font-size: 1.1em;
	color: #2E9CC0;
}

/* ul */
ul {
	margin: 10px 0 20px 15px;
}

ul li {
	line-height: 17px;
	margin-top: 2px;
	
	background: url(../images/listingbullet.gif) no-repeat 0 8px;
}

/*tables*/
table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 16px;
	width: 100%;
	margin-top: 20px;
}

caption {
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	color: #837872;
	background-color: #F4F4E8;
	padding: 40px 10px 4px 10px;
}

th {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #F4F4E8;
	font-weight: normal;
	color: #837872;
	padding: 40px 10px 10px 10px;
	text-align: center;
}

td {
	padding: 10px;
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px dotted #BBBD9B;
	text-align: center;
}

table.withCaption {
	margin-top: 0px;
}

table.withCaption th {
	padding-top: 0px;
}

th.left, td.left {
	text-align: left;
}

td.left .smallThumbnail {
	margin: 0;
}

th.right, td.right {
	text-align: right;
}

th.top, td.top {
	vertical-align: top;
}

th.noWrap, td.noWrap {
	white-space: nowrap;
}

tr.lastElement td {
	border-bottom: 0;
}

td p {
	margin-top: 2px;
}

td.SubEntry {
	padding-left: 20px;
}




/* forms */
form {
	margin-top: 20px;
}

fieldset {
	border: 0;
	margin-top: 20px;
}

label {
	display: block;
	margin: 10px 0 3px 0;
	color: #58514E;
}

textarea, .textareautosize {
	width: 98%; /* in ie width is measured without the border. so if we do 100% here the border is croped by the surrounding div */
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #DDDECD;
	line-height: 1.2em;
}

textarea:focus {
	border: 1px solid #2E9CC0;
}

select {
	width: 98%; /* in ie width is measured without the border. so if we do 100% here the border is croped by the surrounding div */
	border: 1px solid #DDDECD;
}

select option {
  margin: 4px 0 4px 0;
}

select option.topcategory {
  background-color: #DDDDDD;
}


form .halfSize {
  width: 48%;
}

fieldset.inv {
    margin: 0;
    padding: 0;
}

fieldset.inv legend {
    display: none;
}

p.formfieldDescription {
  margin: 5px 0 5px 0;
}




label.withInputAssistant {
  margin-bottom: 6px;
}

label.withInputAssistant a {
	float: right;
	padding: 0 15px 2px 0;
}

.inputImage {
	margin: 20px 0 0 0;
	border: 0;
}

#boxContent #boxLeftColumn .inputImage {
	margin-top: 10px;
}

.inputText {
	width: 98%; /* in ie width is measured without the border. so if we do 100% here the border is croped by the surrounding div */
	padding: 2px;
	border: 1px solid #DDDECD;
}

.inputText:focus {
  border: 1px solid #2E9CC0;
}

.inputText[disabled] {
  border: 1px solid #a2a2a2;
  background-color: #d4d0c8;
  font-style: italic;
}


.Radiobutton {
	vertical-align: middle;
	margin-left: 1px;
}

.RadioLabel {
	vertical-align: middle;
}

.RequiredFormField {
	color: #FF00FF;
}

.RequiredFormFieldLegend {
	float: right;
}

form .left {
  float: left;
  width: 48%;
}

form .right {
  float: left;
  padding-left: 20px;
  width: 48%;
}


.checkboxLong {
  margin-top: 20px;
}

.checkboxLong .Radiobutton {
	float: left;
	margin: 3px 10px 0 0;
}

.checkboxLong p,
.checkboxLong label {
	float: left;
	margin-top: 0;
	line-height: 1.5em;
	width: 90%;
}


.InputDate select {
	width: 76px;
	margin-top: 5px;
}

.InputDate select#UserDateOfBirthYear {
	width: 100px;
}

/*label .UserDateOfBirthDay, label .UserDateOfBirthMonth, label .UserDateOfBirthYear {
	width: 50px;
	margin-top: 5px;
}*/



.CountrySelection, .CountrySelection option{
  padding: 1px 0 1px 22px;
  background-repeat: no-repeat;
  background-position: 2px 50%;
  background-color: white;
}

.CountrySelection {
  padding: 0 0 0 22px;
}



.LanguageSelection, .LanguageSelection option{
  padding: 1px 0 1px 24px;
  background-repeat: no-repeat;
  background-position: 4px 90%;
  background-color: white;
}

.LanguageSelection {
  padding: 0 0 0 20px;
  background-position: 4px 60%;
}



/* default style for html file input */
.inputFile {
	width: 200px;
	padding: 2px;
	border: 1px solid #DDDECD;
}

.inputFile:focus {
  border: 1px solid #2E9CC0;
}


/* styles for custom file inputs */

/* wrapper */
.myFileinput {
	position: relative;
	width: 320px;
	text-align: right;
	white-space: nowrap;
}

.myFileinput .inputFile {
	width: 215px;
	margin-right: 10px;
}

/* to hide the default html file input */
.inputFileHidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}


/* wrapper for the custom file input */
div.inputFileFake {
	position: absolute;
	top: -2px;
	left: 0px;
	z-index: 1;
}

/* custom submit button */
.inputFileFake img {
  position: relative;
  top: 3px;
}










#searchBox {
  position: relative;
  width: 183px;
  padding: 10px 15px 20px 20px;
  margin: 20px 0 0 -20px;
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}

#searchBox #extendedSearch h2 {
  margin-bottom: 5px;
  margin-top: 16px;
  font-size: 11px;
  font-weight: bold;
  color: #645D5B;
}

#searchBox legend {
  display: none;
}

#searchBox label.block {
  display: block;
  margin-bottom: 1px;
}

#searchBox label.inline {
  display: inline;
  color: #CDCED0;
}

#searchBox .inputTextCanvas {
  width: 50px;
  margin-bottom: 5px;
  padding: 2px;
  border: 1px solid #DDDECD;
}

#searchBox select.PhotoResUnit {
  width: 53px;
  margin-bottom: 5px;
  padding: 1px 0;
  border: 1px solid #DDDECD;
}

#searchBox span.x {
  position: relative;
  top: -6px
}

#searchBox li.extSearch {
  background: url(../images/icon-extsearch.gif) no-repeat 0 50%;
}
