body
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12;
	color: #232323;
	margin: 0px;
	padding: 0px;
}

label
{
	font-size: 14px;
	font-weight: bold;
}

.inputb
{
	width: 200px;
	height: 20px;
	font-size: 16px;
}

.submitb
{
	width: 200px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #000;
}

.selectb
{
	height: 30px;
	width: 200px;
	padding: 2px;
	font-size: 16px;
	font-weight: bold;
}

.noticebox
{
	height: 50px;
	width: 100%;
	border: 1px solid #ffe222;
	background-color: #fffbe2;
	padding: 10px;
	background-image: url('/img/notice.png');
	background-repeat: no-repeat;
	background-position: right;
}

.online
{
	padding: 10px;
	height: auto;
	width: 100%;
	background-color: #cfffc5;
	border: 1px solid #5aff3a;
	font-size: 12px;
	background-image: url('/img/clean.png');
	background-repeat: no-repeat;
	background-position: right;
}

.nodj
{
	padding: 10px;
	height: auto;
	width: 100%;
	background-color: #ffe8a1;
	border: 1px solid #ffd040;
	font-size: 12px;
	background-image: url('/img/cache.png');
	background-repeat: no-repeat;
	background-position: right;
}

.offline
{
	padding: 10px;
	height: auto;
	width: 100%;
	background-color: #ffc3b1;
	border: 1px solid #ff5f2e;
	font-size: 12px;
	background-image: url('/img/help.png');
	background-repeat: no-repeat;
	background-position: right;
}

.menu
{
	height: 60px;
	width: 100%;
	background-color: #232323;
	color: #FFFFFF;
}

.submenu
{
	width: 800px;
	margin-right:	auto;
	margin-left:	auto;
}

.logo
{
	width: 200px;
	height: 60px;
	float: left;
	background-image: url(../../../img/cvsmedia.jpg);
	background-repeat:no-repeat;
	background-color: pink;
}

.menuitem
{
	width: 100px;
	height: 32px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-top: 16px;
	display: block;
	background-position: center;
}


.content
{
	width: 800px;
	height: 100%;
	margin-right:	auto;
	margin-left:	auto;
}
a
{
	text-decoration: none;
}

/* NAVIGATION */

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  display: block;
  padding: 0 30px;
  text-decoration: none;
}

.nav li a:hover {
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  color: #000;	
}

.nav ul {
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 15px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  padding-right: 10px;
  width: 80px;
  white-space: nowrap;
}
.nav ul a:hover {
  color: #000;
}

#test-list {
	list-style: none;
}

#test-list li {
	display: block;
	padding: 20px 10px; margin-bottom: 3px;
	background-color: #efefef;
}

#test-list li img.handle {
	margin-right: 20px;
	cursor: move;
}
