/*
 ************************************
 * Utopia News Pro CSS              *
 * http://www.utopiasoftware.net    *
 ************************************
*/

/*
 * HTML STYLES
 */

body {
	color: #000000;
	/*background-color: #5882aa;*/
	background-color: #315f81;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
select, input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #f5f5f5;
	padding: 2px;
	border: 1px solid #000000;
}
textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #f5f5f5;
	padding: 2px;
	border: 1px solid #000000;
	width: 350px;
	height: 300px;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #a30000;
}
a:hover {
	color: #5a2f22;
}
h3 {
	margin-bottom: 3px;
	border-bottom: 1px solid #000000;
	font-size: 18px;
	width: 180px;
}

/*
 * BOX DEFINITIONS
 */

/* header box */
.hbox {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 0;
	width: 750px;
}
/* logo box */
.lbox {
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	width: 100%;
}
/* content box */
.box {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 10px;
	width: 730px;
}
/* footer box */
.fbox {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
	width: 740px;
}
/* redirect box */
.rbox {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
	width: 740px;
	text-align: center;
}
/* query count box */
.qbox {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
	width: 325px;
}
/* permissions box */
.pbox {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 10px;
	width: 200px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
/* license box */
.license {
	overflow: auto;
	width: 600px;
	height: 300px;
	margin: 10px auto;
	border-top: 2px solid #B3B3B3;
	border-left: 2px solid #B3B3B3;
	border-right: 2px solid #E9E9E9;
	border-bottom: 2px solid #E9E9E9;
	padding: 5px;
}
/* edit news box */
.mainNewsDiv {
	border: 1px solid gray;
	padding: 10px;
}
/* status indicator box */
#statusBox {
	width: 150px;
}
/*
 * CLASSES
 */

.largefont {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.normalfont {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.smallfont {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.highlight {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
}
.tmpleditor {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #f5f5f5;
	border: 1px solid #000000;
	width: 500px;
	height: 300px;
}
.settingstextarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #e1e1e1;
	border: 1px solid #000000;
	width: 250px;
	height: 100px;
}
.tblheadtxt {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
ul.templatesgroup {
	list-style-image: url("images/folder.gif");
	list-style-position: inside;
}
ul.templates {
	list-style-image: url("images/template.gif");
	list-style-position: inside;
}
.alt1 {
	color: #000000;
	background: #cecece;
}
.alt2 {
	color: #000000;
	background: #ededed;
}
.activePage {
	font-weight: bold;
	color: #000000 !important;
}
.subjectBox {
	font-size: 14px;
	font-weight: bold;
}
.subjectInput {
	font-weight: normal;
}
#doubleClickPrompt {
	margin-top: 10px;
}