/* @group Overlay */

#ss_dialog_overlay {
	position: fixed;
	z-index:2000;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/* @end */

/* @group Dialog */

/* @group Dialog */

#ss_dialog #moreinfo{
	height:12em;
	width:470px;
}

#appdes{
	margin: 0 auto;
	width: 300px;
}

.setdleft{
	width:270px;
	margin:0 0 0 15px;
	padding:0;
}

.setdright{
	float:right;
	width:270px;
	padding:0;
	margin:0 15px 0 0;
}

#ss_dialog{
	text-align:center;
	padding:0;
	margin:0;
	width: 400px;
}

div#desblock{
	width: 300px;
	margin:12px auto 0;
	text-align: left;
}

#submitbuttonb, input[type=reset]{
	margin: 0 auto;
}

input#saveImage{
	margin: 0 auto;
	clear: both;
}

#ss_dialog label#deslabel{
	width: 258px;
}

div#currentcount{
	width: 65px;
	float: right;
	text-align: right;
}

#ss_dialog .footer{
	width:100%;
	height:35px;
	padding:8px 0 0;
	margin:0;
	clear:both;
	text-align:right;
	background-color:#d8ebc7;
	position:absolute;
	bottom:0;
	left:0;
}

#ss_dialog .footer #caption{
	float:left;
	display:block;
	position:relative;
	right:5px;
}

#ss_dialog #captioninput{
	margin:0 auto;
	text-align:center;
	display: none;
}

#imgfooter{
	width:auto;
	clear:both;
	text-align:left;
	padding:0 0 15px 20px;
}

#ss_dialog .footer img{
	width:125px;
	float:left;
	padding:0;
	border:0;
	margin:1px 0 0 10px;
}

#ss_dialog .footer a{
	width:125px;
	float: right;
	padding:0;
	border:0;
	margin:5px 10px 0;
	font-weight:normal;
	font-size:1.1em;
}

#ss_dialog h3{
	text-align:center;
	color:#72bd23;
	font-size:1.6em;
	padding:5px 0 10px;
	font-weight:normal;
}

#ss_dialog img{
	display:block;
	clear:both;
	margin:0 auto;
}

#ss_dialog input{
	margin:4px auto;
	width:auto;
}

#ss_dialog a{
	text-decoration:none;
	display:block;
	font-weight:bold;
}

#ss_dialog .current, #ss_dialog .new{
	width:45%;
	height:200px;
	margin:0 1% 25px;
	float:left;
	border:2px solid #666;
	text-align:center;
}

#ss_dialog .new{
	float:right;
}

#ss_dialog p{
	text-align: center;
}

#ss_dialog .appicon{
	margin:5px auto;
	clear:both;
	float:none;
}

input[type=file]{
	margin:0 0 0 45px;
	border:1px solid #808080;
}

#ss_dialog input[type=file]{
	margin:10px 0;
	border:1px solid #808080;
}

#ss_dialog form{
	margin:0;
	padding:0;
	width:100%;
	display:block;
	clear:both;
}

#ss_dialog label{
	color: #fff;
	display:block;
	text-align:left;
	margin:10px auto 0;
	padding:0;
	width:258px;
	position: relative;
}

#ss_dialog .ss_property_pane label{
	color: #333;
}

#ss_dialog form input[type=text], #ss_dialog textarea{
	display:block;
	border:1px solid #808080;
	padding:3px;
	margin:0 auto;
	width:250px;
}

#ss_dialog textarea{
	height:10em;
}

#ss_dialog .ssbox{
	width:605px;
	margin:0;
	padding:0;
	background:#222;
	overflow:hidden;
	position:relative;
	text-align:center;
}

#ss_dialog .ssbox img{
	border: 0;
	margin: 0 auto;
}

#ss_dialog iframe {
	margin:10px 0 0;
	height:30px;
	border: 0;
}

#ss_dialog #iframe iframe.over{
	height:55px;
	width:100%;
	margin:0;
	border: 0;
}

#upform form#ssform{
	margin: 0 60px;
	padding: 0;
}

#upform form#ssform input{
	margin: 0;
	padding: 0;
	width: 230px;
}

#upform form#iconform{
	margin: 0 20px;
	padding: 0;
}

#upform form#iconform input{
	margin: 0;
	padding: 0;
	width: 230px;
}

#cbox{
	z-index:105;
	width:380px;
	margin:0 auto;
	padding:0 0 10px 0;
	border:solid 4px #d8ebc7;
	background:#222;
	opacity:.98;
}

.checkctrl{
	display:inline;
	width:100px;
	position:absolute;
	right:0;
	background-color:#666;
	color:#fff;
	margin:0;
	padding:0;
	z-index:5;
}

#ss_dialog .checkctrl img{
	margin:0;
}

#ss_dialog .checkctrl a.on{
	background-color:#999999;
	cursor:pointer;
}

#ss_dialog .checkctrl a.move{
	cursor:move;
}

