/*  
VPL New Facebook Look
Author: Fahdi
Author URI: http://blog.fahdi.net
*/

/* Main Structure */

body {
	font: 13px "lucida grande",tahoma,verdana,arial,sans-serif;
	background: #fff;
	color: #333;
	margin: 0;
	}
	
#header {
	width: 980px;
	margin: 0 auto 15px auto;
	padding: 0;
	}
	
#footer { 
	border-top: 1px #999 solid;
	padding: 6px 1px 40px 1px;
	margin: 20px auto 0 auto;
	width: 980px;
	clear: both;
	}
	
#content {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	}


/* Navigation Bar */
	
#navbar {
	margin: 0 auto;
	height: 28px;
	padding: 0;
	background: #3b5998 url('http://virtualphoneline.com/tmpl/img/navbg.gif') bottom no-repeat;
	}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#navbar ul li {
	float: left;
	list-style: none;
	cursor: pointer;
	display: block;
	font-size: 11px;
	padding-right: 4px;
	}

#navbar a, #navbar a:visited {
	margin: 0;
	padding: 7px;
	font-weight: bold;
	color: #FFF;
	display:block;
	text-decoration: none;
	}

#navbar a:hover {
	text-decoration:none;
	display: block;
	background-color: #5c75aa;
	}
	
#navbar .logo a {
	font-size: 13px;
	font-weight: bold;
	padding: 6px 18px 0 10px;
	}
	
#navbar .logo a:hover {
	background: url('http://virtualphoneline.com/tmpl/img/home.png') right no-repeat;
	}
		

/* Navigation Right */

#navbar ul.navright {
	float: right;
	padding-right: 7px;
	}

#navbar ul.navright a, #navbar ul.navright a:visited {
	font-weight: normal;
	padding: 7px 6px;
	}

li.search {
	margin: 4px 0 0 5px;
	width: 170px;
	}
	
#navbar .search .searchinput {
	float: left;
	background: #fff;
	width: 140px;
	padding: 2px 4px 1px 4px;
	height: 15px;
	font-size: 11px;
	color: #666666;
	border-right: none;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: none;
	}
	
#navbar .search .searchsubmit {
	float: left;
	background: #6d84b4 url('http://virtualphoneline.com/tmpl/img/searchsubmit.png') no-repeat;
	margin-top: -1px;
	height: 21px;
	width: 21px;
	border: 1px solid #315091;
	cursor: pointer;
	}

	
/* Columns */

#leftcolumn {
	float: left;
	padding: 0;
	margin-right: 15px;
	width: 580px;
	}
	
#centercolumn {
	float: left;
	padding: 0;
	margin: auto;
	width: 230px;
	}
	
#doublecolumn {
	float: left;
	padding: 0;
	margin: auto 0;
	width: 710px;
	}
	
#rightcolumn {
	float: right;
	padding: 0;
	border-left: 1px #ccc solid;
	width: 140px;
	}
	
	
/* Home Columns */
	
#leftcolumn.home {
	float: left;
	padding: 0;
	margin-right: 20px;
	width: 200px;
	}
	
#doublecolumn.home {
	float: left;
	padding: 0;
	margin: auto 0;
	width: 930px;
	}
	
#centercolumn.home {
	float: left;
	padding: 0;
	margin: auto;
	 
	text-align: center;
	}

#rightcolumn.home {
	float: right;
	padding: 0;
	width: 250px;
	border: none;
	}

	
/* Announcement (Double) Column */

.announcement-top {
	background: url('http://virtualphoneline.com/tmpl/img/announcement-top.gif') top center no-repeat;
	height: 10px;
}

.announcement-middle {
	background: url('http://virtualphoneline.com/tmpl/img/announcement-middle.gif') top center repeat-y;
	margin-bottom: 20px;
}

.announcement-bottom {
	background: url('http://virtualphoneline.com/tmpl/img/announcement-bottom.gif') top center no-repeat;
	height: 10px;
}

.announcement-text {
	padding: 0 15px;
	line-height: 15px;
	font-size: 11px;
	}
	
.announcement-text .title {
	border-bottom:5px #edeff4 solid;
	font-size:13px;
	font-weight:bold;
	}


