body{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

A:link{color:#0000ff;text-decoration:none;}
A:visited{color:#0000ff;text-decoration:none;}
A:active{color:#990000;}
A:hover{color:#990000;text-decoration:underline;}

.answer{
	font-size: 12px;
}

.error{
	color: #ff0000;
	font-weight:bold;
}

.highlight{
	color: #ff0000;
}

form {
	display:inline;
}

.deleted_element{
	background-color:#80B1D3;
}

.form_max_width{
	max-width:650px;
}

.front_page_bullet{
	padding-bottom:8px;
}

.get_it_here{font-size:1.3em;font-weight:bold;}

.header_top_left,.header_bottom_left,.header_top_right,.header_bottom_right{
	height:4px;
	width:4px;
}

.header_left_tile{
	background-image:url(http://www.masterwish.com/templates/slick/images/header_left_tile.gif);
	background-repeat:repeat-y;
	width:4px;
}

.header_right_tile{
	background-image:url(http://www.masterwish.com/templates/slick/images/header_right_tile.gif);
	background-position:top right;
	background-repeat:repeat-y;
	width:4px;
}

.header_bottom_tile{
	background-image:url(http://www.masterwish.com/templates/slick/images/header_bottom_tile.gif);
	background-repeat:repeat-x;
	height:4px;
}

.header_top_tile{
	background-image:url(http://www.masterwish.com/templates/slick/images/header_top_tile.gif);
	background-repeat:repeat-x;
	height:4px;
}

.header_text{
	background-color:#eeeeee;
	color:#464F65;
	font-size: 14px;
	font-weight:bold;
}

.header_highlight{
	color:#BCBEC4;
}

input.manage{
	font-size:12px;
	height: 20px;
}

input.small{
	font-size:11px;
	height: 18px;
}

input.tiny{
	font-size:11px;
	height: 17px;
}

.just_print{
	display: none;
}

.paging{
	padding-left: 0;
	margin-left: 0;
	width: 100%;
}

.paging li { display: inline; font-size: 0.7em;}

.paging li.current { font-weight:bold;}

.paging li a{
	padding: 3px 5px;
	background-color: #eee;
	text-decoration: none;
	float: left;
	border: 1px solid #ccc;
	margin:0 3px;
}

.paging li.current a{
	background-color: #D2D6E7;
}

.paging li a:hover{
	background-color: #f4f4f4;
	border: 1px solid #999;
}

.paging li.current a:hover{
	background-color: #C0C4DC;
}

.purchased_element{
	background-color:#B0F1A4;
}

table.paging_links{
	margin: 0px 0px 0px 0px;
}

td.paging_links{
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	font-size: 10px;
	height: 12px;
	margin: 0px 2px;
	padding: 1px;
	width: 12px;
}

td.paging_links_current{
	border: 1px solid #999999;
	background-color: #cccccc;
	font-size: 10px;
	font-weight: bold;
	height: 12px;
	margin: 0px 2px;
	padding: 1px;
	width: 12px;
}

td.not_link{
	font-size: 10px;
	list-style-type: none;
	padding: 1px;
}

td.paging_links:hover{
	background-color: #f5f5f5;
}

ul.h_link_list{
  display: inline;
	margin:0px;
	padding-left:0px;
}

ul.h_link_list li{
  display: inline;
	list-style-type: none;
	margin:0px;
	padding-left:0px;
	padding-right: 2px;
}

ul.v_link_list{
  display: inline;
	margin:0px;
	padding-left:0px;
}

ul.v_link_list li{
	list-style-type: none;
	margin:0px;
	padding-left:0px;
}

div.priority_dot{
	background-image:url(http://www.masterwish.com/templates/slick/images/star_priority_blank.gif);
	display:inline;
	font-size:15px;
	width:15px;
	height:15px;
	cursor:hand;
}

div.priority_star{
	background-image:url(http://www.masterwish.com/templates/slick/images/star_priority.gif);
	display:inline;
	font-size:15px;
	width:15px;
	height:15px;
	cursor:hand;
}

div.priority_text{
	display:inline;
	width:200px;
}

.question{
	font-weight: bold;
}

select.small{
	font-size:11px;
	height: 18px;
}

select.tiny{
	font-size:11px;
	height: 17px;
}

textarea.manage{
	font-size:12px;
}

.small{
	font-size: 11px;
}

.sub_text{
	font-size: 0.68em;
}

.item_image{
	/*width:expression(this.width>this.height?expression(this.width>100?"100px":"auto"):"auto");*/
	border: 1px solid #dddddd;
	max-width: 100px;
	width:expression(this.width>100?100:true);
}

.item_image_small{
	/*width:expression(this.width>this.height?expression(this.width>100?"100px":"auto"):"auto");*/
	border: 1px solid #dddddd;
	max-width: 50px;
	max-height: 50px;
	width:expression(this.width>50?50:true);
}

.success{
	color: #006633;
	font-weight:bold;
}

#error{
	color: #ff0000;
	font-weight:bold;
}

#block_login{
	height: 100px;
	position: absolute;
	right:0px;
	top:0px;
	display: none;
	width:400px;
}

#block_search{
	height: 100px;
	position: absolute;
	right:2px;
	top:0px;
	display: block;
	width:400px;
}

#content{
	font-size: 12px;
	padding: 2px 10px 10px 10px;
}

#data{
	background-color: #999999;
	font-size: 0.7em;
}

#data th{
	background-color: #cccccc;
	font-size: 0.7em;
}

#data .data_1{
	background-color: #eeeeee;
	padding: 2px;
}

#data .data_2{
	background-color: #dddddd;
	padding: 2px;
}

#form{
	position: absolute;
	bottom: 0px;
	right: 1px;
}

#footer{
	font-size: 10px;
	text-align: center;
}

#front_page_block{
	width:220px;
}

