/* designDISH.com Candy Apple CSS *//* ------------------------------- Site Defaults ------------------------------- */body {	height: 100%;	background-color: #FFFFFF;	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000000;	line-height: 120%;	text-align: center;	margin: 0px;}table {	border-spacing: 0px; /*removes default cell space in tables making everything align flush */}/* ------------------------------- Default Link Colors (Delete if you want to use the browser default link colors ------------------------------- */a {	color: #CC0000;	}a:link {	text-decoration: none;}a:hover {	text-decoration: underline;}a:visited {	}a:active {	}a:readon {	font-size: 9px}a.mainlevel#active_menu  { /* active_menu is the current page you're on - applies to default links only */	text-decoration: underline;}/* ------------------------------- Page Layout ------------------------------- */#wrapper {	width:800px;	margin:0 auto;	text-align: left;	}#header {	background-image: url(../images/bkgd.jpg);	background-repeat: repeat-x;	width: 100%;	height: 90px;	}#logo {	color:#000000;	text-decoration:none;	float: left;	width: 170px;	font-size: 18px;	margin-top: 22px;}#logo a {	color:#000000;	text-decoration:none;} #content {	text-align: left;	border-spacing: 0px;	width: 440px;	margin-right: 10px;	margin-left: 10px;	float: left;}/* ------------------------------- Text Appearance ------------------------------- */h1, h2, h3, div, form, ul, li {	margin: 0px;	padding: 0px;	border: 0px;}h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	font-weight: bold;}.componentheading { /*page title */	font-size: 14px;	font-weight: normal;	margin-bottom: 10px;}.contentheading { /*content title */	font-size: 16px;	font-weight: bold;}#pathway {  	overflow: hidden;	display: block;	padding: 5px 0px;	margin-bottom: 10px;	}.small	{	color: #666666;	font-size: 11px;}.createdate, .modifydate {	color: #999999;	font-size: 10px;	}ul {	color: #999999;	margin-left: 15px;	list-style: square;}.highlight {	background-color: Yellow;}/* ------------------------------- Images ------------------------------- */img { /* default border on image links */	border: 0px;}div.mosimage {  border: 1px solid #CCCCCC;}.mosimage {  border: 1px solid #CCCCCC;  margin: 10px;}.mosimage_caption {  color: #999999;  font-size: 10px;  margin-top: 2px;  padding: 1px 2px;  border-top: 1px solid #CCCCCC;}		/* ------------------------------- Buttons and Forms ------------------------------- */.search {	padding: 10px;}.inputbox {	font-size: 12px;}#menu_left .inputbox {	font-size: 11px;	color: #999999;}.button {	font-size: 11px;	font-weight: bold;	color: #333333;	padding: 2px 5px;	border: 1px solid #CCCCCC;	background-color: #FFFFFF;	text-align: center;			/* ------------------------------- Top Menu (Tabs) ------------------------------- */}	#menu_top {	padding-top: 30px;	margin-left: 170px;	width: auto;}#menu_top a {	font-size: 12px;	text-align: center;	background-image: url(../images/nav_bkgd_red.jpg);	background-repeat: repeat-x;	width: 108px;	padding-top: 10px;	float: left;	height: 52px;}#menu_top a:hover, ul#mainlevel-nav a.mainlevel-nav#active_menu-nav {	color: #FFFFFF;	background-image: url(../images/nav_hover_red.jpg);	background-repeat: repeat-x;	text-decoration: none;}ul#mainlevel-nav{	list-style: none;}/* ------------------------------- Side Menus (Left + Right Side Menu) ------------------------------- */#menu_left {	float: left;	width: 170px;}#menu_right {	width: 170px;	float: left;}#menu_left .moduletable, #menu_right .moduletable {	background:#ECECEC url(../images/module_bottom.gif) no-repeat left bottom;	margin-bottom: 5px;}#menu_left div.moduletable table, #menu_right div.moduletable table {	padding:10px;}#menu_left .moduletable h3, #menu_right .moduletable h3 {	padding:5px 10px;	text-align:left;	color:#FFFFFF;	background:url(../images/module_top.gif) no-repeat left top;	font-size: 11px;	font-weight: bold;}/* ------------------------------- Module Appearance ------------------------------- */.moduletable a {	color: #666666;	text-decoration: none;}.moduletable a:link {	}.moduletable a:hover {	color: #666666;	text-decoration: underline;}.moduletable a:visited {}/* ------------------------------- Footer ------------------------------- */#footer {	color: #666666;	font-size: 10px;	width: 100%;	padding: 5px;	float: left;	clear: both;	text-align: center;	margin-top: 15px;}#footer a {	font-size: 10px;	text-decoration: none;	color: #666666;	margin: 0px 5px;}#footer a:hover {	text-decoration: underline;}	/* ------------------------------- WYSIWYG Editor -------------------------------*/	.mceContentBody {	text-align: left;	background: #FFFFFF none;}/* Visit designDISH.com for updates to this template */
