﻿/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.vsoft .ui-helper-hidden { display: none; }
.vsoft .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.vsoft .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.vsoft .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.vsoft .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.vsoft .ui-helper-clearfix { display:block; }
/* end clearfix */
.vsoft .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.vsoft .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.vsoft .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.vsoft .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.vsoft .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.vsoft .ui-widget .ui-widget { font-size: 1em; }
.vsoft .ui-widget input, .vsoft .ui-widget select, .vsoft .ui-widget textarea, .vsoft .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.vsoft .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(Images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.vsoft .ui-widget-content a { color: #222222; }
.vsoft .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x; color: #222222; font-weight: bold; }
.vsoft .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.vsoft .ui-state-default, .vsoft .ui-widget-content .ui-state-default, .vsoft .ui-widget-header .ui-state-default { border: none; background:none; font-weight: normal; color: #555555; }
.vsoft .ui-state-hover a, .vsoft .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.vsoft .ui-state-active, .vsoft .ui-widget-content .ui-state-active, .vsoft .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.vsoft .ui-state-active a, .vsoft .ui-state-active a:link, .vsoft .ui-state-active a:visited { color: #212121; text-decoration: none; }
.vsoft .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.vsoft .ui-state-highlight, .vsoft .ui-widget-content .ui-state-highlight, .vsoft .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(Images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.vsoft .ui-state-highlight a, .vsoft .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.vsoft .ui-state-error, .vsoft .ui-widget-content .ui-state-error, .vsoft .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(Images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.vsoft .ui-state-error a, .vsoft .ui-widget-content .ui-state-error a, .vsoft .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.vsoft .ui-state-error-text, .vsoft .ui-widget-content .ui-state-error-text, .vsoft .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.vsoft .ui-priority-primary, .vsoft .ui-widget-content .ui-priority-primary, .vsoft .ui-widget-header .ui-priority-primary { font-weight: bold; }
.vsoft .ui-priority-secondary, .vsoft .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.vsoft .ui-state-disabled, .vsoft .ui-widget-content .ui-state-disabled, .vsoft .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.vsoft .ui-icon { width: 16px; height: 16px; background-image: url(Images/ui-icons_222222_256x240.png); }
.vsoft .ui-widget-content .ui-icon {background-image: url(Images/ui-icons_222222_256x240.png); }
.vsoft .ui-widget-header .ui-icon {background-image: url(Images/ui-icons_222222_256x240.png); }
.vsoft .ui-state-hover .ui-icon, .vsoft .ui-state-focus .ui-icon {background-image: url(Images/ui-icons_454545_256x240.png); }
.vsoft .ui-state-active .ui-icon {background-image: url(Images/ui-icons_454545_256x240.png); }
.vsoft .ui-state-highlight .ui-icon {background-image: url(Images/ui-icons_2e83ff_256x240.png); }
.vsoft .ui-state-error .ui-icon, .vsoft .ui-state-error-text .ui-icon {background-image: url(Images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.vsoft .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.vsoft .ui-icon-circle-triangle-w { background-position: -80px -192px; }

/* Corner radius 
.vsoft .ui-corner-all, .vsoft .ui-corner-top, .vsoft .ui-corner-left, .vsoft .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.vsoft .ui-corner-all, .vsoft .ui-corner-top, .vsoft .ui-corner-right, .vsoft .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.vsoft .ui-corner-all, .vsoft .ui-corner-bottom, .vsoft .ui-corner-left, .vsoft .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.vsoft .ui-corner-all, .vsoft .ui-corner-bottom, .vsoft .ui-corner-right, .vsoft .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
*/

/* Overlays */
.vsoft .ui-widget-overlay { background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.vsoft .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
#ui-datepicker-div {display: none;}
.vsoft .ui-datepicker { padding: .2em .2em 0; display: none;background: #ffffff url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x;  }
.vsoft .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.vsoft .ui-datepicker .ui-datepicker-prev, .vsoft .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.vsoft .ui-datepicker .ui-datepicker-prev-hover, .vsoft .ui-datepicker .ui-datepicker-next-hover { top: 4px; }
.vsoft .ui-datepicker .ui-datepicker-prev { left:2px; }
.vsoft .ui-datepicker .ui-datepicker-next { right:2px; }
.vsoft .ui-datepicker .ui-datepicker-prev-hover { left:3px; }
.vsoft .ui-datepicker .ui-datepicker-next-hover { right:4px; }
.vsoft .ui-datepicker .ui-datepicker-prev span, .vsoft .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.vsoft .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.vsoft .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.vsoft .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.vsoft .ui-datepicker select.ui-datepicker-month, 
.vsoft .ui-datepicker select.ui-datepicker-year { width: 49%;}
.vsoft .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.vsoft .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.vsoft .ui-datepicker td { border: 0; padding: 1px; }
.vsoft .ui-datepicker td span, .vsoft .ui-datepicker td a { display: block; padding: .2em; text-align: center; text-decoration: none; }
.vsoft .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.vsoft .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.vsoft .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.vsoft .ui-datepicker.ui-datepicker-multi { width:auto; }
.vsoft .ui-datepicker-multi .ui-datepicker-group { float:left; }
.vsoft .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.vsoft .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.vsoft .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.vsoft .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.vsoft .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.vsoft .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.vsoft .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.vsoft .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.vsoft .ui-datepicker-rtl { direction: rtl; }
.vsoft .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.vsoft .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.vsoft .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.vsoft .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.vsoft .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.vsoft .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.vsoft .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.vsoft .ui-datepicker-rtl .ui-datepicker-group { float:right; }
.vsoft .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.vsoft .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.vsoft .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.vsoft{
    margin:0px auto;
    width:100%;
    font-family: 'Segoe UI' , Arial, Helvetica, "Trebuchet MS" , sans-serif;
}

.vsoft a{
    font-family: 'Segoe UI' , Arial, Helvetica, "Trebuchet MS" , sans-serif;
}

.vsoft .manageblog {
    float:right;
    margin-bottom: 15px;
}

.vsoft h1.blogname, h3.blogdescription{
    font-family: 'Segoe UI' , Arial, Helvetica, "Trebuchet MS" , sans-serif;
    margin:0px;
    padding:0px;
    font-weight:normal;
	color : #006396;
}

.vsoft .mrssfeeds{
    float:right; 
}

.vsoft h1.blogname{
    font-size:22px;
    color:#006396;
    float:left;
}

.vsoft h3.blogdescription{
    font-size:12px;
    color:#3E81B5;
    margin-left:1px;
}

.vsoft .postleft{
    width:73%;
    float:left;
}

.vsoft .postright{
    width:25%;
    float :right;
}

.vsoft .post {
   border-style:solid; 
   border-width:1px; 
   border-color:#CCCCCC; 
   margin-bottom:5px;
}

.vsoft .post .internal{
	padding : 18px;
}

.vsoft .post .socialnetwork{
    float:right;
    margin-top:10px;
    min-width:138px;
}

.vsoft .post .inpost{
    margin-right: -4px; 
}

.vsoft .post .header, .vsoft .head{
/*    border-color:#E4E4E4 #CCCCCC #BBBBBB; 
    border-style:solid; 
    border-width:1px; 
    border-radius:4px; 
    -moz-border-radius:4px;
    -webkit-border-radius: 4px; */
}

.vsoft .post .header{
    background-color : #FFFFFF;
/*	background-image : url(Images/post-bg.png);
	background-position : bottom;
	background-repeat : repeat-x; */
}

.vsoft .head{
    background-color : #ffffff;
    padding:10px;
}

.vsoft .post .details{
    background:#ffffff;
}

.vsoft .post .metadata{
    /*background:#EEEEEE;  */
    color: #000000;
    font-size: 13px;
    /*font-style: normal; */
    padding: 5px; 
    margin-bottom: 11px;
}

.vsoft .post .metadata a{
    color: #000000;
    font-size: 14px;
}

.vsoft .post .line{
    clear: both;
    height: 2px;
    overflow: hidden;
    background:url(Images/line.gif) repeat-x scroll center top transparent;
}

.vsoft .post h1{
    margin:0px;
    padding:2px 0 2px 0;
	
}

.vsoft .post .footer{
    height:36px;
	border-top : 1px solid #ccc;
	
/*    background :url(Images/box-bg.gif) repeat-x scroll center top #EEEEEE;
    border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px; 
    webkit-border-radius:0px 0px 4px 4px; */
}

.vsoft .post h1.heading{
    font-size:26px;
    color:#006396;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-weight:normal;
	border-bottom: 1px solid #ccc;
	margin-bottom : 5px;
}

.vsoft .post input, .vsoft .post textarea, .vsoft .post select{
/*    -moz-border-radius:3px; */
    border:1px #cccccc solid;
    padding:2px;
    font-size:11px; 
    font-family:Verdana,Arial,Helvetica,sans-serif;
}

.vsoft .post label{
    font-style:normal;
}

.vsoft .post .content{    
/*    line-height: 18px; */
    min-height: 160px; 
}

.vsoft .post .footer .left, .vsoft .post .footer .right{
    line-height: 42px;
}

.vsoft .post .footer .left{
    float:left;
}
.vsoft .post .right{
    float:right;
}

.vsoft .post .footer .right{
    float:right;
}

.vsoft .post .footer .left span{
    background: url("Images/count-bg.png") no-repeat scroll left center transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin-right: 6px;
    padding: 4px 0 8px;
    text-align: center;
    width: 33px;
}
 
.vsoft .post .post-tags , .vsoft .post .post-comments, .vsoft .post .post-views{
	font-size : .85em;
/*    margin-bottom: 13px;
    margin-top: 6px; */
}

.vsoft .post .edit a{
    padding:3px 5px 3px 5px;
}

.vsoft .tags h1, .vsoft .categories h1, .vsoft .archives h1, .vsoft .authors h1, .vsoft .mwidgetposts h1, .vsoft .search h1{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    color:#006396;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

.vsoft .authors ul, .vsoft .mwidgetposts ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.vsoft .authors ul li{
    list-style: none;
    padding:7px 0;
    border-bottom:none;    
}

.vsoft .mwidgetposts ul li{
    list-style: none;
    padding:7px 0;
    border-bottom:1px solid #EEEEEE;
}

.vsoft .authors img, .vsoft .head img, .vsoft .categories .treeview img{
    border:none;
    margin:0px;
    padding:0px;
}

.vsoft .categories a, .vsoft .authors ul li a{
    color:#000000
}

.vsoft .tags{
    text-align:justify;
    word-wrap:break-word;
}

.vsoft .tags a{
    color: #000000;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    display:inline;
} 

.vsoft .tags a.cloudweight1{
    font-size:12px;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.vsoft .tags a.cloudweight2{
    font-size:14px;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.vsoft .tags a.cloudweight3{
    font-size:16px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.vsoft .tags a.cloudweight4{
    font-size:18px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.vsoft .tags a.cloudweight5{
    font-size:20px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.vsoft .categories, .vsoft .archives, .vsoft .authors, .vsoft .tags, .vsoft .mwidgetposts, .vsoft .search{
/*    background: url("Images/categories-bg.png") repeat-x scroll left bottom #ffffff; */
    padding: 10px;
    border:#CCCCCC 1px solid;
/*     border-radius:5px; 
    -moz-border-radius:5px;
    -webkit-border-radius: 5px; */
    margin-bottom:20px;
}

.vsoft .calendar{
    margin-bottom:20px;
}

.vsoft .post .CommentForm{
    margin-bottom:20px;
}

.vsoft .post .CommentForm .commenterror, .vsoft .post .CommentForm .moderatemsg{
    color:red;
    margin-bottom:10px;
    font-style:normal;    
}

.vsoft .post .CommentData .content{
    min-height:0;
    font-style:normal;
    font-size:11px;
    margin-bottom:20px;
    height:auto;
}

.vsoft .post .CommentData .content p{
    margin:0px;
    padding:0px;
}

.vsoft .post .CommentForm .newheading, .vsoft .post .CommentForm .replyheading, .vsoft .post .CommentData .heading{
    font-size:13px;
    color:#2E3D47;
    font-weight:bold;
    font-style:normal;
    margin-bottom:15px;
}

.vsoft .post .CommentData .name{
    line-height:12px;
    margin-bottom:10px;
    font-style:normal;
/*    border-radius:4px;
    -moz-border-radius:4px;
    webkit-border-radius:4px;*/
    background-color:#eeeeee;
    padding:3px;
    border:1px #cccccc solid;
}

.vsoft .post .CommentData .name .userinfo{
    margin-top:8px; 
    position:absolute;
}

.vsoft .post .CommentData .name .reply{
    float:right;
    margin-top:8px; 
}

.vsoft .post .Preview{
/*    border-radius:4px;
    -moz-border-radius:4px;
    webkit-border-radius:4px; */
    color:Black;
}

.vsoft .post .CommentData .com{
    padding-left:20px;
}

.vsoft .pager, .vsoft .ms-result .paging {
    font-family:Trebuchet MS,Tahoma,Helvetica,sans-serif;
    font-size:13px;
/*    margin:0 0 20px; */
    text-align:center;
    border : none;
}

.vsoft .ms-result .paging{
    margin:0;
}

.vsoft .pager a, .vsoft .pager .CurrentPageSelected .CurrentPage
{
    margin-right:3px;
    padding:4px 8px 4px 8px;
    text-decoration : none;
    border : 0;
} 

.vsoft .pager span.CurrentPageSelected strong
{
   padding : 0;
   margin : 0; 
   font-weight : normal;
   border : 0;	
}


.vsoft .pager a:active, .vsoft .CurrentPageSelected, .vsoft .ms-result .paging .pageselected, .vsoft .ms-result .paging a:hover, .vsoft .ms-result .paging a:active
{
    margin-right:3px;
    padding:4px 8px 4px 8px;
    background-color:#545454;
    color:#ffffff;
    border : 0;
}

.vsoft .pager a, .vsoft .vsoft .CurrentPage, .vsoft .ms-result .paging a , .vsoft .ms-result .paging .pageselected {
    margin-right:3px;
/*    padding:4px 8px 6px 8px; */
    color:#58585A;
    background-color:#F1F1F1;
    border : 0;
}


.vsoft .pager a:hover, .vsoft .ms-result .paging .pageselected, .vsoft .ms-result .paging a:hover, .vsoft .ms-result .paging a:active{
    background-color:#0071C5;
    color:#ffffff;
}

.vsoft .pager a.Next {


.vsoft .pager a.Next {
    border:2px solid #CCDBE4;
    margin:0 0 0 10px;
}

.vsoft .pager a.Next:hover {
    border:2px solid #2B55AF;
}

.vsoft .pager a.Prev {
    border:2px solid #CCDBE4;
    margin:0 10px 0 0;
}

.vsoft .pager a.Prev:hover {
    border:2px solid #2B55AF;
}

.vsoft .msearch-result .ms-result .lnktitle, .vsoft .mwidgetposts .postummary, .vsoft .mwidgetposts .posttimeago, .vsoft .archives a, .vsoft .categories a, .vsoft .authors ul li a, .vsoft .mwidgetposts .posttitle{
    color:#000000;
}

.vsoft .msearch-result .caption a, .vsoft .msearch-result .ms-result .desc, .vsoft .msearch-result .caption, .vsoft .mwidgetposts .postummary, .defavsoftult .mwidgetposts .posttimeago, .vsoft .post .readmore a, .vsoft .post .footer a, .vsoft .post .post-tags, .vsoft .post .post-tags a{
   font-size:11px;
}

.vsoft .msearch-result .ms-result .lnktitle, .vsoft .archives a, .vsoft .mwidgetposts .posttitle{
    font-size:12px;
}

.vsoft .msearch-result .caption a, .vsoft .msearch-result .caption, .vsoft .mwidgetposts .posttimeago, .vsoft .post .readmore a, .vsoft .post .footer, .vsoft .post .footer a, .vsoft .post .post-tags, .vsoft .post .post-tags a{
    color:#878787;
}

.vsoft .msearch-result .caption, .vsoft .mwidgetposts .posttimeago, .vsoft .post .footer , .vsoft .post .footer a, .vsoft .post .post-tags, .vsoft .post .post-tags a{
    font-style:italic;
}

.vsoft .msearch-result .ms-result .lnktitle, .vsoft .post .readmore a, .vsoft .mwidgetposts .posttitle, .vsoft .post .footer a, .vsoft .post .post-tags, .vsoft .post .post-tags a{
    font-weight:bold;
}

.vsoft .calendar .LiveBlogDateHlight a{
    background-color:#878787;   
    color:White;
/*    border-radius:5px;
    webkit-border-radius:5px;
    -moz-border-radius:5px; */
    background-image:none;
}

.vsoft .search{padding-bottom:20px}
.vsoft .msearch-toolbar .textbox{ margin-top:10px; border: #DDDDDD solid 1px;padding: 3px 25px 3px 3px;width: 150px;}
.vsoft .msearch-toolbar .search-button {background: url("Images/search.png") transparent no-repeat;border: none !important;text-indent: -999px;width: 20px; position:relative;margin-left:-20px;}
.vsoft .msearch-result {background-color:#ffffff;border: 1px solid #CCCCCC;padding: 12px; margin-bottom:15px;}
.vsoft .msearch-result .ms-result .result{border-bottom:1px solid #cccccc;}
.vsoft .msearch-result .close-button {background: url("Images/close.png") transparent no-repeat;border: none !important;text-indent: -999px;width: 30px;height:32px;position:relative;float:right;top:-28px;right:-22px;}
.vsoft .msearch-result h3{margin:0px; padding:0px ; font-size:13px; font-weight:bold; text-decoration:none; color:#000000}

.vsoft .treeview .rtPlus,.vsoft .treeview .rtMinus{background-image:url('Images/PlusMinus.png')}
.vsoft .treeview .rtChecked,.vsoft .treeview .rtUnchecked,.vsoft .treeview .rtIndeterminate{background-image:url('Images/TriState.png')}
.vsoft .treeview .rtHover .rtIn, .vsoft .treeview .rtSelected .rtIn {border:none !important; padding: 4px 3px 3px; background:none; text-decoration:underline;}
.vsoft .treeview .rtSelected .rtLoadingBefore,.vsoft .treeview .rtSelected .rtLoadingAfter,.vsoft .treeview .rtSelected .rtLoadingBelow{color:#333}
.vsoft .treeview .rtLoadingIcon{background-image:url('Images/LoadingIcon.gif')}
.vsoft .treeview .rtLI .rtEdit .rtIn{border-color:#515151;background:#fff}
.vsoft .treeview .rtLines .rtLI,.vsoft .treeview .rtLines .rtFirst .rtUL{background-image:url('Images/NodeSpan.png')}
.vsoft .treeview .rtLines .rtFirst,.vsoft .treeview .rtLines .rtFirst .rtUL{background-image:url('Images/FirstNodeSpan.png')}
.vsoft .treeview .rtLines .rtLast,.vsoft .treeview .rtLines .rtLast .rtUL{background-image:none}
.vsoft .treeview .rtLines .rtTop{background-image:url('Images/TopLine.png')}
.vsoft .treeview .rtLines .rtMid{background-image:url('Images/MiddleLine.png')}
.vsoft .treeview .rtLines .rtBot{background-image:url('Images/BottomLine.png')}
.vsoft .treeview .rtLines .rtLast .rtTop{background-image:url('Images/SingleLine.png')}

.vsoft .post .content .alignleft{display: inline;float: left;margin-right: 11px;}
.vsoft .post .content .alignright{display: inline;float: right;margin-left: 11px;}
.vsoft .mbutton{font-family:Helvetica,Arial,sans-serif; padding: 5px 10px; background: #818181; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#818181, endColorstr=#656565); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#818181, endColorstr=#656565)"; background: -webkit-gradient(linear, left top, left bottom, from(#818181), to(#656565)); background: -moz-linear-gradient(center top , #818181 0%, #656565 100%) repeat scroll 0 0 transparent; border-color: #FFFFFF; color: #FFFFFF; font-weight: bold; text-decoration: none; text-shadow: 0 1px 1px #000000;}
.vsoft .mbutton:hover {background:#4E4E4E; color: #ffffff; text-decoration:none;}