/* Generics */
H3
{
    font-size:170%;
    margin:.75em 0 .5em 0;
    color:#FFCC00;
    font-weight:normal;
}

.ShadedButton 
{
    background: #DDDDDD url('../images/vistablog/shadedBtn-bg.gif') repeat-x 0 0;    
    border:1px solid #666666;
    padding: .15em .25em .15em .25em;
    float:right;
}


.alt 
{
    /*background-color:#EEEFEF;*/
}

.ClearBoth { clear:both; }


/***************************************************
  Browser hack - IE55/60 transparency fixes         
***************************************************/
/* Clickable elements must be relative positioned   
   and have explicitly no background-image in order 
   to allow clicks.  The following two selectors    
   implement this behavior sitewide.                
   Without this fix, links & form elements cannot be
   clicked on when using AlphaImageLoader to display
   a transparent PNG file as a background           
                                                    
note: an adverse side-effect of this fix is that    
   background images are now distorted on the       
   effected display:inline tags.  These instances   
   can be repaired by specifying "display:block;    
   float:left; in the effected selectors within the 
   code.  For example, see .rssLink below.          
*/
input,a,label,textarea { position:relative ; background-image:none; } 
/* end browser hack */

.rssLink
{
    display:block; float:left; /* fix broken background image in IE on postion:relative elements */
    background: transparent url('../images/vistablog/icoRss.gif') no-repeat 100% 50%;
    padding: 5px 20px 5px .5em; /*indent for bg image, use px since the img won't scale */
    color:white;
    font-size:85%;
    top:+5px;    
}



/*  **********************************************************
    Page Level                                                
    ******************************************************* */


body
{
	margin: 0;
	padding: 0;
	color: white;
	font-family: Arial, Helvetica;
    margin-bottom:3.8em;
	background: #264766 url(body-bg.jpg) no-repeat 0% 0%;
}

#CommonWatermark
{
}


#CommonOuter 
{
    margin-left:50px;
    width:903px;
}







/*  **********************************************************
    Header/Nav/User bars                                      
    ******************************************************* */


#CommonHeader
{
    height: 320px;
    width:100%;
}

.CommonTitleImg 
{
    position:absolute;
    top:73px;
}
.CommonTitleImg *
{
    border:0;
}

.WindowsCoin 
{
    position:absolute;
    top:66px;
    left:740px;
}

.CommonTabBar
{
    position:absolute;
    top:262px;
    left:50px;
}

.Nav 
{
    padding:0;
    margin:0;
}

.NavImg
{
    border:0;
    padding:0;
    margin:0;
    float:left;
    cursor:pointer;
}


.Breadcrumb /* AKA - welcome area - the greenish bar below the header */
{
    margin:0;
    padding:.75em 9em .75em 2.1em;
    background-color:#6EA5C7;
}

.Breadcrumb A
{
    font-size:120%;
    color:white;
}


/* Welcome Bar (who's signed in, etc) */

.WelcomeBar 
{
    font-weight:normal;
    text-align:left;
    font-size:70%;
    position: absolute;
    left: 695px;    
    width:245px;
    height:20px;
    top:10px;
    text-align:center;
    color:White;
}

.WelcomeBar A 
{
    color:#76D8FF;
    font-weight:bold;
}

.ControlPanelLink A
{
    color:White;
}

/* Search */
.CommonSearch
{
    position:absolute;
    left:700px;
    top:263px;    
    width:250px;
}
.SearchBoxBg  /*see ieDownlevel.css for LTE IE 6 hacks */
{
    background-color:transparent;
    margin:0; padding:0;
    width:219px;
    height:32px;
    border:1px solid #bbbbbb;
    float:left;
}
.SearchBoxBg[class]
{
    background-image:url(../images/vistablog/bgBlackTrans.png);
} 
.CommonInputSearch
{
    position:absolute;
    z-index:1;
    background:transparent;
    border:0;
    width:210px;
    height:100%;
    color:White;
    font-size:20px;
    font-weight:normal;
    font-family:Arial, Helvetica;
    padding: 5px 5px 5px 5px;
}
.CommonSearchButton 
{
    float:left;
    position:relative;
    top:5px;
    left:5px;
}
.CommonSearchButton IMG {border:0}

/*
Search Results
*/

