body {
	font-family: arial, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:url(../images_new/bg_canvas.jpg);
	background-repeat:repeat-x;
}
P {
	margin:0;
}
a{
	outline:none;}
a img{
	border:none;
}
a img{
	border:none;
	outline:none;
}
label {
	font-size:14px;
	font-weight:bold;
}
a:link {
	border:0;
	color:#00729B;
	text-decoration:none;
}
a:visited {
	color:#00729B;
	text-decoration:none;
}
a:active {
	border:0;
	color:#00729B;
	text-decoration:none;
}
a:hover {
	border:0;
	color:#00729B;
	text-decoration:underline
}
a.button {
	display:block;
	text-align:center;
}
a.button:link {
	background-position:0% 0%;
}
a.button:visited {
	background-position:0% 0%;
}
a.button:active {
}
a.button:hover {
	background-position:-100% 0%;
}
a.green {
	width:142px;
	height:20px;
	background-image:url(../images_new/button_green.gif);
	padding:4px 0px;
	font-size:14px;
	margin:4px 0px;
}
.layout_box {
	padding:10px;
	background:#FFFFFF;
	 width:700px;
	 margin:auto;
}
#canvas{
	width:740px;
	}
#widget {
	position:relative;
	left:45px;
	top:0px;
	width:400px;
	min-height:100px;
	margin:20px 0;
	border:solid 2px #DADEE1;
	background-image:url(../images_new/pattern_dundoo.jpg);
	overflow:hidden;
}
#wrapper_widget{
	float:left; width:490px; min-height:620px; background:#FFFFFF;border:8px solid #D1E2F3; margin-bottom:30px;
}
.cell {
	float:left;
	background-color:#ffffff;
	border:solid 1px #ffffff;
	cursor:move;
	z-index:1000;
}
.photo_container {
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
.photo {
	position:absolute;
	left:0px;
	top:0px;
}
#widget .rollover {
	border:solid 1px #FB5555;
}
#widget .dragable {
	cursor:pointer;
}
#widget .selected {
	border:solid 1px #73E219;
}

.photo_selected {
	float:left;	
	margin:0px 10px 5px;
	height:65px;
	width:52px;	
}

.photo_selcontainer{
	border:solid 1px #FFF;
	height:54px;
	width:50px;
}

.photo_selcontainer:hover {
	border:solid 1px #73E219;
}

.photo_selcontainer img{
	height:50px;
	width:50px;
}

.photo_selremove{
	font-size:9px;
	height:11px;
}

#photos_selected{
	width:360px; 
	height:70px; 
	float:left; 
	left:-250px; 
	overflow:hidden;
}

/* tab */

#tab {
	margin:0px 0px 0px 8px;
	list-style:none;
	padding:0;
}
#tab li {
	float:left;
	padding:2px 6px;
	margin:0px 2px 0px 2px;
	border:solid 1px #808080;
	background-color:#F7F7F7;
}
#tab li.focused {
	border:solid 1px #36538F;
	background-color: #6D84B4;
	color:#ffffff;
	font-weight:bold;
}
#tab li a {
	color:#000000;
}
#tab li.focused a {
	color:#ffffff;
}
/* gallery */
#gallery_box{
	float:left; width:490px; min-height:525px; background:#FFFFFF;border:8px solid #D1E2F3; margin-bottom:30px;
	}
#gallery {
	width:490px;
	height:480px;
	/*margin:10px;*/
}
.gallery_item {
}
#gallery .selected {
	display:block;
}
#gallery .photos {
	float:left;
	width:100px;
	height:100px;
}
.line_break {
	clear:both;
}
/* facebook album */

