/* css DMI27 default style v1.01 */

/* basic elements */
body {
	background-image: url('../images/background.png');
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

td {
	font-size: 10px;
}

p {
	margin: 0.5em 0 0 0;
	line-height: 13px;
}


form {
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
	width: auto;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

.Subheading {
	color: red;
	font-weight: bold;
	padding-top: 1em;
}

#container {
	background-color: white;
	width: 970px;
	margin: auto;
}

#topNav {
	padding: 0px 0px 0px 10px;
	text-align: left;
	height: 80px;
	text-transform: uppercase;
}

#topNav ul {
	margin: 0;
	padding: 0;
}

#topNav ul li {
	display: block;
	float: left;
	padding: 8px 10px 10px 1px;
	margin: 0px 10px 0px 10px;
	background-image: url(../images/topNavCell.png);
	background-repeat: repeat-x;
	width: 128px;
	list-style-type: none;
}

#topNav ul li.hover {
	background-image:url(../images/topNavCellOver.png);
	background-repeat: repeat-x;
	cursor: pointer;
}

#topNav ul li.active {
	background-image:url(../images/topNavCellOver.png);
	background-repeat: repeat-x;
}

#topNav ul li a {
	color: black;
	text-decoration: none;
	font-size: 10px;
}

#topNav ul li a:hover, #topNav ul li.active a, #topNav ul li.hover a {
	color: white;
}

#leftNavContainer {
	background-color: white;
	padding: 0;
	margin: 0px 20px 0px 20px;
	width: 170px;
	float: left;
	border: 1px dotted #000000;
	
}

#leftNav {
	margin: 0px;
	padding: 5px;
	
	text-transform: uppercase;
}

#leftNav ul {
	margin: 0;
	padding: 0;
}

#leftNav ul li {
	padding: 4px 1px 10px 1px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background-image: url(../images/midNavCell.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#leftNav ul li.hover {
	background-image:url(../images/midNavCellOver.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	cursor: pointer;
}

#leftNav ul li.hover a {
	color: white;
}

#leftNav ul li.active {
	background-image:url(../images/midNavCellOver.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#leftNav ul li a {
	color: black;
	text-decoration: none;
	font-size: 10px;
}

#leftNav ul li a:hover, #leftNav ul li.active a {
	color: white;
}

#contentPanel {
	margin: 0px;
	padding: 0 10px 0 0;
	width: 540px;
	float: left;
	min-height: 300px;

}

#contentPanel img{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#contentPanel ul.attachmentList {
	margin-top: 10px;
	
}

#contentPanel ul.attachmentList li {
	padding-bottom: 6px;
	
}

/* Main Panel Specific Tags */

h1 { 
	display: none;
}

h2 { 
	font-size: 16px; 
	font-weight: normal; 
	color: #E2001A;  
}

h4 {
	font-size: 12px;
	margin: 1em 0 0.5em 0;
}

a:link {color:#E2001A;text-decoration:none;}
A:visited {color:#E2001A;text-decoration: none}
A:active {text-decoration: none}
a:hover {color:#E2001A;text-decoration:underline;}


#footer {
	border-top: 1px dotted black;
	margin: 20px 0 0 0;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 90%;
}

#footer #copyright {
	text-align: right;
	float: right;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	padding: 0 5px 0 6px;
	color: #838488;
	border-left: 1px solid #B8B9B8;
	display: inline;
	clear: left;
}

#footer ul li a {
	color: #000000;
}

#footer ul li.first {
	border: none;
	padding: 0 5px 0 0;
}

#printFooter {
	display: none;
}

#rightPanel {
	width: 180px;
	float: left;
}

#rightPanel div {
	border: 1px dotted black;
	margin: 0 0 10px 0;
	padding: 5px;
}

input#searchField {
	width: 140px;
}

input#searchSubmit {
	position: absolute;
	padding: 0 0 0 5px;
}

h5 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: grey;
	font-size: 10px;
	font-weight: normal;
}

ul.attachmentList {
	margin-left: 0;
	padding-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
}

ul.attachmentList li {
	padding-left: 10px;
	background-image: url('../images/bullit.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

ul.attachmentList a {
	color: black;
}

#flashVideo {
	border-left: 1px solid grey;
	border-top: 1px solid grey;
	border-right: 1px solid grey;
	width: 480px;
}

#imagePreview {
	margin: 0 0 15px 0;
	
}

.imageThumbnail {
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	white-space: nowrap;
	width: 75px;
}

.imageThumbnail img {
	border: none;
}

#subscribe {
	text-align: center;
	text-transform: uppercase;
}

.divider {
	background-image: url(../images/stitching.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 1px;
	width: 100%;
}

.shareTable td {
	padding: 4px 0;
}

.shareTable td.largePrice{
	font-size: 1.5em;
	font-weight: bold;
}
