/* USE FOLLOWING CONVENTION FOR NAMING */
/* CONTROLLER_ACTION_NAME */

* 
{
	margin: 0;
	padding: 0;
	outline:none;
}

html, body{
		height:100%;
}
body 
{
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
}

a 
{
	color:#666666;
	text-decoration: none;	
}

fieldset
{
 	border: 0px;	
}

img
{
	border: 0;
}

/* CONTENT */

#content
{
	position: relative;
	padding: 30px 0px 5px 0px;		
	width: 598px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #f6f7f8;
	min-height: 220px;
    height: auto !important;
    height: 220px;
}

#content h1
{
	margin-bottom: 20px;
	color: #c7cace;
	font-size:26px;
	text-align:center
}

#content h2
{
	margin-bottom: 10px;
	padding-left: 10px;
}

/* FOOTER */

#footer
{
	
	padding-right:5px;
	text-align: right;
	color: #b6b6b6;
	font-style: italic;
  	font-size: 11px;
  	position:absolute;
  	bottom:2px;
  	right:0px;
}

/* USER AREA */

.userarea_wrapper
{
   position: relative;
   width: 610px;
   margin: 10px auto;
}

.userarea_header_top
{
	background: url(../img/header_title_bg.gif) no-repeat;
	height: 31px;
	width: 602px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}

.userarea_header_top h1
{
	font-size: 20px;
}

.userarea_header_bottom
{
	position: relative;
	background: url(../img/header_subtitle_bg.jpg) no-repeat;
	height: 60px;
	width: 602px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	
	
}

.userare_menu
{
	position: absolute;
	background: url(../img/header_menu_bg.gif) no-repeat;
	width: 119px;
	height: 22px;
	top: 0px;
	right: 2px;
}

.userare_menu ul
{
	list-style: none;
	float: right;
}

.userare_menu li
{
	float: left;
	font-size: 11px;
	width: 58px;
	padding-top: 4px;
}

.userare_menu li a
{
	color: #FFFFFF;
}





/* CONTROLLER_ACTION */

.admin_createuser_form
{
	padding-left:15px;	
}

.admin_createuser_form input
{

	width: 140px;
	border: 1px solid #818181;
	margin-top: 2px;
	height: 18px;
	
}

.admin_createuser_form select
{

	width: 140px;
	border: 1px solid #818181;
	margin-top: 2px;
	height: 18px;
	
}


.admin_createuser_form label
{
	display:block;
	margin-top: 10px;

}

.admin_index_login_form ul, .admin_createuser_form ul
{
	list-style:none;
	
}

.admin_index_login_form .form_error, .admin_createuser_form .form_error
{
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;	
	display: block;
	text-align: center;
}

/* Login Controller */


.admin_index_login_form
{
	margin-top: 55px;
	margin-bottom: 100px;
}

.admin_index_login_form .errors
{
	width: 300px;
	color: #f29500;
}	

.admin_index_login_form_username, .admin_index_login_form_password
{
	position: relative;
	width: 598px;
	background-color: #EEF1F3;
	margin-bottom: 1px;
	padding-bottom: 4px;
}

.admin_index_login_form_username_wrapper, .admin_index_login_form_password_wrapper
{
	margin: 0 auto;
	width: 275px;
}

.admin_index_login_form_username label, .admin_index_login_form_password label
{
	float: left;
	width: 120px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 5px;
}

.admin_index_login_form_username input, .admin_index_login_form_password input
{
	width: 150px;
	height: 18px;
	border: 1px solid #818181;
	margin-top: 4px;
	color: #666;
	padding-top: 2px;
}

.admin_index_login_form_submit
{
	margin: 10px auto;
	float: right;
	width: 214px;
}

.admin_index_login_form_submit input
{
	background: url(../img/button_login_bg.gif) no-repeat;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	width: 50px;
}




.admin_createuser_form input
{
	width: 250px;	
}

ul.admin_home_userlist
{
	margin-top:10px;
	margin-bottom:10px;
	list-style:none;
	color: #666666;
	
}

ul.admin_home_userlist li
{
	padding:5px;
	margin-bottom:10px;
	background: #f1f1f1;
	padding-left:15px;
}

.admin_home_customer_username
{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	font-size: 15px;
}

.admin_home_customer_email, .admin_home_customer_account
{
	display:block;
}

.admin_home_customer_email label, .admin_home_customer_account label
{
	font-weight:bold;
}

.admin_home_edit_customer
{
	margin-top: 2px;
}