.CommonSearchResultArea
{
	margin: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.CommonSearchResult
{
	font-family: Arial, Helvetica;
	font-size: 100%;
	line-height: 20px;
}

.CommonSearchResultName
{
	color: #738AC4;
	font-size: 150%;
	font-weight: normal;
	font-family: Arial, Helvetica;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
}

.CommonSearchResultDetails
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999999;
	font-family: Arial, Helvetica;
	font-size: 80%;
}

.CommonSearchStatistics
{
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 16px;
}

UL.CommonSearchResultList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



/*  **********************************************************
    Body / Content areas                                      
    ******************************************************* */

#CommonBody
{
    width:100%;
}

#CommonBodyLeft, #CommonBodyMid, #CommonBodyRight
{
    float:left;
    width:auto;
}

.CommonBodyMidContent
{
    width:600px;
    margin-right:50px;
    color:White;
}

A
{
    color: #76D8FF;
}

.ContentHeader
{
    margin-bottom:12px;
    display:block;
}

/*
Message Styles
*/


.CommonMessageArea, .Faded /*see ieDownlevel.css for LTE IE 6 hacks */
{
	width: 600px;
	margin-bottom: 64px;
    background-color:Transparent;
    padding-bottom:1.5em;
}
.CommonMessageArea[class], .Faded[class] 
{
    background-image:url(../images/vistablog/bgGreyTransBig.png);
}

.CommonMessageTitle
{
	text-align: left;
	font-family: Segoe, Arial, Helvetica;
	font-size: 200%;
	font-weight: normal;
	color: #FFCC00;
	padding: 2px;
	padding-left: 8px;
	margin: 0px;
	border:0;
}

.CommonMessageContent
{
	font-family: Arial, Helvetica;
	font-size: 100%;
	color: white;
	padding: 8px;
	padding-bottom: 16px;
	text-align: left;
}


.CommonInlineMessageArea
{
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #ffffff;
	background-position: left top;
	background-repeat: repeat-x;
}

.CommonInlineMessageTitle
{
	text-align: left;
	font-family: Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	background-color: #f4f4f4;
	color: #666666;
	padding: 6px;
	padding-left: 8px;
	margin: 0px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
}

.CommonInlineMessageArea A:LINK, .CommonInlineMessageArea A:VISITED, .CommonInlineMessageArea A:ACTIVE, .CommonInlineMessageArea A:HOVER
{
	color: #AAAAAA;
}

.CommonInlineMessageContent
{
	font-family: Arial, Helvetica;
	font-size: 80%;
	color: white;
	padding: 8px;
	text-align: left;
}

.CommonInlineTidbit
{
	background-image: url('/cs/themes/default/images/tidbit_arrow.gif');
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	margin-left: 40px;
}

.CommonInlineTidbit, .CommonInlineTidbit A
{
	text-align: left;
	font-family: Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	color: #66bb66;
}

.CommonInlineTidbit A
{
	color: #449944;
}

.CommonMessageSuccess
{
	padding: 8px;
	font-family: Arial, Helvetica;
	font-size: 100%;
	color: #334433;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #cfe7c0;
	margin-top: 8px;
	margin-bottom: 8px;
}

.CommonLicenseMessageSuccess
{
	padding: 8px;
	font-family: Arial, Helvetica;
	font-size: 100%;
	color: #334433;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #cfe7c0;
	margin-top: 8px;
	margin-bottom: 8px;
}

.CommonSmallMessageSuccess
{
	padding: 2px;
	font-family: Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	color: #334433;
}

.CommonMessageError
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-family: Arial, Helvetica;
	font-size: 100%;
	color: #443333;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #EBD9D9;
}

.CommonLicenseMessageError
{
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-family: Arial, Helvetica;
	font-size: 100%;
	color: #444433;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #fff499;
}

.CommonSmallMessageError
{
	padding: 2px;
	font-family: Arial, Helvetica;
	font-size: 80%;
	font-weight: bold;
	color: #990000;
}

/*
Content
*/

.CommonTextBig
{
	margin: 1px;
	padding: 5px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 120%;
}

.CommonInputBig
{
	width: 90%;
	font-size: 130%;
}

  


/*  **********************************************************
    Right side / Sidebar areas                                
    ******************************************************* */


.CommonSidebar 
{
    width:250px;
}

