html, * html body 
{
	text-align:center;
	margin: 0px;
	font-family:  Georgia, Palatino, Serif;
	font-size: 12px; 
	color:white;
	background-color: black;
}
body
{
	background-color: black;
	margin: 0px;
	font-family:  Verdana, Georgia, Palatino, Serif;
	font-size: 13px; 
	color:white;
	text-align:center;
}

* html div#container, div#container
{
    background-color: black; 
	display:table;
	height: auto;
	min-height: 100%;
	margin-top: 20px;
	padding:0px;
	position:absolute;
	left: 5%;
	width: 90%;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	font-size: 1.1em;
}
div#footerpart
{
	position: relative;
	display: table-cell;
	height: auto;
	width: 100%;
	vertical-align: top;
	text-align: center;
	color: white;
	font-weight: bold;
	border-top: 1px dashed #666;
	margin-top: 15px;
	padding-top: 15px;
}
body#admin
{
	margin: 0px;
	background-color: black;
	font-family:  Verdana, Georgia, Palatino, Serif;
	font-size: 0.9em; 
	color:white;
	text-align:justify;
}
.lbl
{
	float: left;
	width: auto;
	padding: 8px; 
	margin: 2px;
	border-bottom: 1px solid #ccc;
	border-left:3px solid #b32a44;
}
.lbl1
{
	float: left;
	background-color: white;	
	border-left: 5px solid #b32a44;	
	border-bottom: 1px solid #e8e8e8;
	color: #555; 
	font-weight: bold; 
	padding: 8px; 
	margin: 2px;
}
a:link, a:active, a:visited
{
	font-weight: bold; 
	color: white;
	text-decoration: none;
	font-size: 0.8em;
}
a:hover
{
	font-weight: bold; 
	color: #900;
	text-decoration: none;
	font-size: 0.8em;
}
.section_row
{
	display:table-row; 
	vertical-align: top;
}
* html div.section_cell_right, .section_cell_right
{
	display:table-cell; 
	padding-left: 2px;
	margin-left: 5px;
	text-align: justify;
	float:right;

}
* html div.section_cell, .section_cell
{
	display:table-cell; 
	text-align: justify;
	float:left;
	padding: 2px;
}
.section_cell_menu
{
	display:table-cell; 
	text-align: center;
	float:left;
	width: 18.4%;
	background-color: #666;
	height: 25px;
	padding: 5px;
}
.section_cell_menu:hover
{
	display:table-cell; 
	text-align: center;
	float:left;
	width: 18.4%;
	background-color: black;
	height: 25px;
	padding: 5px;
}
.section_cell_menu a:link
{
	color: white;
	background-color: #666;	
	text-align: center;
	padding:3px;
	font-weight: bold;
	font-size: 0.8em; 
}
.section_cell_menu a:hover
{
	color: #900;
	background-color: black;	
	text-align: center;
	padding:3px;
	font-weight: bold;
	font-size: 0.8em; 
}
.purple
{
	color: #b32a44;
	font-weight: bold;
	text-align:center;
}
.red
{
	color: #900;
	font-weight: bold;
	text-align:center;
}
h1
{
	font-size: 1.8em;
	font-weight: bold;
	text-align:center;
	text-decoration:underline;
}
h2
{
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
	text-decoration:underline;
}
h3
{
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	text-decoration:underline;
}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background-color: #666;
	font-family:Arial, Helvetica, sans-serif;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0px;
	background-color: #666;
	border: 1px solid black;
	padding:3px;
	width: 19%;
	text-align: center;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	font-weight:bold;
	padding:3px;
	text-align: center;
	font-size: 0.8em; 
}
	
ul#menu li a:hover
{	
	color: #900;
	background-color: black;	
	text-align: center;
	padding:3px;
	text-align: center;
	font-size: 0.8em; 
}
	

ul#menu li a.current
{
	color: #900;
	background-color: black;	
	text-align: center;
	padding:3px;
	text-align: center;
	font-size: 0.8em; 
}
.pimg
{
	padding: 5px;
	border: 1px solid #666; 
	margin: 10px;
}
.t_head
{
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	color: black;
	font-size: 1.3em;
}
.t_cell
{
	border: 1px solid #ccc;
	padding: 2px;
	color: black;
	font-size: 1em;
}
.demo_add  
{
	color:#777; 
	background-color:#f4f5f0;
	padding: 5px;
    position:absolute; 
	top:125px; 
	left:0%; 
	width:700px; 
	min-height:115px;
	height: auto;
    z-index:100001;  
	visibility:visible; 
	font-size: 1em; 
	border: 1px solid #666;
}

