/* Tags */

*
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}

blockquote
{
    margin: 20px;    
}

hr
{
    height: 1px;
    color: #ccc;
    margin: 10px 0px 10px 0px;    
}

td
{
    vertical-align: top;    
}

h1
{
    font-size: 1.3em;
}

h2, span.username
{
    font-size: 14px;
    font-weight: bold;    
}

ul
{
    padding-left: 20px;    
}

/* Links */

a:link, a:hover, a:visited
{
    color: #134646;    
}

li.Tool
{
    background-color: #ECDCBB;
}

li.Manager
{
    background-color: #F0F0F0;
}

li.Utility
{
    background-color: #FFF;
}

/* Public Layout */

table.main
{
    margin: 0px auto;
}

table.main td.public_header
{
    
}

table.main tr td.public_header img, table.main tr td.cms_header img
{
    display:block;
}

table.main td.public_nav
{
    
}

table.main td.public_nav div#navigation
{
    border-bottom: 1px dotted #ccc;
    padding: 5px 5px 5px 0px 
}

table.main tr.horiznav td.public_nav div#navigation ul li
{
    margin-right: 5px;
    display: inline;
}

table.main tr.vertnav td.public_nav div#navigation ul li
{
    margin-right: 5px;
    display: block;
}

table.main td.public_nav div#navigation ul li a:link,
table.main td.public_nav div#navigation ul li a:visited
{
    text-decoration: none;
}

table.main td.public_nav div#navigation ul li a:hover
{
    text-decoration: underline;
}

table.main tr td.public_main
{
    
}

table.main tr.vertnav td.public_main
{
    
}

table.main td.public_main table
{
    width: 100%;
}

table.main td.public_main table tr td table.formview tr.HideFormElementFromPublicPanes
{
    display: none;    
}