#ss_dialog .checkctrl a{
	display:block;
	float:left;
	text-align:center;
	width:16px;
	height:16px;
	margin:2px;
	color:#fff;
	font-size:1em;
	line-height:1.4em;
}

#ss_dialog .checkctrl a:hover{
	background-color:#b3b3b3;
	cursor:pointer;
}

#ssform{
	padding:20px 10px;
}

#ss_dialog .ssbox label{
	margin:0;
	display:block;
	text-align:center;
}

hr.long{
	height: 250px;
}

/* @end */

#captioninput{
	display: none;
}

.ss_dialog{
	position: absolute;
	z-index: 6000;
	margin: 0 auto;
	padding: 15px;
	display: none;
	clear: both;
	color: #fff;
	border-left: 2px solid #676767;
	border-right: 2px solid #676767;
	border-bottom: 2px solid #676767;
	background: #222;
	width: auto;
	height: auto;
	text-align: left;
	-moz-border-radius-bottomleft:.5em;
	-webkit-border-bottom-left-radius:.5em;
	border-bottom-left-radius:.5em;
	-moz-border-radius-bottomright:.5em;
	-webkit-border-bottom-right-radius:.5em;
	border-bottom-right-radius:.5em;
}

.ss_dialog_center{
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	border: 2px solid #676767;
	text-align: center;
}

.ss_dialog span.alert{
	display: block;
	background: #e98082;
	color: #fff;
	text-align: center;
	margin: 10px 40px;
	padding: 7px 0;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
}

.ss_dialog .ssx-s-li{
	float: left;
	margin:0 7px 0 0;
}

.ss_dialog a{
	color: #fff;
}

.ss_dialog hr{
	clear: both;
	margin: 15px 0;
}

.ss_dialog a:hover{
	text-decoration: none;
}

.ss_dialog .appicon{
	float: left;
	margin-right:10px;
}

.ss_dialog h4{
	color: #fff;
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	font-family: verdana;
}

.ss_dialog ul.ss_d_set_list{
	background:#fff;
	width:150px;
	padding:10px 0;
	float:left;
}

.ss_dialog ul.ss_d_set_list li{
	display: block;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.ss_dialog ul.ss_d_set_list li a{
	font-size:1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 0 10px;
	display: block;
	width: 100%;
	color: #333;
}

.ss_dialog ul.ss_d_set_list li a:hover, .ss_dialog ul.ss_d_set_list li a.ss_d_selected{
	background: url(/i/d_select.png) repeat-x;
}

.ss_dialog ul.ss_d_set_list li a.ss_d_empty{
	margin-top:1em;
}

.ss_dialog .ss_d_info{
	display: none;
	margin: 0 0 0 150px;
	padding: 10px 20px;
	position: absolute;
}

.ss_dialog div.ss_t_selected{
	display: block;
}

.ss_dialog .ss_d_info p{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

.ss_dialog h5{
	clear: none;
	width: auto;
	background: none;
	color: #fff;
	font-size: 2.2em;
	margin: 10px 0;
	padding: 0;
}

.ss_dialog strong{
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.ss_dialog strong.ss_appname{
	font-weight: bold;
	margin: 10px 0 0;
}

.ss_dialog .ss_d_info ul{
	text-align: left;
	display: block;
	margin: 10px 0;
}

.ss_dialog .ss_d_info ul li{
	display: block;
	text-align: left;
	margin: 0 10px;
	padding: 0 0 0 25px;
	font-size: 1.1em;
	background: url(/i/d_check.png) no-repeat 0;
}

.ss_dialog .ss_d_choices{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.ss_dialog .ss_d_choices a{
	background: #666;
	color: #fff;
	padding: 5px 9px;
	font-size: 1.4em;
}

/* @end */

/* @group Dialog Form Elements */

.ss_dialog #ss_signin_form, .ss_dialog #ss_register{
	margin:0;
	padding: 0;
	height: auto;
	display: block;
}

.ss_dialog input[type=text], .ss_dialog input[type=password]{
	width: 300px;
	margin: 0 auto;
}

.ss_dialog label{
	width: 300px;
	margin: 10px auto 0;
	padding: 0;
}

#tsum, psum{
	display: inline;
	visibility: hidden;
	text-align: center;
}

div.check{
	margin: 0 0 0 29px;
}

div.check input{
	position: relative;
	top: 2px;
}

#profileform span{
	width: 50%;
	display: block;
	float: left;
}

#profileform input.ss_half_form, #profileform label.ss_half_form{
	width: 81%;
}

#profileform label{
	margin:8px auto 0;
}

.ss_dialog .uava img{
	width:50px;
	height:50px;
	border:2px solid #ccc;
	float:left;
	margin:0 10px 0 0;
}

/* @end */

/* @group Tabs */

.ss_dialog_tab{
	display: block;
	margin: 0;
	padding: 0;
}

.ss_dialog_tab li{
	margin: 0 0 0 1px;
	padding: 0;
	display: block;
	float: right;
}

