body,table,tr,td,th,img,h1,h2,h3,h4,h5,p,div,form,label {
	margin:0px;
	border:0px;
	padding:0px;
}
input{
	padding:0px;

}
h1,h2,h3,h4,h5{
	margin:6px 0px;
}
table,tr,td{
	border-collapse:collapse;
}
td {
	vertical-align:top;
}
td.nobreak{/*for IE "--" in tables*/
	white-space: nowrap;
}

/* === font =================*/
body,table,tr,td,a,p {
	font-family: "Tahoma", "Arial", "helvetica", sans-serif;
}
.ti_user{
	font-family:"Courier New", Courier, monospace;
}
body {font-size: x-small;}
div.all{font-size: 133%;}
/*
#all_top .ti_sitename {	font-size:140%;}
h1 { font-size: 190%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }
#all_bottom{ font-size:90%;}
table,tr,td,p,div,form{ont-size:100%;}
*/

div#all_bottom{
	font-size:80%;
}

/* positioning */
.clear_both, .clearboth{
	clear:both;
	height:0px;
}

body{
	width:304px;
	margin:auto;
}
div.all{
	width:302px;
	background-color:#f00;
	margin:auto;
}

#all_top .ti_sitename {
	font-weight:600;
	margin-top:2px;
	margin-bottom:2px;
	//display block insert new line for next text
	//but is needed for margin stuff
	//so we add float
	isplay:block;
	loat:left;
}

#all_top div#ti_user{
	display:inline;
	margin-left:10px;
	width:98px;
	order:1px solid #060;

	/*height:58px;*/

}

#breadcrumb{
	border-top:1px solid #000;
	margin:2px 0px;
	font-weight:600;
}
#all_middle_search{
	text-align:right;
	clear:both;
	order:1px solid #ff0;
	order:5px 5px 5px 5px;
	order-top:1px solid #000;
	order-bottom:1px solid #000;
}

form.main_search {
	display:inline;
	margin-right:10px;

}
form.main_search div{
	display:inline;
	order:1px solid #f0f;

}
form.main_search input{
	display:inline;
	order:1px solid #000;
	width:140px;
}
form.main_search input[type=text]{
	idth:180px;//does not work in IE
}
form.main_search input[type=submit]{
	/*width:160px;*///not good for wiki go button
}
form.main_search input.ti_search_button{
	width:58px;
	background-color:#000;
	color:#fff;
	border:solid #000 1px;
}

div#all_middle{
	clear:both;
}

#all_bottom{
	clear:both;
}

#all_bottom .logos img{
	height:32px;
	border:0px;
	margin:2px;
}
#all_bottom img.ti_logo{
	width:24px;
	height:24px;
}

.all_left, .all_center, .all_right {
	loat:left;
	overflow:hidden;
	order:1px solid #fff;
}


#all_middle_ads .all_left {
	width:0px;

}


table.listing th.info{
	width:2.2em;
}
table.listing td{
	padding:2px 0px;
}

/*videos*/
div.content table.listing td.thumbnail{
	text-align:center;

}
/*user*/
table.listing tr td span.editor_first {
	text-align:right;
	display:block;
	float:right;
	idth:160px;
	ackground-color:#ff9;
}

table.listing tr td span.editor_first a{
	font-family:"Courier New", Courier, monospace;
	ackground-color:#ff9;
	font-size:80%;
}


/*location code*/
.ti_location_code{
	background-color:#fff;
	color:#000;
	border:1px solid #000;
	font-family:monospace;
}
.t_location_code:before,
.t_location_code:after
{
	content: ' ';
}

form#contactform textarea{
	width:300px;;
}
/* all.css end ================================= */



#all_top{
	width:300px;
	background-color:#fff;
	color:#000;
	border-bottom:3px solid #000;
}

#all_top a{
	color:#000;
}

div#content{
	background-color:#fff;
	//brder-top:1px solid #fff;
	//otherwise in FF space to beyond table
}

div#all_bottom{
	background-color:#fff;
	width:100%;
	border-top:3px solid #000;
}
div#all_bottom,
div#all_bottom a{
	color:#000;
}


#all_top form#main_search{
	display:none;
}

div#box300{
	width:300px;
	margin:auto;
	background-color:#fff;
}

.reg_cat_selected{
	ackground-color:#009;
	color:#000;
	font-weight:600;
	text-decoration:none;
	
}

fieldset{
	margin:auto;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	padding-left:2px;
	padding-right:0px;
}
fieldset legend{
	font-weight:600;	
}
label {
	display:block;
}
/*
input,
textarea,
select{
	margin:0px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding-left:0px;
	padding-right:0px;
}
*/

input.line{
	width:99%;
	border:1px solid #ccc;
}
form#editform textarea, 
select {
	width:99%;
	border:1px solid #ccc;
}

select {
	font-family:"Courier New", Courier, monospace;
	font-weight:600;
}
/*datetime*/
fieldset.datetime label{
	float:left;
	width:25%;
}
fieldset.datetime input{
	loat:right;
	width:25%;
}

fieldset.location label,
fieldset.name_and_contact label{
	width:100%;
}



fieldset.location label span,
fieldset.name_and_contact label span{
	display:block;
	float:left;
	width:25%;
}
fieldset.location label input,
fieldset.location label select,
fieldset.name_and_contact label input{
	float:none;
	width:74%;
}

// date picker css from kelvinluck.com
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
xxa.dp-choose-date {
	float: left;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(http://www.tango.info/x/png/logos/ti_circle.trans_corn.032x032.png) no-repeat; 
}
xxa.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	/*idth: 140px;
	loat: left;*/
}
