@CHARSET "UTF-8";

html {
  height: 100%;
}
body {
	margin: 15px 0 15px 0;
	font-size: 11px;
	line-height: 1.4em;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
body.live {
	
}

td {
	font-size: inherit;
	color: inherit;
	font-family: inherit; 
	vertical-align: top;
}
form {
  margin: 0px;
	padding: 0px;
}
a, a:visited {
  color: #333333;
	text-decoration: underline;
}
a:active {
  color: #000000;
}
a:hover {
  color: #666666;
}


.message {
	font-size: 10px;
	font-weight: bold;
	color: #003399;
  background: #ccccff;
	border: 1px dashed #003399;
	line-height: 1.4em;
	padding: 5px;
	margin-top: 5px; margin-bottom: 5px;
}

.clearer {
  clear: both; 
	height: 0px;
	overflow: hidden;
} 




/* ***************************************************************** *
 *   LAYOUT ELEMENTS 
 * ***************************************************************** */
#frame {
  width: 770px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
	background: #EEDF00 url(/images/layout/bg.gif) repeat-y;
}
 
/* #mainArea for standard pages  
	 3 col layout (#leftCol, #content and #rightCol): 130px | 480px | 150px */
#leftCol {
  float: left;
	width: 181px;
	border-right: 1px solid #ffffff;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 180px;
}
html>body #leftCol {
	width: 180px;
}
#content {
  float: left;
	width: 589px;
	padding: 0;
}

#footer {
  width: 770px;
	padding: 5px 0 5px 0;
	margin: 3px auto 0 auto;
	font-size: 10px;
	color: #999999;
}
#footer a, #footer a:visited {
  color: #999999;
}
#footer a:hover {
  color: #666666;
}
 
/* title image and navigation */
#leftCol div.title {
  padding: 0 0 18px 0;
	border-bottom: 1px solid #ffffff;
}
#leftCol ul {
  margin: 0 0 20px 0;
	padding: 0;
}
#leftCol ul li {
  list-style-type: none;
  margin: 0;
	padding: 0;
	height: 33px;
	overflow: hidden;
	border-bottom: 1px solid #ffffff;
}

#content div.headline {
  margin: 0;
	padding: 16px 0 20px 20px;
	border-bottom: 1px solid #ffffff;
}
#content ul.subNav {
  margin: 0;
	padding: 10px 0 7px 20px;
	border-bottom: 1px solid #ffffff;
}
#content ul.subNav li {
  list-style-type: none;
	display: inline;
	padding: 0 15px 0 0;
	margin: 0;
}
#mainArea {
	padding: 20px 10px 20px 20px;
}



/*  ************************************************************************ 
 *   ADMIN AREA  
 *  ************************************************************************ */
/* adminEditArea: formatting of a div area outside an object in edit mode */
.adminEditArea {
    border-top: 1px dashed #ffff00;
		border-bottom: 1px dashed #ffff00;
		/*margin-top: 5px; margin-bottom: 5px;*/
}
.adminEditIcons {
    float: right;
		font-size: 8pt;
		color: #666666;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}
#adminPageOptions {
    width: 760px;
    margin-top: 10px;
		margin-bottom: 20px;
		padding: 5px;
    background: #ffff00;
		border: 1px dashed #333333;
		font-size: 8pt;
		color: #000000;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}

#adminPageInfo {
    color: #666666;
		background-color: #FFFFFF;
		margin: 10px 10px 5px 0;
		padding: 3px;
		border: 1px solid #666666;
		font-size: 8pt;
		font-family: Arial, Verdana, Helvetica, sans-serif;
}
#adminPageInfo div.title {
    color: #999999;
		padding: 2px;
		margin-top: -13px;
		margin-left: 10px;
}
#adminPageInfo span.title {
    background-color: #FFFFFF;
}

/* Debug Area */
#debug {
    margin-top: 100px;
		margin-left: 200px;
		border-top: 1px solid #999999;
		width: 420px;
		color: #333333;
		font-size: 8pt;
		font-family: Arial, Verdana, Helvetica, sans-serif; 
		clear: both;
}