#fb_gallery {
}
#fb_album {
	width:150px;
}
#fromfacebook_list,#frommyspace_list,#frompicasa_list,#fromfriendster_list {
	width:100%;
	height:430px;
	margin:4px 0px 0px 0px;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#ffffff;
}
#fromfacebook_list .photo_item,#frommyspace_list .photo_item,#frompicasa_list .photo_item,#fromfriendster_list .photo_item {
	float:left;
	margin:10px 10px 10px 15px;
	overflow:hidden;
	text-align:center;
}
#fromfacebook_list .photo_item .name,#frommyspace_list .photo_item .name,#frompicasa_list .photo_item .name,#fromfriendster_list .photo_item .name {
	font-size:10px;
	color:#606060;
}
#fromfacebook_list .photo_item img,#frommyspace_list .photo_item img,#frompicasa_list .photo_item img,#fromfriendster_list .photo_item img {
	border:solid 1px #606060;
	padding:2px;
	width:80px;
}
#fromfacebook_list .photo_item a:hover img,#frommyspace_list .photo_item a:hover img,#frompicasa_list .photo_item a:hover img,#fromfriendster_list .photo_item a:hover img {
	border:solid 3px #73E219;
	padding:0px;
}
/* facebook friends */

#fb_friends {
}
#fb_friends_list {
	width:100%;
	height:290px;
	margin:4px 0px 0px 0px;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#ffffff;
}
#fb_friends_list .photo_item {
	float:left;
	margin:10px 10px 10px 15px;
	overflow:hidden;
	text-align:center;
}
#fb_friends_list .photo_item .name {
	font-size:10px;
	color:#606060;
}
#fb_friends_list .photo_item img {
	border:solid 1px #606060;
	padding:2px;
	width:80px;
}
#fb_friends_list .photo_item a:hover img {
	border:solid 3px #73E219;
	padding:0px;
}
/* flickr */

#flickr {
}
#flickr_photo_list {
	display:none;
	width:100%;
	height:430px;
	margin:4px 0px 0px 0px;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#ffffff;
}
#flickr_photo_list .photo_item {
	float:left;
	margin:10px 10px 10px 10px;
	overflow:hidden;
	text-align:center;
}
#flickr_photo_list .photo_item .name {
	font-size:10px;
	color:#606060;
}
#flickr_photo_list .photo_item img {
	border:solid 1px #606060;
	padding:2px;
	width:80px;
}
#flickr_photo_list .photo_item a:hover img {
	border:solid 3px #73E219;
	padding:0px;
}
/* from url */

#fromurl {
}
#fromurl_photo_list{
	width:100%;
	height:430px;
	margin:4px 0px 0px 0px;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#ffffff;
}
#fromupload_photo_list {
	width:100%;
	height:385px;
	margin:4px 0px 0px 0px;
	overflow-x:hidden;
	overflow-y:scroll;
	background-color:#ffffff;
}
#fromurl_photo_list .photo_item,#fromupload_photo_list .photo_item {
	float:left;
	margin:10px 10px 10px 15px;
	overflow:hidden;
	text-align:center;
}
#fromurl_photo_list .photo_item .name,#fromupload_photo_list .photo_item .name {
	font-size:10px;
	color:#606060;
}
#fromurl_photo_list .photo_item img ,#fromupload_photo_list .photo_item img {
	border:solid 1px #606060;
	padding:2px;
	width:80px;
}
#fromurl_photo_list .photo_item a:hover img,#fromupload_photo_list .photo_item a:hover img {
	border:solid 3px #73E219;
	padding:0px;
}
#photobucket {
}
#pagii {
}
/* menu */

.menu {
	width:186px;
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
.wrapper_menu{
	float:left;height:618px; width:186px;border:8px solid #D1E2F3;border-right:none;
	background:#1C69B9 url(../images_new/bg_main.jpg); background-repeat:no-repeat;
}
	
#aligner{
	height:618px;
	}
#selector{
	 height:510px;
	 }
