body {
	background-color: white; /*#FCF1D4;*/
	font-family: arial;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

p {
	margin-top: 4px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
}

p.ads {
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 16px;
	padding: 5px;
}

p.buttonads {
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 16px;
	padding: 5px;
	float: left;
}

ol, ul {
	margin-left: 5px;
	padding-left: 40px;
	margin-bottom: 0px;
}

li {
	margin-bottom: 4px;
	margin-top: 4px;
}

.shortcut {
	display: inline;
	font-weight: bold;
}

.date {
	color: black;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: -4px;
}

#footer {
	border-top: 1px solid black;
	width: 100%;
	margin: 10px;
	padding: 5px;
	text-align: right;
	font-size: 12px;
}



/*********** TITLES ***********/
#title {
	color: black;
	font-size: 30px;
	font-weight: bold;
	margin: 5px;
	padding: 0px;
	width: 820px;
	text-align: center;
}

#subtitle {
	color: #0033CC;
	font-size: 16px;
	margin: 5px;
	padding: 0px;
	width: 820px;
	text-align: center;
}

h1 {
	border-bottom: 2px solid #E9ECE3;
	color: #0033CC;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 8px;
	padding: 0px;
}

h2 {
	border-top: 1px solid #cccccc; /*E9ECE3*/
	border-right: 1px solid #cccccc;
	color: #0033CC;
	background-color: #EEECE7;
	font-size: 16px;
	margin-top: 20px;
	padding: 2px;
	font-weight: bold;
}

h3 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
}



/*********** LINKS ***********/
a:link {
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:visited {
	color: #6699FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#6699FF;
	text-decoration: underline;
}
#previous {
	float: left;
	display: inline;
	font-weight: bold;
}
#next {
	float: right;
	display: inline;
	font-weight: bold;
}
#prevNextTop {
	color: #AAAAAA;
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px;
	margin-bottom: 15px;
}
#prevNextBot {
	color: #AAAAAA;
	border-top: 1px solid #DDDDDD;
	font-size: 12px;
}



/*********** IMAGES ***********/
#image {
	font-size: 10px;
	font-weight: bold;
	margin: 10px;
}





/*********** TABLES ***********/
table.mother {
	border: 0px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

table.main {
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
}

table.content {
	background-color: #F8F6F0;
	width: 530px;
	font-size: 13px;
	padding: 8px;
	margin-top: 3px;
	border-left: 2px solid #E9ECE3;
	border-bottom: 2px solid #E9ECE3;
	border-right: 1px solid #E9ECE3;
	border-top: 1px solid #E9ECE3;
}

table.innercontent {
	border-collapse: collapse;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 4px;
	width: 95%;
	border: solid 1px #DDDDDD;
}
table.innercontent tr {
	background-color: #FFFFCF;
	border: solid 1px #DDDDDD;
}

table.scenario {
	background-color: #F8F6F0;
	border-collapse: collapse;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 4px;
	width: 100%;
	border: solid 1px #DDDDDD;
}

table.inlineadstext {
	margin-left: 5px;
}

table.inlineads {
	margin: 0px;
	border: solid 1px #DDDDDD;
}



/*********** LEFT AND RIGHT NAVIGATION ***********/
table.leftNav {
	width: 160px;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	word-spacing: 0px;
	line-height: 18px;
	margin: 3px;
}
table.rightNav {
	width: 125px;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	word-spacing: 0px;
	margin: 3px;
}


#leftNavCategory, #rightNavCategory {
	background:url("http://productivity.ben61a.com/images/category-left.gif") repeat-y left top;
	color: black;
	font-weight:bold;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#leftNavCategory a {
	color: black;
}
#leftNavCategoryActive {
	background:url("http://productivity.ben61a.com/images/category-left.gif") repeat-y left top;
	color: black;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#leftNavLinkList, #rightNavLinkList {
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftNavLinkActive {
	background-color: #F8F6F0;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	/*border-right: 3px solid #E9ECE3;*/
	font-weight: bold;
}


/*********** TAB NAVIGATION ***********/
#tabNav {
	float: left;
	width: 885px;
	margin-left: 2px;
	background: url("http://productivity.ben61a.com/images/tabs-background.gif") repeat-x bottom; /*DAE0D2*/
	font-size: 80%;
	line-height: normal;
}
#tabNav ul {
	margin: 0px;
	margin-left: 15px;
	padding: 10px 10px 0;
	list-style: none;
}
#tabNav li {
	float: left;
	background: url("http://productivity.ben61a.com/images/tabs-left.gif") no-repeat left top;
	margin: 0px;
	padding: 0 0 0 9px;
}
#tabNav a {
	float: left;
	display: block;
	background: url("http://productivity.ben61a.com/images/tabs-right.gif") no-repeat right top;
	padding: 2px 15px 4px 6px;
	text-decoration: none;
	font-weight: normal;
	color: black; /*#0033CC*/
}
/* backslash hides rule from Mac IE5 \*/
#tabNav a {float:none;}
/* end hack */
#tabNav a:hover {
	color: #6699FF;
}
#tabNav #current {
	background-image: url("http://productivity.ben61a.com/images/tabs-left-current.gif");
	border-width: 0;
}
#tabNav #current a {
	background-image: url("http://productivity.ben61a.com/images/tabs-right-current.gif");
	color: black;
	padding-bottom: 5px;
	font-weight: normal;
}
#tabNav #current #text {
	float: left;
	display: block;
	background: url("http://productivity.ben61a.com/images/tabs-right-current.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	color: black;
}