.CommonSidebar .CommonSidebarArea
{
    margin-top:2em;
    overflow: visible;
    font-size:100%;
    color:White;
}

.CommonSidebarHeader
{
    font-size:140%;
    font-weight:normal;
    margin:0.25em 0 0 0;
    padding:.25em 0 .25em 0;
    color:#FFCC00;
}


.CommonSidebarArea A
{
    color:#76D8FF;
}

.CommonSidebarHeader A 
{
    color:#FFCC00;
}

A.CommonSearchButton
{
    color:white;
}

UL.CommonSidebarList, .CommonSidebarContent
{
	margin: 0px;
	padding: 0px;
	line-height:170%;
}


UL.CommonSidebarList LI
{
	margin-bottom: 5px;
	list-style-type: square;	
	margin-left: 16px;
}

UL.CommonSidebarRssList
{
	margin: 0px;
	padding: 0px;
}

UL.CommonSidebarRssList LI
{
	margin-bottom: 5px;
	padding-bottom: 1px;
	margin-left: 16px;
	list-style-image: url(../images/common/feed-icon-12x12.png);	
}

LI.CommonSidebarRssListItem
{
	margin-bottom: 5px;
	padding-bottom: 1px;
	margin-left: 16px;
	list-style-image: url(../images/common/feed-icon-12x12.png);	
}



/*  **********************************************************
    The Footer                                                
    ******************************************************* */

#CommonFooter 
{
}

#CommonFooter A
{
    color:#76D8FF;
}





/*  **********************************************************
    Control Styles                                            
    ******************************************************* */


/* Tag Styles */

.CommonTagCloud
{
	padding: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 16px;
	color: #999999;
	line-height: 250%;
	list-style-type: none;
	font-size:80%;
}
.CommonTagCloud[class]
{
    background-image:url(../images/vistablog/bgGreyTransBig.png);
}

.CommonSidebarTagCloud
{
	line-height: 225%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size:70%;
}

.CommonTag1, .CommonTag2, .CommonTag3, .CommonTag3, .CommonTag4, .CommonTag5, .CommonTag6
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.CommonTag1 a:link, .CommonTag1 a:visited, .CommonTag1 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #eeeeff;
	font-size: 200%;
	font-weight: 900;
}

.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #cceeff;
	font-size: 150%;
	font-weight: 800;
}

.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #aaddff;
	font-size: 130%;
	font-weight: 600;
}

.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #88aadd;
	font-size: 120%;
	font-weight: 500;
}

.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #6688aa;
	font-size: 110%;
	font-weight: 300;
}

.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #6688aa;
	font-size: 100%;
	font-weight: 200;
}

.CommonTag1 a:hover, .CommonTag2 a:hover, .CommonTag3 a:hover, .CommonTag4 a:hover, .CommonTag5 a:hover, .CommonTag6 a:hover
{
	background-color: black;
	text-decoration: underline;
}

/* End Tag Styles */




/*
Text Button
*/

.CommonTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonTextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonTextButtonBig
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 100%;
	white-space: nowrap;
}

.CommonTextButtonBig:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButtonBig:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #eeeeee;
}

.CommonTextButtonBig:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonTextButtonBig:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #bbbbbb;
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	white-space: nowrap;
}

.CommonTextButtonHighlight:LINK, .CommonTextButtonHighlight:VISITED, .CommonTextButtonHighlight:ACTIVE, .CommonTextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbbbbb;
	color: #333333;
}

.CommonImageTextButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonImageTextButton:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonImageTextButtonBig
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 125%;
	background-repeat: no-repeat;
	background-position: 4px 5px;
	padding-left: 30px;
	padding-right: 10px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonBig:LINK
{
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonImageTextButtonBig:VISITED
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButtonBig:ACTIVE
{
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButtonBig:HOVER
{
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}

.CommonImageTextButtonHighlight
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #bbbbbb;
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButtonHighlight:LINK, .CommonImageTextButtonHighlight:VISITED, .CommonImageTextButtonHighlight:ACTIVE, .CommonImageTextButtonHighlight:HOVER
{
	text-decoration: none;
	background-color: #bbbbbb;
	color: #333333;
}

.CommonButtonInnerContentDown
{
	background-image: url(../images/common/button-down-arrow.gif);
	padding-right: 9px;
	background-repeat: no-repeat;
	background-position: right center;
}

.CommonButtonInnerContentRight
{
	background-image: url(../images/common/button-right-arrow.gif);
	padding-right: 7px;
	background-repeat: no-repeat;
	background-position: right center;
}

.CommonBigButton
{
	font-size: 100%;
}


/*
Context Menu Styles
*/

.CommonContextMenuGroup
{
	background-color:#ffffff;
	border:solid 1px gray;
	font-size:120%; 
}

.CommonContextMenuItem
{
	background-color:white; 
	font-family: Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px white; 
	cursor:pointer;
	padding: 3px;
}

.CommonContextMenuItemHover
{
	background-color:#6EA5C7; 
	color:white; 
	font-family: Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px #dddddd; 
	cursor:pointer;
	padding: 3px;
}

.CommonContextMenuItemExpanded
{
	background-color:silver; 
	color:white; 
	font-family: Arial, Helvetica; 
	font-size:90%; 
	border:solid 1px white; 
	cursor:pointer;	
	padding: 3px;
}

.CommonContextMenuSeperatorItem
{
	background-color:#cccccc; 
	height: 1px;
	border-style: solid;
	border-color: white;
	border-width: 4px;
	cursor:pointer;
}

/* Modal Styles */

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #CCFFFF;
}

.CommonModal
{
	border: 1px solid black;
	background-color: #eeeeee;
}

.CommonModalTitle
{
	font-family: Arial, Helvetica;
	height: 18px;
	font-size: 16px;
	padding: 5px;
	padding-bottom: 7px;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	background-color: #6EA5C7;
	color: #ffffff;
	font-weight: bold;
	cursor: move;
	overflow: hidden;
}

.CommonModalClose
{
	width: 33px;
	height: 12px;
	background-image: url(../images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.CommonModalContent
{
	background-color: #ffffff;
}

.CommonModalFooter
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #cccccc;
	background-color: #eeeeee;
	padding: 2px;
}

.CommonModalResize
{
	width: 14px;
	height: 14px;
	background-image: url(../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}





/*
List 
*/

.CommonListArea
{
	padding-bottom: 8px;
	padding-top: 8px;
	font-size:120%;
}

.CommonListArea TD
{
    padding: 12px 4px 12px 4px;
}

.CommonListTitle
{
	padding: 6px;
	padding-left: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #6EA5C7; /* was #e2eecd */
	color: white;
	font-family: Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

.CommonListTitle A, .CommonListTitle A:VISITED, .CommonListTitle A:ACTIVE, .CommonListTitle A:HOVER
{
	color: white;
}

.CommonListHeaderLeftMost
{
	text-align: left;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top:0;
	background-color: #999999;
	color: white;
	font-family: Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
}

.CommonListHeader
{
	text-align: left;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-left-width: 0px;
	border-color: #999999;
	border-top:0;
	background-color: #999999;
	color: white;
	font-family: Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
}

.CommonListCellLeftMost
{
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #999999;
	color: white;
	font-family: Arial, Helvetica;
	font-size: 100%;
}

.CommonListCell
{
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-color: #999999;
	color: white;
	font-family: Arial, Helvetica;
	font-size: 100%;
	text-align: left;
}


/*
Form Styles
*/

.CommonFormArea
{
    width:100%;
}


.CommonFormTitle
{
	text-align: left;
	font-family: Segoe, Arial, Helvetica;
	font-size: 200%;
	font-weight: normal;
	color: #FFCC00;
	padding: 4px;
	padding-left: 0px;
	margin: 0px;
}

.CommonFormDescription
{
	font-family: Arial, Helvetica;
	padding: 2px;
	padding-left: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
}

TD.CommonFormFieldName
{
	font-family: Arial, Helvetica;
	color: white;
	padding: 2px;
	padding-right: 8px;
	font-weight: bold;
}

DIV.CommonFormFieldName
{
	font-family: Arial, Helvetica;
	color: white;
	padding: 2px;
	padding-top: 8px;
	font-weight: bold;
}

TD.CommonFormFieldDescription
{
	font-family: Arial, Helvetica;
	color: white;
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
}

DIV.CommonFormFieldDescription
{
	font-family: Arial, Helvetica;
	color: white;
	padding: 2px;
	font-size: 90%;
	font-weight: normal;
}

.CommonFormField
{
	font-family: Arial, Helvetica;
	color: white;
	padding: 2px;
}


.CommonFormActionButtons
{
	font-family: Arial, Helvetica;
	color: #000000;
	padding: 2px;
	text-align: right;
}




/*
TabPane Styles
*/

.CommonPane /*see ieDownlevel.css for LTE IE 6 hacks */
{
	padding: 0px;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	padding: 8px;
	width:860px;
    background-color:Transparent;
}
.CommonPane[class]
{
    background-image:url(../images/vistablog/bgGreyTransBig.png);
}

.CommonPaneTabSet
{
	font-family: Arial, Helvetica;
	font-size: 11px;
	padding: 0px;
	padding-bottom: 0px;
	white-space: nowrap;
}

.CommonPaneTab
{
	padding-right: 4px;
	background-image: url(../images/common/tab-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height: 21px;
	margin-top: 1px;
	color:#444444;
}

.CommonPaneTab1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color:#444444;
}

.CommonPaneTab2
{
	padding: 4px;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
	background-image: url(../images/common/tab.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	overflow: hidden;
	color:#444444;
}

.CommonPaneTabSelected
{
	padding-right: 4px;
	background-image: url(../images/common/tab-selected-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height: 21px;
	margin-top: 1px;
	color:#444444;
	background-color:Transparent;
}

.CommonPaneTabSelected1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-selected-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color:#444444;
}

.CommonPaneTabSelected2
{
	padding: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	height: 13px;
	cursor: pointer;
	white-space: nowrap;
	background-image: url(../images/common/tab-selected.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	color:#444444;
}

.CommonPaneTabHover
{
	padding-right: 4px;
	background-image: url(../images/common/tab-hover-right.gif);
	background-repeat: no-repeat;
	background-position: top right;	
	height: 21px;
	margin-top: 1px;
	color:#444444;
}

.CommonPaneTabHover1
{
	padding-left: 3px;
	background-image: url(../images/common/tab-hover-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color:#444444;
}

.CommonPaneTabHover2
{
	padding: 4px;
	cursor: pointer;
	white-space: nowrap;
	height: 13px;
	background-image: url(../images/common/tab-hover.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	overflow: hidden;
	color:#444444;
}

/* Inline tag editor */
.CommonInlineTagEditor
{
	padding: 4px;
	border: solid 1px #999999;
	background-color: #f3f3f3;
}


/* Custom */
.MiniPictureList
{
	padding: 0px;
	margin: 0px;	
	display:block;
}

.MiniPicPlaceholder 
{
    overflow:auto; clear:both; width:100%;
    margin-bottom:10px;
}
.MiniPic
{	
	float: left;	
	background-color: #444444;	
	vertical-align: middle;
	text-align:center;
}

.MiniPicContainer
{
	height: 60px;
	width: 60px;
	overflow:hidden;
    float:left;
	margin-bottom: 10px;
	margin-right: 10px;		
	border: solid 1px #aaccff;
	background-color:#444444;
}

.MiniPicContainer A
{
	height: 60px;
	width: 60px;
    overflow:hidden;
    display:block;
}

.MiniPictureListPager {
	text-align: right;
	float:right;
	margin-right: 10px;
	font-size: 100%;
}
.MiniPictureListPager a{
	font-weight: bold;
}

.MiniPictureListControls{
	font-size: 80%;
	text-align: left;
	margin: 0px;
	clear: both;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly
{
	display:inline;
	clear:both;
	background-color: #ffffff;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControl
{
	display:inline;
	clear:both;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControlActive
{
	display:inline;
	clear:both;
	background-color: #ffcc66;
	border-style: solid;
	border-width: 1px;
	border-color: #cc9933;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

UL.CommonSidebarImageList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


.FeaturedNews
{
    position:absolute;
    top:262px;
    left:50px;
    right:300px;
}

.RightBar
{
    position:absolute;
    top:330px;
    left:720px;
    line-height: 20px;
}

.txtCommentField
{
    width: 400px;
    margin-bottom:10px;
}

.txtCommentContent
{
    width: 400px;
    height:150px;
}

.btnCommentSubmit
{
    left: 388px;
}

.CommonSinglePager 
{
    margin-left:10px;
}