* {
	outline: none
}

body {
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding-top:25px;
	color:#2C4762;
}
	

#wrapper { margin:0 auto; }



#nav {
	background:#f7f7f7; 	
	color:#000000;
	font-weight:bold; 
	width:902px;	
	margin: 0 auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	margin-bottom:5px;
}

#login {
	margin-top:10px;
}

#header {
	color:#000000;
	font-size:11px; 
	padding:10px;
	width:902px;
	margin: 0 auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-bottom:5px;
	margin-top:-25px;
}

.loginbtn {
  font-family   : tahoma,verdana,arial,Sans-Serif;
  color         : #666;
  text-align    : center;
  font-size     : 9px;
  font-weight   : bold;
  text-transform: uppercase;
  border-top    : 1px solid #C4CCCC;
  border-left   : 1px solid #ACB5B5;
  border-bottom : 1px solid #6F7777;
  border-right  : 1px solid #ACB5B5;
  width         : auto;
  background    : url(images/button_bg.png) repeat-x;
  background-color : white;
  padding       : 2px 5px !important;
  padding       : 0px 0px;
  line-height   : 13px;
  margin-left   : 2px;
  cursor        : pointer !important;
  cursor        : hand;
  -moz-border-radius : 0px;
}

.upload {
  font-family   : tahoma,verdana,arial,Sans-Serif;
  color         : #666;
  text-align    : center;
  font-size     : 9px;
  font-weight   : bold;
  text-transform: uppercase;
  border-top    : 1px solid #C4CCCC;
  border-left   : 1px solid #ACB5B5;
  border-bottom : 1px solid #6F7777;
  border-right  : 1px solid #ACB5B5;
  width         : auto;
  background    : url(images/button_bg.png) repeat-x;
  background-color : white;
  padding       : 2px 5px !important;
  padding       : 0px 0px;
  line-height   : 13px;
  margin-left   : 2px;
  cursor        : pointer !important;
  cursor        : hand;
  -moz-border-radius : 0px;
}

#logout {
	float:right;
	color:#3B5998;
	text-decoration:none;
	font-weight:bold;
}
#logout:hover {
	text-decoration:underline;
}

a{ 
	color:#3B5998;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;
}

.home_username { 
	border:1px solid #BDC7D8; padding:3px; border-color:#ccc; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; font-size:11px;margin-left:0; margin-top:2px;width:142px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px; 
}
.home_password {
	border:1px solid #BDC7D8; padding:3px; border-color:#ccc; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; font-size:11px;margin-left:0; margin-top:2px;width:142px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#content {
	padding:10px;
	margin-top:10px;
	width:902px;
	border:1px solid #B9C4DA;
	height:400px;
	margin:0 auto;
}

#item {
	display:block;
	margin:3px;
	padding:5px;
	cursor:pointer;
	border-color:#EEEEEE #EEEEEE #B9C4DA;
	border-style:solid;
	border-width:1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#item:hover {
	background:#f7f7f7;

}

#item a {

}

#item #delete {
	display:block;
	float:right;	
}
