/* Popup for Apps */
.appspopup_wrapper {position:absolute;top:30%;text-align: center;}
body > div.appspopup_wrapper {position:fixed;}
.appspopup_box {border:4px solid #6698CB;margin-left:auto;margin-right:auto;padding:8px;
position:relative;width:500px;background: #FFFFFF;}
.appspopup_content {background-color:#FFFFFF;border-top: 4px solid #B9D1F0;min-height:4em;
text-align:left;padding-top: 8px;font-weight: bold;color: #555555;}
* html .appspopup_content {height:100px;}
.appspopup_buttons {margin-top:10px;text-align:right;}
.appspopup_buttons button {padding:0px 10px;}
.appspopup_title {background:#FFFFFF url(/modules/common/static/img/icon_friends.gif) no-repeat scroll left top;background-position: 0px 2px;
padding: 0 0 0 20px;color:#6698CB;font-size:16px;font-weight: bold;
height:20px;text-align:left;vertical-align: top;border-bottom: 1px solid #6698CB;}
.appspopup_box_pt {width:640px;_height:640px;}
.appspopup_pt_pro{width:100%;height:455px;_height:455px;}
.appspopup_pt_send{width:100%;height:564px;_height:564px;}
.appspopup_pt_comm{width:100%;height:525px;_height:525px;}
.appspopup_pt_bull{width:100%;height:491px;_height:491px;}
.appspopup_pt_blog{width:100%;height:516px;_height:516px;}
.appspopup_pt_appinvite{width:100%;height:450px;_height:450px;}
#post_to_container{text-align:center;}

/*Add Popup V2*/
.addapp_popup_wrapper
{
	position: absolute;
	top: 30%;
}
body > div.addapp_popup_wrapper
{
	position: fixed;
}
.addapp_popup_box
{
	background: #789FCA url(/modules/applications/static/img/addappv2_header.gif) repeat-x scroll center top;
	width: 485px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	border: solid 1px #B9D1F0;
	position: relative;
}
a.addapp_popup_x
{
	float: right;
	right: 10px;
	top: 10px;
	height: 17px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 4px;
	margin-top: 4px;
}

.addapp_popup_content
{
	min-height: 8em;
	
	background-color: #fff;
	padding: 4px;
	margin: 2px 2px 0px 2px;
	text-align: left;
}
* html .addapp_popup_content
{
	height: 100px;
}
.addapp_popup_buttons
{
	background-color: #FFFFFF;
	padding-right: 3px;
	text-align: right;
	margin: 0px 2px 2px 2px;
}
.addapp_popup_buttons input
{
	width: 65px;
	margin: 0px 8px 8px 0px;
}
.addapp_popup_buttons button
{
	padding: 0px 10px 0px 10px;
}
.addapp_popup_title
{
	margin-left: 8px;
	background: url(/modules/applications/static/img/addappv2_myspace_icon.gif) no-repeat scroll left top;
	padding: 2px 2px 2px 25px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
}


#addAppToolTip div.tooltip { width:600px; }
#addAppToolTip div.tooltip .origin_tl{left:-195px;top:-5px;}
.tooltip div.arrow_tr .arrow {background-position:-2px top;right:97px;top:-17px;}
#addAppToolTip div.tooltip .closeButton{display: none;}


.addappv2_wrapper
{
	background-color:#FFFFFF;
    height:auto;
    padding:4px;
    width: 465px;
    float: left;
}
.addappv2_content
{
    background-color: #FFFFFF;
    background-image: url(/modules/applications/static/img/addappv2_gradient.gif);
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    float: left;
    width: 445px;
}
.addappv2_contentheader
{
	background-color:transparent;
    height: 32px;
    width: 100%;
    padding-top: 10px;
    border-bottom-color: #789FCA;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    vertical-align: text-bottom;
    float: left;
}
.addappv2_contentheader2
{
	background-color:transparent;
	float: left;
	width: 100%;
    height: 20px;
}
.addappv2_maincontent
{
	background-color:transparent;
	margin-bottom: 10px;
	float: left;
}
.addappv2_leftcontent
{
	background-color:transparent;
	width: 35%;
    height: auto;
    font-size: 11px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC;
    padding-right: 10px;
    float: left;
    overflow: inherit;
}
.addappv2_rightcontent
{
	background-color:transparent;
	width: 55%;
	height: auto;
    font-size: 11px;
    float: right;
    overflow: inherit;
}
.addappv2_titletext
{
	font-size: 14px;
}
.addappv2_toolTipLink
{
	font-weight: bold;
	color: #003399;
}
.addappv2_toolTipController
{
	font-weight: normal;
	color: #000;
}