table.subPanelHeader1{
	background: url(../../img/1F1159C3C1A31D5228326387864DF40B/head/top_panel_bg2.gif) no-repeat;
	background-repeat: no-repeat;
	height: 30px;
}
a.subPanelHeader1{
	color: #000000;
	font-style: normal;
	font-family: Verdana,Tahoma,Arial;
	font-size: 11px;
	font-weight: bold;
}
a.subPanelHeader1:HOVER {
	text-decoration: none;
	color: #FFFFFF;
}

.chatBox1 {
	margin-top:5px;
	margin-bottom:5px;
	width: 254px;
	height: 33px;
}

.grayOut {
	position:absolute; 
	filter:alpha(opacity=70);
	-khtml-opacity:0.7;
	-moz-opacity:0.7;
	opacity:0.7; 
	z-index:45; 
}

.infoBox1 {
	border:1px solid #C2BFDE;
	font-size: 10px;
	font-weight: normal;
	color: #4d4d4d;
	font-style: normal;
	font-family: Arial,Tahoma,Verdana
}
.boxHeader1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	font-family: Verdana,Tahoma,Arial;
	/*background-color: #FFBB76;*/
	background: url(../../img/1F1159C3C1A31D5228326387864DF40B/icon/box_bg2.gif) repeat-x; 
	background-repeat: repeat-x;
	height: 31px;
}
.boxBody1 {
	position:relative;
	padding:4px;
	overflow: auto;
	z-index:1;
}

.infoBox2 {
	border:1px solid #c7c7c7; 
	font-size: 10px;
	font-weight: normal;
	color: #4d4d4d;
	font-style: normal;
	font-family: Arial,Tahoma,Verdana
}
.boxHeader2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	font-family: Verdana,Tahoma,Arial;
	background-color: #9D9D9D;
}
.boxBody2 {
	position:relative;
	margin:4px;
	overflow: auto;
	z-index:1;
}

.infoBox3 {
	border: 0px solid #C2BFDE;
	font-size: 10px;
	font-weight: normal;
	color: #4d4d4d;
	font-style: normal;
	font-family: Arial,Tahoma,Verdana
}
.boxHeader3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	font-family: Verdana,Tahoma,Arial;
	background-color: #FF9933;
}
.boxBody3 {
	position:relative;
	margin:4px;
	overflow: hidden;
	z-index:1;
}

.infoBox4 {
	border:1px solid #9D9D9D;
	font-size: 10px;
	font-weight: normal;
	color: #4d4d4d;
	font-style: normal;
	font-family: Arial,Tahoma,Verdana
}
.boxHeader4 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	font-family: Verdana,Tahoma,Arial;
	background-color: #9D9D9D;
}
.boxBody4 {
	position:relative;
	margin:4px;
	overflow: auto;
	z-index:1;
}

.blur{
	background-color: #cccccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #999999; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	padding-right: 0px;
	padding-bottom: 0px;
}

.skypeAddOnMessage {
	position: absolute;
	top: 170px;
	width: 500px;
	height: 240px;
	background: url(../../img/1F1159C3C1A31D5228326387864DF40B/skype.png) no-repeat;
	background-repeat: no-repeat;
	z-index:46;
}

.p2p_chat {
	width: 438px;
	height: 470px;
	background: url(../../img/1F1159C3C1A31D5228326387864DF40B/chat/bg1.png) no-repeat;
	background-repeat: no-repeat;
}
.chatBox2 {
	border:1px solid #CBCBCB;
	margin-top:5px;
	margin-bottom:5px;
	width: 367px;
	height: 45px;
	padding-left: 8px;
	padding-right: 8px;
}