table.main td.public_main table.content tr td.content_pane
{
    width: 70%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

table.main td.public_main table.content tr td.promo_pane
{
    width: 30%;
    border-left: 1px dotted #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

table.main td.public_footer
{
    padding: 3px 0px 0px 0px;
    border-top: 1px dotted #ccc;
    color: #999;
}

table.main td.public_footer a
{
    font-weight: bold;
    color: #999;
}

/* CMS Layout */

table.main
{
    
}

table.main tr td.cms_header
{

}

table.main tr td.cms_nav
{
    width: 17%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ECDCBB;
}

table.main tr td.cms_nav div#navigation
{
    
}

table.main tr td.cms_nav div#navigation ul
{
    padding-left: 0px;
    list-style-type: none;
}

table.main tr td.cms_nav div#navigation ul li
{
    list-style-type: none;
    width: 100%;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #ccc;
}

table.main tr td.cms_nav div#navigation ul li a
{
    background-image: url('/images/CMS/chevron.jpg');
    background-position-x: 0px;
    background-position-y: 3px;
    background-repeat: no-repeat;
    margin-left: 5px;
    padding-left: 12px;
    text-decoration: none;
    font-size: 0.9em;
}

table.main tr td.cms_nav div#navigation ul li a:hover
{
    text-decoration: underline;
}

table.main tr td.cms_main
{
    width: 83%;
    border-left: 1px dotted #ccc;
    padding: 10px;
}

table.main tr td.cms_main div.help
{
    width: 580px;
    text-align: right;  
    margin-bottom: 5px;
}

table.main tr td.cms_main div.help table tr td.phrase
{
    vertical-align: middle;
}

table.main tr td.cms_main div.content
{
    width: 580px;
}

table.main tr td.cms_main div.content ol,
table.main tr td.cms_main div.content ul
{
    padding-left: 30px;
}

table.main tr td.cms_footer
{
    padding: 3px 0px 0px 0px;
    border-top: 1px dotted #ccc;
    color: #999;
}

table.main td.cms_footer a
{
    font-weight: bold;
    color: #999;
}



table.formview tr td table tr td, table.formview tr td table tr td span
{
    padding: 3px 10px 3px 0;    
    font-family: Verdana;
    font-size: 0.9em;
}

table.formview tr td table tr td
{
    border-bottom: 1px dotted #999;    
}

table.formview tr td table tr td:first-child
{
    font-weight: bold;
    font-size: 1em;
}

table[_IsCuteEditor]
{
    width: 520px !important;    
}

div#appearance_shortcuts
{
    margin-top: 20px;
    background-image: url('/images/CMS/appearance.jpg');
}

div#performance_shortcuts
{
    margin-top: 10px;
    background-image: url('/images/CMS/performance.jpg');
}

div#users_shortcuts
{
    margin-top: 24px;
    background-image: url('/images/CMS/users.jpg');
}

div#appearance_shortcuts, div#performance_shortcuts, div#users_shortcuts
{
    background-position: top left;
    background-repeat: no-repeat;
    height: 80px;
    border-bottom: 1px solid #ccc;
    padding: 0px 0px 0px 100px;
}

div#ChannelOutEnrolledSites
{
    overflow: auto; 
    height: 150px; 
    width: 250px;
    border: 1px solid #000;   
    padding: 0px; 
}

div#ChannelOutEnrolledSites table tr td, div#ChannelOutEnrolledSites table tr td input
{
    margin: 0px;
    padding: 0px;
}

div#ChannelOutEnrolledSites table tr td label
{
    font-size: 0.8em;
}

/* My Containers */

div.wp_container
{
    width: 100%;
}

div.wp_title
{
    font-weight: bold;
}

div.wp_pane
{
    
}

table.gridview 
{
    border: 0px;    
}

table.gridview tr.gridview_header th
{
    text-align: left;
    padding: 5px;
    background-image: url('/images/CMS/th_bg.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

table.gridview tr.gridview_header th, table.gridview tr.gridview_header th a
{
    color: #fff;
}

table.gridview tr.gridview_row td, table.gridview tr.gridview_altrow td
{
    padding: 5px;
}

div.emptyrecords
{
    padding: 5px;    
}

p.GetDefaultModuleDescription
{
    margin: 5px 0px 5px 0px;    
}

div.ReorderedNavItem
{
    border: 1px dotted #ccc;    
    margin: 0px 0px 2px 0px;
    padding: 5px;
    background-image: url('/images/CMS/dragger.gif');
    background-position-x: 99%;
    background-position-y: 2px;
    background-repeat: no-repeat;
}

div#printversionpane, div#printcommandpane
{
    background-image: url('/images/Crisp/printer.png');
    background-position-x: 0px;
    background-position-y: 2px;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 20px;
}

table.formview tr td a.LinkButton
{
    text-decoration: none;
    border-top: 1px solid #626160;    
    border-right: 1px solid #989596;
    border-bottom: 1px solid #989596;
    border-left: 1px solid #626160;
    padding: 4px 5px 4px 5px;
    background-image: url('/images/CMS/button_bg.gif');
    background-position: top left;
    background-repeat: repeat-x;
}

div.BlogDisplay table
{
width: 100%;
}

span.fadedutilitytext
{
    font-style: italic;
    font-size: 1.0em;
    color: #666;    
}

span.pi_location, span.pi_title a
{
font-size: 1.1em;
font-weight: bold;
}   

div.TagLinkDisplay
{
font-size: 0.9em;
color: #666;
}

ul.FavoriteLinks li
{
    height: 30px;
    vertical-align: middle;
}

ul.FavoriteLinks li input
{
    position:relative;
    top: 5px; 
}

span.pi_favorite input,
div.pi_row span.pi_favorite input
{
vertical-align: top;
padding: 0px;
margin: 0px;
}

.pi_footnote
{
color: #999; 
font-size: 0.8em; 
font-style:italic;    
}

.replacebutton
{
margin: 5px 0px 5px 0px;
}

div.replacebutton a.LinkButton
{
}

div.gallery
{
    background-image: url("/images/Crisp/folder_sm.png");
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 50px;
    padding-left: 65px;
}

div.gallery a
{
    font-weight: bold;    
}

div.imageitem
{
    border-top: 1px solid #ccc;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #ccc;
    text-align: center;
}

div.imageitem span.pi_title
{
    width: 100%;
    background-color: #ccc;    
}

/* ----------------------------------- */
/* Classes related to Category Manager */
/* ----------------------------------- */


.AddCategoryLink
{
	color: #a90000;
	font-size: .9em;
	position:relative;
	top: 3px;
}

.OtherItemsPanel, .CategoryItemsPanel, .CategoryTreeView
{
	border: 1px solid #ccc;
	width: 185px;
	overflow: auto;
	min-height: 220px;
}

.OtherItemsPanel
{
	min-height: 200px;	
}

.CategoryItemsPanel div div.title, .CategoryItemsPanel div div.button,
.OtherItemsPanel div div.title, .OtherItemsPanel div div.button
{
	border: 1px solid #B4C8F6;
	background-color: #C8D6FB;
	margin: 1px;
	padding: 3px;
	list-style-type: none;
	font-size: .8em;
	height: 25px;
	overflow:hidden;
}

.OtherItemsPanel div div.title, .OtherItemsPanel div div.button
{
	border: 1px solid #ccc;
	background-color: #eee;
}

.CategoryItemsPanel div div.title
{
	width: 155px;
	float:left
}

img.CategoryNodeMenu
{
	border: 0px;
	position:relative;
	top: 5px;
	margin-left: 3px;
}

.CategoryItemsPanel div div.button
{
	width: 9px;
	float:right
}

.OtherItemsPanel div div.title
{
	width: 155px;
	float:right
}

.OtherItemsPanel div div.button
{
	width: 9px;
	float:left
}

.CategoryManagerTable tr td.Panels
{
	padding: 3px 3px 3px 0px;
}

.MenuPanel, .CategoryEditPanel
{
	display: inline;
	float:left;
}

.CategoryDisplayPanel, .CategoryEditPanel
{
	display:block;	
}

.seperator
{
	position: relative;
	top: -5px;
	height: 10px;
	width: 2px;
	border-left: 1px solid #ccc;	
	border-right: 1px solid #eee;
	display: inline;
}

/* Rating */
.ratingStar 
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar 
{
    background-image: url(/images/Crisp/ratings/FilledStar.png);
}

.emptyRatingStar 
{
    background-image: url(/images/Crisp/ratings/EmptyStar.png);
}

.savedRatingStar 
{
    background-image: url(/images/Crisp/ratings/SavedStar.png);
}

.CategoryFilterSelector
{
	background-image: url(/images/cms/filterframe.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 250px;
	height: 54px;
	padding: 4px 0px 0px 10px;
	margin: 2px;
	font-weight: bold;
	font-size: 1.1em;
	float: right;
}

.CategoryManagerMenu
{
	background-image: url(/images/cms/menuframe.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 250px;
	height: 54px;
	padding: 4px 0px 0px 10px;
	margin: 2px;
	font-weight: bold;
	font-size: 1.1em;
	float: left;
}

table.CategoryManagerTable
{
	border-top: 1px solid #8BA4B0;
}

table.CategoryManagerTable tr td.Panels div#ctl00_ContentPlaceHolder1_CategoryGrid1_CategoryTreeView table tbody tr td a img
{
	max-width: 20px;
	max-height: 20px;
	position: relative;
	top: 3px;	
}

div.UserRatingForm
{
	width: 120px;
	height: 40px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	float: right;
	padding: 4px;
}

div.UserRatingForm span
{
	font-size: .9em;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.faketab_lft
{
	background-image: url(/images/Crisp/tabs/graywhite/right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 50px;
	float: left;
	height: 20px;
	margin-left: 5px;
	}

.faketab
{
	background-image: url(/images/Crisp/tabs/graywhite/left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 50px;
	float: left;
	height: 20px;
	position: relative;
	left: -5px;
	}
	
.faketab a
{
	display: block;
	padding: 3px 5px 5px 12px;
	text-decoration: none;
	}	

.faketab a.on
{
	font-weight: bold;
	}	