ul.index_home_widgetlist
{
	margin-top:10px;
	margin-bottom:20px;
	list-style:none;
	
}

/* CONTROLLER: INDEX, ACTION: HOME */

ul.index_home_widgetlist li
{
	padding:5px;
	margin-bottom:10px;
	width:588px;
	background: #eef1f3;
}

.index_home_widget_name, .index_home_reference_name
{
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
    color: #666;
    width: 245px;
    text-align: right;
    padding-top: 4px;
    padding-right: 10px;
}

.index_home_create_widget_btn
{
	background: url(../img/button_bg.gif) no-repeat;
	margin: 0 auto;
	width: 141px;
	height: 20px;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
}

.index_home_create_widget_btn a
{
	color: #FFFFFF;
	font-size:11px;
}

.index_home_create_widget_btn a:visited
{
	color: #FFFFFF;
	font-size:11px;
}

.index_home_widgetlist a
{
	margin-left: 5px;
}

.index_logout_link_wrapper
{
	width: 598px;
}

.index_logout_link_wrapper
{
	text-align: center;	
}

/* FORM */
.form_spacer
{
	margin-top: 50px;	
}



/* WIDGET CONTROLLER */

.admin_createwidget_form
{
	
}

#widget_create_widgetform .errors
{
	color:#e06e19;
	padding-left:82px;
	padding-top:5px;

}

#widget_create_langform .errors
{
	color: #e06e19;	
	padding-left:299px;
	padding-top:5px;
}

#widget_editwidget_form label
{
	font-weight:bold;
}

#widget_editwidget_form .div, .div0
{
	background-color: #999999;
	margin-top: 10px;
	width: 550px;

}

#widget_editwidget_form div.div1
{
	background-color: #666666;
	margin-top: 10px;
}

.widget_create_widget_insert_catname
{
	display: block;
}

#widget_editwidget_form .optional
{
	display: block;
}

#widget_editwidget_form #create
{
	margin-top: 10px;
	border: 1px solid #000000;
}

.widget_title
{
	padding-top:6px;
	padding-bottom: 6px;
	padding-right:10px;
	margin-bottom: 1px;
	background:#EEF1F3;
}

.widget_title label
{
	color:#666;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin-right:4px;
	text-align:right;
	width:90px;
	padding-right:10px;
	padding-left:8px;
	padding-top:4px;
}

.widget_title input
{
	width: 180px;
	border: 1px solid #818181;
	height: 18px;
}

.widget_createwidget_head
{
	background:#EEF1F3;
	width: 100%;
	padding-top: 6px;
	margin-bottom: 1px;
	min-height: 30px;
}

.widget_createwidget_head label
{
	color:#666666;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin-right:4px;
	text-align:right;
	width:90px;
	padding-right:10px;
	padding-left:8px;
	padding-top:4px;
	
}

.widget_createwidget_head #voting
{
	float: left;
}

.widget_createwidget_head p
{
	color:#666666;
	font-size:11px;
	font-weight:bold;
}

.widget_createwidget_head input
{
	width: 140px;
	border: 1px solid #818181;
}


.widget_category_name
{
	float: left;
	width: 225px;
	background-color: #6e6e6e;
	color: #FFFFFF;
	padding: 5px 0px 5px 15px;
	font-weight: bold;
}

.widget_field_typ
{
	float: left;
	width: 300px;
	background-color: #6e6e6e;
	color: #FFFFFF;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
}


.widget_field_typ_lang
{
	float: left;
	width: 250px;
	background-color: #6e6e6e;
	color: #FFFFFF;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
}

.widget_category_name_lang
{
	float: left;
	width: 275px;
	background-color: #6e6e6e;
	color: #FFFFFF;
	padding: 5px 0px 5px 15px;
	font-weight: bold;
	text-align: right;
}


.widget_category_wrapper
{
	border-bottom: 1px solid #FFFFFF;
}

.widget_category_wrapper_lang
{
	border-bottom: 1px solid #FFFFFF;
}

.widget_category_input
{
	float: left;
	background-color: #eef1f3;
	padding-right: 8px;
}

.widget_category_input_lang
{
	float: left;
	background-color: #eef1f3;
	padding-right: 8px;
}

.widget_category_input label
{
	float: left;
	width: 60px;
	padding: 8px 10px 8px 10px;
	color: #666666;
	font-weight: bold;
	background-color: #eef1f3;
	font-size: 11px;
	text-align: right;
}

