@charset "utf-8";
/* CSS Document */
body,p,table,td,input,select {
  /*font-family: verdana, tahoma;
	font-size: 8pt;
  line-height: 14pt;*/
}
.demoTable {
  background-color: #efefef;
  width: 100%;
}
.title { font-family: arial; font-size: 16pt; }
.section { font-size: 11pt; color: #3366cc; }
.error {
  border: 1px solid red;
  background-color: #ffffee;
  color: #660000;
  font-size:12px;
  font-weight:bold;
  width: 220px;
  padding: 5px;
}
.notify {
  border: 1px solid #336699;
  background-color: #ffffee;
  color: #336699;
  width: 220px;
  padding: 5px;
}
#username:focus,#pass:focus
{
background-color:#FFCC66;
}
img
{
border:none;
}
#admin_login_heading
{
font-size:16px;
font-weight:bold;
}
#welcome_text
{
color:#00CC33;
}


/* End hide */

#nav-menu
{
width:85em;
} 
.error_log
{
font-size:16px;
color:#FF0000;
font-weight:bold;
}
.msg
{
font-size:16px;
font-weight:bold;
color:#FF0000
}
a .heading_forgot
{
color:#000000;
}
#msg_name
{
margin:5px;
padding:5px;
background-color:#FFCC66;
}
/*--------------------Admin Navigation --------------------*/