#front_page_block .background{
	background-color:#eeeeee;
	border:1px solid #dddddd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	position:relative;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
}

#front_page_block .body{
	background-color:#eeeeee;
	border:1px solid #dddddd;
	font-size: 80%;
	padding: 2px 2px 5px 2px;
	text-indent:20px;
}

#front_page_block .title{
	color:#000000;
	position:relative;
	top:0px;
}

#header_fields{
	font-size: 0.68em;
	text-align: right;
}

#header_links{
	font-size: 0.68em;
	height: 15px;
	padding: 2px 5px 5px 0px;
	text-align: right;
	vertical-align: top;
}

#header_splitter{
	background-color: #1356F4;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	height: 4px;
	width: 100%;
}


#invite{
	text-align: center;
	margin-bottom: 20px;
	vertical-align: top;
	padding: 2px 5px 5px 5px;
	width: 100%;
}

#item,#list,#group,#buddy,#result,.item,.list,.group,.buddy,.result,.block{
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 2px;
	/*width: 650px;*/
	max-width:900px;
	margin-bottom:5px;
}

.small_item{
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 2px;
	margin-bottom:5px;
}

#item_add,#list_add,#group_add,#buddy_add,#result_add,.item_add{
	font-size: 12px;
	max-width: 900px;
}

#item_find_add{
	border: 1px solid #999999;
	margin-bottom: 2px;
	padding: 0px;
	width: 650px;
}

#item_form_bottom,#list_form_bottom,#group_form_bottom,#buddy_form_bottom,#result_form_bottom,.block_bottom{
	background-color: #eeeeee;
	font-size: 11px;
	padding: 2px;
}

#item_form_top,#list_form_top,#group_form_top,#buddy_form_top,#result_form_top,.block_top{
	background-color: #dddddd;
	padding: 2px;
}

#item_manage,#list_manage,#group_manage,#buddy_manage,#result_manage,#generic_manage,#size_info{
	border: 1px solid #DADCE0;
	margin-bottom: 5px;
	padding: 0px;
	width: 650px;
}

#page_header{
	background-color: #eeeeee;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	padding: 2px 0px 2px 2px;
	height:100px;
}

#page_header_item_find{
	background-color: #eeeeee;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	padding: 2px 0px 2px 2px;
	height:130px;
}

#password_reset{
	background-color: #efefef;
	border: solid 1px #999999;
	width:300px;
}

#sidebar_left{
	font-size: 0.8em;
	vertical-align: top;
	padding: 2px 2px 5px 2px;
	width: 130px;
}

#sidebar_panel,#list_panel{
	vertical-align: top;
	padding: 2px 5px 5px 5px;
	width: 100%;
	margin-bottom: 20px;
}

#sidebar_right{
	font-size: 0.7em;
	vertical-align: top;
	padding: 2px 2px 5px 2px;
	width: 1px;
}

#text_page_header{
	font-size: 14px;
	font-weight: bold;
}

#top_bar_links{
	position: absolute;
	right:2px;
	top:0px;
	display: block;
	width:400px;
}

#user_size{
	display: none;
}

#user_welcome{
}

#watermark{
	background-image:url(http://www.masterwish.com/templates/slick/images/watermark_large.gif);
	background-position: top left;
	background-repeat: no-repeat;

}

#wide_block{
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 2px;
	width: 100%;
}

a.tip_link{
	color: #ffffff;
	font-weight: bold;
}

a.tip_thin_link{
	color: #ffffff;
	font-size: 0.9em;
}

.collaborated_list{
	background-color:#D3D9DF;
	border: 1px solid #dddddd;
	padding: 2px;
	/*width: 650px;*/
	max-width:900px;
	margin-bottom:5px;
}

.curved .b1{
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 4px; 
  background:#DADCE0;
  font-size:1px;
}

.curved .b2{
  display:block; 
  overflow:hidden; 
  height:1px; 
  margin:0 2px; 
  background:#eeeeee; 
  border-left:1px solid #DADCE0; 
  border-right:1px solid #DADCE0; 
  font-size:1px;
}

.curved .b3{
  display:block; 
  overflow:hidden; 
  height:1px; 
  background:#eeeeee; 
  border-left:1px solid #DADCE0; 
  border-right:1px solid #DADCE0; 
  margin:0 1px;
  font-size:1px;
}

.curved .body{
  background:#eeeeee; 
  border-left:1px solid #DADCE0; 
  border-right:1px solid #DADCE0;
  padding-left: 3px;
  padding-right: 3px;
}

#autocomplete_choices{
	background-color:#fff;
	border: 1px solid #333333;
	text-align: left;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#autocomplete_choices ul{
	margin:0px;
	padding-left:2px;
}

#autocomplete_choices ul li{
	list-style-type: none;
	margin:0px;
	padding-left:0px;
}

#autocomplete_choices .selected{
	background-color:#eee;
}
