﻿/*
 * 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
----------------------------------*/
.standard_fluid .ui-helper-hidden { display: none; }
.standard_fluid .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.standard_fluid .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.standard_fluid .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.standard_fluid .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.standard_fluid .ui-helper-clearfix { display:block; }
/* end clearfix */
.standard_fluid .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.standard_fluid .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.standard_fluid .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.standard_fluid .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
----------------------------------*/
.standard_fluid .ui-widget { font-size: 1.1em; }
.standard_fluid .ui-widget .ui-widget { font-size: 1em; }
.standard_fluid .ui-widget input, .standard_fluid .ui-widget select, .standard_fluid .ui-widget textarea, .standard_fluid .ui-widget button { font-size: 1em; }
.standard_fluid .ui-widget-content { border: 1px solid #ccc; background-color:#efefef; color: #111; }
.standard_fluid .ui-widget-content a { color: #222222; }
.standard_fluid .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.standard_fluid .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.standard_fluid .ui-state-default, .standard_fluid .ui-widget-content .ui-state-default, .standard_fluid .ui-widget-header .ui-state-default { border: none; background:none; font-weight: normal; color: #555555; }
.standard_fluid .ui-state-hover a, .standard_fluid .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.standard_fluid .ui-state-active, .standard_fluid .ui-widget-content .ui-state-active, .standard_fluid .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; }
.standard_fluid .ui-state-active a, .standard_fluid .ui-state-active a:link, .standard_fluid .ui-state-active a:visited { color: #212121; text-decoration: none; }
.standard_fluid .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.standard_fluid .ui-state-highlight, .standard_fluid .ui-widget-content .ui-state-highlight, .standard_fluid .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; }
.standard_fluid .ui-state-highlight a, .standard_fluid .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.standard_fluid .ui-state-error, .standard_fluid .ui-widget-content .ui-state-error, .standard_fluid .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; }
.standard_fluid .ui-state-error a, .standard_fluid .ui-widget-content .ui-state-error a, .standard_fluid .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.standard_fluid .ui-state-error-text, .standard_fluid .ui-widget-content .ui-state-error-text, .standard_fluid .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.standard_fluid .ui-priority-primary, .standard_fluid .ui-widget-content .ui-priority-primary, .standard_fluid .ui-widget-header .ui-priority-primary { font-weight: bold; }
.standard_fluid .ui-priority-secondary, .standard_fluid .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.standard_fluid .ui-state-disabled, .standard_fluid .ui-widget-content .ui-state-disabled, .standard_fluid .ui-widget-header .ui-state-disabled { opacity: .5; filter:Alpha(Opacity=50); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.standard_fluid .ui-icon { width: 16px; height: 16px; background-image: url(Images/ui-icons_222222_256x240.png); }
.standard_fluid .ui-widget-content .ui-icon {background-image: url(Images/ui-icons_222222_256x240.png); }
.standard_fluid .ui-widget-header .ui-icon {background-image: url(Images/ui-icons_222222_256x240.png); }
.standard_fluid .ui-state-default .ui-icon { background-image: url(Images/ui-icons_888888_256x240.png); }
.standard_fluid .ui-state-hover .ui-icon, .standard_fluid .ui-state-focus .ui-icon {background-image: url(Images/ui-icons_454545_256x240.png); }
.standard_fluid .ui-state-active .ui-icon {background-image: url(Images/ui-icons_454545_256x240.png); }
.standard_fluid .ui-state-highlight .ui-icon {background-image: url(Images/ui-icons_2e83ff_256x240.png); }
.standard_fluid .ui-state-error .ui-icon, .standard_fluid .ui-state-error-text .ui-icon {background-image: url(Images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.standard_fluid .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.standard_fluid .ui-icon-circle-triangle-w { background-position: -80px -192px; }

/* Corner radius */
.standard_fluid .ui-corner-all, .standard_fluid .ui-corner-top, .standard_fluid .ui-corner-left, .standard_fluid .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; }
.standard_fluid .ui-corner-all, .standard_fluid .ui-corner-top, .standard_fluid .ui-corner-right, .standard_fluid .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; }
.standard_fluid .ui-corner-all, .standard_fluid .ui-corner-bottom, .standard_fluid .ui-corner-left, .standard_fluid .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; }
.standard_fluid .ui-corner-all, .standard_fluid .ui-corner-bottom, .standard_fluid .ui-corner-right, .standard_fluid .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 */
.standard_fluid .ui-widget-overlay { background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.standard_fluid .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); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * 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;}
.standard_fluid .ui-datepicker { padding: .2em .2em 0; display: none;  }
.standard_fluid .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.standard_fluid .ui-datepicker .ui-datepicker-prev, .standard_fluid .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.standard_fluid .ui-datepicker .ui-datepicker-prev-hover, .standard_fluid .ui-datepicker .ui-datepicker-next-hover { top: 3px; }
.standard_fluid .ui-datepicker .ui-datepicker-prev { left:2px; }
.standard_fluid .ui-datepicker .ui-datepicker-next { right:2px; }
.standard_fluid .ui-datepicker .ui-datepicker-prev-hover { left:3px; }
.standard_fluid .ui-datepicker .ui-datepicker-next-hover { right:4px; }
.standard_fluid .ui-datepicker .ui-datepicker-prev span, .standard_fluid .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -10px; top: 50%; margin-top: -10px;  }
.standard_fluid .ui-datepicker .ui-datepicker-title { text-align: center; font-size:15px; color:#111; }
.standard_fluid .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.standard_fluid .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.standard_fluid .ui-datepicker select.ui-datepicker-month, 
.standard_fluid .ui-datepicker select.ui-datepicker-year { width: 49%;}
.standard_fluid .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.standard_fluid .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.standard_fluid .ui-datepicker td { border: 0; padding: 1px; }
.standard_fluid .ui-datepicker td span, .standard_fluid .ui-datepicker td a { display: block; padding: .2em; text-align: center; text-decoration: none; }
.standard_fluid .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; }
.standard_fluid .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.standard_fluid .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.standard_fluid .ui-datepicker.ui-datepicker-multi { width:auto; }
.standard_fluid .ui-datepicker-multi .ui-datepicker-group { float:left; }
.standard_fluid .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.standard_fluid .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.standard_fluid .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.standard_fluid .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.standard_fluid .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.standard_fluid .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.standard_fluid .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.standard_fluid .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.standard_fluid .ui-datepicker-rtl { direction: rtl; }
.standard_fluid .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.standard_fluid .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.standard_fluid .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.standard_fluid .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.standard_fluid .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.standard_fluid .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.standard_fluid .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.standard_fluid .ui-datepicker-rtl .ui-datepicker-group { float:right; }
.standard_fluid .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.standard_fluid .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 */
.standard_fluid .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*/
}