.ss_dialog_tab li a{
	color: #fff;
	background: #666;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	display: block;
	line-height: 1.4em;
	font-size: .8em;
	text-transform: uppercase;
	background: #666 url(i/button_black.png) repeat-x;
	border: 1px solid #fff;
	-moz-border-radius-topleft:.5em;
	-webkit-border-top-left-radius:.5em;
	border-top-left-radius:.5em;
	-moz-border-radius-topright:.5em;
	-webkit-border-top-right-radius:.5em;
	border-top-right-radius:.5em;
}

.ss_dialog_tab a.ss_selected{
	background: url(/i/button_blue.png) repeat-x;
}

.ss_dialog_tab a:hover{
	background: url(/i/button_blue.png) repeat-x;
}

.ss_dialog_tab_big li{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#ss_dialog_register{
	height: 300px;
}

#ss_dialog_register .ss_dialog_actions{
	bottom: 0;
}

#ss_signin .ss_dialog_actions{
	bottom: -10px;
}

.ss_dialog_tab_big li.first{
	margin: 0 0 0 65px;
}

.ss_dialog_tab_big li.last{
	margin: 0 9% 0 1%;
}

.ss_dialog_tab_big li a{
	color: #fff;
	margin: 0;
	padding: 2px 20px;
	text-align: center;
	display: block;
	line-height: 1.4em;
	font-size: 1em;
	text-transform: uppercase;
	background: #666 url(i/button_black_big.png) repeat-x;
	border: 1px solid #fff;
	border-bottom: 0;
	-moz-border-radius-topleft:.5em;
	-webkit-border-top-left-radius:.5em;
	border-top-left-radius:.5em;
	-moz-border-radius-topright:.5em;
	-webkit-border-top-right-radius:.5em;
	border-top-right-radius:.5em;
}

.ss_dialog_tab_big a.ss_selected{
	background: url(/i/button_blue_big.png) repeat-x;
}
.ss_dialog_tab_big a:hover{
	background: #abc2e2;
}

/* @end */

/* @group Dialog Panes */

.ss_pane_container{
	clear: both;
	position: relative;
	background: #fff;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	border-top-right-radius:0;
	color: #333;
	padding: 12px;
	display: block;
	min-height: 420px;
}

.ss_pane_small{
	min-height: 120px;
	-moz-border-radius-topright:.5em;
	-webkit-border-top-right-radius:.5em;
	border-top-right-radius:.5em;
}

.ss_property_pane{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 300px;
	color: #666;
	clear: both;
	width: 100%;
	display: none;
}

.ss_property_pane h3{
	margin: 10px 0;
	color: #333;
	text-align: center;
}

.ss_select_iconbox{
	border: 1px solid #666;
	height: 80px;
}

#ss_dialog_icon div.ss_icon{
	margin: 0 auto;
	display: block;
	width: 200px;
}

/* @end */

/* @group App Launch Options */

#ss_form_launch_options label{
	display: block;
	float: left;
	width: 40px;
	white-space: nowrap;
}

#ss_form_launch_options label.ss_label_text{
	width: 220px;
	padding: 6px 0 0 10px;
	display: block;
}

#ss_form_launch_options span{
	height: 60px;
	margin: 0 0 0 10px;
	display: block;
	clear: both;
	overflow: hidden;
}

#ss_form_launch_options img{
	margin: 0 10px;
	float: left;
	clear: left;
}

#ss_form_launch_options input{
	float: left;
	margin: 22px 0 0 25px;
	
}

/* @end */

/* @group Dialog Actions */

.ss_dialog_actions{
	margin: 20px auto 0;
	width: 93%;
	position: absolute;
	bottom: 10px;
}

form .ss_dialog_actions{
	position: relative;
	left: 0;
	margin: 0 auto;
	clear: both;
}

.ss_dialog_actions_adjust{
	margin: 0;
}

.ss_dialog_actions a{
	display: block;
	width: 158px;
	height: 20px;
	overflow: hidden;
	background: url(i/button_green.png) repeat-x;
	text-align: left;
	color: #fff;
	margin: 2px auto;
	font-size: .9em;
	line-height: 1.8em;
	border: 1px solid #bcbcbc;
}

.ss_dialog_actions .ss_button_blue{
	background: url(i/button_blue.png) repeat-x;
}

.ss_dialog_actions .ss_button_red{
	background: url(i/button_red.png) repeat-x;
}

.ss_dialog_actions .ss_button_grey{
	background: url(i/button_grey.png) repeat-x;
}

.ss_dialog_actions .ss_button_brown{
	background: url(i/button_brown.png) repeat-x;
}

#ss_dialog .ss_dialog_actions a img, .ss_dialog_actions a img{
	float: left;
	margin: 0 7px 0 0;
	border-right: 1px solid #bcbcbc;
}

/* @end */

/* @group Dialog Set List */
#ss_dialog_sets a.addto, #ss_dialog_share a.sendto{
	visibility: hidden;
}

#ss_dialog_sets div.addto-menu, #ss_dialog_share div.sendto-menu{
	position: relative;
	top: -28px;
	margin: 0 25px;
	width: auto;
}

/* @end */