 #header-language-selector {
	background-color: #FFFFFF; 
	border: 1px solid #D0D0D0; 
	/*display: none;*//* =TODO: does only work as inline style, javascript issue? */
	position: absolute;
	text-align: left;
	width: 160px;
	z-index: 100;
}

#header-language-selector a {
 	color: #646365;
	text-decoration: none;
}

#header-language-selector a:hover {
	text-decoration: underline;
}

#language-select {
	font-size: 1.2em;
}

#language-select li {
	display: block;
	height: 17px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#language-select li a {
	display: block;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	width: 140px;
}

#language-select li a:hover {
	background: #CCCCCC;
	text-decoration: none;
}


.app_panel {
	 height: 100%;
	 width:  100%;
}

.list_tool_button {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10;
}

.form_button {
	font-family: Verdana;
	font-size: 10;
	size: 200px !important;
}

.form_label_text {
	font-family: Verdana;
	font-size: 10;
}

/*
Registration
*/

.regDDTitile {
	width : 35%;
	text-align: right;
	
	color:#777777;
	font-weight:bold;
	padding:0px 15px 0px 0px;
	text-align:right;
	vertical-align:top;
	font-size: 11px;
}

.educLinkShowList {
	width : 35%;
	text-align: right;
	
	color:#777777;
	padding:0px;
	text-align:right;
	vertical-align:top;
	font-size: 11px;
}
.regDD {
	width: 65%;
	text-align: left;
}

SELECT {
	/* styles for select components on registration page */
	width: 190px;
}

select {
	/* styles for select components on registration page */
	width: 190px;
}

H6 {
	color:#45668E;
	font-size:13px !important;
	padding-bottom:3px;
}

.messageWrap {
	background-color:#FFFFFF;
	background-image:url(../images/msgback.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	padding:10px 10px 0px;
}
.infoMessage {
	width: 500px;
	list-style-type:none;
	background-color:#E7F1F9;
	border:1px solid #4C96D4;
	font-size:11px;
	font-weight:bold;
	padding:8px 11px;
}

.infoMessageBox {
	width: 300px;
	list-style-type:none;
	background-color:#E7F1F9;
	border:1px solid #4C96D4;
	font-size:11px;
	font-weight:bold;
	padding:8px 11px;
}

.errorMessage {
	width: 300px;	
	font-size:11px;
	font-weight:bold;	
	color: red;
}

.albumsGridCol1 {
	width: 145px;
}

.albumsGridCol2 {
	width: 400px;
}

.albumsPhotos {
	padding:3px 2px;
	text-align:center;
	vertical-align:middle;
	width:150px;
}

.covercheck {
	background:#F7F7F7 none repeat scroll 0%;
	border:1px solid #CCCCCC;
	padding:1px;
	text-align:left;
	
}

/*photos page*/
.photo {
	background:white none repeat scroll 0% 50%;
	border:1px solid #DAE1E8;
	margin:0px 10px 5px;
	padding:10px;
}
.movedPhoto {
	background-color:#F9F6E7;
	border:1px solid #D4BC4C;
	font-size:11px;
	font-weight:bold;
	margin:0px 10px 10px;
	padding:8px 11px;
	text-align:left;
}

.nextPhoto a:hover {
	background:#45668E none repeat scroll 0%;
	border-bottom:1px solid #45668E;
	border-color:#DAE2E8 rgb(218, 226, 232) rgb(69, 102, 142);
	color:white;
	text-decoration:none;
}

.pic-normal {
	width: 90px;
    border: 2px solid #ACBECE;
}
.wrap1 {
    width:120px;
    height: 70px;
    float: left;
    padding: 15px;            
}

.opinion {
	background-color:#FFFFFF;
	border:1px solid #DAE1E8;
	margin-bottom:10px;
	padding:10px;
}

#noOpinions {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #DDDDDD;
	color:gray;
	font-size:12px;
	margin:10px 15px;
	padding:30px 10px;
	text-align:center;
}

.buttonRow {
	height:21px;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:3px 0px;
	text-align:center;
}

ul.buttonRow li {
	display:inline;
	float:left;
	margin-bottom:4px;
	width:3.5em;
}

ul.buttonRow a {
	background-color:#36638E;
	border-bottom:1px solid #EEEEEE;
	color:#FFFFFF;
	display:block;
	margin:auto 4px auto auto;
	padding:1px 4px;
}

.mandatory {
	color: red;
}

.mandatoryLabel {
	color: red;
	font-weight:bold;
	font-size:11px;
}	

#stats_text {display: none;}