.standard_fluid{
    margin:0px auto;
    width:100%;
}

.standard_fluid .manageblog {
    float:right;
    margin-bottom: 15px;
}

.standard_fluid h1.blogname, h3.blogdescription{
 font-weight:normal;    
    margin:0;
    padding:0;
}

.standard_fluid h1.blogname{
    font-family: 'Quattrocento Sans',Trebuchet,Verdana,sans-serif;
    font-size:24px;
    color:#111111;
    font-weight:bold;
    float:left;   
}

.standard_fluid h3.blogdescription{
font-family: 'Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;
    font-size:14px;
    color:#002060;
}

.standard_fluid p.blogtagline {
font-size: 13px;
color:#002060;

}

.standard_fluid .postleft{
    width:73%;
    float:left;
}

.standard_fluid .postright{
    width:25%;
    float:right;
}

.standard_fluid .post .socialnetwork{
    float:right;
    margin-top:10px;
    min-width:138px;
}

.standard_fluid .post .readmore{
	font-weight: bold;
}

.standard_fluid .post .inpost{
    margin-right: -4px; 
	margin-bottom: 10px;
}

.standard_fluid .mrssfeeds{
    float:right; 
}

.standard_fluid .head{
/*    border-radius:4px; 
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
    background-color : #fff;
  */
}

