* {
	margin: 0px;
	padding: 0px;
}

body {
	background:#fff url('images/meinphoto_header_line.jpg') repeat-x;
	/*color: #fff;*/
	font: 11px Tahoma;
	text-align: center;
}

a img {
	border: 1px solid #eee;
	padding: 1px;
}

dt
{
	display:none;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
h3 {

	font-family:"Trebuchet MS";
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:8px 0 4px;
	text-transform:uppercase;
}

h3.premium {
	/*background:transparent url(images/premium.gif) no-repeat scroll left center;*/
	padding-left:18px;
	padding-top:12px;
}

/* @group Header */

#header {
	margin: auto auto;
	width: 824px;
	height: 110px;
	background:transparent url(images/meinphoto_header.jpg) no-repeat;
	
}
#main {
	width: 824px;
	/*background:#57768A url('images/main.jpg') repeat-x;*/
	margin: auto auto;
	text-align: left;
	padding-bottom: 25px;
}

#logo {
	float: left;
	padding-top: 30px;
	padding-left: 20px;
}

#steps {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	font-family: "Trebuchet MS";
	padding-top: 10px;
}

#steps_lgout
{
	height: 20px;
	width: 100%;
	color: #006699;
	text-align: right !important;
	font-weight: bold;
}

#steps_lgout a
{
	color: #006699;
	text-decoration: none;
}

#steps_lgout a:hover
{
	color: #0088AA;
}

#steps li {
	float: left;
	list-style-type:none;
}

#steps li a {
	display: block;
	width: 105px;
	height: 20px;
	
	text-align:center;
	font-size: 13px;
	text-transform: uppercase;
	color: #8C8C8C;
}

#steps li a:hover {
	color: #A9A9A9;
	text-decoration: none;
}

#steps li a span {
	font-size: 22px;
	vertical-align: middle;
}

#steps li a#active {
	background: url('images/menu-active.jpg') no-repeat;
	width: 100px;
	height: 46px;
	color: #fff;
	padding-top: 8px;
}

#steps li a#active span {
	font-size: 32px;
	vertical-align: middle;
}
#step_login{
	background: url('images/login_static.gif') no-repeat;	
}

#step_logout{
	background: url('images/logout_static.gif') no-repeat;	
}


#step_login_active{
	background: url('images/login_roll.gif') no-repeat;
}

#step_upload{
	background: url('images/picture_static.gif') no-repeat;
}
#step_upload_active{
	background: url('images/picture_roll.gif') no-repeat;
}

#step_modify{
	background: url('images/modify_static.gif') no-repeat;
}
#step_modify_active{
	background: url('images/modify_roll.gif') no-repeat;
}

#step_send{
	background: url('images/send_static.gif') no-repeat;
}
#step_send_active{
	background: url('images/send_roll.gif') no-repeat;
}


#footer{
	background: url('images/meinphoto_footer.jpg') no-repeat;
	display:block;
	height: 40px;
	text-align: center;
	padding-top: 16px;
	color: #fff;
}
#footer_links{
	display:block;
	text-align: center;
}

#footer_links a{
	padding-right: 10px;
	color: #006699;
}
/* @end */

/* @group Content */

#wide {
	width: 796px;
	margin: 0 auto 0 auto;
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	display: block;
	
}

#container {
	width: 630px;
	display: block;
	margin: 40px auto 0 auto;
}

#left {
	padding-left:5px;
	padding-right:5px;
	height: 300px;
	float: left;
	border-left: 1px solid #82b5d8;
	border-right: 1px solid #82b5d8;
	border-bottom: 1px solid #82b5d8;
	background: url('images/5panel_02.gif') repeat-x;
	color: #1B6AA3;
}

#right {
	width: 300px;
	float: right;
	border: 1px solid #475B6B;
	background-color: #3D4F5D;
}

.button {
	display: block;
	width: 161px;
	height: 23px;
	background: url('images/button.jpg') no-repeat;
	padding-top: 8px;
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	color: #DADADA;
}

.button:hover {
	color: #fff;
	text-decoration: none;
}
.input_button {
	display: block;
	
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	
	padding: 0px; 
	border: none; 
	height:28px;
}

.input_button:hover {
	color: #fff;
	text-decoration: none;
}

#step-left {
	width: 27px;
	height: 96px;
	float: left;
	background: url('images/arrow-left.gif') no-repeat right;
	margin-left: 10px;
	margin-top: 30px;
}

#step-right {
	width: 27px;
	height: 96px;
	float: right;
	background: url('images/arrow-right.gif') no-repeat right;
	margin-right: 10px;
	margin-top: 30px;
}

#step-left:hover,#step-right:hover {
	background-position: left;
}

/* @end */

.error {
	color: #FF6600;
	padding-top: 4px;
	padding-bottom: 4px;
}

.message_error {
	color: #FF6600;
	padding-top: 4px;
	padding-bottom: 4px;
}



ul.errors {
	color: #FF6600;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type:none;
}
.clear {
	clear: both;
}


dl.voting_form {
}

dl.login_form dt {
	padding: 5px;
	text-align: left;
	padding-left: 80px;
}

#submit_login-label
{
	height: 2px;
}

#submit_register-label
{
	height: 2px;
}
	
.panel1_left
{
	width: 2px;
	height: 200px;
	background-image: url('images/2panel_01.gif');
	background-repeat: no-repeat;
	float:left;
}

.panel1_right
{
	width: 2px;
	height: 200px;
	background-image: url('images/2panel_03.gif');
	background-repeat: no-repeat;
	float:left;
}