.separa{
	border-top:1px solid #9AB7E2;
	width:168px;
	margin:5px 9px; 	
}
/*
	tracker
*/
#tracker {
	display:none;
	position:absolute;
	left:100px;
	top:100px;
	width:200px;
	height:200px;
	border:dashed 2px #808080;
	cursor:default;
	margin:-2px 0px 0px -2px;
	z-index:100000;
}
#tracker .resizer_ {
	position:absolute;
	width:4px;
	height:4px;
	background-color:#a0ff79;
	border:solid 2px #234721;
	font-size:1px;
}
#tracker .dir_nw {
	left:-6px;
	top:-6px;
	cursor:NW-resize;
}
#tracker .dir_n {
	left:50%;
	top:-6px;
	cursor:N-resize;
	margin:0px 0px 0px -3px;
}
#tracker .dir_ne {
	left:100%;
	top:-6px;
	cursor:NE-resize;
	margin:0px 0px 0px -3px;
}
#tracker .dir_e {
	left:100%;
	top:50%;
	cursor:E-resize;
	margin:-3px 0px 0px -3px;
}
#tracker .dir_se {
	left:100%;
	top:100%;
	cursor:SE-resize;
	margin:-3px 0px 0px -3px;
}
#tracker .dir_s {
	left:50%;
	top:100%;
	cursor:S-resize;
	margin:-3px 0px 0px -3px;
}
#tracker .dir_sw {
	left:-6px;
	top:100%;
	cursor:SW-resize;
	margin:-3px 0px 0px 0px;
}
#tracker .dir_w {
	left:-6px;
	top:50%;
	cursor:W-resize;
	margin:-3px 0px 0px 0px;
}
#tracker .mask_ {
	left:4px;
	top:4px;
	height:100%;
	background-color:#ffffff;
}
/* preset */
#preset {
	height:320px;
	width:164px;
	margin-left:9px; 
	margin-top:5px;
	padding:2px;
	background:#FFFFFF;
}
#preset a.preset_item {
	float:left;
	display:block;
	width:44px;
	height:54px;
	border:solid 1px #B2B2B2;
	margin:4px;
	outline:none;
}
#preset a.preset_item:hover {
	border:solid 1px #73E219;
}
/* throbber */

#throbber {
	position:absolute;
	left:350px;
	top:180px;
	height:44px;
	font-size:14px;
	font-weight:bold;
	color: #606060;
	display: none;
	z-index: 9100000;
}
#throbber .tr_left {
	float:left;
	width:20px;
	height:100%;
	margin:0px;
	background-image:url(../images_new/throbber_bg.gif);
}
#throbber .tr_right {
	float:left;
	height:100%;
	margin:0px 0px 0px 0px;
	background-image:url(../images_new/throbber_bg.gif);
	background-position:top right;
}
#throbber .tr_message {
	margin:6px 20px 0px 0px;
}
#dark_mask {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:3000px;
	background-color:#606060;
	z-index: 9000000;
}
/* quick steps */
#quick_step {
	width:200px;
	background-color: #E7F2F8;
	 width:700px; 
	 height:150px; 
	 float:left;
}
#quick_step .q_step {
	font-size:12px;
	font-weight:bold;
	color:#03366A;
	margin:8px 0px 0px 4px;
}
#quick_step .q_step .sub {
	font-size:11px;
	color:#707070;
	margin:0px 0px 0px 10px;
}
#quick_step .q_step a {
	text-decoration:underline;
}

.clear{
	clear:both;
}

#btn_save img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_getcode.png);
}

#btn_save img:hover{
	background-position:0 -49px;
}

#btn_update img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_updateprofile.png);
}

#btn_update img:hover{
	background-position:0 -49px;
}

#btn_shuffle img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_shuffle.png);
}

#btn_shuffle img:hover{
	background-position:0 -49px;
}

#btn_clear img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_clear_all.png);
}

#btn_clear img:hover{
	background-position:0 -49px;
}

#tab_add img{
	width:136px;
	height:60px;
	background:url(../images_new/bt_add_image.png);
}

#tab_add img:hover, a#tab_add.selected img{
	background-position:0 -60px;
}

#tab_template img{
	width:136px;
	height:60px;
	background:url(../images_new/bt_apply_template.png);
}

#tab_template img:hover, a#tab_template.selected img{
	background-position:0 -60px;
}

#btn_fromupload img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_upload.png);
}