.standard_fluid .post .footer{
padding: 10px;
font-size: 13px;
}

.standard_fluid .post .footer, .standard_fluid .post .footer a, .standard_fluid .post .readmore a{

}

.standard_fluid .post .line{
    clear: both;
    height: 1px;
    overflow: hidden;
    width: 100%; 
    background:#fff;
}

.standard_fluid .post .content{
    font-size:15px;
}

.standard_fluid .post{
    padding: 0;

}

.standard_fluid .post-tags{
    text-align: right;
    margin-bottom: 15px;
	font-size: 12px;
	color: #666666;
}

.standard_fluid .post-tags a{
text-transform: lowercase;
}

.standard_fluid .post h1{

font-family: 'Quattrocento Sans',Trebuchet,Verdana,sans-serif;
    font-size:21px;
    font-weight:bold;
	margin: 0 0 0.2em;

}

.standard_fluid .post h1 a{
color: #CC0000;
}

.standard_fluid .categories, .standard_fluid .tags, .standard_fluid .archives, .standard_fluid .authors, .standard_fluid .mwidgetposts, .standard_fluid .search{
    padding: 0;
    border:1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius:4px;
    webkit-border-radius:4px;
    margin-bottom:20px;
    background-color:#fff;
}

.standard_fluid .calendar{
    margin-bottom:25px;
}