/* Posts */

.post {
	padding-top: 10px;
	margin: 0;
	text-align: justify;
	display: inline-block;
	}
		
.roundedthumb {
	width: 54px;
	height: 54px;
	float: left;
	margin-right: 10px;
	}

.roundedthumb .toplayer {
	margin-top: -54px;
	}
	
.post .entry {
	float: right;
	display: block;
	width: 540px;
	}
	
.excerpt {
	margin: -8px 0;
	}

.post h2 {
	margin: auto;
	}
		
.post h3 {
	padding: 0;
	margin: auto;
	}

.entry ol, .entry ul {
	padding: 0 0 0 20px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry ul li {
	list-style: square;
	}

.post .details {
	margin: 0 0 10px 0;
	font-size: 11px;
	color: #666;
	}
	
.post .title {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 13px;
	}

.navigation {
	padding: 5px 10px;
	height: 15px;
	background: #eceff5;
	border-top: 1px #d8dfea solid;
	margin: 10px 0;
	font-size: 11px;
	}

.singlepost .post {
	border: none;
	padding: 0;
	}
	
.singlepost .post .entry {
	width: 570px;
	font-size: 13px;
	line-height: 16px;
	padding: 0 5px;
	float: none;
	}
	
.post .postdata {
	font-size: 11px;
	background: #f7f7f7;
	padding: 5px;
	border-bottom: 1px #d8dfea solid;
	border-top: 1px #3b5998 solid;
	}
	
.post .tags {
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
	border-top: 1px #ddd solid;
	color: #999;
	}
	

/* Left Sidebar */

#sidebarL {
	padding: 0;
	margin: 0;
	margin-left: 0px;
	}

#sidebarL form {
	margin: 0;
	}
	
#sidebarL ul {
	list-style: none;
	margin: 0;
	}

#sidebarL ul li {
	font-size: 11px;
	border-bottom: 1px #d6d9de solid;
	}

#sidebarL ul li a, #sidebarL ul li a:visited {
	color: #333;
	padding: 5px 10px;
	display: block;
	}
	
#sidebarL ul li a:hover {
	background: #eceef4;
	text-decoration: none;
	}

#sidebarL ul li.selected {
	background: #8497bf;
	}
	
#sidebarL ul li.selected a, #sidebarL ul li.selected a:visited {
	color: #fff;
	border: 1px #45629e solid;
	}
	
#sidebarL ul li.selected a:hover {
	background: #8497bf;
	}


/* Right Sidebar */

#sidebar {
	padding: 10px;
	background: #f7f7f7;
	border: 1px #ccc solid;
	}
	
#sidebar.home {
	padding: 0;
	background: none;
	border: none;
	}
	
#sidebar.home {
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	font-size: 11px;
	}

#sidebar ul li ul, #sidebar ul li ol {
	margin: 5px 0 10px 0;
	padding: 0;
	}

#sidebar ul li ul li, #sidebar ul li ol li {
	padding: 3px 0px;
	margin: 0px;
	font-size: 11px;
	color: #808080;
	}

#sidebar ul li ul li a, #sidebar ul li ul li a:visited, #sidebar ul li ol li a, #sidebar ul li ol li a:visited {
	color: #3b5998;
	}
	
#sidebar ul li ul li a:hover, #sidebar ul li ol li a:hover {
	text-decoration: underline;
	}
	
#sidebar h2 {
	font-size: 11px;
	padding: 4px 0;
	color: #333;
	margin: 0;
	border-bottom: 1px #ccc solid;
	}

		
/* Advertisement Zone */
	
#adside {
	width: 135px;
	border-left: 4px #e5e5e5 solid;
	}

#adside .adstext {
	padding: 5px 0px 5px 10px;
	font-size: 11px;
	border-bottom: 1px #e5e5e5 solid;
	}
	
#adside .adstext .textwidget {
	margin-bottom: 5px;
	}
	
#adside .adstext p.title {
	margin: 5px 0;
	font-size: 12px;
	font-weight: bold;
	}

#adside .ads125 {	
	padding: 10px 0px 10px 10px;
	border-bottom: 1px #e5e5e5 solid;
	}
	

