body  {
	
	background-color:	#FF9287; 
	color:	#444;
	font-family:	Verdana, Arial, Sans-Serif;
}

#content{
	margin-left: 175px;
	margin-top: 100px;
}


#adminnav{
	position: absolute;
	top: 100px;
	left: 5px;
	width: 140px;
	z-index: 1;
}

#adminnav[id]{
	position: fixed;
	top: 100px;
	left: 5px;
	width: 140px;
	z-index: 1;
}

#logo{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 140px;
	z-index: 1;
}

#logo[id]{
	position: fixed;
	top: 5px;
	left: 5px;
	width: 140px;
	z-index: 1;
}

#ssc{
	position: absolute;
	top: 15px;
	left: 175px;
	z-index: 1;
	height:42px;
}

#ssc[id]{
	position: absolute;
	top: 15px;
	left: 175px;
	z-index: 1;
	height:55px;
}



#top{
	position: fixed;
	left: 150px;
	z-index: 1;
}


.roundbox {
	margin-top: 1ex;
	margin-bottom: 2ex;
}

.roundbox .normal{
	background-color: #cf9;
}

.roundbox .error{
	background-color: #ff4444;
}

.roundbox .nav{
	background-color: #9cf;
}

.roundbox td {
	padding:0px;
}

.roundbox .tl {
	width: 5px;
	height:5px;
 	background-image: url(box/FF9287_set/tl.gif);
 	background-position: top left;
 	background-repeat: no-repeat;
}

.roundbox .tr {
	width: 5px;
	height:5px;
 	background-image: url(box/FF9287_set/tr.gif);
 	background-position: top right;
 	background-repeat: no-repeat;
}

.roundbox .bl {
	width: 5px;
	height:5px;
 	background-image: url(box/FF9287_set/bl.gif);
 	background-position: bottom left;
 	background-repeat: no-repeat;
}

.roundbox .br {
	width: 5px;
	height:5px;
 	background-image: url(box/FF9287_set/br.gif);
 	background-position: bottom right;
 	background-repeat: no-repeat;
}

input[type="submit"]{

	text-align:center;
}

a {
 text-decoration:underline;
 color:	#444;
}

form{
  margin:0px;
  margin-bottom:2px;
}

.smallcaption input, option {
	width: 100%;
}
.smallcaption input[type="submit"]{
  width: auto;
}

.smallcaption td{
	padding-bottom:0px;
	padding-top:   0px;
	padding-left: 10px;
}

.smallcaption td.caption{
	padding-bottom:0px;
	padding-top: 5px;
	font-size:	75%;
}

.nav{
	text-align:center;
	font-size:	90%;
}


.header  {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:	150%;
	font-weight:bold;
}




.list td{
	border-collapse:collapse;
	border-width: 1px;
	border-style: solid;
	padding:2px;
}

.list th{
	border-collapse:collapse;
	border-width: 1px;
	border-style: solid;
	padding:2px;
}


.list{
	border-collapse:collapse;
	border-width: 1px;
	border-style: solid;
	border-color:black;
}

img {
border-style:none;
}

button{
vertical-align:middle;
height:25px;
width:50px;
background-repeat: no-repeat;
background-position: center;
}

.add{
background-image: url(icons/add.gif);
}

.del{
background-image: url(icons/bin_empty.gif);
}

.edit{
background-image: url(icons/pencil.gif);
}

.cancel{
background-image: url(icons/delete.gif);
}

.ok{
background-image: url(icons/accept.gif);
}

.email{
background-image: url(icons/email.gif);
}

.doJob{
background-image: url(icons/tick.gif);
vertical-align:middle;
height:25px;
width:50px;
background-repeat: no-repeat;
background-position: center;
}

.noslots{
background-image: url(icons/bullet_red.gif);
vertical-align:middle;
height:20px;
width:50px;
background-repeat: no-repeat;
background-position: center;
}

.freeslots{
background-image: url(icons/bullet_green.gif);
vertical-align:middle;
height:20px;
width:50px;
background-repeat: no-repeat;
background-position: center;
}

.info{
background-image: url(icons/information.gif);
vertical-align:middle;
height:20px;
width:20px;
background-repeat: no-repeat;
background-position: center;
}
.attention{
background-image: url(icons/exclamation.gif);
vertical-align:middle;
height:20px;
width:20px;
background-repeat: no-repeat;
background-position: center;
}


.centercell{
vertical-align:middle;
text-align:center;
}

