/* clearfix
------------------------------------------------------------------------- */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;  
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

*html .clearfix {
	height: 1%;
}

/* fieldset
------------------------------------------------------------------------- */

fieldset {
	border: none;
}

/* classes
------------------------------------------------------------------------- */

.message {
	color: #E40101;
	font-weight: bold;
}

/* signinrequest
------------------------------------------------------------------------- */

#signinrequest {
	background: #FFFFCC;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 5px;
}

#signinrequest #hello {
	font-size: 1.2em;
	font-weight: bold;
}

/* breadcrumb
------------------------------------------------------------------------- */

#breadcrumb {
	border-bottom: 1px solid #CCC;
	font-size: 0.85em;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* search
------------------------------------------------------------------------- */

#search {
	font-size: 1.1em;
	float: right;
	width: 185px;
}

#search .inputtext {
	float: left;
	width: 150px;
}

#search .inputtextstart {
	color: #999999;
}

#search #searchbtn {
	background: #CCCCCC;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	float: left;
	height: 16px;
	padding: 3px 1px;
	width: 18px;
}

#search #options {
	font-size: 0.8em;
}

#search .smallradio {
	position: relative;
	top: 3px;
}

/* thumbcontainer
------------------------------------------------------------------------- */

.thumbcontainer img {
	background: #FFF;
	border: 1px solid #CCCCCC;
	float: left;
	padding: 4px;
	width: 90px;
}

.thumbcontainer a:hover img {
	border: 1px solid #77A3C8;
}

/* imgcontainer
------------------------------------------------------------------------- */

.imgcontainer img {
	background: #FFF;
	border: 1px solid #CCCCCC;
	float: right;
	padding: 8px;
	width: 250px;
}

.imgcontainer a:hover img {
	border: 1px solid #77A3C8;
}

/* inputsubmit
------------------------------------------------------------------------- */

.inputtext {
	border: 1px solid #999999;
	font-family: Arial,Helvetica,sans-serif;
	padding: 3px 6px;
}

.inputselect {
	border: 1px solid #999999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	padding: 2px;
}

.inputsubmit {
	background: #EEEEEE;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 2px 15px;
}

/* atrpower
------------------------------------------------------------------------- */

#atrpower {
	clear: both;
	margin: 20px 0;
	text-align: right;
}