/* Comments */
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
#commentscontainer {
	width: 360px;
	float: left;
	padding-top: 10px;
	font-size: 11px;
	background: #fff url('http://virtualphoneline.com/tmpl/img/comment-top.gif') no-repeat;
	margin-left: 5px;
	}

.commentlist {
	padding: 6px;
	background: #eceff5;
	border-bottom: 1px #e5eaf1 solid;
	margin-bottom: 2px;
	display: inline-block;
	}

.commentlist p.info {
	margin: 0;
	}
	
.roundedavatar {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 8px;
	background: url('http://virtualphoneline.com/tmpl/img/noavatar.gif');
	display: block;
	}

.roundedavatar .toplayer {
	margin-left: -32px;
	}
	
.commenttext {
	float: right;
	display: block;
	width: 308px;
	}
	
.commenttext small {
	color: #999;
	}

.commenttext .title {
	margin-top: 1px;
	}
	
.comment-text p {
	margin: 2px 0;
	line-height: 15px;
	}
	
#comment {
	border: 1px #bdc7d8 solid;
	font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
	margin: 2px;
	padding: 3px;
	}
	
#comment.reg {
	width: 296px;
	}
	
#comment.un {
	width: 336px;
	}

.commentlist .field {
	width: 160px;
	margin: 2px;
	font-size: 11px;
	border: 1px #bdc7d8 solid;
	padding: 3px;
	font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
	}
	
.commentlist #submit {
	background: #3b5998;
	border-top: 1px solid #d9dfea;
	border-left: 1px solid #d9dfea;
	border-right: 1px solid #0e1f5b;
	border-bottom: 1px solid #0e1f5b;
	font-size: 11px;
	color: #fff;
	height: 19px;
	font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
	}
	
#submit.reg {
	display: none;
	width: 80px;
	}
	
#submit.un {
	width: 167px;
	margin: 2px;
	}
	

/* Comments Side */

#commentside {
	width: 200px;
	margin-top: 10px;
	float: right;
	}
	
#commentside h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0;
	border-bottom: 1px #ccc solid;
	}
	
#commentside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
#commentside ul li {
	margin-bottom: 2px;
	}
	
#commentside ul li ul {
	list-style: none;
	margin: 5px 0 10px 0;
	padding: 0;
	padding: 0;
	}

#commentside ul li ul li {
	font-size: 11px;
	padding: 3px 0;
	margin: 0;
	}


/* Search */

#search {
	width: 350px;
	height: 25px;
	}
	
#search .searchinput {
	float: left;
	background: #fff;
	width: 280px;
	padding: 4px;
	font-size: 11px;
	color: #666666;
	border: 1px #94a4c6 solid;
	}
	
#search .searchsubmit {
	float: right;
	background: #3b5998 url('http://virtualphoneline.com/tmpl/img/searchsubmit.png') no-repeat;
	text-align: right;
	font: 11px "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #fff;
	height: 23px;
	width: 60px;
	border-top: 1px #5973a9 solid;
	border-bottom: 1px #0e1f5b solid;
	border-right: 1px #0e1f5b solid;
	border-left: 1px #3b5998 solid;
	padding-bottom: 2px;
	padding-right: 2px;
	cursor: pointer;
	}
	

/* Archives */
	
#archives {
	border: 1px #b7b7b7 solid;
	background: #f7f7f7;
	}
	
#archives h2 {
	margin: 10px 0 5px 10px;
	}
	
.results {
	background: #fff;
	border: 1px #ccc solid;
	padding: 5px;
	margin: 0 10px 5px 10px;
	}
	
.results h3 {
	margin: 0;
	}

.results .details {
	font-size: 11px;
	}
	
#archives .navigation {
	border-top: 1px #d8dfea solid;
	background: #fff;
	text-align: right;
	margin: 10px 0 0 0;
	}

#archives .searchagain {
	border-top: 1px #d8dfea solid;
	background: #fff;
	margin: 0;
	padding: 10px;
	}
	
#archives .searchagain h2 {
	margin: 0 0 5px 0;
	}
	