#btn_fromupload img:hover, a#btn_fromupload.selected img{
	background-position:0 -49px;
}

#btn_fromurl img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_internet.png);
}

#btn_fromurl img:hover, a#btn_fromurl.selected img{
	background-position:0 -49px;
}

#btn_fromfacebook img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_facebook.png);
}

#btn_fromfacebook img:hover, a#btn_fromfacebook.selected img{
	background-position:0 -49px;
}

#btn_frommyspace img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_myspace.png);
}

#btn_frommyspace img:hover, a#btn_frommyspace.selected img{
	background-position:0 -49px;
}

#btn_fromfriendster img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_friendster.png);
}

#btn_fromfriendster img:hover, a#btn_fromfriendster.selected img{
	background-position:0 -49px;
}

#btn_fromflickr img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_flickr.png);
}

#btn_fromflickr img:hover, a#btn_fromflickr.selected img{
	background-position:0 -49px;
}

#btn_frompicasa img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_picasa.png);
}

#btn_frompicasa img:hover, a#btn_frompicasa.selected img{
	background-position:0 -49px;
}

#btn_fromphotobucket img{
	width:186px;
	height:49px;
	background:url(../images_new/bt_photobucket.png);
}

#btn_fromphotobucket img:hover, a#btn_fromphotobucket.selected img{
	background-position:0 -49px;
}

#btn_hand img{
	width:26px;
	height:20px;
	background:url(../images_new/ico_drag.png);
}

#btn_hand img:hover, a#btn_hand.selected img{
	background-position:0 -20px;
}

#btn_move img{
	width:26px;
	height:20px;
	background:url(../images_new/ico_move.png);
}

#btn_move img:hover, a#btn_move.selected img{
	background-position:0 -20px;
}

#btn_adjust img{
	width:26px;
	height:20px;
	background:url(../images_new/ico_refresh1.png);
}

#btn_adjust img:hover, a#btn_adjust.selected img{
	background-position:0 -20px;
}


/*FORM*/
label{font-size: 12px; font-weight: bold;}

.inner_from{ 
	padding:10px; 
	background:#E8F3F7; 
	color:#425C6F; 
	font-size:11px; 
	font-weight:bold;
}

.inputs{
	background:#FFFFFF;
	border:1px solid #CCD0D3;
	font-size:10px; 
	padding:3px;	
}

.buttons{
	background:#D1E2F3;
	color:#425C6F; 
	font-size:11px; 
	font-weight:bold;
	padding:3px;
	border:1px solid #B2D4EB;
}

.paginator{padding: 4px; display: none; width: 460px; font-size: 12px; text-align:center;}

#btn_left, #btn_right{height:12px;}

	
#notifyTextCopied {
	position:absolute;
	left:300px;
	z-index:99;
	width:65px;
	height:12px;
	padding:2px;
	text-align:center;
	font: 10px verdana bold;
	border:1px solid black;
	background-color:#FFFFAA;
}

textarea{
	border: 1px solid #C2C3C4;
	background: #fff;
	width:324px;
	font-size:11px;
	color: #333333;
	padding: 3px;
	}	
	
textarea:hover{
	border: 1px solid #000;
	background:#FFFFAA;
	}
	
#wrapper_photos_selected{	
	float:left; 
	width:405px; 
	margin-top:10px; 
	border:1px solid #0A6BB8; 
	height:70px; 
	overflow:hidden; 
	padding:5px 0;
	}	
	
#top{width:700px; height:95px; float:left; margin-left:10px;}

#tabs_inner{float:left; padding-top:35px; width:282px;}

#toolbar{float:left; width:490px; height:30px; text-align:center; padding-top:10px; background:#E8F3F7; margin-bottom:10px;}

#msg_ok{width:300px;display:none; text-align:center; margin-top:15px;}

#arrow_lft{background:#EAF3F9; width:10px; height:40px; float:left; padding-top:30px; padding-left:2px;}
 
#arrow_rgt{background:#EAF3F9; width:10px; height:40px; float:left;padding-top:30px; padding-left:2px;}