@charset "utf-8";
/* CSS Document */


div#content {
	min-height: 500px;
}

div#manageNav {
	background: #d0e4e5;
}

div#manageNav ul {
	margin: 0px;
	padding: 0px;
}

div#manageNav ul li {
	margin: 0px 10px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	line-height: 20px;
}

div#manageNav ul li a {
	color: #666666;
	text-decoration: none;
	font-size: 10pt;
}

div#manageNav ul li a:hover {
	color: #333333;
}

div#manageNav ul li#logout {
	margin-left: 90px;
}

div#manageNav ul li.su a {
	color: #339900;
}

div#manageNav ul li.su a:hover {
	color: #006600;
}

h3 {
	font-size: 14pt;
}

h4 {
	margin-left: 20px;
	font-size: 10pt;
}

div#content p {
	margin-left: 20px;
}



div#content li {
	margin: 0px;
	list-style-type: none;
}

div#content li a {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

div#content li a:hover {
	color: #888888;
}



.input {
	display: block;
	border: none;
	background: #DEDEDE;
	color: #666666;
}

.input:hover {
	background: #CCCCCC;
}

.input:focus {
	background: #CCCCCC;
}

#width {
	display: inline;
}

#height {
	display: inline;
}



a.otherOption {
	margin-left: 0px;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}

a.otherOption:hover {
	color: #888888;
	text-decoration: none;
}




/*div#usermodify a.otherOption, div#articles a.otherOption {
	color: #006600;
	margin-left: 0px;
}

div#usermodify a.otherOption:hover, div#articles a.otherOption:hover {
	color: #00CC00;
}*/


p#goodMessage {
}

p#badMessage {
	color: #CC0000;
}

p#message {
	color: #CC0000;
	font-size: 10pt;
	font-weight: bold;
}


/*span#deleteArticle {
	background: url(/images/delete.gif) no-repeat top left;
	width: 74px;
	height: 18px;
	display: inline-block;
	margin-left: 10px;
}

span#deleteArticle:hover {
	background: url(/images/delete.gif) no-repeat top right;
}

span#deleteArticle a {
	/*display: block;
	
	display: inline-block;
	width: 74px;
	height: 18px;
	text-indent: -90000px;
}*/


p#url {
	background: #e1e1e1;
	padding: 0px 12px 12px 12px;
	width: 300px;
	color: #AAAAAA;
}

p#url span#picid {
	background: #FFFFFF;
	font-size: 10pt;
	display:block;
	padding: 2px;
	color: #868686;
}

img {
	border: none;
}

p#submit {
	float: left;
}

p#delete {
	float: right;
	margin-right: 10px;
}


h4#cophotos {
	margin: 50px 0px 0px 20px;
}



div#mcontent p {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 30px;
}

div#mnav {
	padding-left: 303px;
}

div#mnav ul {
	margin: 0px;
	padding: 0px;
}

div#mnav ul li {
	margin: 0px 5px;
	list-style-type: none;
	display: inline;
}

textarea {
	height: 300px;
}













