﻿/*
	PAGE STYLES
	Define page skeleton
*/

html
{
		/*height:auto;*/
		
		overflow:auto;
		background-color: #FFFFFF;
		height:100%;
}
body{

	color: #000000;
	margin:0px;
	padding:0px;
	min-height:100%;
}


h1{
	color: #FFFF99;
	background-color: #000000;
	font: normal 16pt Arial;
	letter-spacing:10px;
	margin: 0px;
	padding:5px 0px 5px 10px;
}

h2
{
	font: normal 14pt Arial;
	letter-spacing:8px;
	margin:0px;
	padding: 5px 0px 5px 5px;	
}

h3{
	font: normal 12pt Arial;
	background-color: #000000;
	color: #FFFF99;
	margin: 0px;
	padding:0px 0px 5px 20px;
}

h4{
	font: normal 10pt Arial;
	color: #FFFF99;
	background-color: #000000;
	margin:0px;
	padding:0px 0px 5px 20px;
}
h4 a
{
	color :#EFEFEF;
	text-decoration: none;
}
/* START MENU */
ul.menu
{
	background-color: #303030;
	margin: 0px;
	padding: 0px;
	height:75px;
	position: relative;
	list-style: none;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius:  0px;
	border-bottom: 1px solid #CFCFCF;
	
}
ul.menu li
{
	text-align: center;
	background-color: #303030;
	margin: 5px 0px 0px 5px;
	padding:0px;
	float:left;
	background-position:top center;
	background-repeat:no-repeat;
}
ul.menu li a
{
	font: normal 8pt Arial;
	color: #DDDDFF;
	display:block;
	width:65px;
	padding-top: 50px;
	border:1px solid #303030;
	text-decoration: none;
}
ul.menu li form
{
	display: inline;
	margin:0px;
	padding:0px;
}
ul.menu li a:hover
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3333FF;
	color: #FFFF00;
}

ul.menu li.login
{
	position:absolute;
	right:30px;
	height:70px;
	width: 250px;
	text-align:right;
}
ul.menu li.session
{
	position:absolute;
	right:30px;
	height:70px;

	display:none;
}
ul.menu li.session input[type=submit]
{
	width:24px;
	height:24px;
	background-image: url(../Graphics/Icons/crystal/24x24/gpa.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #303030;
	background-color: #303030;
	font-size: 0px;
	cursor: pointer;
}
ul.menu li.session input
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #303030;
	font: normal 8pt Arial;
	margin:0px;
	padding:0px;
}

ul.menu li.login input
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #3333FF;
	font: normal 8pt Arial;

}

