@import url('/css/common.css');

body { background-color:#fff; margin:0; padding:0; text-aling:center; }		
.mainwrap { margin:0 auto; text-align:left; width:885px; position:relative; }

.header, .contentarea { padding-bottom:5px; }

.columnleft { width:150px; }
.columnright { width:730px; }

.mainnavigation { background-color:#cdc8b7; margin-bottom:5px; border-top:1px solid #89857b; }
.mainnavigation ul { margin:0; padding:0; list-style:none; }
.mainnavigation ul a { color:#30004a; text-decoration:none; display:block; min-height:10px; height:auto !important; height:10px; padding:5px; border-left:5px solid #cdc8b7; border-bottom:1px solid #89857b; }
.mainnavigation ul a:hover, .mainnavigation ul a.selectednavi { border-left-color:#89857b; background-color:#fff; }

.opinions { background-color:#cdc8b7; padding:10px; }

.subcontent { padding:10px; }
.subcontent .subcolumnleft { width:550px; }
.subcontent .subcolumnright { width:145px; }

.news_current_list .news_rows { padding:3px 0; border-bottom:1px solid #eee; }

/*Form*/
form { margin:0; padding:0; }

.form_content { float:left; padding:20px; width:400px; }
.form_progress { float:left; width:200px; }
.form_progress ul { margin:0; padding:0; list-style:none; }
.form_progress a { text-decoration:none; }

.form_pagetitle, .form_captiontitle { font-size:1.9em; font-family: Trebuchet MS, Arial, Verdana, Tahoma, sans-serif; color:#2D6997; margin:0; padding:5px 0 5px 0;	margin-bottom:10px; line-height:22px; }
.form_captiontitle { font-size:1.4em; }
.form_pagedescription { margin-bottom:5px; }

.form_fatalerror { font-weight: bold; color: #f00; }
.form_fieldrequired { background-color: #DDF0FD; }
.form_fielderror { background-color: #f00; }
.form_fieldlabelrequired { color: #333; }
.form_fieldlabelerror { color: #f00; }
.form_errormessages { color:#c80000; border:1px solid #eee; padding:5px; margin-bottom:10px; background-color:#f8f8f8; }
.form_progress_unfilled a { color: #aaa; }
.form_progress_filled a { color: #666; }
.form_progress_open a { color: #666; font-weight: bold; }
.form_confirmtext { font-size: 13px; }
.form_fieldcontainer, .form_submit, .form_caption, .form_rule { clear: both; }
.form_fieldlabel, .form_fieldinput { float: left; width: 120px; }
.form_fieldlabel { padding: 4px 2px 0 0; }
.form_fieldinput { padding: 3px; }
.form_fieldoption { }

.form_fieldcontainer { border-top:1px solid #eee; }

.form_inputtext { width:200px; }
.form_textarea { width:200px; height:100px; }
.form_submit { border-top:1px solid #eee; padding-top:3px; text-align:right; }
.form_submit input, .login_button { margin:0; padding:1px 2px; border:solid 1px #7A7B74; background-color:#F8F8F8; font-weight:normal; font-size:100%; cursor:pointer; }

.float_left { float:left; }
.float_right { float:right; }
.clear { clear:both; }