.panel1_center
{
	width: 790px;
	height: 230px;
	background-image: url('images/2panel_02.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #82b5d8;
	border-right: 1px solid #82b5d8;
	float:left;
}

.panel1_title
{
	height:30px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
}

.panel1_image
{
	height: 140px;
	width: 250px;
	background-image: url('images/upload_image.png');
	background-repeat: no-repeat;
	background-position: center ;
	float:left;
}


.panel1_left
{
	width: 2px;
	height: 200px;
	background-image: url('images/2panel_01.gif');
	background-repeat: no-repeat;
	float:left;
}

.panel1_right
{
	width: 2px;
	height: 200px;
	background-image: url('images/2panel_03.gif');
	background-repeat: no-repeat;
	float:left;
}


.panel1_center
{
	width: 790px;
	height: 200px;
	background-image: url('images/2panel_02.gif');
	background-repeat: repeat-x;
	float:left;
}






.panel2_left
{
	width: 2px;
	height: 250px;
	background-image: url('images/1panel_01.gif');
	background-repeat: no-repeat;
	float:left;
}

.panel2_right
{
	width: 2px;
	height: 250px;
	background-image: url('images/1panel_03.gif');
	background-repeat: no-repeat;
	float:left;
}


.panel2_center
{
	width: 790px;
	height: 250px;
	background-image: url('images/1panel_02.gif');
	background-repeat: repeat-x;
	float:left;
}

.panel2_title
{
	height:40px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
}



.panel3_left
{
	width: 2px;
	height: 530px;
	background-image: url('images/5panel_01.gif');
	background-repeat: no-repeat;
	float:left;
}

.panel3_right
{
	width: 2px;
	height: 530px;
	background-image: url('images/5panel_03.gif');
	background-repeat: no-repeat;
	float:left;
}


.panel3_center
{
	width: 790px;
	height: 530px;
	background-image: url('images/5panel_02.gif');
	background-repeat: repeat-x;
	float:left;
}

.panel3_title
{
	height:40px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
}


.panel6_left
{
	width: 2px;
	height: 75px;
	background-image: url('images/6panel_01.gif');
	background-repeat: no-repeat;
	float:left;
}

.panel6_right
{
	width: 2px;
	height: 75px;
	background-image: url('images/6panel_03.gif');
	background-repeat: no-repeat;
	float:left;
}


.panel6_center
{
	width: 790px;
	height: 75px;
	background-image: url('images/6panel_02.gif');
	background-repeat: repeat-x;
	float:left;
}

.panel6_title
{
	
	color: #26689A;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: uppercase;
}

.panel6_title2
{
	color: #FF0000;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

.panel6_tbl_data
{
	padding-left: 15px;
}

.line1
{
	background-image: url('images/line_back.gif');
	background-repeat: repeat-x;
	height: 29px;
	width: 795px;
	margin-bottom: 10px;
}


#file-label
{
	display: none;	
}

#handy_model-label
{
	display: none;
}

#handy_brand-label
{
	display: none;
}

#handy_brand-element
{
	float: left;
}

#handy_brand-element
{
	float: left;
}

#handy_model_p-label
{
	display: none;
}
#handy_brand_p-label
{
	display: none;	
}

.td_caption
{
	color:#26689A;
	font-weight: bold;
	width: 150px;
}

.butt_blue
{
	background-image: url('images/butt_back.gif');
	background-repeat: repeat-x;
	
	border: 1px solid #006699;
	color: #1B6AA3;
	padding-left: 5px;
	padding-right: 5px;
}

.butt_blue:hover
{
	background-image: url('images/butt_back_hover.gif');
}

.flash_container
{
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	width: 690px;
	margin-left: 45px;
	margin-top: 10px;
}


.category_list
{
	height: 320px;
	width: 180px;
	border: 0px;
}

#handy_content_container
{
	display:block;
	height:320px;
	overflow:auto;
	text-align:left;
	border: 1px solid #000000;
}

.content_preview
{
	float:left;
	padding-left: 10px;
	padding-top: 10px;
}

.content_img
{
	border: 2px solid #FFFFFF;
	cursor: pointer;
}

.content_img:hover
{
	border: 2px solid #FF9900 !important;
	cursor: pointer;
}

.pagger
{
	margin-top: 5px;
	color: #26689A;
	
}

#msg_info
{
	color: #FF0000;
}

.info_message
{
	color: #009900;
	text-align: center;
	padding: 5px;
}

#handy_model-element .errors
{
	display: none;
}

.ad_text
{
	font-size: 13px;
}

.ad_text a
{
 	color: #006699;
}

.text_redBold
{
	color: #FF0000; 
	font-size: 14px; 
	font-weight: bold;
	padding-bottom: 10px;
}

.desc_text
{
	font-size: 13px;
	line-height: 18px;
}

.footer_text
{
	margin-top: 10px;
	font-size: 10px;
	color: #1B6AA3;
	text-align: justify;
}

.footer_text a
{
	color: #1B6AA3;
	text-decoration: underline;
}

.blue_text
{
	color: #1B6AA3;
}

.blue_text a
{
	text-decoration: underline;
}

.fpass
{
	font-weight: bold;
	font-size: 10px;
}

.fpass a
{
	text-decoration: none;
	color: #0000DD;
}

#popup
{
	background-image: url(images/popup/mp_panel.png);	
	background-repeat: no-repeat;
	width: 380px;
	height: 280px;
}

#popu_top
{
	font-weight: bold;
	font-site: 20px;
	color: #006699;
	text-align: center;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 10px;
}

#popu_form
{
	margin-left: 80px;
}

#popu_footer
{
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
}

.butt_cancel_popup
{
	width: 150px;
	height: 20px;
	background-image: url(images/popup/mp_fs_static.gif);	
	background-repeat: no-repeat;
	border: 0px none;
}
