﻿body 
{
    background-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
}

/* main items */

.tblMain 
{
    width: 900px;
    padding: 0px;    
}
.tblEditView
{
    width: 700px;
    background-color: #e0e1e1;
}
.tblEditView td
{
    background-color: #ffffff;
}
.tdEditViewCommand
{
    text-align:center;   
}
.tblEditTitle
{
    width:700px;
}
.tdTitle
{
    text-align:left;
    vertical-align:top;
}
.tdAdd
{
    text-align:right;
}
.tblPostEdit
{
    background-color: #e0e1e1;
}
.tblPostEdit th
{
    background-color: #e0e1e1;
}
.tblPostEdit td
{
    padding: 5px;
    background-color: #ffffff;
}
.tblUserEdit
{
    width:350px;
    background-color: #e0e1e1;
}
.tblUserEdit th
{
    background-color: #e0e1e1;
}
.tblUserEdit td
{
    padding: 5px;
    background-color: #ffffff;
}
.tdEditCommand
{
    background-color: #e0e1e1;
    text-align:right;
}
.tblBlogSettingsEdit
{
    width:700px;
    background-color: #e0e1e1;
}
.tblBlogSettingsEdit th
{
    background-color: #e0e1e1;
}
.tblBlogSettingsEdit tr
{
    background-color: #ffffff;
}
.tblBlogSettingsEdit td
{
    padding: 5px;   
}
.tdEditCommand
{
    background-color: #e0e1e1;
    text-align:right;
}
.tdHeader
{
    background-color: #575b66;
    color: White;
    text-align: right;    
    font-size: 18px;    
    padding: 0px;
    border-bottom: 5px solid #666666;    
}
.tdMenu 
{
    background-color: #e0e1e1;
    width: 180px;
    border-right: 1px solid #666666;
    padding: 0px;
}
.tdMsg
{
    text-align: center;
}
.tblMenu th
{
    padding: 5px;
    font-size: 14px;
}
.tdContent 
{
    width: 720px; 
    background-color: #eeeeee;  
    border-right: 1px solid #666666;

}
.tdFooter 
{ 
   text-align: right;
   color: black;
   padding: 5px;
   border-top: 1px solid #666666;       
}
.divSiteMap
{
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
}
.tblSearchFields
{
    width: 700px;
}
tblEditorCommands
{
    width: 700px;
}
.tdSearchFields
{
    text-align: left;
    vertical-align: top;   
}
.tdUserNameFields
{
    text-align: right;
    vertical-align: top;
}

/* menu left */
.tblMenu
{
    width: 180px;
    margin-top: 0px;
}
.tblMenu th,
{
    width: 180px;
    padding: 3px;
    border: 1px solid silver;
    background-color: #cccccc;    
    color: #575b66;
    font-weight: bold;
    text-decoration: none;    
}
.tblMenu th a, .tblMenu th active, .tblMenu visited
{
    color: #575b66;
    font-weight: bold;
    text-decoration: none;    
}
.tblMenu td
{
    font-size: 11px;
    text-align: left;
}
.ulMenu
{
    margin-left: 8px;    
}
.ulMenu li
{
    padding: 2px;
}

/* misc tables */
.tblContent 
{
    width: 700px;
}
.tblContent td
{
    padding: 10px;
}
.tblAlert
{
    width: 500px;
    background-color: #ffffcc;
    border: 1px solid #ffcc66;
    margin-bottom: 5px;
}
.tblAlert td
{
	font-size: 12px;	
	padding: 5px;	
}
.tblAlertGreen
{
    width: 500px;
	background-color: #ccffcc;
	border: 1px solid green;
	margin-bottom: 5px;
}
.tblAlertGreen td
{
	font-size: 12px;
	padding: 5px;
}
.tblAlertSmall
{
    width: 300px;
    background-color: #ffffcc;
    border: 1px solid #ffcc66;
    margin-bottom: 5px;
}
.tblAlertSmall td
{
	font-size: 12px;	
	padding: 5px;	
}
.tblAlertGreenSmall
{
    width: 300px;
	background-color: #ccffcc;
	border: 1px solid green;
	margin-bottom: 5px;
}
.tblAlertGreenSmall td
{
	font-size: 12px;
	padding: 5px;
}
.tblCloseMsg
{
    margin-top: 0px;
    text-align: right;
    width: 500px;
}

/* login page */
.tblLogin 
{
    width: 400px;
    background-color: #ffffff;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
.tdLoginHeader 
{
    background-color: #575b66;
    color: White;
    text-align: left;    
    font-size: 14px;
    border-right: 1px solid #666666;    
    padding: 5px;
}
.tblLoginForm
{
    width: 250px;
}
.tblLoginForm td
{
    padding: 5px;
}
.txtLogin
{
    width: 125px;
}
.tblGlossary
{

}
.tblGlossary td
{
    padding: 5px;
}
