body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	 font-family: Arial, Verdana, Helvetica, sans-serif;
	 font-size:11px;
	 color: #333333;
}

p {
	margin: 0px 0px 11px 0px;
}

.right {
	background-color: #000000;
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-y;
}

.content {
	background-color: #FFFFFF;
}

.contenttext {
	padding: 0px 10px 0px 10px;
}

a {
	color: #BB0000;
	text-decoration: underline;
}

a:hover {
	color: #EE0000;
	text-decoration: underline;

}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AA0000;
}

img {
border: none;
}

ul {
	margin: 0px 5px 11px 15px;
	padding-left: 0px;
}

.title {
	font-weight: bold;
	font-size: 13px;
	color: DD0000;
}

.highlighted {
	color: #EE0000;
}

.thumbnail {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	-moz-border-radius-topleft: 3px;border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;border-top-right-radius: 3px;	
	-moz-border-radius-bottomleft: 3px;border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;border-bottom-right-radius: 3px;
}

#flash {
	z-index:-1;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

 
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}


#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}



#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}



#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}



#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

