﻿/* Styles are used by Administrative Console                  */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

#adminbox
{
	text-align:center;
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	width: 550px;
	padding: 5px 5px 20px 5px;
	color: Black;
	border: solid 1pt #7795bd;
	margin:10px 0px 20px 10px;
}

#adminboxEvents
{
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	width: 450px;
	padding: 5px 5px 20px 5px;
	background-color:White;
	border: solid 1pt #7795bd;
	margin:10px 0px 20px 50px;
}

#modalbox
{
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	width: 450px;
	padding: 5px 5px 20px 5px;
	background-color:White;
	border: solid 1pt #7795bd;
	margin:10px 0px 20px 0px;
}

#adminmaintitle
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Arial, 'Times New Roman';
	color: #8E6A00;
	padding: 6px 6px 6px 3px;
}

.adminsubtitle
{
	padding: 5px;
	margin: 3px 0 0 0;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	color: White;
	background-color: #7795bd;
	width: 502px;
	text-align: left;
}

.adminsubtitle_noWidth
{
	padding: 6px;
	margin: 5px 0 5pxadminsubtitle_noWidth 0;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	color: White;
	background-color: #7795bd;
	text-align: left;
}

.adminsubbox
{
	text-align: left;
	padding: 5px;
	border: solid 1pt #7795bd;
	margin: 3px 0 0 0;
	width: 500px;
	margin-bottom: 15px;
}

.adminsubbox ul
{
	list-style-type:square;
}

.adminsubbox ul li
{
	padding-bottom:3px;
}

.categorysubtitle
{
	font-weight:bold;
	font-size:10pt;
	padding-bottom:4px;
}

.categorytext
{
	color:Black;
}

.articlebox
{
	background-color:#fbfbd9;
	color: Black;
	border: solid 1pt #7795bd;
	padding: 6px 6px 6px 6px;
}

.articletitle
{
   font-size: 18px;
   font-weight: bold;
   color: Black;
   text-decoration: none;
}


.articleabstract
{
   padding-top: 6px;
}

.feedbackTitle
{
	font-size: 14px;
	padding: 3px 0px 3px 0px;
}

.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}

.modalPopup 
{
	background-color:#FFFFFF;
	font: 0.9em "Verdana";
	width:450px;
	text-align:left;	
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.closeButton
{
	width: 18px;
	height: 18px;
	background-color:#FFFBFF;
	border: solid 1px #cccccc;
	font-family: Verdana;
	font-size: 0.9em;
	text-align: center;
	padding-bottom: 2px;
	vertical-align:top;
}
.modalTopBar
{
	margin: 2px 2px 2px 2px;
	float: left;
	cursor: move;
	width: 420px;
	height: 15px;
	background-color: background;
}
#closeButton
{
	margin: 1px 1px 1px 1px;
	padding-bottom:2px;
	line-height: 5px;
	float:right;
}