.widget_category_input input
{
	float: left;
	width: 140px;
	border: 1px solid #818181;
	margin-top: 5px;
	height: 18px;
	
}

.widget_category_input_lang label
{
	float: left;
	width: 279px;
	padding: 8px 10px 8px 10px;
	color: #666666;
	font-weight: bold;
	background-color: #eef1f3;
	font-size: 11px;
	text-align: right;
}

.widget_category_input_lang input
{
	float: left;
	width: 279px;
	border: 1px solid #818181;
	margin-top: 5px;
	height: 18px;
	
}

.widget_cattype_input
{
	padding-top: 0px;
}

.widget_cattype_input label
{
	float: left;
	margin-left: 6px;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	padding-top: 8px;
}

.widget_cattype_input input
{
	float: left;
	width: 20px;
	margin-top: 1px;
}

.widget_priority_select
{
	float: right;
	padding-right: 10px;	
	width: 90px;
}

.widget_delete_category
{
	margin-top: 6px;
	float: right;
	margin-right: 13px;
}

.widget_priority_select label
{
	float: left;
	margin-top: 0px;	
	color: #666666;
	font-weight: bold;
	padding-top: 8px;
	
}

.widget_priority_select select
{
	width: 35px;
	border: 1px solid #818181;
	float: left;
	margin: 5px 4px 2px 5px;	

}

.widget_priority_select .description
{
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	padding-top: 8px;
	
}


.widget_category_input .description
{
	float: left;
	background-color: #F6F7F8;
	margin-left: 8px;
	padding: 8px 10px 7px 16px;
	margin-right: -8px;
}


#fieldset-widget_editwidget_form
{
	width: 300px;
	padding:10px;
	border: 0px;
}

.widget_create_button
{
	width: 292px;
	margin: 0 auto;
}

.widget_create_button input
{
	background: url(../img/button_bg.gif) no-repeat;
	font-family: arial;
	width: 141px;
	height: 27px;
	border: 0px;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	cursor: pointer;
	font-weight: bold;
	padding-bottom:3px;
}

.widget_create_button a
{
	background: url(../img/button_bg.gif) no-repeat;
	font-family: arial;
	padding-top: 6px;
	width: 141px;
	height: 27px;
	border: 0px;
	color: #FFFFFF;
	font-size: 11px;

	display: block;
	text-align: center;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}

.widget_export_wrapper
{
	padding:10px;
}

.widget_limit_wrapper
{
	padding:10px;
}

.widget_export_wrapper textarea
{
	width:570px;	
	height:80px;	
}


.delete_deletewidget_yesno
{
	background-color: #EEF1F3;
	width: 598px;
	height: 26px;
	
}

.delete_deletewidget_yesno_wrapper
{
	margin: 0 auto;
	width: 110px;
}

.delete_deletewidget_yesno_wrapper a
{
	display: block;
	float: left;
	background: url(../img/button_bg_yes_no.jpg) no-repeat;
	width: 50px;
	height: 21px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;

}



/* CREATE REFERENCE */

#reference_create_referenceform{
	background-color:#f6f7f8;
}

#reference_create_referenceform .errors
{
	list-style:none;
	color: #e06e19;	
	padding-left:94px;
	padding-top:5px;
}

.reference_create_map .errors
{
	padding-left:0px !important;
}

.reference_delete_textarea
{
	margin-left: 130px;
	width: 295px;
	margin-bottom: 10px;
}

#reference_create_referenceform label{
	position:relative;
	
}



#reference_create_referenceform label {
	width: 85px;
	display:block;
	float:left;
	color:#666666;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}

#reference_create_referenceform input {
	width: 156px;
	border: 1px solid #B3B3B3;
}


#reference_create_referenceform select {
	width: 158px;
	border: 1px solid #B3B3B3;
}
	
.reference_create_formelement{
	background-color: #EEF1F3;
	padding-left:15px;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:1px;
}

#singleFileupload1, #singleFileupload2{
	margin-top: -18px;
}

.category_input label{
	width: 150px !important;
}

.reference_create_formelement a{
	color:#666666;
	text-decoration:underline;	
}

.reference_create_location
{
	width:280px;
	float:left;
	
}

.reference_create_map
{
	width:314px;
	float:left;
	background-color: #EEF1F3;
	padding-top:7px;
	position:relative
	
}

#map_canvas
{
	width:314x;
	height:285px;	
	overflow:hidden;
	
}