#archives ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#archives ul li {
	margin: 0;
	padding: 2px 0;
	font-size: 11px;
	}
	

/* Footer */
	
#footer p {
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	color: #777;
	}
	
	
/* General Tags */

hr {
	display: none;
	}

a, a:visited {
	color: #3b5998;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
h2, h3 {
	font-size: 13px;
	}
	
h2 a, h2 a:visited, h3 a, h3 a:visited {
	text-decoration: none;
	color: #3b5998;
	font-weight: bold;
	}
	
h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 0;
	padding: 0 10px;
	border: 1px solid #fff;
	border-left: 5px solid #ccc;
	font-size: 11px;
	}

blockquote cite {
	display: block;
	}
	
code {
	font: 11px 'Courier New', Courier, Fixed;
	}

blockcode {
	font: 11px 'Courier New', Courier, Fixed;
	padding: 10px;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
	display: block;
	margin: 10px 0;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

/* Required CSS from Wordpress.org */
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;


	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.clear {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	}

/* ~ Facebook Look by Fahdi */
.dg-tmeta {
	font-size: 95%;
	color: #999;
	background-color: #D9DFEB;
	border-top: 1px solid #375C91;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CACECF;
}

/* Fahdi */
        .bdy{
	background:#FFFFFF;
	float:right;
	width: 100%;
        }
        table{
        border-spacing: 0px;
        }

        .bdy table td{
	font-size:11px;
	border-spacing: 48px;
	border-bottom:1px solid #ccc;

        }


        .bdy table th{

            border-top:1px solid #3A5896;
			color: #3b5998;
            background: #E3E8F0;
            font-size:9pt;
            margin:0px;
            padding:2px;

        }

        .bdy table tr:hover{
                background: #F8F8F8;
        }
		
		
		
		        .bdy2{
	background:#FFFFFF;
	float:right;
	width: 100%;
        }

        table{
        border-spacing: 0px;
        }

        .bdy2 table td{
	font-size:11px;
	border-spacing: 48px;
	border-bottom:1px solid #ccc;

        }


        .bdy2 table th{

            border-top:1px solid #3A5896;
			color: #3b5998;
            background: #E3E8F0;
            font-size:9pt;
            margin:0px;
            padding:2px;

        }

        .bdy2 table tr:hover{
                background: #F8F8F8;
        }
		
		span.autoTooltip {cursor:help;}
a.autoTooltip {cursor:hand;}
.tt {width:110px; margin:0; border:none; padding:0; font-size:0.9em; line-height:15px;}
.tt .bd {padding:5px;}
.ttPosUnder {padding:12px 0 0 0; background:url(http://www.didx.net/images/scr_tooltip_top_left.gif) no-repeat left top;}
.ttPosUnder .bd {padding:12px 17px 10px 8px; border:solid #666; border-width:0 1px 1px 1px; background:#ffffe5;}
.ttPosOver {padding:0 0 13px 0;	background:url(/WEBSCR-510-20080402-1/en_US/i/scr/scr_tooltip_btm_left.gif) no-repeat left bottom;}
.ttPosOver .bd {padding:8px 17px 12px 8px; border:solid #666; border-width:1px 1px 0 1px; background:#ffffe5;}

.cardstack, .cardstack .card {margin:1em 0;}
  
.cardstack ol.tabs {z-index:1; position:relative; overflow:auto; margin:0 0 -1px 0; list-style-type:none;}
.cardstack ol.tabs li {float:left; margin:.4em 0 0 4px; border:1px solid #ccc; padding:.4em .9em .4em .9em; background:#ddd url(en_US/i/pui/core/tab_bg.gif) top left repeat-x;}
.cardstack ol.tabs li a {color:#084482; text-decoration:none;}
.cardstack ol.tabs li a:hover, .cardstack ol.tabs li a:active {text-decoration:underline;}
.cardstack ol.tabs li.top {margin-top:0; border-bottom:1px solid #fff; padding-top:.8em; background:#fff;}
.cardstack ol.tabs li.top a {color:#333; font-weight:bold; text-decoration:none; cursor:default;}
.cardstack ol.tabs li.top:first-child {margin-left:0;}

.cardstack.stacked {overflow:visible;}
.cardstack.stacked h2 {position:absolute; top:0; left:-500em; width:1px; height:1px; overflow:hidden; text-indent:-9999em; line-height:0;}
.cardstack.stacked .card, .cardstack.stacked .header {position:absolute; top:0; left:-500em; margin:0;}
.cardstack.stacked .card.top {position:relative; top:0; left:0; border:1px solid #ccc;}
.cardstack.stacked .top .body p, .cardstack.stacked .top .body div, .cardstack.stacked .top .body ul, .cardstack.stacked .top .body ol {margin:.9em;}


/*Face book Button*/
.menu_login_container table tr td.login_form_last_field .inner{padding-right:2px}
.ie6 .menu_login_container table tr td.login_form_last_field .inner,
.ie7 .menu_login_container table tr td.login_form_last_field .inner{padding-top:1px}
.UIButton{background-image:url(/rsrc.php/z9PKX/hash/e7508nhk.gif);border-style:solid;border-width:1px;display:-moz-inline-box;display:inline-block;outline:none;padding:3px 6px 4px;vertical-align:bottom}
.UIButton:hover,
.UIButton:active{text-decoration:none}
.UIButton_Text{background-color:transparent;border:none;cursor:pointer;display:block;font-size:11px;font-weight:bold;line-height:14px;margin:0;overflow:visible;padding:0;width:auto}
.UIButton_Large{padding:4px 8px 6px}
.UIButton_Large .UIButton_Text{font-size:13px;line-height:16px}
.UIButton_Gray{background-color:#eaeae9;border-color:#888}
.UIButton_Gray:active{background-color:#ddd;background-image:none}
.UIButton_Gray .UIButton_Text{color:#333;text-shadow:none}
.UIButton_Blue{background-color:#5b74a8;background-position:0 -48px;border-color:#26446E #152F5F #0c2253}
.UIButton_Blue:active{background-color:#516899;background-image:none}
.UIButton_Blue .UIButton_Text{color:#fff;text-shadow:0 1px 0 #3e5a88}
.UIButton_Green{background-color:#69a74e;background-position:0 -96px;border-color:#386F24 #236013 #16540a}
.UIButton_Green:active{background-color:#609946;background-image:none}
.UIButton_Green .UIButton_Text{color:#fff;text-shadow:0 1px 0 #4d8835}
.UIButton_Suppressed{background:transparent;border-color:transparent}
.ie6 .UIButton_Suppressed,
.UIButton_Suppressed:hover{background-image:url(/rsrc.php/z9PKX/hash/e7508nhk.gif);border-color:#888}
.UIButton_Suppressed:active{background-color:#ddd;background-image:none}
.UIButton_Disabled,
.UIButton_Disabled:active{background-color:#f2f2f2;background-image:none;border-color:#b8b8b8}
.UIButton_Disabled .UIButton_Text,
.UIButton_Disabled:active .UIButton_Text{color:#b8b8b8;text-shadow:none}
.UIButton_Depressed{background-color:#7d7d7d;background-image:none;border-color:#525252}
.UIButton_Depressed .UIButton_Text{color:#fff}
span.UIFormButton{padding:0}
span.UIFormButton .UIButton_Text{padding:3px 6px 4px}
.ff3 span.UIFormButton .UIButton_Text{padding:2px 4px 3px}
.ff3 span.UIFormButton_Large .UIButton_Text{padding:2px 5px 3px}
.ie7 span.UIFormButton .UIButton_Text{padding:2px 7px 2px}
.ie7 span.UIFormButton_Large{padding:0}
.ie7 span.UIFormButton_Large .UIButton_Text{padding-top:1px}
.ie6 span.UIFormButton .UIButton_Text{padding:2px 0 2px}
.ie6 span.UIFormButton_Large .UIButton_Text{padding:1px 0 2px}
.UIButton_Blue{background-color:#5b74a8;background-position:0 -48px;border-color:#26446E #152F5F #0c2253}
.UIButton_Blue:active{background-color:#516899;background-image:none}
.UIButton_Blue .UIButton_Text{color:#fff;text-shadow:0 1px 0 #3e5a88}