﻿/** This file contains CSS specific to OTH content.
  * These styles will not appear in eWebEditPro.
  * This should mainly be used for custom style work on
  * specific pages.
  * Try to leave comments indicating what this stuff is for.
  */
body {
	
}

body#OTH000156 div#grid_Right {
	display:none;
}



body#OTH000178 div#grid_Main {
	width:724px;
	z-index:3;
}
body#OTH000178 div#grid_Right {
	z-index:4;
	position:absolute;
	top:50px;
	padding-top:50px;
	left:534px;
}
body#OTH000178 div#grid_container {
	position:relative;
}


/* Styles for forms */
#grid_container form th, #grid_container form td {
	text-align: left;
	padding: 2px;
	vertical-align: top;
}

#grid_container form legend {
	font-weight: bold;
}

#grid_container form textarea {
	width: 28em;
	margin: 5px;
}

#grid_container form ul {
	margin: 2px;
}

#grid_container form li {
	list-style-type: none;
}

