/* 
Author: Trevor Morris
URI: http://morris-photographics.com/
*/

/*--- Begin Outline Table ---*/
table.outlined {
	font-size: 0.9em;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.outlined td, .outlined th {
	padding: 3px 5px;
	border: 1px solid #555;
}

.outlined th {
	text-align: center;
	vertical-align: bottom;
	background-color: #dad3c4;
}

.outlined td {
	vertical-align: top;
	background-color: #eee9dd;
}

.outlined th.title {
	color: #333;
	text-align: left;
	background-color: transparent;
	border-top: 0;
	border-left: 0;
}

.check {
	background: url(common/checkmark.png) center center no-repeat;
	width: 11px;
	height: 10px;
}

.center {
	vertical-align: middle;
	text-align: center;
}
/*--- End Outline Table ---*/


/*--- Begin Downloads Table ---*/
table.downloads {
	width: 100%;
	font-size: 0.9em;
	border-bottom: 1px dotted #555;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.downloads td, .downloads th {
	padding: 3px 5px;
	border-top: 1px dotted #555;
	vertical-align: top;
}

.downloads th {
	text-align: right;
	background-color: #dad3c4;
	border-right: 1px dotted #555;
}

.downloads td {
	text-align: left;
	background-color: #eee9dd;
}
/*--- Begin Downloads Table ---*/


/*--- Begin Downloads2 Table ---*/
table.downloads2 {
	width: 100%;
	font-size: 0.9em;
	border-bottom: 1px dotted #555;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.downloads2 td, .downloads2 th {
	padding: 3px 5px;
	border: 1px dotted #555;
	vertical-align: top;
}

.downloads2 th {
	text-align: left;
	background-color: #dad3c4;
}

.downloads2 td {
	text-align: left;
	background-color: #eee9dd;
}
/*--- End Downloads2 Table ---*/


/*--- Begin Step Numbers ---*/
div.stepnumber {
	float: left;
	position: relative;
	top: 2px;
	margin: 0 5px 5px 0;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: -0.1em;
	font-weight: bold;
	color: white;
	background: #900 url(common/step-corner-top.png) top right no-repeat;
	width: 1.5em;
	height: 1.5em;
}

div.stepnumber div {
	padding-left: 3px;
	width: 100%;
	height: 100%;
	background: url(common/step-corner-bottom.png) bottom left no-repeat;
}

p.step {
	padding-left: 3em;
	margin-bottom: 2em;
}

.stepindent {
	margin-left: 3em;
}
/*--- End Step Numbers ---*/


/*--- Begin Type Selectors ---*/
span.menuitem {
	font-weight: bold;
}

h3.fancy {
	margin-top: 2em;
	padding: 5px;
	/*border-left: 5px solid #ccbea3;*/
	border-bottom: 1px solid #cfc1a8;
	background: #ded4c2 url(../images/subtitle-bg.png) top left repeat-y;
	margin-left: -30px;
	padding-left: 30px;
	margin-right: -30px;
	padding-right: 30px;
}
/*--- End Type Selectors ---*/


/*--- Begin ID Selectors ---*/
/*--- End ID Selectors ---*/


/*--- Begin Class Selectors ---*/
.indent {
	margin-left: 2em;
}

.caption { /* image caption */
	font-size: 0.9em;
}

.description { /* table caption*/
	font-style: italic;
}

.stroke2 { /* image stroke with hover state */
	/*padding: 2px;*/
	background: #eee;
	border: 3px solid #b3aca1;
	-moz-border-radius: 3px;
}

.stroke2:hover {
	background: white;
	border: 3px solid #595650;
}

.stroke3 {
	border: 1px solid #777;
}

.tipbox {
	font-style: italic;
	color: #444;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 1em;
	padding-left: 3em;
	border: 1px dashed #b3aca1;
	background: #eee9dd url(../images/tip-icon.png) 0.75em 0.75em no-repeat;
/*
	font-style: italic;
	color: #444;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: 1em;
	border-left: 8px solid #b3aca1;
	background: #f6f3eb;
*/
}

.bigger { /* used in Script pages */
	color: #333;
	font-size: 1.1em;
}

p.download { /* used in Script pages */
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 2em;
}

/*--- End Class Selectors ---*/
