html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*background: transparent;*/
}

img { -ms-interpolation-mode: bicubic; } 


body{
  font: 80% 'Tahoma', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
  line-height: 1;
  }

ol, ul{
  margin: 1em 2em;
  line-height: 1.3em; }

li{
  margin: .5em;}

p, pre, table, address{
	margin: 1em 0;
	line-height:1.6;
}

blockquote, q{
  quotes: none;}

/* remember to define focus styles! */
:focus{
  outline: 0;}

/* remember to highlight inserts somehow! */
ins{
  text-decoration: none;}

del{
  text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table{
  border-collapse: collapse;
  border-spacing: 0;
}

a img,:link img,:visited img
{
  border: none;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}



.required{
	color: #FF0000;
	margin: 0 0.5em;
	font-size:85%;
	font-weight:normal;
}

.footer{
  padding: 0.3em 0em 0.3em 0em;
  margin: 0.5em 1em 0.2em 1em;
  border-top: 1px solid #DDDDDD;
  text-align: center;
}


br{letter-spacing:0;}

hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #DDD;
	height: 1px;
	margin:1em 0;
   *margin:0px 0;
	clear: both;
}

.clear
{
  clear: both;
}

.center{
  text-align:center;
}

.left{
  float: left;
}

.right{
  float: right;
}


.user_id, .password, .zip_code, .tel, .mail, .date, .uri{
  ime-mode: disabled;
}

.zip_code{
  width: 6em;
}

.user_id, .password, .name, .states, .city, .tel,/* .price*/{
  width: 12em;
}

.full_name, .address{
  width: 26em;
}

.mail, .uri{
  width: 20em;
}

.gender{
  display: inline;
}

input, textarea
{
  border: 1px solid #DDD;
  padding: .3em;
  margin: 0 .2em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  vertical-align: middle;
  font-size:100%;
}

input.btn{
	background-color:#69aa2a;
	padding:0.5em 1em;
	color: #FFF;
	border: none;
}

input.btn.large{
	padding:0.8em 2em;
	font-size:120%;
	font-weight:bold;
  }

input.btn_image{
  border:none;
  margin:0;
}

input.tags{
  width: 32em;
}

.error{
	color: #FF0000;
	font-weight: bold;
	margin: 0.5em 0;
	line-height: 1.5;
}

h1{
  font-size: 2.5em;
  font-weight: bold;
}

h2{
  font-size: 1.5em;
  font-weight: bold;
}

h3{
  font-size: 1.3em;
}

h4{
  font-size: 1.1em;
}

h5{
  font-size: 0.9em;
}

h6{
  font-size: 0.7em;
}

th{
  font-weight: bold;
}

table, tbody, tfoot, thead, tr, th, td{
 /* padding: 1em;
  border: 1px solid black;*/
}
.radio_list, ul.radio_list *{
  padding: 0.2em;
  margin: 0;
}

ul.checkbox_list{
  list-style: none;
}

ul.error_list{
  list-style: none;
  margin: 0;
}

div#calendar{
  width: 90%;
  margin: auto;
}

div#calendar table
{
  margin: 0 auto;
}

div#calendar table, tbody, tfoot, thead, tr, th, td{
  padding: 0;
  border: 0;
}

div#event_detail{
  border: 1px solid #DDDDDD;
  margin: 1em;
  padding: 1em;
}

div#event_detail, div#schedule_repeat_span, div#schedule_repeat_on{
  display: none;
}

div#schedule_repeat_span, div#schedule_repeat_on{
  margin-left: 2em;
}

div#schedule_repeat_on{
  border-top: 1px solid #DDDDDD;
}

div#schedule_repeat_on > ul.checkbox_list{
  margin: 0;
}

div#schedule_repeat_on > ul.checkbox_list > li{
  display: inline;
}