.standard_fluid .categories h1, .standard_fluid .tags h1, .standard_fluid .archives h1, .standard_fluid .authors h1, .standard_fluid .mwidgetposts h1, .standard_fluid .search h1{
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    border-bottom: 1px solid #EEEEEE;
    font-weight: bold;
    margin: 0;
    padding: 5px;
	   font-family: 'Quattrocento Sans',Trebuchet,Verdana,sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.standard_fluid td{
    vertical-align:top;
}

.standard_fluid .categories .treeview, .standard_fluid .archives .treeview{
    padding:10px;
}

.standard_fluid .categories .treeview img{
    border:none;
    margin:0px;
    padding:0px;
}

.standard_fluid .authors ul, .standard_fluid .mwidgetposts ul{
    list-style-type:none; 
    list-style-image:none;
    padding:0 15px 0 15px;
    margin:5px 0 5px 0;
}

.standard_fluid .authors ul li{
    border-bottom:none;
}

.standard_fluid .mwidgetposts ul li{
    border-bottom:1px solid #d7d7d7;
}

.standard_fluid .authors ul li, .standard_fluid .mwidgetposts ul li{
    list-style: none;
    margin:0;
    padding:7px 0;
}

.standard_fluid .msearch-result .caption a, .standard_fluid .msearch-result .caption, .standard_fluid .msearch-result .ms-result .lnktitle, .standard_fluid .archives a, .standard_fluid .tags a, .standard_fluid .authors ul li a, .standard_fluid .categories a, .standard_fluid .tags ul li a, .standard_fluid r a, .standard_fluid .mwidgetposts .posttitle, .standard_fluid .mwidgetposts, .standard_fluid .mwidgetposts .postummary, .standard_fluid .post .footer, .standard_fluid .post .footer a, .standard_fluid .post .readmore a, .standard_fluid .post-tags, .standard_fluid .post-tags a{
    /*color:#666666;*/
}

.standard_fluid .msearch-result .caption a, .standard_fluid .msearch-result .ms-result .desc, .standard_fluid .msearch-result .caption, .standard_fluid .mwidgetposts .postummary, .standard_fluid .mwidgetposts .posttimeago, .standard_fluid .post .footer, .standard_fluid .post .footer a, .standard_fluid .post .readmore a, .standard_fluid .post-tags, .standard_fluid .post-tags a{
   /*font-size:11px;*/
}

.standard_fluid .msearch-result .ms-result .lnktitle, .standard_fluid .archives a, .standard_fluid .mwidgetposts .posttitle{
    /*font-size:12px;*/
}

.standard_fluid .msearch-result .caption, .standard_fluid .mwidgetposts .posttimeago, .standard_fluid .post .footer, .standard_fluid .post .footer a, .standard_fluid .post-tags, .standard_fluid .post-tags a{
/*    font-style:italic;*/
}

.standard_fluid .msearch-result .ms-result .lnktitle, .standard_fluid .post .readmore a, .standard_fluid .mwidgetposts .posttitle, .standard_fluid .post .footer, .standard_fluid .post .footer a{
    /*font-weight:bold;*/
}

.standard_fluid .authors img{
    border:none;
    margin:0px;
    padding:0px;
}

.standard_fluid .tags a{
    display:inline;
		text-transform: lowercase;
padding-right: 15px;
}

.standard_fluid .tags{
    word-wrap:break-word;
}

.standard_fluid .tags a.cloudweight1{
    font-size:12px;
    filter: alpha(opacity=40);
    opacity: 0.4;
	
}

.standard_fluid .tags a.cloudweight2{
    font-size:14px;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.standard_fluid .tags a.cloudweight3{
    font-size:16px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.standard_fluid .tags a.cloudweight4{
    font-size:18px;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.standard_fluid .tags a.cloudweight5{
    font-size:21px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.standard_fluid .post .CommentForm{
    margin-bottom:20px;
}

.standard_fluid .post .CommentForm .commenterror, .standard_fluid .post .CommentForm .moderatemsg{
    color:red;
    margin-bottom:10px;
    font-style:normal;    
}

.standard_fluid .post .CommentData .content{
    min-height:0;
    font-style:normal;
    font-size:11px;
    margin-bottom:20px;
    height:auto;
    padding:0;
}

.standard_fluid .post .CommentData .content p{
    margin:0px;
    padding:0px;
}

.standard_fluid .post .CommentForm .newheading, .standard_fluid .post .CommentForm .replyheading, .standard_fluid .post .CommentData .heading{
font-weight: bold;
color: #000260;
    margin-bottom:15px;
	vertical-align: baseline;
}

.standard_fluid .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;
}

.standard_fluid .post .CommentData .name .userinfo{
    margin-top:8px; 
    position:absolute;
}

.standard_fluid .post .CommentData .name .reply{
    float:right;
    margin-top:8px; 
}

.standard_fluid .post .Preview{
    border-radius:4px;
    -moz-border-radius:4px;
    webkit-border-radius:4px;
    color:Black;
}

.standard_fluid .post input, .standard_fluid .post textarea, .standard_fluid .post select{
    border-radius:3px;
    border:1px #cccccc solid;
	vertical-align: baseline;
	margin: 2px;
    padding: 2px;
}

.standard_fluid .post input[type="text"] {
    padding:4px;

}

.standard_fluid .post input[type="radio"], .standard_fluid .post input[type="checkbox"] {
margin: 8px 2px 0 8px;
}

.standard_fluid .post input[type="submit"] {
 background-color: #194C81;
    border: 1px solid #002A5F;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 4px;
}

.standard_fluid .post .CommentData .com{
    padding-left:20px;
}

.standard_fluid .pager, .standard_fluid .ms-result .paging {
    margin:0 0 20px;
    padding:0;
    text-align:center;
}

.standard_fluid .ms-result .paging{
    margin:0;
}

.standard_fluid .pager a, .standard_fluid .CurrentPageSelected, .standard_fluid .CurrentPage, .standard_fluid .ms-result .paging a , .standard_fluid .ms-result .paging .pageselected {
    border:1px solid #002A5F;
    color:#fff;
    margin-right: 4px;
    padding:2px 4px;
    text-decoration:none;
    background-color:#194C81;
    border-radius:3px;
	font-size: 13px;
}

.standard_fluid .CurrentPage, .standard_fluid .CurrentPageSelected, .standard_fluid .ms-result .paging .pageselected{

}

.standard_fluid .pager a:hover, .standard_fluid .pager a:active, .standard_fluid .CurrentPage, .standard_fluid .CurrentPageSelected, .standard_fluid .ms-result .paging .pageselected, .standard_fluid .ms-result .paging a:hover, .standard_fluid .ms-result .paging a:active{
    background-color:#efefef;
    background-image:none;
    border:1px solid #ccc;
    color:#111111;
}

.standard_fluid .pager a.Next {
    border:2px solid #CCDBE4;
    margin:0 0 0 10px;
}

.standard_fluid .pager a.Next:hover {
    border:2px solid #2B55AF;
}

.standard_fluid .pager a.Prev {
    border:2px solid #CCDBE4;
    margin:0 10px 0 0;
}

.standard_fluid .pager a.Prev:hover {
    border:2px solid #2B55AF;
}

.standard_fluid .calendar .LiveBlogDateHlight a{
    background-color:#006AC4;   
    color:#fff;
    border-radius:5px;
    webkit-border-radius:5px;
    -moz-border-radius:5px;
    background-image:none;
}

.standard_fluid .msearch-toolbar .textbox{margin:15px 0px 15px 15px; border: #DDDDDD solid 1px;padding: 3px 25px 3px 3px;width: 150px;border-radius: 4px;-moz-border-radius:4px;webkit-border-radius:4px;}
.standard_fluid .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;}
.standard_fluid .msearch-result {background-color:#ffffff;border: 1px solid #CCCCCC;border-radius: 8px;-moz-border-radius:8px; webkit-border-radius:8px; padding: 12px; margin-bottom:15px;}
.standard_fluid .msearch-result .ms-result .result{border-bottom:1px solid #cccccc;}
.standard_fluid .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;}
.standard_fluid .msearch-result h3{margin:0px; padding:0px ; font-size:13px; font-weight:bold; text-decoration:none; color:#666666}

.standard_fluid .treeview .rtPlus,.standard_fluid .treeview .rtMinus{background-image:url('Images/PlusMinus.png')}
.standard_fluid .treeview .rtChecked,.standard_fluid .treeview .rtUnchecked,.standard_fluid .treeview .rtIndeterminate{background-image:url('Images/TriState.png')}
.standard_fluid .treeview .rtHover .rtIn, .standard_fluid .treeview .rtSelected .rtIn {border:none !important; padding: 4px 3px 3px; background:none; color:#666666; text-decoration:underline;}
.standard_fluid .treeview .rtSelected .rtLoadingBefore,.standard_fluid .treeview .rtSelected .rtLoadingAfter,.standard_fluid .treeview .rtSelected .rtLoadingBelow{color:#333}
.standard_fluid .treeview .rtLoadingIcon{background-image:url('Images/LoadingIcon.gif')}
.standard_fluid .treeview .rtLI .rtEdit .rtIn{border-color:#515151;background:#fff}
.standard_fluid .treeview .rtLines .rtLI,.standard_fluid .treeview .rtLines .rtFirst .rtUL{background-image:url('Images/NodeSpan.png')}
.standard_fluid .treeview .rtLines .rtFirst,.standard_fluid .treeview .rtLines .rtFirst .rtUL{background-image:url('Images/FirstNodeSpan.png')}
.standard_fluid .treeview .rtLines .rtLast,.standard_fluid .treeview .rtLines .rtLast .rtUL{background-image:none}
.standard_fluid .treeview .rtLines .rtTop{background-image:url('Images/TopLine.png')}
.standard_fluid .treeview .rtLines .rtMid{background-image:url('Images/MiddleLine.png')}
.standard_fluid .treeview .rtLines .rtBot{background-image:url('Images/BottomLine.png')}
.standard_fluid .treeview .rtLines .rtLast .rtTop{background-image:url('Images/SingleLine.png')}
.standard_fluid .treeview{color:#666666;}

.standard_fluid .post .content .alignleft{display: inline;float: left;margin-right: 14px;}
.standard_fluid .post .content .alignright{display: inline;float: right;margin-left: 14px;}