.reference_create_formheader
{
	background-color: #6e6e6e;
	height: 20px;
	padding:5px 0px 0px 5px;
	padding-left:15px;
	color:#fff;
	font-weight:bold;
	width: 535px;
	float: left;
	
	
}

.reference_create_imageright
{
	float:left;
	width: 178px;
	clear:none;
}

.reference_create_imageleft
{
	float:left;
	width:342px;
	clear:none;
}

#reference_create_imagepreview 
{
	list-style:none;
	margin-top:10px;
}



#reference_create_imagepreview li a
{
	float:right;
}


.dojoDndHandle
{
	height:20px;
	width:50px;
	background-color: #ff0000;	
	float:left;
}

#reference_create_imagepreview li input
{	

	float:right;
	float:both;
	width:200px;
	
}

.tundra .dijitTextBox, .tundra .dijitComboBox, .tundra .dijitSpinner, .tundra .dijitTextArea, .tundra .dijitInlineEditor
{
	width:196px !important;
}

.category_input .reference_create_fileupload
{
	width: 330px !important;
}

.reference_create_caption
{
	position:absolute;	
	left:415px;
	top:8px;
}

.reference_create_addressSubmit
{
	position:absolute;	
	top:11px;
	right:4px;
	width:200px !important;	
	
}

.reference_create_submit
{
	background: url(../img/button_bg.gif) no-repeat;	
	color: #fff;
	font-weight:bold;
	width:140px !important;
	height:27px;
	border:0px !important;
	padding-bottom:4px;
	display:block;
	float:left;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin-left:130px;
	font-family: arial;
	font-size: 11px;
	padding-top: 2px;
	
}

a.reference_create_submit
{
	padding-top:7px;
	margin-left:20px;
	font-family: arial;
	font-size: 11px;
}

.reference_create_image_hidden
{
	display:none;		
}


.image_formelement .reference_create_fileupload {
	width:290px !important;
	
	}

/* WEBSITE */

.index_index_website_wrapper
{
	position:relative;
	width: 1000px;
	margin: 0 auto;
	font-family: verdana;
	min-height:100%;
	height:auto !important;
	height: 100%;
}

.index_index_website_header
{
	position: relative;
	background: url(../img/website/website_header_bg.jpg) no-repeat;
	height: 181px;
	margin-bottom: 40px;
}

.index_index_website_mainnavi
{
	position: absolute;
	bottom: 18px;
	width: 1000px;
	padding-left: 100px;
}

.index_index_website_mainnavi ul
{
	list-style-type: none;	
}

ul.index_index_website_mainnavi_left
{
	width: 420px;
	float: left;
}

ul.index_index_website_mainnavi_right
{
	width: 500px;
	float: right;
}
	
.index_index_website_mainnavi li
{
	float: left;
	margin-right: 30px;
}

