/***********************************************  special **********************************************/
.strong{
	font-weight: bold;
}

.center{
	text-align: center;
}


.message{
	color:red;
	font-weight:bold;
	text-align: center;
}

.pager{
 	text-align: center;	
}

.validation_box{
	display: block;
	background-color: #ffeaea;
	border: 1px solid #ff8989;
	color: #ff0000;
	padding: 10px;
	margin-bottom: 10px;		
}

.validation_box ul{
	margin-left: 20px;
	list-style-type: disc;
}

.validation_failed{
	background-color: #ffeaea;
	border: 1px solid #ff8989;
}


/*********************************************** content ************************************************/

#cnt_panel{
    width: 610px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;


}

.content {
    float:left;
    min-height:500px;
    padding:0 15px 0;
    width:555px;
}

.content p{
	margin-bottom: 15px;
	text-align: justify;
}


.cnt_left{
	float: left;
	width: 555px;
	padding: 0px 0px 15px 35px;
	margin-bottom: 15px;
}

.cnt_right{
	float: right;
	width: 345px;
	padding: 0px 35px 15px 0px;
	margin-bottom: 15px;
}


.content a:hover{
	text-decoration: underline;
}

.content > h1{
	display: block;
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	text-indent: 1000px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-position: left;
	background-repeat: no-repeat;
	overflow: hidden;
}

.line{
	position: relative;
	margin-left: 21px;
	width: 944px;
	height: 1px;	
}



/******* unique ******/
.list_box{
	position: relative;
	background-image: url(gallery_button.png);
	background-repeat: no-repeat;
	background-position: left;	
	width: 450px;
	height: 40px;
	margin-left: 45px;
	margin-bottom: 20px;
/*	border: 1px solid #303030; */
	float: left;
	overflow: hidden;
}

.list_box a{
	color: #ffffff;	
}

.list_box p{
	position: absolute;
	left: 50px;
	top: 2px;
    margin: 0px;
}


.gallery_image {
	width: 94px;
	height: 94px;
	text-align: center;
	float: left;
	margin: 10px;
	margin-left: 23px;	
}

.gallery_image img{
	border: 2px solid #eeeeee;
}

.content .gallery_name{
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;	
}

.content .gallery_desc{
	text-align: center;
	font-weight: bold;	
}

/***********************************************  login box ************************************************/

.login_box{
	background-image: url(cnt_login_bg.png);
	width: 284px;
	height: 97px;
	padding: 0px 5px;
    color: #808080;
}

.login_box h4{
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-indent: 30px;
	margin-bottom: 10px;
	margin-left: -5px;
}

.login_input{
	background-image: url(cnt_login_input.png);
	border: 0px;
	width: 177px;
	height: 17px;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 21px;
	text-indent: 4px;
	padding-top: 4px;
}

.login_button{
	margin-top: 15px;
	background-image: url(cnt_login_button.png);
	border: 0px;
	width: 56px;
	height: 21px;
	color: #ffffff;
	cursor: pointer;
}

.login_box a{	
	color: #a7cf38;
	line-height: 20px;
	margin-left: 10px;
	font-size: 10px;
}

.login_box a:hover{
	text-decoration: underline;	
}


