@CHARSET "ISO-8859-1";
body {
	font-family: Georgia,Serif;
}
strong {
	font-weight: bold;
}
/** BASE **/
#doc4 { 
	border: 1px solid #666666; 
	margin-top: 1em; 
	margin-bottom: 1em; 
	background-color: #FFFFFF; 
}
#hd {
	height: 93px;
	position: relative;
	background-color: #FFFFFF;
}
#cp_login, #cp_user_header {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 4px;
	background-color: #DFDFDF;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#cp_messages {
	position: absolute;
	left: 160px;
	top: 12px;
	background-color: #FEFFAF;
	border: 2px solid #FF954F;
	padding: 4px;
	width: 720px;
	z-index: 2;
	height: 60px;
	overflow: auto;
	font-weight: bold;
}
#cp_messages .fsp_error {
	font-weight: bold;
	color: #FF0000;
}
#cp_messages .fsp_notice {
	color: #0000CC;
}
#cp_main {
	margin-top: 4px;
	margin-right: 1em;
}
.yui-g, .yui-ge {
	margin-top: 12px;
}
#ft { 
	margin-top: .5em;
	text-align: center;
	font-size: .8em;
}

/** NAVIGATION MENU **/
#cp_nav ul {
	margin: 4px;
}
#cp_nav li {
	border-bottom: 1px solid #000000;
}
#cp_nav ul li.header {
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
}
#cp_nav a {
	padding: 2px 2px 2px 6px;
	display: block;
	color: #000000;
	text-decoration: none;
	background-color: #DFDFDF;
	font-family: verdana;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}
#cp_nav a:hover {
	background-color: #F1F1F1;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
/* extra margin for nav icons */
#cp_nav li a img {
	margin-right: 3px;
}

/** GLOBAL SETTINGS **/
.icon {
	position: relative;
	top: 2px;
}
.close {
	position: absolute;
	top: 2px;
	right: 4px;
}
/*
.yui-u, .g-no-u {
	background: url(/images/ala-shadow/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/ala-shadow/shadow.gif) no-repeat bottom right;
	margin-top: 12px;
}
.yui-g {
	clear: both;
}
.g-no-u {
	float: left;
	width: 100% !important;
	padding-top: 0px !important;
	padding-top: 12px;
}
*/
.cp_block {
	border: 1px solid #DFDFDF;
	background-color: #F1F1F1;
	padding: .5em;
	margin: 6px;
}




/** FORM STYLES **/
.cp_form {
	position: relative;
	background-color: #B1C7DE;
	padding: 4px;
}
.cp_form label {
	display: block;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 8px;
}
.cp_form label input {
	position: absolute;
	left: 8em;
	font-weight: normal;
	width: 400px;
}
.cp_form_input_text { 
	padding: 2px 2px 2px 20px;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	border: 1px solid #666666;
}
.cp_form_input_text:focus {
	background-color: #FFFFCC;
}
.cp_form_controls {
	text-align: center;
	margin: 12px;
}
.cp_form_input_button {
	padding: 4px;
}
/** FORM FIELD ICONS **/
#cp_login_username {
	background-image: url('/images/icons/user_orange.png');
	background-repeat: no-repeat;
}
#cp_login_password {
	background-image: url('/images/icons/key.png');
	background-repeat: no-repeat;
}
#cp_login_submit {
	margin-left: 12px;
	width: 40px;
	background-image: url('/images/icons/door_in.png');
	background-repeat: no-repeat;
	background-position: 12px 1px;
}

/** CONTENT STYLES **/
/* block titles */
.cp_block .header {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	color: #FF6600;
}
.cp_block li.header:hover {
	background-color: #F1F1F1;
}
.cp_block li {
	border-bottom: 1px dashed #DFDFDF;
	padding: 6px; 
}
.cp_block li:hover {
	background-color: #FFFFFF;
}
/* content titles */
.cp_block .headline {
	font-size: 1.2em;
	padding-left: 16px;
	background-image: url(/images/icons/bullet_orange.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
/* article preview */
.articlestub {
	padding: 4px;
	color: #666666;
}

/* bylines/info box */
.infoline {
	font-family: verdana;
	font-size: .9em;
	margin-left: 22px;
	padding: 2px;
}
.infoline a {
	text-decoration: none;
}
.infobox {
	background-color: #DFDFDF;
	border: 1px solid #666666;
	width: 170px;
	padding: 4px;
	margin: 4px 4px 8px 8px;
	float: right;
	font-family: verdana;
	font-size: .9em;
}
.infobox img {
	border: 2px solid #FFFFFF;
}
.infobox img.icon {
	border: 0px;
}

/* font page pictures */
.horizontal_list {	
	text-align: center;
	white-space: nowrap;
	overflow: auto;
	height: 150px;
	margin-top: 8px;
}
.horizontal_list li {
	border: 0px;
	display: inline;
	padding: 0px;
}
.thumbnail {
	display: inline;
	margin-left: 4px;
	height: 120px;
	width: 160px;
}
.thumbnail img {
	border: 1px solid #000000;
}

/* cp body styles, articles etc */
.msgpost {
	margin-top: 4px;
}
.msgpost strong {
	font-weight: bold;
}
.msgpost em {
	font-style: italic;
}
.msgpost ul li, .msgpost ol li {
	position: relative;
	left: 18px;
	list-style-type: disc;
	border: 0;
	padding: 2px;
}
.msgpost ol li {
	list-style-type: decimal;
}

.msgpost ul li:hover, .msgpost ol li:hover {
	background: none;
}
/* picture display */
.pictureview { 
	text-align: center;
}

/** RANDOM & YUI OVERRIDES **/
#msgpost_toolbar {
	background-color: #E1E1E1;
}

.row1 {background-color: #F1F1F1;}
.row2 {background-color: #DFDFDF;}