.index_index_website_mainnavi a
{
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

.index_index_website_content
{
	position: relative;
	padding-left: 100px;
	margin-bottom: 60px;
}

.index_index_website_content_left
{	
	position: relative;
	float: left;
	width: 450px;	
	margin-bottom: 10px;
}

.index_index_website_content_right
{
	float: left;
	width: 300px;

}

.index_index_website_content_right_wrapper
{
	/*
	position: fixed;
	*/
	width: 300px;
	margin-left: 70px;
}

.index_index_website_content_right_top
{
	color: #333333;
	font-size: 11px;
	line-height: 18px;	
	border: 1px solid #d0d0d0;
	padding: 15px;
}

.index_index_website_content_right_bottom
{
	margin-top: 10px;
	background-color: #eeeeee;
	padding-top: 15px;
	padding-left: 15px;
	
}

.index_index_website_content_right_bottom .form_error
{
	color: #FFA722;
	margin: 0px 0px 10px 15px;
	font-size: 11px;
	display: block;
	
}

.admin_createwidget_form .form_error
{
	margin-left: 35px;
	margin-bottom: 10px;
	color: #FFA722;
}

.index_index_website_content_right_bottom_footer
{
	margin-top: 10px;
	padding-left: 15px;
	color: #333333;
	font-size: 11px;
}

.index_index_website_content_right_bottom_footer img
{
	margin-right: 10px;
}


.website_form_interest_input input
{
	border: 1px solid #cfcfcf;
	width: 250px;
	height: 22px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 4px;
	font-size: 11px;
	font-family: verdana;
	color: #666666;
}

.website_form_interest_input_website input
{
	display: none;
	border: 1px solid #cfcfcf;
	width: 250px;
	height: 22px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 4px;
	font-size: 11px;
	font-family: verdana;
	color: #666666;
}

.website_form_interest_input .errors
{
	list-style-type: none;	
	margin: -10px 0px 10px 15px;
	font-size: 11px;
	color: #ffa011;
}


.website_form_interest_textarea textarea
{
	border: 1px solid #cfcfcf;
	width: 250px;
	
	padding-top: 8px;
	padding-left: 4px;
	font-size: 11px;
	font-family: verdana;
	color: #666666;
	margin-bottom: 10px;
}

.website_form_interest_submit input
{
	border: 1px solid #a1a1a1;
	background-color: #cccccc;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	padding: 5px;
	width: 255px;
}


.index_index_website_content_left_navi ul
{
	list-style-image: url(../img/website/website_arrow_right.gif);	
	padding-left: 15px;
}

.index_index_website_content_left_navi li
{
	margin-bottom: 5px;
}

.index_index_website_content_left_navi a
{
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.index_index_website_content_left_text_wrapper
{
	position: relative;
	margin-top: 40px;	
}

.index_index_website_content_left_text
{
	position: relative;
	color: #333333;
	font-size: 11px;
	line-height: 18px;	
	margin-bottom: 30px;
	margin-top: 10px;
	width: 450px;
}

.index_index_website_content_left_text a
{
	color: #FFA011;
}

.index_index_website_content_left_text a:visited
{
	color: #FFA011;
}

.index_index_website_content_left_flash
{

}

.index_index_website_content_left_text ul
{
	list-style-image: url(../img/website/website_arrow_right.gif);	
	padding-left: 15px;
}

.index_index_website_costs_wrapper
{
	width: 420px;
	padding-bottom: 20px;
}

.index_index_website_costs_left
{
	float: left;
	width: 190px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.index_index_website_costs_right
{
	float: left;
	font-weight: bold;
	margin-bottom: 20px;
}

.index_index_website_content_left_footer
{
	position: relative;
	text-align: right;
	border-bottom: 1px dotted #999999;
	padding-bottom: 5px;
}

.index_index_website_content_left_footer a
{
	color: #ffa722;	
	font-weight: bold;
	margin-left: 10px;
}

.index_index_website_footer
{
	position:relative;
	background: url(../img/website/website_footer_bg.gif) no-repeat;
	height:35px;
	margin:-105px auto 0;
	width:1000px;
}

.index_index_website_footer ul 
{
	
	padding-top:12px;
	padding-left: 20px;
	margin-top:70px;
}

.index_index_website_footer ul li 
{
	display:block;
	float:left;
	font-size:11px;
	margin-right:12px;
}

.index_index_website_footer ul li a
{
	color: #000000;
}

.index_index_website_footer ul li a:visited
{
	color: #000000;
}


.colorSelector {
	position: relative;
	width: 35px;
	height: 35px;
	background: url(../img/colorpicker/select2.png) -1px -1px;
	float:left;
	margin-top:-3px;
}
.colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(../img/colorpicker/select2.png) center;
}

.widget_color_formelement
{
	padding-top:6px;
	padding-bottom: 6px;
	padding-right:0px;
	margin-bottom: 1px;
	background:#EEF1F3;
	height:30px;
	float: left;
}

.widget_marker_formelement
{
	padding-top:6px;
	padding-bottom: 6px;
	padding-right:10px;
	margin-bottom: 1px;
	background:#EEF1F3;
	height:40px;
}

.widget_width_heigth_formelement
{
	padding-top:6px;
	padding-bottom: 6px;
	padding-right:10px;
	margin-bottom: 1px;
	background:#EEF1F3;
	height:30px;
}

.widget_width_heigth_formelement label
{
	color:#666;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin-right:4px;
	text-align:right;
	width:150px;
	padding-right:10px;
	padding-left:8px;
	padding-top:8px;
}

.widget_width_heigth_formelement .description
{
	color:#666;
	font-size:11px;
	font-weight:bold;
	padding-top:8px;
}

.widget_language_select
{
	text-align: center;
}

.admin_createwidget_form .widget_tooltip_headline
{
	height: 21px; 
	padding-top: 4px;
	background-color: #EEF1F3; 
	text-align: right; 
	padding-right: 20px;
	background-color: #6E6E6E;
	width: 28px;
	float: left;
}

.admin_addlanguage_form .widget_tooltip_headline
{
	height: 21px; 
	padding-top: 4px;
	background-color: #EEF1F3; 
	text-align: right; 
	padding-right: 20px;
	background-color: #6E6E6E;
	width: 28px;
	float: left;
}

#reference_create_referenceform .widget_tooltip_headline
{
	height: 21px; 
	padding-top: 4px;
	background-color: #EEF1F3; 
	text-align: right; 
	padding-right: 20px;
	background-color: #6E6E6E;
	width: 28px;
	float: left;
}

.widget_width_heigth_formelement input 
{
	border:1px solid #818181;
	float:left;
	height:18px;
	margin-top:5px;
	margin-right: 5px;
}

.widget_aspect_ratio_formelement input
{
	float:left;
	margin-top:10px;
	margin-left:170px;
	margin-right: 10px;
}

.widget_aspect_ratio_formelement .description
{
	color: #666666;
	font-size:11px;
	font-weight: bold;
	padding-top: 10px;
}


.widget_marker_formelement label
{
	color:#666;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin-right:4px;
	text-align:right;
	width:150px;
	padding-right:10px;
	padding-left:8px;
	padding-top:15px;
}

.widget_color_formelement label
{
	color:#666;
	float:left;
	font-size:11px;
	font-weight:bold;
	margin-right:4px;
	width:150px;
	padding-right:10px;
	padding-left:10px;
	padding-top:8px;
	text-align:right;
}

.widget_marker_radios div
{
	float:left;
	padding-right:10px;	
	vertical-align:middle;	
}


.widget_marker_radios input
{
	display:inline;
	width: 20px;	
	vertical-align:middle;	
}

.widget_marker_radios img
{
	vertical-align:middle;	
}

.colorpicker_submit
{
	display:none;
}

/* WIDGET STATISTIC */

.widget_statitic_wrapper
{
	width: 598px;	
}

.widget_statitic_scroll
{
	margin: 0 auto;
	width: 500px;
	overflow: auto;
	margin-bottom: 20px;
	text-align: center;
}

.widget_statitic_wrapper img
{
	
}

.widget_statitic_reference_data
{
	margin: 10px 0px 10px 0px;
}

.widget_statitic_reference_data_label
{
	width: 200px;
	float: left;
	background-color:#EEF1F3;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	padding: 5px 5px 5px 0px;
	text-align:right;
}

.widget_statitic_reference_data_value
{
	width: 370px;
	float: left;
	background-color:#F6F7F8;
	padding: 5px 5px 5px 5px;
	font-size:11px;

}

.widget_statitic_header
{
	background-color: #6e6e6e;
	padding: 5px;
	padding-left: 15px;
	clear: both;
	color: #fff;
	font-weight: bold;
	width: 578px;
}

.widget_statitic_reference_data_value .widget_statitic_footer
{
	position: relative;
	text-align: right;
}

.widget_statitic_footer a 
{
	color: #FFA722;
	font-weight: bold;
	margin-left: 10px;
}

.widget_statitic_error
{
	color: #666666;
}

.widget_add_language
{
	background:#EEF1F3 none repeat scroll 0 0;
	margin-bottom:1px;
	padding-bottom:6px;
	padding-left:10px;
	padding-top:6px;
	width: 588px;
	float: left;
}

.dojoDndAvatar * 
{
	color: #666666;
	font-weight:bold;
	font-size:12px;
	list-style:none;
}

.dojoDndAvatar input 
{
	border: 1px solid #B3B3B3;
	font-weight:normal;		
}
.dojoDndAvatarHeader
{
	display:none;	
}

.tundra .dojoDndItemBefore {
	border-top: 2px solid #818181 !important;
}

.tundra .dojoDndItemAfter {
	border-bottom: 2px solid #818181 !important;
}

.pdfpreview{
	background:#EEF1F3;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	color: #666666;
	position:relative;
	vertical-align:top;
	padding-left:140px;
	
}

.pdfpreview a{
	padding-left:10px;
	vertical-align:top;

}

#logo_preview{
	background:#EEF1F3;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	color: #666666;	
	border-top: 1px solid #F6F7F8;
	min-height: 40px;
	vertical-align:top;
}


.logo_old_upload
{
	float:left;
	position:relative;
	
}

#logo_preview a{
	padding-left:10px;
	vertical-align:top;
	

}

#logo_preview img{

	vertical-align:top;

}

.fileupload_element label{
	width: 120px !important;

	}
	
/* FRONTEND CONTROLLER */

.frontend_index_loadingbar
{
	background: url(../img/loading.gif) no-repeat 50% 50%;
}