ul.menu li.login input[type=submit]
{
	width:25px;
	height:25px;
	background-image: url(../Graphics/Icons/crystal/24x24/user-auth.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #303030;
	background-color: #303030;
	font-size: 0px;
}
ul.menu li.login input[type=text],input[type=password]
{
	width:75px;
}
ul.menu li.tools 
{
	position:absolute;
	right:5px;
	height:70px;
}
ul.menu li.tools a
{
	font-size:0px;
	width:24px;
	height:24px;
	display:block;
	float: left;
	padding: 0px;
	margin-top:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
}
ul.menu li.tools a.tools
{
	background-image: url(../Graphics/Icons/crystal/24x24/advanced-directory.png);
}
ul.menu li.projects
{
	background-image: url(../Graphics/Icons/crystal/48x48/control-center.png);
}
ul.menu li.home
{
	background-image: url(../Graphics/Icons/crystal/48x48/gnome-home.png);
}
ul.menu li.admin
{
	background-image: url(../Graphics/Icons/crystal/48x48/administration.png);
	display:none;
}
ul.menu li.blog
{
	background-image: url(../Graphics/Icons/crystal/48x48/gnome-word.png);
}
ul.menu li.profile
{
	background-image: url(../Graphics/Icons/crystal/48x48/nobody.png);
	display:none;
}
ul.menu li.admin
{
	background-image: url(../Graphics/Icons/crystal/48x48/administration.png);
	display:none;
}

ul.menu li.media
{
	background-image: url(../Graphics/Icons/crystal/48x48/gnome-graphics.png);
	display:none;
}
ul.menu li.forum
{
	background-image: url(../Graphics/Icons/crystal/48x48/gnome-news.png);
}
ul.menu li.documents
{
	background-image: url(../Graphics/Icons/crystal/48x48/gnome-library.png);
}
ul.menu li.contact
{
	background-image: url(../Graphics/Icons/crystal/48x48/gnome-envelope.png);
}
ul.menu li.signup
{
	background-image: url(../Graphics/Icons/crystal/48x48/gnome-starthere.png);
}
ul.menu li.infomercial
{
	background-image: url(../Graphics/Icons/crystal/48x48/gnome-touristinfo.png);
	display:none;
}



/* END MENU */

/* START INDEX MENU */
div.contentinfo{
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 10px;
	font-size:10pt;
	color:#303030;
}

div.contentinfo p{
	margin: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #505050;
}
img.indexlink{
	border-width: 0px;
	margin-right: 8px;
}
ul.contentindex{
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	text-align: center;
	margin-left: .5em;
}
ul.contentindex li{
	text-align: left;
	margin-left: 0px;
	margin-top: .5em;
	list-style-type: none;
	padding-right: 10px;
}
ul.contentindex li a
{
	text-decoration: none;
	color: #333300;
}
ul.contentsubindex{
	margin: 0px;
	padding: 0px;
}

ul.contentsubindex li{
	margin-top: 0px;
	list-style-type: none;
	padding-right: 10px;
}
/* END INDEX MENU */
form
{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* copyright */
p.copyright{
	text-align: center;
	color: #FFFF99;
	letter-spacing: 2pt;
	font: 10pt Arial;
	margin: 0px;
	background-color: #303030;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px;
	border: 1px solid #CFCFCF;
	border-bottom-width:0px;
	/*padding: 5px 5px 0px 5px;*/
}
p.copyright a
{
    color: #EEEEFF;
}
/* metadata */
div.contentmetadata{
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #CFCFCF;
	padding: 2px;
	margin:0px;
	margin-left: 2px;
	margin-right: 2px;
}

div.contentmetadata p
{
	color: #505050;
	font: normal 8pt Arial;
	margin-top:0px;
	margin-bottom: 2px;
	margin-left: 10px;
}

span.meta-index{
	color: #505050;
}
.metadatanote{
	color: #505050;
}

.metadatacopyright{
	color: #505050;
}
/* end metadata */


/* start content styles */
div.content_container
{
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #999900;
}

div.content_container > p
{
	margin: 5px 10px 10px 25px;
	text-indent: 25px;
	font: normal 12pt Times;

}
/*
div.content_container > p:first-letter
{
	font: normal 14pt Times;
}
*/
div.content_container h2{
	color: #000099;
}
div.content_container h3{
	color: #000000;
	background-color: #FFFFFF;
	font: normal 12pt Arial;
	margin:0px;
	padding: 5px 0px 5px 5px;
}
div.content_container h2 a
{
	text-decoration:none;
	border-bottom: 1px dotted #0000FF;
	color: #000099;
}
div.content_container h4
{
	color: #000099;
	background-color: #FFFFFF;

	font: italic 12pt Arial;
	margin: 5px 0px 5px 7px;
	padding:0px;
}
div.content_container h4 a
{
	color: #000099;
	text-decoration: underline;
	font-style: normal;
	background-color: #FFFFFF;
}
div.contentblock{
	background-color: #FFFFFF;
	border-left: 1px dotted #FFFFAA;
	padding: 2px;
	margin: 0px;
}

div.contentsummaryblock{
	color: #909090;
	margin-left: 2px;
	margin-right:2px;
}
div.contentsummaryblock p
{
	margin-left: 10px;
}
div.contentblock h1{
	margin-top: 0px;
	margin-bottom: 2px;
	font: 20pt Times;
	font-weight: bold;
	color: #303099;
	letter-spacing: 6pt;
	border-bottom: 1px solid #CFCFCF;
}

div.contentblock h2{
	margin-top: 0px;
	margin-bottom: 2px;
	font: 12pt Times;
	font-weight: normal;
	color: #0000FF;
	letter-spacing: 4pt;
}

h2.contentblocktitle a {
	color:#FFFFFF;
}

h2.contentblocktitle {
	margin-top: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 4px;
	font: 12pt Times;
	font-weight: normal;
	letter-spacing: 4pt;
	color: #FFFF99;
}
h3.contentblocksubtitle {
	margin: 5px 0px 5px 10px;
	padding:0px;
	font: normal 12pt Arial;
	color: #303030;
	letter-spacing: 2pt;
	background-color: #FFFFFF;
}
div.content_part{
	padding: 2px;
	margin:0px;
	margin-left: 2px;
	margin-right: 2px;
}
div.content_part > p
{
	margin: 5px 10px 10px 25px;
	text-indent: 25px;
	font: normal 12pt Times;

}
/*
div.content_part > p:first-letter
{
	font: normal 14pt Times;
}
*/
p.poetry-line{
	margin-left: 2em;
	margin-right: 2em;
	border-bottom: 1px solid #EFEFEF;
}
p.poetry-line-break{
	height: 1.3em;
	margin-top: 1.3em;
}

.codeblock{
	margin-left: 35px;
	margin-right: 35px;
	font-size: 1em;
	background-color: #EFEFEF;
	color: #505050;
	font-family: courier;
}
.dialogue{
	font-family: times;
	color: #000099;
}
div.introspection{
	margin-left:15px;
	margin-right:15px;
	font-style:italic;
	color:#505050;
}
span.inline-quote{
	color: #990000;
}
ul.topics li{
	font: 10pt Times;
	font-weight: normal;
	color: #6060FF;
}

/* end content styles */

/* start info table */
table.infoTable{
/*	width: 80%;*/
	margin-left: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #000000;
}
td.data{
	font-size: 10px;
	font-family: Arial;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	margin-bottom: 4px;
}
td.infoColLabel{
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	padding: 4px;
	background-color: #FFFFAA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
td.infoColData{
	font-size: 10px;
	font-family: Arial;
	padding: 2px;
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
/* end info table */

/* Content Excerpts */

.content_date{
	font: normal 10pt Arial;
	color: #AC9977;
	font-style:italic;
}
.content_title{
	font: bold 10pt Arial;
	color: #2B302D;
	padding-left:10px;
}

.content_data
{
	margin-top:15px;
	margin-left:20px;
	margin-right:20px;
	color: #2B302D;
}
.content_data > h4
{
	margin: 0px !important;
	padding: 0px;
}
.content_data a
{
	text-decoration: none;
}
.content_item
{
	margin-left:15px;
	margin-bottom:4px;
}

.content_item p
{
	margin: 10px 5px 10px 15px;
	font: normal 10pt Arial;
}

span.psuedo_link{
	text-decoration:underline;
	font-weight: bold;
	font: normal 10pt Arial;
	cursor: pointer;
}

/* End Content Excerpts */

/* Start Forum */
div.forum_topic
{
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-left: 0px;
	padding-right: 5px;
	border-bottom: 1px solid #999900;
}
div.forum_topic h2{
	color: #000099;
	font: normal 14pt Arial;
	letter-spacing:8px;
	margin:0px 0px 0px 0px;
	padding-top:2px;
	margin-bottom:5px;
}
div.forum_topic h2 a{
	color: #000099;
	text-decoration: none;
}
div.forum_topic p{
	color: #000000;
	font: normal 10pt Arial;
	margin:0px 0px 0px 10px;
	padding-top:2px;
}

div.richselect_item
{
	border: 1px solid #FFFFFF;
	border-bottom: 1px dotted #505050;
	clear:left; /* both */
	margin-top: 2px;
}
div.richselect_item_toggle
{
	border: 1px solid #000099;
	border-bottom: 1px solid #0000FF;
	background-color: #CCCCFF;
}
div.richselect_item_highlight
{
	border: 1px solid #0000FF;
	background-color: #EEEEFF;
}

div.forum_responses
{
	margin-top: 5px;
	border-top: 1px dotted #505050;
}
div.forum_message
{
	border-bottom: 1px dotted #0000FF;
	margin: 14px 10px 4px 10px;
	
	/*
	border: 1px solid #FFFFFF;
	border-bottom: 1px dotted #505050;
	*/
	/*clear:both;*/
	clear: left;
	
}
div.forum_message p
{
	margin: 0px;
}
div.forum_response
{
	border: 1px solid #FFFFFF;
	/*clear:both;*/
	clear:left;
}
div.forum_message_details
{
	border: 1px solid #FFFFFF;
	/*clear:both;*/
	clear:left;
}

div.forum_message_response
{
	border: 1px dotted #505050;
	border-bottom: 2px solid #000000;
	/*clear:both;*/
	clear:left;
	background-color:#EFEFEF;
	padding:0px;
	margin-top:5px;
	margin-left:10px;
}
div.forum_message_response_highlight
{
	border: 1px solid #0000FF;
	border-bottom: 2px solid #0000FF;
	background-color: #EFEFFF;
}
div.forum_message_response_toggle
{
	border: 1px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background-color: #FFEFEF;
}
div.forum_message_highlight
{
	border: 1px solid #0000FF;
	background-color: #EFEFFF;
}

div.forum_message_content
{
	/*clear:both;*/
	clear:left;
	margin: 4px 0px 2px 4px;
	
}
div.forum_message_highlight
{
	border: 1px solid #0000FF;
	background-color: #CCCCFF;
}
div.forum_message_author
{
	float:left;
	width: 100px;
	color: #009900;
	padding-left:4px;
	cursor: pointer;
	font: normal 8pt Times;
	text-decoration: underline;
}
div.forum_message_date
{
	float:left;
	width: 100px;
	color: #505050;
	font: normal 8pt Times;
}
div.forum_message_title
{
	padding-left: 15px;
	/*
	float:left;
	width: 150px;
	*/
	margin-bottom: 5px;
	/*clear: both;*/
	clear:left;
	color: #000000;
	font: normal 10pt Arial;
	cursor: pointer;
	text-decoration: underline;
}
div.forum_message_data
{
	float:left;
	width: 200px;
	color: #5050CC;
	text-decoration: underline;
	font: normal 8pt Times;
	cursor: pointer;
}
div.forum_message p
{
	margin-top: 5px !important;
	margin-left:20px !important;
	color: #000000;
	font: normal 10pt Arial;

}
/* End Forum */

/* Start Blog */



/*
div.blog_articles
{
}
div.blog_responses
{
	margin-top: 5px;
	border-top: 1px dotted #505050;
}
*/
/*
div.blog_article
{
	border: 1px solid #FFFFFF;
	border-bottom: 1px dotted #505050;
	clear:both;
}
*/
div.blog_article_response
{
	border: 1px solid #FFFFFF;
	/*clear:both;*/
	clear:left;
}
div.blog_article_details
{
	border: 1px solid #FFFFFF;
	/*clear:both;*/
	clear:left;

}

div.blog_article_response
{
	border: 1px dotted #505050;
	border-bottom: 2px solid #000000;
	/*clear:both;*/
	clear:left;
	background-color:#EFEFEF;
	padding:0px;
	margin-top:5px;
	margin-left:10px;
}
div.blog_article_response_highlight
{
	border: 1px solid #0000FF;
	border-bottom: 2px solid #0000FF;
	background-color: #EFEFFF;
}
div.blog_article_response_toggle
{
	border: 1px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background-color: #FFEFEF;
}
div.blog_article_highlight
{
	border: 1px solid #0000FF;
	background-color: #EFEFFF;
}
div.blog_article_toggle
{
	border: 1px solid #0000FF;
	background-color: #FFEFEF;
}
div.blog_article_content
{
	/*clear:both;*/
	clear:left;

	margin: 4px 0px 2px 4px;
	
}
div.blog_article_highlight
{
	border: 1px solid #0000FF;
	background-color: #CCCCFF;
}
div.blog_article_title
{
	float:left;
	width: 200px;
	color: #009900;
	padding-left:4px;
	cursor: pointer;
	font: normal 8pt Times;
	text-decoration: underline;
}
div.blog_article_date
{
	float:left;
	width: 100px;
	color: #505050;
	font: normal 8pt Times;
}
div.blog_article_description
{
	padding-left: 15px;
	/*
	float:left;
	width: 150px;
	*/
	/*clear:both;*/
	clear:left;

	color: #000000;
	font: normal 10pt Arial;
	cursor: pointer;
	text-decoration: underline;
}
div.blog_article_data
{
	float:left;
	width: 100px;
	color: #5050CC;
	font: normal 8pt Times;
	text-decoration: underline;
	cursor: pointer;
}

div.content_container div.blog_content_data
{
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	color: #2B302D;
}
div.content_container div.blog_content_data p
{
	font: normal 10pt Arial;
	margin:0px;
	margin-top:4px;
	margin-bottom:4px;
}

div.content_container div.blog_content_data p a
{
	text-decoration:none;
	border-bottom: 1px dotted #0000FF;
}

/* End Blog */

/* Fields */
div.field_label{
	font: normal 10pt Arial;
	color: #303030;
	width: 200px;
	white-space:nowrap;
	border-right: 1px solid #C0C0C0;
	float: left;
}

div.field_description{
	clear: right;
	padding-left:20px;
	color: #505050;
	font: 8pt Arial;
}

div.field_input{
	padding-left: 2px;
	width: 190px;
	float:right;
}

div.field
{
	width:400px;
	padding:0px;
	clear:right;
}

div.field .field_input .input_text
{
	width: 280px;
	border: 1px solid #909090;
}
div.field .field_input .input_select
{
	border: 1px solid #909090;
}
div.field .field_input .input_textarea
{
	width: 280px;
	height:100px;
	overflow:auto;
	border: 1px solid #909090;
}

/* End Fields */

/* Designer Buttons */
.style_bar
{
	background-color: #999900;
	clear:both;

}
.buttons_bar
{
	background-color: #AAAADD;
	clear:right;
	height:30px;
	padding-left:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:  5px;
	border-bottom: 1px solid #CFCFCF;
}
.designer_button
{
	width:25px;
	height:25px;
	border:1px solid #AAAADD;
	background-color: #AAAADD;
	background-repeat:no-repeat;
	float:left;
}

.designer_button_highlight
{
	border: 1px outset #000055;
	background-color: #CCCCFF;
}

.designer_button_spacer
{
	height:25px;
	width:1px;
	margin-right: 5px;
	border-left: 0px inset #909090;
	border-right: 1px inset #909090;
	float:left;
}
.designer_button_label
{
	margin-top:5px;
	height:25px;
	width:100px;
	float:left;
}

.refresh_button
{
	background-image: url(../Graphics/refresh_ico.gif);
}
.new_button
{
	background-image: url(../Graphics/blankdoc2_ico.gif);
}
.manager_button
{
	background-image: url(../Graphics/insert_table.gif);
}

.delete_button
{
	background-image: url(../Graphics/cancel2.gif);
}
.open_button
{
	background-image: url(../Graphics/open_ico2.gif);
}
.save_button
{
	background-image: url(../Graphics/save_ico.gif);
}
.publish_button
{
	background-image: url(../Graphics/gnome-talk.gif);
}
.buttons_bar .link_button
{
	display:block;
	text-decoration:none;
	text-align: center;
	padding-top: 3px;
	height:22px;
}

/* End Designer Buttons */

/* Title Links */
div.itembutton{
	background-color: #303030;
	border: 1px solid #505050;
	width: 100px;
	/*float:left;*/
	margin-left: 5px;
	text-align:center;
	font: normal 8pt Arial;
	margin-bottom: 5px;
}
div.itembutton a{
	text-decoration:none;
	color: #FFFF99;
}

h3.title_link a:hover
{
	color: #0000FF;
}
h3.title_link{
	background-color: #FFFFFF;
	margin-top:0px;
	padding: 2px;
	font: normal 12pt Arial;
	letter-spacing: 3px;
	color: #000099;
}
h3.title_link a
{
	text-decoration:none;
	color: #000099;
}
/* End Title Links */

/* DEBUG */
#_spot
{
	position: absolute;
	height: 50px;
	width: 100%;
	left:0px;
	bottom:0px;
	background-color: #CFCFCF;
	overflow:auto;
	display:none;
}
#_spot p
{
	margin: 0px;
	font: normal 8pt courier;
}