div.chat_text {
	background-color: white;
	background: white;
	width: 258px;
	height: 304px;
	border:1px solid #CBCBCB;
	overflow: auto;
	color: #666666;
	word-wrap: break-word;
	font-family: sans-serif,Arial,Verdana;
	padding: 8px;
}
.chat_time{
	font-family: Arial,sans-serif,Verdana;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	font-style:italic;
	float: right;
}
.chat_title {
	font-family: Arial,sans-serif,Verdana;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

.chat_msg_sender {
	color:#276D06;
	margin-top: 1px;
	margin-bottom: 12px;
}
.chat_msg_user {
	color:#A94103;
	margin-top: 1px;
	margin-bottom: 12px;
}

.infobubble {
	position: absolute;
	top: 100px;
	left: 500px;
	width: 310px;
	height: 180px;
	background: url(../../img/1F1159C3C1A31D5228326387864DF40B/message/bubble_bg2.png) no-repeat;
	background-repeat: no-repeat;
	/*filter:alpha(opacity=80);*/
	-khtml-opacity:0.80;
	-moz-opacity:0.80;
	opacity:0.80;
	padding-top:32px;
	padding-left:32px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana,Tahoma,Arial;
	word-wrap:break-word;
	color: #FFFFFF;
	overflow: hidden;
	z-index:30;
}

.infobubble_close {
	position:relative;
	float:right;
	top:2px;
	padding-right:2px;
	height:18px;
}
.infobubble_inner {
	position:relative; 
	width:250px;
	word-wrap: break-word;
}
textarea.infobubble_text {
	background-color: transparent;
	background: none;
	width: 250px;
	height: 30px;
	border:0px;
	overflow: hidden;
	color: #FFFFFF;
	word-wrap: break-word;
	font-family: sans-serif,Arial,Verdana;
	margin-top: 8px;
	margin-bottom: 8px;
}
.infobubble_head {
	color: #F38C26;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight:normal; 
}

.title-box {
	position: absolute;
	text-align:center;
	top:30%;
	left: 0%;
	width:560px;
	margin: .5em;
	border: .1em solid #FF8181;
	padding: .5em;
	visibility: hidden;
	font-size: 13px;
	font-family:sans-serif, Arial, Helvetica;
	background:#F2C6C6; 
	z-index:50;
}

.title-box-title {
	position: absolute;
	display: inline;
	border: 1px solid;
	border-width: 0 .1em red;
	padding: 0 .5em;
	top: -.6em;
	left: 1em;
	background:#EFA4A4; 
	color: white;
	font-weight:bold;
	font-size: 12px;
	font-family:sans-serif, Arial, Helvetica;
}

div.addr_book {
	position:absolute; 
	top:150px; 
	left:60px; 
	width:580px; 
	height:302px; 
	background-image: url(../../img/1F1159C3C1A31D5228326387864DF40B/adrb/bg2.gif); 
	layer-background-image: url(../../img/1F1159C3C1A31D5228326387864DF40B/adrb/bg2.gif); 
	background-repeat:no-repeat; 
	border:0px solid #000000; 
	z-index:30; 
	padding-left:14px; 
	visibility: hidden;
}

.ealfa {
	width:16px;
	height:16px;
	text-align:center;
	background-color:#FCF1C5;
	border:1px solid #E9D3A7;
	margin-left: 1px;
}

.ealfa:hover {
	width:16px;
	height:16px;
	color:#000000;
	border:1px solid #ff0000;
}

div.launcher {
	position:absolute;
	top:170px;
	left:25%;
	width:520px;
	height:315px;
	padding-top:10px;
	padding-left:25px;
	background-image:url(../../img/1F1159C3C1A31D5228326387864DF40B/message/event_launcher_bg.png);
	layer-background-image:url(../../img/1F1159C3C1A31D5228326387864DF40B/message/event_launcher_bg.png); 
	background-repeat:no-repeat;
	/*filter:alpha(opacity=99);*/
	-khtml-opacity:0.99;
	-moz-opacity:0.99;
	opacity:0.99; 
	z-index:51; 
	visibility:hidden;
}

.message {
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.message2 {
	color: #FF9933;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.message {
	position:absolute;
	top:0px;
	left:430px;
	width:377px; 
	height:219px;
	/*filter:alpha(opacity=90);*/
	-khtml-opacity:0.9;
	-moz-opacity:0.9;
	opacity:0.9; 
	background-image:url(../../img/1F1159C3C1A31D5228326387864DF40B/message/m_bg.gif);
	layer-background-image:url(../../img/1F1159C3C1A31D5228326387864DF40B/message/m_bg.gif); 
	background-repeat:no-repeat; 
	border:0px solid #000000; 
	z-index:40; 
	padding-left:20px; padding-top:10px; 
	visibility:hidden;	
}

/* === calendar === */
.calendar {
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	border:1px solid #999999;
	background:#ffffff;
	padding-top:3px;
	z-index:10;
	visibility:hidden;
}

.cal_dw {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#111111;
}
.cal_month {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#587E92;
	font-weight:bold;
}
.cal_day {
	text-align:center;
	border:1px solid #FFFFFF;
	font-weight:normal;
	background-color:#EEEEEE;
	color:#676767;
	width:22px;
	height:22px;
}
.cal_emptyday {
	text-align:center;
	border:1px solid #FFFFFF;
	font-weight:normal;
	background-color:#FFFFFF;
	color:#FFFFFF;
	width:22px;
	height:22px;
}
.cal_curday {
	text-align:center;
	border:1px solid #FFFFFF;
	font-weight:bold;
	background-color:#A6CAF0;
	width:22px;
	height:22px;
}

.cal_eventday {
	text-align:center;
	border:1px solid #FFFFFF;
	background-color:#FBF0C6;
	width:22px;
	height:22px;
}
.cal_nots {
	text-align:center;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	width:22px;
	height:22px;
}

a.cal {
	text-align:center;
	font-size:10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#676767;
}

.pricing_1 {
	padding-left: 10px;
	height:45px; 
	background-color:#DFDFDF;
	border: 1px solid #cfcfcf;
}
.pricing_11 {
	text-align:center;
	height:45px; 
	background-color:#DFDFDF;
	border: 1px solid #cfcfcf;
	border-left: 0px;
}

.pricing_2 {
	height:45px; 
	padding-left: 10px;
	margin-top:5px; 
	margin-bottom:5px; 
	background-color:#FFFFFF; 
	border: 1px solid #dfdfdf;
}
.pricing_22, .pricing_222 {
	height:45px; 
	text-align:center;
	margin-top:5px; 
	margin-bottom:5px; 
	background-color:#FFFFFF; 
	border: 1px solid #dfdfdf;
	border-left: 0px;	
}
.pricing_222 {
	padding-top:20px;
	border: 0px;
}


/* ------- Widgets --------- */
.widget1_table {
	height:16px;
	border:1px solid #e0e0e0;
	border-top:0px;
	width: 630px;
	margin-bottom: 7px;
}
.widget1_style, .widget2_style {
	position:relative;
	display: none;
	padding: 10px;
}
.widget1_icon {
	margin-left: 5px;
	margin-top: 3px;
}

.widget1 {
	position:relative;
	width:100%; 
	height:19px; 
	border-top:1px solid #e0e0e0;  
	background:#e1e1e1; 
	padding-top:7px;
	padding-bottom:7px;
}

.widget1_title {
	position:relative;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin-top:3px;
	padding-left:10px;
	font-weight:normal;
}
.widget2_title {
	position:relative;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.widget1_href {
	position:relative;
	height:8px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #CF4A06;
	padding-left:3px;
	padding-right:3px;
	text-decoration:none;
}
a.widget1_href:hover {
	text-decoration:underline;
}



