@CHARSET "UTF-8";

h2.page_title {
	font-weight: bold;
	font-size:16px;
	color: #F5821F;
}

.input-label {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #F5821F;
	padding: 2px;
	margin: 2px 0px 1px 2px;
}

.formtable td {
	display:table-cell;
	text-align: left;
	vertical-align: top;
}

.formtable h3 {
	font-weight: bold;
	font-size:16px;
	padding:4px 4px 4px 4px;
	border-top:solid 2px black;
    border-bottom:solid 1px #afafaf;
    background-color: teal;
    color: #4F4B6A;
    margin: 2px 0px 2px 0px;
}

/* odd table row */
.re td {
	background-color: white; /*#EAF0F2;*/
	border-bottom:solid 1px #afafaf;
	border-top:solid 1px #afafaf;
}

.viewtable .re td {
	background-color: #EAF0F2;
}

input, textarea, select {
	margin: 1px 2px 2px 3px;
	padding: 2px;
	border:solid 1px #dddddd;
	font-size: 12px;
	font-weight: normal;
	background-color: white;
}

input[type=button], input[type=submit] ,input[type=reset]{
	margin:1px;
	padding: 0px;
	border:solid 1px #444444;
	background-color: buttonface;
	font-size:14pt;
}

input:hover, textarea:hover, select:hover {
	border:solid 1px black;
	background-color: #efefef;
}

input[type=button]:hover , input[type=submit]:hover ,input[type=reset]:hover {
	border:solid 1px black;
	background-color: buttonface;
}

.validation
{
	font-size:11px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.validation ul
{
	display:block;
	margin:5px;
	padding:3px 3px 3px 38px;
	background-color:#FCFBCF; /*#FFF2B2;*/
	border:solid 1px #F8A947; /*#FF655D;*/
	color:#F83A47;
	text-align:left;
	background-image:url(img/ico/warn32.gif);
	background-position:2px;
	background-repeat:no-repeat;
	min-height:40px;
	list-style-type:none;
	list-style-image:none;
}

.validation li
{
	list-style-type:none;
	list-style-image:none;
	vertical-align:top;
	margin:1px;
	display:block;
	padding:1px;
}

.valid
{
	display:block;
	height:20px;
	vertical-align:middle;
	line-height:20px;
	font-size:10px;
	font-weight:normal;
	float:right;
	margin:0px;
	padding: 2px 4px 2px 22px;
	background-image:url(img/ico/bullet_warn.gif);
	background-position:5px;
	background-repeat:no-repeat;
}

.valid2
{
	height:20px;
	vertical-align:middle;
	line-height:20px;
	font-size:10px;
	font-weight:normal;
	margin:0px;
	padding: 2px 4px 2px 22px;
	background-image:url(img/ico/bullet_warn.gif);
	background-position:5px;
	background-repeat:no-repeat;
	display:inline;
}

.thumbs {
	display:block;
	border:solid 1px black;
	float:left;
	width:50px;
	height:50px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
}

.photos {
	display:block;
	border:solid 1px black;
	height:400px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: white;
	padding:0px;
	margin:10px;
}

.photos2 {
	border:solid 1px black;
	padding:5px;
	margin:0px;
	width:250px;
}

.thumbs2 {
	border:solid 1px black;
	padding:2px;
	margin:2px;
}

.photolist {
	padding:5px;
	background-image: url(img/ico/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	width:250px;
	height:200px;
	overflow: visible;
}

.thumblist {
	white-space: nowrap;
	padding: 3px;
	text-align: center;
}

.ac {
	text-align: center;
}

.footbar {
	border-top:solid 2px black;
	background-color: #EAF0F2;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

.footbar a, .buttons a {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	height: 17px;
	min-width:30px;
	overflow:visible;
	white-space:nowrap;
	border:solid 1px #4F4C6B;
	background-color: #848499;
	text-decoration: none;
	color: white;
	padding: 4px 5px 3px 5px;
	margin: 5px;
	background-image: url(img/but_back.jpg);
	background-repeat: repeat-x;
}

.footbar a:hover, .buttons a:hover {
	color:white;
}

